Frame 1
_root.loadData = false;
Instance of Symbol 16 MovieClip in Frame 1
onClipEvent (enterFrame) {
frame = _root.PercentLoaded;
gotoAndStop(frame);
}
Instance of Symbol 25 MovieClip "mousecursor" in Frame 1
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Frame 2
_root.PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
if (_root.PercentLoaded >= 100) {
gotoAndPlay (4);
}
Frame 3
gotoAndPlay (1);
Instance of Symbol 29 MovieClip "cursor4" in Frame 4
onClipEvent (enterFrame) {
xstep = targetx - _x;
_x = (_x + (xstep / 4));
}
onClipEvent (load) {
_x = 110;
targetx = 110;
}
Instance of Symbol 31 MovieClip "cursor2" in Frame 4
onClipEvent (enterFrame) {
xstep = targetx - _x;
_x = (_x + (xstep / 4));
}
onClipEvent (load) {
_x = 275.5;
targetx = 275.5;
}
Instance of Symbol 51 MovieClip "cursor" in Frame 4
onClipEvent (enterFrame) {
xstep = targetx - _x;
_x = (_x + (xstep / 4));
}
onClipEvent (load) {
_x = 44.5;
targetx = 44.5;
}
Instance of Symbol 59 MovieClip "info" in Frame 4
onClipEvent (enterFrame) {
xstep = targetx - _x;
_x = (_x + (xstep / 3));
}
onClipEvent (load) {
_x = 321.8;
targetx = 321.8;
}
Instance of Symbol 74 MovieClip "cursor5" in Frame 4
onClipEvent (enterFrame) {
ystep = targety - _y;
_y = (_y + (ystep / 4));
}
onClipEvent (load) {
_y = 100;
targety = 100;
}
Instance of Symbol 124 MovieClip in Frame 68
onClipEvent (load) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 124 MovieClip in Frame 68
onClipEvent (load) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 124 MovieClip in Frame 68
onClipEvent (load) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 124 MovieClip in Frame 68
onClipEvent (load) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 124 MovieClip in Frame 68
onClipEvent (load) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Frame 101
loaded = 0;
stop();
Instance of Symbol 135 MovieClip in Frame 101
onClipEvent (load) {
_root.library = 1;
_root.back = 1;
_root.music = 1;
_root.loadData = false;
_root.messageopen = false;
_root.move = true;
_root.rotate = false;
_root.speed = 12;
_root.movespeed = _root.speed / 3;
_root.rotspeed = _root.speed / 4;
_root.scalespeed = _root.speed / 4;
_root.anim = false;
_root.counting = 0;
_root.frame = 1;
}
onClipEvent (enterFrame) {
if (_root.anim == true) {
if (_root.counting < _root.speed) {
_root.counting++;
} else if (_root.frame < 9) {
_root.frame++;
_root.counting = 0;
} else {
_root.frame = 1;
_root.counting = 0;
}
}
if (_root.frame == 1) {
_root.cursor.targetx = 44.5;
_root.framebar.targety = 452;
}
if (_root.frame == 2) {
_root.cursor.targetx = 68.5;
_root.framebar.targety = 414;
}
if (_root.frame == 3) {
_root.cursor.targetx = 91.5;
_root.framebar.targety = 380;
}
if (_root.frame == 4) {
_root.cursor.targetx = 114.5;
_root.framebar.targety = 343;
}
if (_root.frame == 5) {
_root.cursor.targetx = 137.5;
_root.framebar.targety = 306;
}
if (_root.frame == 6) {
_root.cursor.targetx = 160.5;
_root.framebar.targety = 271;
}
if (_root.frame == 7) {
_root.cursor.targetx = 183.5;
_root.framebar.targety = 235;
}
if (_root.frame == 8) {
_root.cursor.targetx = 206.5;
_root.framebar.targety = 197;
}
if (_root.frame == 9) {
_root.cursor.targetx = 229.5;
_root.framebar.targety = 164;
}
}
Instance of Symbol 136 MovieClip in Frame 101
onClipEvent (load) {
if (_root.loadData == true) {
_root.backgr.gotoAndStop(_root.backDat);
if (_root.loadmusic == 1) {
_root.jukebox.gotoAndPlay(1);
}
if (_root.loadmusic == 2) {
_root.jukebox.gotoAndPlay(6);
}
if (_root.loadmusic == 3) {
_root.jukebox.gotoAndPlay(11);
}
if (_root.loadmusic == 4) {
_root.jukebox.gotoAndPlay(16);
}
if (_root.loadmusic == 5) {
_root.jukebox.gotoAndPlay(21);
}
if (_root.loadmusic == 0) {
_root.jukebox.gotoAndPlay(26);
}
}
}
Instance of Symbol 165 MovieClip "cursor4" in Frame 101
onClipEvent (enterFrame) {
xstep = targetx - _x;
_x = (_x + (xstep / 4));
}
onClipEvent (load) {
if (_root.loadData == false) {
_x = 110;
targetx = 110;
} else {
if (_root.loadmusic == 1) {
_x = 110;
targetx = 110;
}
if (_root.loadmusic == 2) {
_x = 160;
targetx = 160;
}
if (_root.loadmusic == 3) {
_x = 210;
targetx = 210;
}
if (_root.loadmusic == 4) {
_x = 260;
targetx = 260;
}
if (_root.loadmusic == 5) {
_x = 310;
targetx = 310;
}
if (_root.loadmusic == 0) {
_x = 360;
targetx = 360;
}
}
}
Instance of Symbol 179 MovieClip "cursor3" in Frame 101
onClipEvent (enterFrame) {
xstep = targetx - _x;
_x = (_x + (xstep / 4));
}
onClipEvent (load) {
if (_root.loadData == false) {
_x = 30;
targetx = 30;
} else {
if (_root.loadlib == 1) {
_x = 30;
targetx = 30;
}
if (_root.loadlib == 2) {
_x = 70;
targetx = 70;
}
if (_root.loadlib == 3) {
_x = 110;
targetx = 110;
}
if (_root.loadlib == 4) {
_x = 150;
targetx = 150;
}
if (_root.loadlib == 5) {
_x = 190;
targetx = 190;
}
if (_root.loadlib == 6) {
_x = 230;
targetx = 230;
}
if (_root.loadlib == 7) {
_x = 270;
targetx = 270;
}
if (_root.loadlib == 8) {
_x = 310;
targetx = 310;
}
if (_root.loadlib == 9) {
_x = 350;
targetx = 350;
}
if (_root.loadlib == 10) {
_x = 390;
targetx = 390;
}
}
}
Instance of Symbol 31 MovieClip "cursor2" in Frame 101
onClipEvent (enterFrame) {
xstep = targetx - _x;
_x = (_x + (xstep / 4));
}
onClipEvent (load) {
_x = 275.5;
targetx = 275.5;
}
Instance of Symbol 198 MovieClip "framebar" in Frame 101
onClipEvent (enterFrame) {
ystep = targety - _y;
_y = (_y + (ystep / 4));
}
onClipEvent (load) {
_y = 452;
targety = 452;
}
Instance of Symbol 51 MovieClip "cursor" in Frame 101
onClipEvent (enterFrame) {
xstep = targetx - _x;
_x = (_x + (xstep / 4));
}
onClipEvent (load) {
_x = 44.5;
targetx = 44.5;
}
Instance of Symbol 210 MovieClip "d" in Frame 101
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.dx1;
ypos1 = _root.dy1;
rot1 = _root.dr1;
width1 = _root.dw1;
height1 = _root.dh1;
xpos2 = _root.dx2;
ypos2 = _root.dy2;
rot2 = _root.dr2;
width2 = _root.dw2;
height2 = _root.dh2;
xpos3 = _root.dx3;
ypos3 = _root.dy3;
rot3 = _root.dr3;
width3 = _root.dw3;
height3 = _root.dh3;
xpos4 = _root.dx4;
ypos4 = _root.dy4;
rot4 = _root.dr4;
width4 = _root.dw4;
height4 = _root.dh4;
xpos5 = _root.dx5;
ypos5 = _root.dy5;
rot5 = _root.dr5;
width5 = _root.dw5;
height5 = _root.dh5;
xpos6 = _root.dx6;
ypos6 = _root.dy6;
rot6 = _root.dr6;
width6 = _root.dw6;
height6 = _root.dh6;
xpos7 = _root.dx7;
ypos7 = _root.dy7;
rot7 = _root.dr7;
width7 = _root.dw7;
height7 = _root.dh7;
xpos8 = _root.dx8;
ypos8 = _root.dy8;
rot8 = _root.dr8;
width8 = _root.dw8;
height8 = _root.dh8;
xpos9 = _root.dx9;
ypos9 = _root.dy9;
rot9 = _root.dr9;
width9 = _root.dw9;
height9 = _root.dh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 211 MovieClip "b" in Frame 101
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.bx1;
ypos1 = _root.by1;
rot1 = _root.br1;
width1 = _root.bw1;
height1 = _root.bh1;
xpos2 = _root.bx2;
ypos2 = _root.by2;
rot2 = _root.br2;
width2 = _root.bw2;
height2 = _root.bh2;
xpos3 = _root.bx3;
ypos3 = _root.by3;
rot3 = _root.br3;
width3 = _root.bw3;
height3 = _root.bh3;
xpos4 = _root.bx4;
ypos4 = _root.by4;
rot4 = _root.br4;
width4 = _root.bw4;
height4 = _root.bh4;
xpos5 = _root.bx5;
ypos5 = _root.by5;
rot5 = _root.br5;
width5 = _root.bw5;
height5 = _root.bh5;
xpos6 = _root.bx6;
ypos6 = _root.by6;
rot6 = _root.br6;
width6 = _root.bw6;
height6 = _root.bh6;
xpos7 = _root.bx7;
ypos7 = _root.by7;
rot7 = _root.br7;
width7 = _root.bw7;
height7 = _root.bh7;
xpos8 = _root.bx8;
ypos8 = _root.by8;
rot8 = _root.br8;
width8 = _root.bw8;
height8 = _root.bh8;
xpos9 = _root.bx9;
ypos9 = _root.by9;
rot9 = _root.br9;
width9 = _root.bw9;
height9 = _root.bh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 212 MovieClip "e" in Frame 101
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ex1;
ypos1 = _root.ey1;
rot1 = _root.er1;
width1 = _root.ew1;
height1 = _root.eh1;
xpos2 = _root.ex2;
ypos2 = _root.ey2;
rot2 = _root.er2;
width2 = _root.ew2;
height2 = _root.eh2;
xpos3 = _root.ex3;
ypos3 = _root.ey3;
rot3 = _root.er3;
width3 = _root.ew3;
height3 = _root.eh3;
xpos4 = _root.ex4;
ypos4 = _root.ey4;
rot4 = _root.er4;
width4 = _root.ew4;
height4 = _root.eh4;
xpos5 = _root.ex5;
ypos5 = _root.ey5;
rot5 = _root.er5;
width5 = _root.ew5;
height5 = _root.eh5;
xpos6 = _root.ex6;
ypos6 = _root.ey6;
rot6 = _root.er6;
width6 = _root.ew6;
height6 = _root.eh6;
xpos7 = _root.ex7;
ypos7 = _root.ey7;
rot7 = _root.er7;
width7 = _root.ew7;
height7 = _root.eh7;
xpos8 = _root.ex8;
ypos8 = _root.ey8;
rot8 = _root.er8;
width8 = _root.ew8;
height8 = _root.eh8;
xpos9 = _root.ex9;
ypos9 = _root.ey9;
rot9 = _root.er9;
width9 = _root.ew9;
height9 = _root.eh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 213 MovieClip "a" in Frame 101
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ax1;
ypos1 = _root.ay1;
rot1 = _root.ar1;
width1 = _root.aw1;
height1 = _root.ah1;
xpos2 = _root.ax2;
ypos2 = _root.ay2;
rot2 = _root.ar2;
width2 = _root.aw2;
height2 = _root.ah2;
xpos3 = _root.ax3;
ypos3 = _root.ay3;
rot3 = _root.ar3;
width3 = _root.aw3;
height3 = _root.ah3;
xpos4 = _root.ax4;
ypos4 = _root.ay4;
rot4 = _root.ar4;
width4 = _root.aw4;
height4 = _root.ah4;
xpos5 = _root.ax5;
ypos5 = _root.ay5;
rot5 = _root.ar5;
width5 = _root.aw5;
height5 = _root.ah5;
xpos6 = _root.ax6;
ypos6 = _root.ay6;
rot6 = _root.ar6;
width6 = _root.aw6;
height6 = _root.ah6;
xpos7 = _root.ax7;
ypos7 = _root.ay7;
rot7 = _root.ar7;
width7 = _root.aw7;
height7 = _root.ah7;
xpos8 = _root.ax8;
ypos8 = _root.ay8;
rot8 = _root.ar8;
width8 = _root.aw8;
height8 = _root.ah8;
xpos9 = _root.ax9;
ypos9 = _root.ay9;
rot9 = _root.ar9;
width9 = _root.aw9;
height9 = _root.ah9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 214 MovieClip "c" in Frame 101
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.cx1;
ypos1 = _root.cy1;
rot1 = _root.cr1;
width1 = _root.cw1;
height1 = _root.ch1;
xpos2 = _root.cx2;
ypos2 = _root.cy2;
rot2 = _root.cr2;
width2 = _root.cw2;
height2 = _root.ch2;
xpos3 = _root.cx3;
ypos3 = _root.cy3;
rot3 = _root.cr3;
width3 = _root.cw3;
height3 = _root.ch3;
xpos4 = _root.cx4;
ypos4 = _root.cy4;
rot4 = _root.cr4;
width4 = _root.cw4;
height4 = _root.ch4;
xpos5 = _root.cx5;
ypos5 = _root.cy5;
rot5 = _root.cr5;
width5 = _root.cw5;
height5 = _root.ch5;
xpos6 = _root.cx6;
ypos6 = _root.cy6;
rot6 = _root.cr6;
width6 = _root.cw6;
height6 = _root.ch6;
xpos7 = _root.cx7;
ypos7 = _root.cy7;
rot7 = _root.cr7;
width7 = _root.cw7;
height7 = _root.ch7;
xpos8 = _root.cx8;
ypos8 = _root.cy8;
rot8 = _root.cr8;
width8 = _root.cw8;
height8 = _root.ch8;
xpos9 = _root.cx9;
ypos9 = _root.cy9;
rot9 = _root.cr9;
width9 = _root.cw9;
height9 = _root.ch9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 215 MovieClip "info" in Frame 101
onClipEvent (enterFrame) {
xstep = targetx - _x;
_x = (_x + (xstep / 3));
}
onClipEvent (load) {
_x = 322;
targetx = 322;
}
Instance of Symbol 221 MovieClip "cursor5" in Frame 101
onClipEvent (enterFrame) {
ystep = targety - _y;
_y = (_y + (ystep / 4));
}
onClipEvent (load) {
if (_root.loadData == false) {
_y = 100;
targety = 100;
} else {
if (_root.backdat == 1) {
_y = 100;
targety = 100;
}
if (_root.backdat == 2) {
_y = 150;
targety = 150;
}
if (_root.backdat == 3) {
_y = 200;
targety = 200;
}
if (_root.backdat == 4) {
_y = 250;
targety = 250;
}
if (_root.backdat == 5) {
_y = 300;
targety = 300;
}
if (_root.backdat == 6) {
_y = 350;
targety = 350;
}
}
}
Instance of Symbol 25 MovieClip "mousecursor" in Frame 101
onClipEvent (load) {
Mouse.hide();
}
onClipEvent (enterFrame) {
_x = _root._xmouse;
_y = _root._ymouse;
}
Instance of Symbol 268 MovieClip "f" in Frame 102
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.fx1;
ypos1 = _root.fy1;
rot1 = _root.fr1;
width1 = _root.fw1;
height1 = _root.fh1;
xpos2 = _root.fx2;
ypos2 = _root.fy2;
rot2 = _root.fr2;
width2 = _root.fw2;
height2 = _root.fh2;
xpos3 = _root.fx3;
ypos3 = _root.fy3;
rot3 = _root.fr3;
width3 = _root.fw3;
height3 = _root.fh3;
xpos4 = _root.fx4;
ypos4 = _root.fy4;
rot4 = _root.fr4;
width4 = _root.fw4;
height4 = _root.fh4;
xpos5 = _root.fx5;
ypos5 = _root.fy5;
rot5 = _root.fr5;
width5 = _root.fw5;
height5 = _root.fh5;
xpos6 = _root.fx6;
ypos6 = _root.fy6;
rot6 = _root.fr6;
width6 = _root.fw6;
height6 = _root.fh6;
xpos7 = _root.fx7;
ypos7 = _root.fy7;
rot7 = _root.fr7;
width7 = _root.fw7;
height7 = _root.fh7;
xpos8 = _root.fx8;
ypos8 = _root.fy8;
rot8 = _root.fr8;
width8 = _root.fw8;
height8 = _root.fh8;
xpos9 = _root.fx9;
ypos9 = _root.fy9;
rot9 = _root.fr9;
width9 = _root.fw9;
height9 = _root.fh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 272 MovieClip "i" in Frame 102
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ix1;
ypos1 = _root.iy1;
rot1 = _root.ir1;
width1 = _root.iw1;
height1 = _root.ih1;
xpos2 = _root.ix2;
ypos2 = _root.iy2;
rot2 = _root.ir2;
width2 = _root.iw2;
height2 = _root.ih2;
xpos3 = _root.ix3;
ypos3 = _root.iy3;
rot3 = _root.ir3;
width3 = _root.iw3;
height3 = _root.ih3;
xpos4 = _root.ix4;
ypos4 = _root.iy4;
rot4 = _root.ir4;
width4 = _root.iw4;
height4 = _root.ih4;
xpos5 = _root.ix5;
ypos5 = _root.iy5;
rot5 = _root.ir5;
width5 = _root.iw5;
height5 = _root.ih5;
xpos6 = _root.ix6;
ypos6 = _root.iy6;
rot6 = _root.ir6;
width6 = _root.iw6;
height6 = _root.ih6;
xpos7 = _root.ix7;
ypos7 = _root.iy7;
rot7 = _root.ir7;
width7 = _root.iw7;
height7 = _root.ih7;
xpos8 = _root.ix8;
ypos8 = _root.iy8;
rot8 = _root.ir8;
width8 = _root.iw8;
height8 = _root.ih8;
xpos9 = _root.ix9;
ypos9 = _root.iy9;
rot9 = _root.ir9;
width9 = _root.iw9;
height9 = _root.ih9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 273 MovieClip "j" in Frame 102
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.jx1;
ypos1 = _root.jy1;
rot1 = _root.jr1;
width1 = _root.jw1;
height1 = _root.jh1;
xpos2 = _root.jx2;
ypos2 = _root.jy2;
rot2 = _root.jr2;
width2 = _root.jw2;
height2 = _root.jh2;
xpos3 = _root.jx3;
ypos3 = _root.jy3;
rot3 = _root.jr3;
width3 = _root.jw3;
height3 = _root.jh3;
xpos4 = _root.jx4;
ypos4 = _root.jy4;
rot4 = _root.jr4;
width4 = _root.jw4;
height4 = _root.jh4;
xpos5 = _root.jx5;
ypos5 = _root.jy5;
rot5 = _root.jr5;
width5 = _root.jw5;
height5 = _root.jh5;
xpos6 = _root.jx6;
ypos6 = _root.jy6;
rot6 = _root.jr6;
width6 = _root.jw6;
height6 = _root.jh6;
xpos7 = _root.jx7;
ypos7 = _root.jy7;
rot7 = _root.jr7;
width7 = _root.jw7;
height7 = _root.jh7;
xpos8 = _root.jx8;
ypos8 = _root.jy8;
rot8 = _root.jr8;
width8 = _root.jw8;
height8 = _root.jh8;
xpos9 = _root.jx9;
ypos9 = _root.jy9;
rot9 = _root.jr9;
width9 = _root.jw9;
height9 = _root.jh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 277 MovieClip "g" in Frame 102
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.gx1;
ypos1 = _root.gy1;
rot1 = _root.gr1;
width1 = _root.gw1;
height1 = _root.gh1;
xpos2 = _root.gx2;
ypos2 = _root.gy2;
rot2 = _root.gr2;
width2 = _root.gw2;
height2 = _root.gh2;
xpos3 = _root.gx3;
ypos3 = _root.gy3;
rot3 = _root.gr3;
width3 = _root.gw3;
height3 = _root.gh3;
xpos4 = _root.gx4;
ypos4 = _root.gy4;
rot4 = _root.gr4;
width4 = _root.gw4;
height4 = _root.gh4;
xpos5 = _root.gx5;
ypos5 = _root.gy5;
rot5 = _root.gr5;
width5 = _root.gw5;
height5 = _root.gh5;
xpos6 = _root.gx6;
ypos6 = _root.gy6;
rot6 = _root.gr6;
width6 = _root.gw6;
height6 = _root.gh6;
xpos7 = _root.gx7;
ypos7 = _root.gy7;
rot7 = _root.gr7;
width7 = _root.gw7;
height7 = _root.gh7;
xpos8 = _root.gx8;
ypos8 = _root.gy8;
rot8 = _root.gr8;
width8 = _root.gw8;
height8 = _root.gh8;
xpos9 = _root.gx9;
ypos9 = _root.gy9;
rot9 = _root.gr9;
width9 = _root.gw9;
height9 = _root.gh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 281 MovieClip "h" in Frame 102
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.hx1;
ypos1 = _root.hy1;
rot1 = _root.hr1;
width1 = _root.hw1;
height1 = _root.hh1;
xpos2 = _root.hx2;
ypos2 = _root.hy2;
rot2 = _root.hr2;
width2 = _root.hw2;
height2 = _root.hh2;
xpos3 = _root.hx3;
ypos3 = _root.hy3;
rot3 = _root.hr3;
width3 = _root.hw3;
height3 = _root.hh3;
xpos4 = _root.hx4;
ypos4 = _root.hy4;
rot4 = _root.hr4;
width4 = _root.hw4;
height4 = _root.hh4;
xpos5 = _root.hx5;
ypos5 = _root.hy5;
rot5 = _root.hr5;
width5 = _root.hw5;
height5 = _root.hh5;
xpos6 = _root.hx6;
ypos6 = _root.hy6;
rot6 = _root.hr6;
width6 = _root.hw6;
height6 = _root.hh6;
xpos7 = _root.hx7;
ypos7 = _root.hy7;
rot7 = _root.hr7;
width7 = _root.hw7;
height7 = _root.hh7;
xpos8 = _root.hx8;
ypos8 = _root.hy8;
rot8 = _root.hr8;
width8 = _root.hw8;
height8 = _root.hh8;
xpos9 = _root.hx9;
ypos9 = _root.hy9;
rot9 = _root.hr9;
width9 = _root.hw9;
height9 = _root.hh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 285 MovieClip "e" in Frame 102
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ex1;
ypos1 = _root.ey1;
rot1 = _root.er1;
width1 = _root.ew1;
height1 = _root.eh1;
xpos2 = _root.ex2;
ypos2 = _root.ey2;
rot2 = _root.er2;
width2 = _root.ew2;
height2 = _root.eh2;
xpos3 = _root.ex3;
ypos3 = _root.ey3;
rot3 = _root.er3;
width3 = _root.ew3;
height3 = _root.eh3;
xpos4 = _root.ex4;
ypos4 = _root.ey4;
rot4 = _root.er4;
width4 = _root.ew4;
height4 = _root.eh4;
xpos5 = _root.ex5;
ypos5 = _root.ey5;
rot5 = _root.er5;
width5 = _root.ew5;
height5 = _root.eh5;
xpos6 = _root.ex6;
ypos6 = _root.ey6;
rot6 = _root.er6;
width6 = _root.ew6;
height6 = _root.eh6;
xpos7 = _root.ex7;
ypos7 = _root.ey7;
rot7 = _root.er7;
width7 = _root.ew7;
height7 = _root.eh7;
xpos8 = _root.ex8;
ypos8 = _root.ey8;
rot8 = _root.er8;
width8 = _root.ew8;
height8 = _root.eh8;
xpos9 = _root.ex9;
ypos9 = _root.ey9;
rot9 = _root.er9;
width9 = _root.ew9;
height9 = _root.eh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 289 MovieClip "c" in Frame 102
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.cx1;
ypos1 = _root.cy1;
rot1 = _root.cr1;
width1 = _root.cw1;
height1 = _root.ch1;
xpos2 = _root.cx2;
ypos2 = _root.cy2;
rot2 = _root.cr2;
width2 = _root.cw2;
height2 = _root.ch2;
xpos3 = _root.cx3;
ypos3 = _root.cy3;
rot3 = _root.cr3;
width3 = _root.cw3;
height3 = _root.ch3;
xpos4 = _root.cx4;
ypos4 = _root.cy4;
rot4 = _root.cr4;
width4 = _root.cw4;
height4 = _root.ch4;
xpos5 = _root.cx5;
ypos5 = _root.cy5;
rot5 = _root.cr5;
width5 = _root.cw5;
height5 = _root.ch5;
xpos6 = _root.cx6;
ypos6 = _root.cy6;
rot6 = _root.cr6;
width6 = _root.cw6;
height6 = _root.ch6;
xpos7 = _root.cx7;
ypos7 = _root.cy7;
rot7 = _root.cr7;
width7 = _root.cw7;
height7 = _root.ch7;
xpos8 = _root.cx8;
ypos8 = _root.cy8;
rot8 = _root.cr8;
width8 = _root.cw8;
height8 = _root.ch8;
xpos9 = _root.cx9;
ypos9 = _root.cy9;
rot9 = _root.cr9;
width9 = _root.cw9;
height9 = _root.ch9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 293 MovieClip "d" in Frame 102
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.dx1;
ypos1 = _root.dy1;
rot1 = _root.dr1;
width1 = _root.dw1;
height1 = _root.dh1;
xpos2 = _root.dx2;
ypos2 = _root.dy2;
rot2 = _root.dr2;
width2 = _root.dw2;
height2 = _root.dh2;
xpos3 = _root.dx3;
ypos3 = _root.dy3;
rot3 = _root.dr3;
width3 = _root.dw3;
height3 = _root.dh3;
xpos4 = _root.dx4;
ypos4 = _root.dy4;
rot4 = _root.dr4;
width4 = _root.dw4;
height4 = _root.dh4;
xpos5 = _root.dx5;
ypos5 = _root.dy5;
rot5 = _root.dr5;
width5 = _root.dw5;
height5 = _root.dh5;
xpos6 = _root.dx6;
ypos6 = _root.dy6;
rot6 = _root.dr6;
width6 = _root.dw6;
height6 = _root.dh6;
xpos7 = _root.dx7;
ypos7 = _root.dy7;
rot7 = _root.dr7;
width7 = _root.dw7;
height7 = _root.dh7;
xpos8 = _root.dx8;
ypos8 = _root.dy8;
rot8 = _root.dr8;
width8 = _root.dw8;
height8 = _root.dh8;
xpos9 = _root.dx9;
ypos9 = _root.dy9;
rot9 = _root.dr9;
width9 = _root.dw9;
height9 = _root.dh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 297 MovieClip "b" in Frame 102
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.bx1;
ypos1 = _root.by1;
rot1 = _root.br1;
width1 = _root.bw1;
height1 = _root.bh1;
xpos2 = _root.bx2;
ypos2 = _root.by2;
rot2 = _root.br2;
width2 = _root.bw2;
height2 = _root.bh2;
xpos3 = _root.bx3;
ypos3 = _root.by3;
rot3 = _root.br3;
width3 = _root.bw3;
height3 = _root.bh3;
xpos4 = _root.bx4;
ypos4 = _root.by4;
rot4 = _root.br4;
width4 = _root.bw4;
height4 = _root.bh4;
xpos5 = _root.bx5;
ypos5 = _root.by5;
rot5 = _root.br5;
width5 = _root.bw5;
height5 = _root.bh5;
xpos6 = _root.bx6;
ypos6 = _root.by6;
rot6 = _root.br6;
width6 = _root.bw6;
height6 = _root.bh6;
xpos7 = _root.bx7;
ypos7 = _root.by7;
rot7 = _root.br7;
width7 = _root.bw7;
height7 = _root.bh7;
xpos8 = _root.bx8;
ypos8 = _root.by8;
rot8 = _root.br8;
width8 = _root.bw8;
height8 = _root.bh8;
xpos9 = _root.bx9;
ypos9 = _root.by9;
rot9 = _root.br9;
width9 = _root.bw9;
height9 = _root.bh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 304 MovieClip "a" in Frame 102
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ax1;
ypos1 = _root.ay1;
rot1 = _root.ar1;
width1 = _root.aw1;
height1 = _root.ah1;
xpos2 = _root.ax2;
ypos2 = _root.ay2;
rot2 = _root.ar2;
width2 = _root.aw2;
height2 = _root.ah2;
xpos3 = _root.ax3;
ypos3 = _root.ay3;
rot3 = _root.ar3;
width3 = _root.aw3;
height3 = _root.ah3;
xpos4 = _root.ax4;
ypos4 = _root.ay4;
rot4 = _root.ar4;
width4 = _root.aw4;
height4 = _root.ah4;
xpos5 = _root.ax5;
ypos5 = _root.ay5;
rot5 = _root.ar5;
width5 = _root.aw5;
height5 = _root.ah5;
xpos6 = _root.ax6;
ypos6 = _root.ay6;
rot6 = _root.ar6;
width6 = _root.aw6;
height6 = _root.ah6;
xpos7 = _root.ax7;
ypos7 = _root.ay7;
rot7 = _root.ar7;
width7 = _root.aw7;
height7 = _root.ah7;
xpos8 = _root.ax8;
ypos8 = _root.ay8;
rot8 = _root.ar8;
width8 = _root.aw8;
height8 = _root.ah8;
xpos9 = _root.ax9;
ypos9 = _root.ay9;
rot9 = _root.ar9;
width9 = _root.aw9;
height9 = _root.ah9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 307 MovieClip "c" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.cx1;
ypos1 = _root.cy1;
rot1 = _root.cr1;
width1 = _root.cw1;
height1 = _root.ch1;
xpos2 = _root.cx2;
ypos2 = _root.cy2;
rot2 = _root.cr2;
width2 = _root.cw2;
height2 = _root.ch2;
xpos3 = _root.cx3;
ypos3 = _root.cy3;
rot3 = _root.cr3;
width3 = _root.cw3;
height3 = _root.ch3;
xpos4 = _root.cx4;
ypos4 = _root.cy4;
rot4 = _root.cr4;
width4 = _root.cw4;
height4 = _root.ch4;
xpos5 = _root.cx5;
ypos5 = _root.cy5;
rot5 = _root.cr5;
width5 = _root.cw5;
height5 = _root.ch5;
xpos6 = _root.cx6;
ypos6 = _root.cy6;
rot6 = _root.cr6;
width6 = _root.cw6;
height6 = _root.ch6;
xpos7 = _root.cx7;
ypos7 = _root.cy7;
rot7 = _root.cr7;
width7 = _root.cw7;
height7 = _root.ch7;
xpos8 = _root.cx8;
ypos8 = _root.cy8;
rot8 = _root.cr8;
width8 = _root.cw8;
height8 = _root.ch8;
xpos9 = _root.cx9;
ypos9 = _root.cy9;
rot9 = _root.cr9;
width9 = _root.cw9;
height9 = _root.ch9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 309 MovieClip "b" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.bx1;
ypos1 = _root.by1;
rot1 = _root.br1;
width1 = _root.bw1;
height1 = _root.bh1;
xpos2 = _root.bx2;
ypos2 = _root.by2;
rot2 = _root.br2;
width2 = _root.bw2;
height2 = _root.bh2;
xpos3 = _root.bx3;
ypos3 = _root.by3;
rot3 = _root.br3;
width3 = _root.bw3;
height3 = _root.bh3;
xpos4 = _root.bx4;
ypos4 = _root.by4;
rot4 = _root.br4;
width4 = _root.bw4;
height4 = _root.bh4;
xpos5 = _root.bx5;
ypos5 = _root.by5;
rot5 = _root.br5;
width5 = _root.bw5;
height5 = _root.bh5;
xpos6 = _root.bx6;
ypos6 = _root.by6;
rot6 = _root.br6;
width6 = _root.bw6;
height6 = _root.bh6;
xpos7 = _root.bx7;
ypos7 = _root.by7;
rot7 = _root.br7;
width7 = _root.bw7;
height7 = _root.bh7;
xpos8 = _root.bx8;
ypos8 = _root.by8;
rot8 = _root.br8;
width8 = _root.bw8;
height8 = _root.bh8;
xpos9 = _root.bx9;
ypos9 = _root.by9;
rot9 = _root.br9;
width9 = _root.bw9;
height9 = _root.bh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 310 MovieClip "i" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ix1;
ypos1 = _root.iy1;
rot1 = _root.ir1;
width1 = _root.iw1;
height1 = _root.ih1;
xpos2 = _root.ix2;
ypos2 = _root.iy2;
rot2 = _root.ir2;
width2 = _root.iw2;
height2 = _root.ih2;
xpos3 = _root.ix3;
ypos3 = _root.iy3;
rot3 = _root.ir3;
width3 = _root.iw3;
height3 = _root.ih3;
xpos4 = _root.ix4;
ypos4 = _root.iy4;
rot4 = _root.ir4;
width4 = _root.iw4;
height4 = _root.ih4;
xpos5 = _root.ix5;
ypos5 = _root.iy5;
rot5 = _root.ir5;
width5 = _root.iw5;
height5 = _root.ih5;
xpos6 = _root.ix6;
ypos6 = _root.iy6;
rot6 = _root.ir6;
width6 = _root.iw6;
height6 = _root.ih6;
xpos7 = _root.ix7;
ypos7 = _root.iy7;
rot7 = _root.ir7;
width7 = _root.iw7;
height7 = _root.ih7;
xpos8 = _root.ix8;
ypos8 = _root.iy8;
rot8 = _root.ir8;
width8 = _root.iw8;
height8 = _root.ih8;
xpos9 = _root.ix9;
ypos9 = _root.iy9;
rot9 = _root.ir9;
width9 = _root.iw9;
height9 = _root.ih9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 311 MovieClip "o" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ox1;
ypos1 = _root.oy1;
rot1 = _root.or1;
width1 = _root.ow1;
height1 = _root.oh1;
xpos2 = _root.ox2;
ypos2 = _root.oy2;
rot2 = _root.or2;
width2 = _root.ow2;
height2 = _root.oh2;
xpos3 = _root.ox3;
ypos3 = _root.oy3;
rot3 = _root.or3;
width3 = _root.ow3;
height3 = _root.oh3;
xpos4 = _root.ox4;
ypos4 = _root.oy4;
rot4 = _root.or4;
width4 = _root.ow4;
height4 = _root.oh4;
xpos5 = _root.ox5;
ypos5 = _root.oy5;
rot5 = _root.or5;
width5 = _root.ow5;
height5 = _root.oh5;
xpos6 = _root.ox6;
ypos6 = _root.oy6;
rot6 = _root.or6;
width6 = _root.ow6;
height6 = _root.oh6;
xpos7 = _root.ox7;
ypos7 = _root.oy7;
rot7 = _root.or7;
width7 = _root.ow7;
height7 = _root.oh7;
xpos8 = _root.ox8;
ypos8 = _root.oy8;
rot8 = _root.or8;
width8 = _root.ow8;
height8 = _root.oh8;
xpos9 = _root.ox9;
ypos9 = _root.oy9;
rot9 = _root.or9;
width9 = _root.ow9;
height9 = _root.oh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 312 MovieClip "d" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.dx1;
ypos1 = _root.dy1;
rot1 = _root.dr1;
width1 = _root.dw1;
height1 = _root.dh1;
xpos2 = _root.dx2;
ypos2 = _root.dy2;
rot2 = _root.dr2;
width2 = _root.dw2;
height2 = _root.dh2;
xpos3 = _root.dx3;
ypos3 = _root.dy3;
rot3 = _root.dr3;
width3 = _root.dw3;
height3 = _root.dh3;
xpos4 = _root.dx4;
ypos4 = _root.dy4;
rot4 = _root.dr4;
width4 = _root.dw4;
height4 = _root.dh4;
xpos5 = _root.dx5;
ypos5 = _root.dy5;
rot5 = _root.dr5;
width5 = _root.dw5;
height5 = _root.dh5;
xpos6 = _root.dx6;
ypos6 = _root.dy6;
rot6 = _root.dr6;
width6 = _root.dw6;
height6 = _root.dh6;
xpos7 = _root.dx7;
ypos7 = _root.dy7;
rot7 = _root.dr7;
width7 = _root.dw7;
height7 = _root.dh7;
xpos8 = _root.dx8;
ypos8 = _root.dy8;
rot8 = _root.dr8;
width8 = _root.dw8;
height8 = _root.dh8;
xpos9 = _root.dx9;
ypos9 = _root.dy9;
rot9 = _root.dr9;
width9 = _root.dw9;
height9 = _root.dh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 313 MovieClip "h" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.hx1;
ypos1 = _root.hy1;
rot1 = _root.hr1;
width1 = _root.hw1;
height1 = _root.hh1;
xpos2 = _root.hx2;
ypos2 = _root.hy2;
rot2 = _root.hr2;
width2 = _root.hw2;
height2 = _root.hh2;
xpos3 = _root.hx3;
ypos3 = _root.hy3;
rot3 = _root.hr3;
width3 = _root.hw3;
height3 = _root.hh3;
xpos4 = _root.hx4;
ypos4 = _root.hy4;
rot4 = _root.hr4;
width4 = _root.hw4;
height4 = _root.hh4;
xpos5 = _root.hx5;
ypos5 = _root.hy5;
rot5 = _root.hr5;
width5 = _root.hw5;
height5 = _root.hh5;
xpos6 = _root.hx6;
ypos6 = _root.hy6;
rot6 = _root.hr6;
width6 = _root.hw6;
height6 = _root.hh6;
xpos7 = _root.hx7;
ypos7 = _root.hy7;
rot7 = _root.hr7;
width7 = _root.hw7;
height7 = _root.hh7;
xpos8 = _root.hx8;
ypos8 = _root.hy8;
rot8 = _root.hr8;
width8 = _root.hw8;
height8 = _root.hh8;
xpos9 = _root.hx9;
ypos9 = _root.hy9;
rot9 = _root.hr9;
width9 = _root.hw9;
height9 = _root.hh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 314 MovieClip "n" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.nx1;
ypos1 = _root.ny1;
rot1 = _root.nr1;
width1 = _root.nw1;
height1 = _root.nh1;
xpos2 = _root.nx2;
ypos2 = _root.ny2;
rot2 = _root.nr2;
width2 = _root.nw2;
height2 = _root.nh2;
xpos3 = _root.nx3;
ypos3 = _root.ny3;
rot3 = _root.nr3;
width3 = _root.nw3;
height3 = _root.nh3;
xpos4 = _root.nx4;
ypos4 = _root.ny4;
rot4 = _root.nr4;
width4 = _root.nw4;
height4 = _root.nh4;
xpos5 = _root.nx5;
ypos5 = _root.ny5;
rot5 = _root.nr5;
width5 = _root.nw5;
height5 = _root.nh5;
xpos6 = _root.nx6;
ypos6 = _root.ny6;
rot6 = _root.nr6;
width6 = _root.nw6;
height6 = _root.nh6;
xpos7 = _root.nx7;
ypos7 = _root.ny7;
rot7 = _root.nr7;
width7 = _root.nw7;
height7 = _root.nh7;
xpos8 = _root.nx8;
ypos8 = _root.ny8;
rot8 = _root.nr8;
width8 = _root.nw8;
height8 = _root.nh8;
xpos9 = _root.nx9;
ypos9 = _root.ny9;
rot9 = _root.nr9;
width9 = _root.nw9;
height9 = _root.nh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 315 MovieClip "p" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.px1;
ypos1 = _root.py1;
rot1 = _root.pr1;
width1 = _root.pw1;
height1 = _root.ph1;
xpos2 = _root.px2;
ypos2 = _root.py2;
rot2 = _root.pr2;
width2 = _root.pw2;
height2 = _root.ph2;
xpos3 = _root.px3;
ypos3 = _root.py3;
rot3 = _root.pr3;
width3 = _root.pw3;
height3 = _root.ph3;
xpos4 = _root.px4;
ypos4 = _root.py4;
rot4 = _root.pr4;
width4 = _root.pw4;
height4 = _root.ph4;
xpos5 = _root.px5;
ypos5 = _root.py5;
rot5 = _root.pr5;
width5 = _root.pw5;
height5 = _root.ph5;
xpos6 = _root.px6;
ypos6 = _root.py6;
rot6 = _root.pr6;
width6 = _root.pw6;
height6 = _root.ph6;
xpos7 = _root.px7;
ypos7 = _root.py7;
rot7 = _root.pr7;
width7 = _root.pw7;
height7 = _root.ph7;
xpos8 = _root.px8;
ypos8 = _root.py8;
rot8 = _root.pr8;
width8 = _root.pw8;
height8 = _root.ph8;
xpos9 = _root.px9;
ypos9 = _root.py9;
rot9 = _root.pr9;
width9 = _root.pw9;
height9 = _root.ph9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 316 MovieClip "j" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.jx1;
ypos1 = _root.jy1;
rot1 = _root.jr1;
width1 = _root.jw1;
height1 = _root.jh1;
xpos2 = _root.jx2;
ypos2 = _root.jy2;
rot2 = _root.jr2;
width2 = _root.jw2;
height2 = _root.jh2;
xpos3 = _root.jx3;
ypos3 = _root.jy3;
rot3 = _root.jr3;
width3 = _root.jw3;
height3 = _root.jh3;
xpos4 = _root.jx4;
ypos4 = _root.jy4;
rot4 = _root.jr4;
width4 = _root.jw4;
height4 = _root.jh4;
xpos5 = _root.jx5;
ypos5 = _root.jy5;
rot5 = _root.jr5;
width5 = _root.jw5;
height5 = _root.jh5;
xpos6 = _root.jx6;
ypos6 = _root.jy6;
rot6 = _root.jr6;
width6 = _root.jw6;
height6 = _root.jh6;
xpos7 = _root.jx7;
ypos7 = _root.jy7;
rot7 = _root.jr7;
width7 = _root.jw7;
height7 = _root.jh7;
xpos8 = _root.jx8;
ypos8 = _root.jy8;
rot8 = _root.jr8;
width8 = _root.jw8;
height8 = _root.jh8;
xpos9 = _root.jx9;
ypos9 = _root.jy9;
rot9 = _root.jr9;
width9 = _root.jw9;
height9 = _root.jh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 317 MovieClip "r" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.rx1;
ypos1 = _root.ry1;
rot1 = _root.rr1;
width1 = _root.rw1;
height1 = _root.rh1;
xpos2 = _root.rx2;
ypos2 = _root.ry2;
rot2 = _root.rr2;
width2 = _root.rw2;
height2 = _root.rh2;
xpos3 = _root.rx3;
ypos3 = _root.ry3;
rot3 = _root.rr3;
width3 = _root.rw3;
height3 = _root.rh3;
xpos4 = _root.rx4;
ypos4 = _root.ry4;
rot4 = _root.rr4;
width4 = _root.rw4;
height4 = _root.rh4;
xpos5 = _root.rx5;
ypos5 = _root.ry5;
rot5 = _root.rr5;
width5 = _root.rw5;
height5 = _root.rh5;
xpos6 = _root.rx6;
ypos6 = _root.ry6;
rot6 = _root.rr6;
width6 = _root.rw6;
height6 = _root.rh6;
xpos7 = _root.rx7;
ypos7 = _root.ry7;
rot7 = _root.rr7;
width7 = _root.rw7;
height7 = _root.rh7;
xpos8 = _root.rx8;
ypos8 = _root.ry8;
rot8 = _root.rr8;
width8 = _root.rw8;
height8 = _root.rh8;
xpos9 = _root.rx9;
ypos9 = _root.ry9;
rot9 = _root.rr9;
width9 = _root.rw9;
height9 = _root.rh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 318 MovieClip "l" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.lx1;
ypos1 = _root.ly1;
rot1 = _root.lr1;
width1 = _root.lw1;
height1 = _root.lh1;
xpos2 = _root.lx2;
ypos2 = _root.ly2;
rot2 = _root.lr2;
width2 = _root.lw2;
height2 = _root.lh2;
xpos3 = _root.lx3;
ypos3 = _root.ly3;
rot3 = _root.lr3;
width3 = _root.lw3;
height3 = _root.lh3;
xpos4 = _root.lx4;
ypos4 = _root.ly4;
rot4 = _root.lr4;
width4 = _root.lw4;
height4 = _root.lh4;
xpos5 = _root.lx5;
ypos5 = _root.ly5;
rot5 = _root.lr5;
width5 = _root.lw5;
height5 = _root.lh5;
xpos6 = _root.lx6;
ypos6 = _root.ly6;
rot6 = _root.lr6;
width6 = _root.lw6;
height6 = _root.lh6;
xpos7 = _root.lx7;
ypos7 = _root.ly7;
rot7 = _root.lr7;
width7 = _root.lw7;
height7 = _root.lh7;
xpos8 = _root.lx8;
ypos8 = _root.ly8;
rot8 = _root.lr8;
width8 = _root.lw8;
height8 = _root.lh8;
xpos9 = _root.lx9;
ypos9 = _root.ly9;
rot9 = _root.lr9;
width9 = _root.lw9;
height9 = _root.lh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 319 MovieClip "f" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.fx1;
ypos1 = _root.fy1;
rot1 = _root.fr1;
width1 = _root.fw1;
height1 = _root.fh1;
xpos2 = _root.fx2;
ypos2 = _root.fy2;
rot2 = _root.fr2;
width2 = _root.fw2;
height2 = _root.fh2;
xpos3 = _root.fx3;
ypos3 = _root.fy3;
rot3 = _root.fr3;
width3 = _root.fw3;
height3 = _root.fh3;
xpos4 = _root.fx4;
ypos4 = _root.fy4;
rot4 = _root.fr4;
width4 = _root.fw4;
height4 = _root.fh4;
xpos5 = _root.fx5;
ypos5 = _root.fy5;
rot5 = _root.fr5;
width5 = _root.fw5;
height5 = _root.fh5;
xpos6 = _root.fx6;
ypos6 = _root.fy6;
rot6 = _root.fr6;
width6 = _root.fw6;
height6 = _root.fh6;
xpos7 = _root.fx7;
ypos7 = _root.fy7;
rot7 = _root.fr7;
width7 = _root.fw7;
height7 = _root.fh7;
xpos8 = _root.fx8;
ypos8 = _root.fy8;
rot8 = _root.fr8;
width8 = _root.fw8;
height8 = _root.fh8;
xpos9 = _root.fx9;
ypos9 = _root.fy9;
rot9 = _root.fr9;
width9 = _root.fw9;
height9 = _root.fh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 320 MovieClip "q" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.qx1;
ypos1 = _root.qy1;
rot1 = _root.qr1;
width1 = _root.qw1;
height1 = _root.qh1;
xpos2 = _root.qx2;
ypos2 = _root.qy2;
rot2 = _root.qr2;
width2 = _root.qw2;
height2 = _root.qh2;
xpos3 = _root.qx3;
ypos3 = _root.qy3;
rot3 = _root.qr3;
width3 = _root.qw3;
height3 = _root.qh3;
xpos4 = _root.qx4;
ypos4 = _root.qy4;
rot4 = _root.qr4;
width4 = _root.qw4;
height4 = _root.qh4;
xpos5 = _root.qx5;
ypos5 = _root.qy5;
rot5 = _root.qr5;
width5 = _root.qw5;
height5 = _root.qh5;
xpos6 = _root.qx6;
ypos6 = _root.qy6;
rot6 = _root.qr6;
width6 = _root.qw6;
height6 = _root.qh6;
xpos7 = _root.qx7;
ypos7 = _root.qy7;
rot7 = _root.qr7;
width7 = _root.qw7;
height7 = _root.qh7;
xpos8 = _root.qx8;
ypos8 = _root.qy8;
rot8 = _root.qr8;
width8 = _root.qw8;
height8 = _root.qh8;
xpos9 = _root.qx9;
ypos9 = _root.qy9;
rot9 = _root.qr9;
width9 = _root.qw9;
height9 = _root.qh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 321 MovieClip "k" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.kx1;
ypos1 = _root.ky1;
rot1 = _root.kr1;
width1 = _root.kw1;
height1 = _root.kh1;
xpos2 = _root.kx2;
ypos2 = _root.ky2;
rot2 = _root.kr2;
width2 = _root.kw2;
height2 = _root.kh2;
xpos3 = _root.kx3;
ypos3 = _root.ky3;
rot3 = _root.kr3;
width3 = _root.kw3;
height3 = _root.kh3;
xpos4 = _root.kx4;
ypos4 = _root.ky4;
rot4 = _root.kr4;
width4 = _root.kw4;
height4 = _root.kh4;
xpos5 = _root.kx5;
ypos5 = _root.ky5;
rot5 = _root.kr5;
width5 = _root.kw5;
height5 = _root.kh5;
xpos6 = _root.kx6;
ypos6 = _root.ky6;
rot6 = _root.kr6;
width6 = _root.kw6;
height6 = _root.kh6;
xpos7 = _root.kx7;
ypos7 = _root.ky7;
rot7 = _root.kr7;
width7 = _root.kw7;
height7 = _root.kh7;
xpos8 = _root.kx8;
ypos8 = _root.ky8;
rot8 = _root.kr8;
width8 = _root.kw8;
height8 = _root.kh8;
xpos9 = _root.kx9;
ypos9 = _root.ky9;
rot9 = _root.kr9;
width9 = _root.kw9;
height9 = _root.kh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 322 MovieClip "e" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ex1;
ypos1 = _root.ey1;
rot1 = _root.er1;
width1 = _root.ew1;
height1 = _root.eh1;
xpos2 = _root.ex2;
ypos2 = _root.ey2;
rot2 = _root.er2;
width2 = _root.ew2;
height2 = _root.eh2;
xpos3 = _root.ex3;
ypos3 = _root.ey3;
rot3 = _root.er3;
width3 = _root.ew3;
height3 = _root.eh3;
xpos4 = _root.ex4;
ypos4 = _root.ey4;
rot4 = _root.er4;
width4 = _root.ew4;
height4 = _root.eh4;
xpos5 = _root.ex5;
ypos5 = _root.ey5;
rot5 = _root.er5;
width5 = _root.ew5;
height5 = _root.eh5;
xpos6 = _root.ex6;
ypos6 = _root.ey6;
rot6 = _root.er6;
width6 = _root.ew6;
height6 = _root.eh6;
xpos7 = _root.ex7;
ypos7 = _root.ey7;
rot7 = _root.er7;
width7 = _root.ew7;
height7 = _root.eh7;
xpos8 = _root.ex8;
ypos8 = _root.ey8;
rot8 = _root.er8;
width8 = _root.ew8;
height8 = _root.eh8;
xpos9 = _root.ex9;
ypos9 = _root.ey9;
rot9 = _root.er9;
width9 = _root.ew9;
height9 = _root.eh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 327 MovieClip "m" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.mx1;
ypos1 = _root.my1;
rot1 = _root.mr1;
width1 = _root.mw1;
height1 = _root.mh1;
xpos2 = _root.mx2;
ypos2 = _root.my2;
rot2 = _root.mr2;
width2 = _root.mw2;
height2 = _root.mh2;
xpos3 = _root.mx3;
ypos3 = _root.my3;
rot3 = _root.mr3;
width3 = _root.mw3;
height3 = _root.mh3;
xpos4 = _root.mx4;
ypos4 = _root.my4;
rot4 = _root.mr4;
width4 = _root.mw4;
height4 = _root.mh4;
xpos5 = _root.mx5;
ypos5 = _root.my5;
rot5 = _root.mr5;
width5 = _root.mw5;
height5 = _root.mh5;
xpos6 = _root.mx6;
ypos6 = _root.my6;
rot6 = _root.mr6;
width6 = _root.mw6;
height6 = _root.mh6;
xpos7 = _root.mx7;
ypos7 = _root.my7;
rot7 = _root.mr7;
width7 = _root.mw7;
height7 = _root.mh7;
xpos8 = _root.mx8;
ypos8 = _root.my8;
rot8 = _root.mr8;
width8 = _root.mw8;
height8 = _root.mh8;
xpos9 = _root.mx9;
ypos9 = _root.my9;
rot9 = _root.mr9;
width9 = _root.mw9;
height9 = _root.mh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 332 MovieClip "a" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ax1;
ypos1 = _root.ay1;
rot1 = _root.ar1;
width1 = _root.aw1;
height1 = _root.ah1;
xpos2 = _root.ax2;
ypos2 = _root.ay2;
rot2 = _root.ar2;
width2 = _root.aw2;
height2 = _root.ah2;
xpos3 = _root.ax3;
ypos3 = _root.ay3;
rot3 = _root.ar3;
width3 = _root.aw3;
height3 = _root.ah3;
xpos4 = _root.ax4;
ypos4 = _root.ay4;
rot4 = _root.ar4;
width4 = _root.aw4;
height4 = _root.ah4;
xpos5 = _root.ax5;
ypos5 = _root.ay5;
rot5 = _root.ar5;
width5 = _root.aw5;
height5 = _root.ah5;
xpos6 = _root.ax6;
ypos6 = _root.ay6;
rot6 = _root.ar6;
width6 = _root.aw6;
height6 = _root.ah6;
xpos7 = _root.ax7;
ypos7 = _root.ay7;
rot7 = _root.ar7;
width7 = _root.aw7;
height7 = _root.ah7;
xpos8 = _root.ax8;
ypos8 = _root.ay8;
rot8 = _root.ar8;
width8 = _root.aw8;
height8 = _root.ah8;
xpos9 = _root.ax9;
ypos9 = _root.ay9;
rot9 = _root.ar9;
width9 = _root.aw9;
height9 = _root.ah9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 337 MovieClip "g" in Frame 103
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.gx1;
ypos1 = _root.gy1;
rot1 = _root.gr1;
width1 = _root.gw1;
height1 = _root.gh1;
xpos2 = _root.gx2;
ypos2 = _root.gy2;
rot2 = _root.gr2;
width2 = _root.gw2;
height2 = _root.gh2;
xpos3 = _root.gx3;
ypos3 = _root.gy3;
rot3 = _root.gr3;
width3 = _root.gw3;
height3 = _root.gh3;
xpos4 = _root.gx4;
ypos4 = _root.gy4;
rot4 = _root.gr4;
width4 = _root.gw4;
height4 = _root.gh4;
xpos5 = _root.gx5;
ypos5 = _root.gy5;
rot5 = _root.gr5;
width5 = _root.gw5;
height5 = _root.gh5;
xpos6 = _root.gx6;
ypos6 = _root.gy6;
rot6 = _root.gr6;
width6 = _root.gw6;
height6 = _root.gh6;
xpos7 = _root.gx7;
ypos7 = _root.gy7;
rot7 = _root.gr7;
width7 = _root.gw7;
height7 = _root.gh7;
xpos8 = _root.gx8;
ypos8 = _root.gy8;
rot8 = _root.gr8;
width8 = _root.gw8;
height8 = _root.gh8;
xpos9 = _root.gx9;
ypos9 = _root.gy9;
rot9 = _root.gr9;
width9 = _root.gw9;
height9 = _root.gh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 343 MovieClip "b" in Frame 104
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.bx1;
ypos1 = _root.by1;
rot1 = _root.br1;
width1 = _root.bw1;
height1 = _root.bh1;
xpos2 = _root.bx2;
ypos2 = _root.by2;
rot2 = _root.br2;
width2 = _root.bw2;
height2 = _root.bh2;
xpos3 = _root.bx3;
ypos3 = _root.by3;
rot3 = _root.br3;
width3 = _root.bw3;
height3 = _root.bh3;
xpos4 = _root.bx4;
ypos4 = _root.by4;
rot4 = _root.br4;
width4 = _root.bw4;
height4 = _root.bh4;
xpos5 = _root.bx5;
ypos5 = _root.by5;
rot5 = _root.br5;
width5 = _root.bw5;
height5 = _root.bh5;
xpos6 = _root.bx6;
ypos6 = _root.by6;
rot6 = _root.br6;
width6 = _root.bw6;
height6 = _root.bh6;
xpos7 = _root.bx7;
ypos7 = _root.by7;
rot7 = _root.br7;
width7 = _root.bw7;
height7 = _root.bh7;
xpos8 = _root.bx8;
ypos8 = _root.by8;
rot8 = _root.br8;
width8 = _root.bw8;
height8 = _root.bh8;
xpos9 = _root.bx9;
ypos9 = _root.by9;
rot9 = _root.br9;
width9 = _root.bw9;
height9 = _root.bh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 347 MovieClip "e" in Frame 104
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ex1;
ypos1 = _root.ey1;
rot1 = _root.er1;
width1 = _root.ew1;
height1 = _root.eh1;
xpos2 = _root.ex2;
ypos2 = _root.ey2;
rot2 = _root.er2;
width2 = _root.ew2;
height2 = _root.eh2;
xpos3 = _root.ex3;
ypos3 = _root.ey3;
rot3 = _root.er3;
width3 = _root.ew3;
height3 = _root.eh3;
xpos4 = _root.ex4;
ypos4 = _root.ey4;
rot4 = _root.er4;
width4 = _root.ew4;
height4 = _root.eh4;
xpos5 = _root.ex5;
ypos5 = _root.ey5;
rot5 = _root.er5;
width5 = _root.ew5;
height5 = _root.eh5;
xpos6 = _root.ex6;
ypos6 = _root.ey6;
rot6 = _root.er6;
width6 = _root.ew6;
height6 = _root.eh6;
xpos7 = _root.ex7;
ypos7 = _root.ey7;
rot7 = _root.er7;
width7 = _root.ew7;
height7 = _root.eh7;
xpos8 = _root.ex8;
ypos8 = _root.ey8;
rot8 = _root.er8;
width8 = _root.ew8;
height8 = _root.eh8;
xpos9 = _root.ex9;
ypos9 = _root.ey9;
rot9 = _root.er9;
width9 = _root.ew9;
height9 = _root.eh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 351 MovieClip "g" in Frame 104
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.gx1;
ypos1 = _root.gy1;
rot1 = _root.gr1;
width1 = _root.gw1;
height1 = _root.gh1;
xpos2 = _root.gx2;
ypos2 = _root.gy2;
rot2 = _root.gr2;
width2 = _root.gw2;
height2 = _root.gh2;
xpos3 = _root.gx3;
ypos3 = _root.gy3;
rot3 = _root.gr3;
width3 = _root.gw3;
height3 = _root.gh3;
xpos4 = _root.gx4;
ypos4 = _root.gy4;
rot4 = _root.gr4;
width4 = _root.gw4;
height4 = _root.gh4;
xpos5 = _root.gx5;
ypos5 = _root.gy5;
rot5 = _root.gr5;
width5 = _root.gw5;
height5 = _root.gh5;
xpos6 = _root.gx6;
ypos6 = _root.gy6;
rot6 = _root.gr6;
width6 = _root.gw6;
height6 = _root.gh6;
xpos7 = _root.gx7;
ypos7 = _root.gy7;
rot7 = _root.gr7;
width7 = _root.gw7;
height7 = _root.gh7;
xpos8 = _root.gx8;
ypos8 = _root.gy8;
rot8 = _root.gr8;
width8 = _root.gw8;
height8 = _root.gh8;
xpos9 = _root.gx9;
ypos9 = _root.gy9;
rot9 = _root.gr9;
width9 = _root.gw9;
height9 = _root.gh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 355 MovieClip "d" in Frame 104
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.dx1;
ypos1 = _root.dy1;
rot1 = _root.dr1;
width1 = _root.dw1;
height1 = _root.dh1;
xpos2 = _root.dx2;
ypos2 = _root.dy2;
rot2 = _root.dr2;
width2 = _root.dw2;
height2 = _root.dh2;
xpos3 = _root.dx3;
ypos3 = _root.dy3;
rot3 = _root.dr3;
width3 = _root.dw3;
height3 = _root.dh3;
xpos4 = _root.dx4;
ypos4 = _root.dy4;
rot4 = _root.dr4;
width4 = _root.dw4;
height4 = _root.dh4;
xpos5 = _root.dx5;
ypos5 = _root.dy5;
rot5 = _root.dr5;
width5 = _root.dw5;
height5 = _root.dh5;
xpos6 = _root.dx6;
ypos6 = _root.dy6;
rot6 = _root.dr6;
width6 = _root.dw6;
height6 = _root.dh6;
xpos7 = _root.dx7;
ypos7 = _root.dy7;
rot7 = _root.dr7;
width7 = _root.dw7;
height7 = _root.dh7;
xpos8 = _root.dx8;
ypos8 = _root.dy8;
rot8 = _root.dr8;
width8 = _root.dw8;
height8 = _root.dh8;
xpos9 = _root.dx9;
ypos9 = _root.dy9;
rot9 = _root.dr9;
width9 = _root.dw9;
height9 = _root.dh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 356 MovieClip "f" in Frame 104
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.fx1;
ypos1 = _root.fy1;
rot1 = _root.fr1;
width1 = _root.fw1;
height1 = _root.fh1;
xpos2 = _root.fx2;
ypos2 = _root.fy2;
rot2 = _root.fr2;
width2 = _root.fw2;
height2 = _root.fh2;
xpos3 = _root.fx3;
ypos3 = _root.fy3;
rot3 = _root.fr3;
width3 = _root.fw3;
height3 = _root.fh3;
xpos4 = _root.fx4;
ypos4 = _root.fy4;
rot4 = _root.fr4;
width4 = _root.fw4;
height4 = _root.fh4;
xpos5 = _root.fx5;
ypos5 = _root.fy5;
rot5 = _root.fr5;
width5 = _root.fw5;
height5 = _root.fh5;
xpos6 = _root.fx6;
ypos6 = _root.fy6;
rot6 = _root.fr6;
width6 = _root.fw6;
height6 = _root.fh6;
xpos7 = _root.fx7;
ypos7 = _root.fy7;
rot7 = _root.fr7;
width7 = _root.fw7;
height7 = _root.fh7;
xpos8 = _root.fx8;
ypos8 = _root.fy8;
rot8 = _root.fr8;
width8 = _root.fw8;
height8 = _root.fh8;
xpos9 = _root.fx9;
ypos9 = _root.fy9;
rot9 = _root.fr9;
width9 = _root.fw9;
height9 = _root.fh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 360 MovieClip "a" in Frame 104
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ax1;
ypos1 = _root.ay1;
rot1 = _root.ar1;
width1 = _root.aw1;
height1 = _root.ah1;
xpos2 = _root.ax2;
ypos2 = _root.ay2;
rot2 = _root.ar2;
width2 = _root.aw2;
height2 = _root.ah2;
xpos3 = _root.ax3;
ypos3 = _root.ay3;
rot3 = _root.ar3;
width3 = _root.aw3;
height3 = _root.ah3;
xpos4 = _root.ax4;
ypos4 = _root.ay4;
rot4 = _root.ar4;
width4 = _root.aw4;
height4 = _root.ah4;
xpos5 = _root.ax5;
ypos5 = _root.ay5;
rot5 = _root.ar5;
width5 = _root.aw5;
height5 = _root.ah5;
xpos6 = _root.ax6;
ypos6 = _root.ay6;
rot6 = _root.ar6;
width6 = _root.aw6;
height6 = _root.ah6;
xpos7 = _root.ax7;
ypos7 = _root.ay7;
rot7 = _root.ar7;
width7 = _root.aw7;
height7 = _root.ah7;
xpos8 = _root.ax8;
ypos8 = _root.ay8;
rot8 = _root.ar8;
width8 = _root.aw8;
height8 = _root.ah8;
xpos9 = _root.ax9;
ypos9 = _root.ay9;
rot9 = _root.ar9;
width9 = _root.aw9;
height9 = _root.ah9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 364 MovieClip "c" in Frame 104
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.cx1;
ypos1 = _root.cy1;
rot1 = _root.cr1;
width1 = _root.cw1;
height1 = _root.ch1;
xpos2 = _root.cx2;
ypos2 = _root.cy2;
rot2 = _root.cr2;
width2 = _root.cw2;
height2 = _root.ch2;
xpos3 = _root.cx3;
ypos3 = _root.cy3;
rot3 = _root.cr3;
width3 = _root.cw3;
height3 = _root.ch3;
xpos4 = _root.cx4;
ypos4 = _root.cy4;
rot4 = _root.cr4;
width4 = _root.cw4;
height4 = _root.ch4;
xpos5 = _root.cx5;
ypos5 = _root.cy5;
rot5 = _root.cr5;
width5 = _root.cw5;
height5 = _root.ch5;
xpos6 = _root.cx6;
ypos6 = _root.cy6;
rot6 = _root.cr6;
width6 = _root.cw6;
height6 = _root.ch6;
xpos7 = _root.cx7;
ypos7 = _root.cy7;
rot7 = _root.cr7;
width7 = _root.cw7;
height7 = _root.ch7;
xpos8 = _root.cx8;
ypos8 = _root.cy8;
rot8 = _root.cr8;
width8 = _root.cw8;
height8 = _root.ch8;
xpos9 = _root.cx9;
ypos9 = _root.cy9;
rot9 = _root.cr9;
width9 = _root.cw9;
height9 = _root.ch9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 368 MovieClip "b" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.bx1;
ypos1 = _root.by1;
rot1 = _root.br1;
width1 = _root.bw1;
height1 = _root.bh1;
xpos2 = _root.bx2;
ypos2 = _root.by2;
rot2 = _root.br2;
width2 = _root.bw2;
height2 = _root.bh2;
xpos3 = _root.bx3;
ypos3 = _root.by3;
rot3 = _root.br3;
width3 = _root.bw3;
height3 = _root.bh3;
xpos4 = _root.bx4;
ypos4 = _root.by4;
rot4 = _root.br4;
width4 = _root.bw4;
height4 = _root.bh4;
xpos5 = _root.bx5;
ypos5 = _root.by5;
rot5 = _root.br5;
width5 = _root.bw5;
height5 = _root.bh5;
xpos6 = _root.bx6;
ypos6 = _root.by6;
rot6 = _root.br6;
width6 = _root.bw6;
height6 = _root.bh6;
xpos7 = _root.bx7;
ypos7 = _root.by7;
rot7 = _root.br7;
width7 = _root.bw7;
height7 = _root.bh7;
xpos8 = _root.bx8;
ypos8 = _root.by8;
rot8 = _root.br8;
width8 = _root.bw8;
height8 = _root.bh8;
xpos9 = _root.bx9;
ypos9 = _root.by9;
rot9 = _root.br9;
width9 = _root.bw9;
height9 = _root.bh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 372 MovieClip "a" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ax1;
ypos1 = _root.ay1;
rot1 = _root.ar1;
width1 = _root.aw1;
height1 = _root.ah1;
xpos2 = _root.ax2;
ypos2 = _root.ay2;
rot2 = _root.ar2;
width2 = _root.aw2;
height2 = _root.ah2;
xpos3 = _root.ax3;
ypos3 = _root.ay3;
rot3 = _root.ar3;
width3 = _root.aw3;
height3 = _root.ah3;
xpos4 = _root.ax4;
ypos4 = _root.ay4;
rot4 = _root.ar4;
width4 = _root.aw4;
height4 = _root.ah4;
xpos5 = _root.ax5;
ypos5 = _root.ay5;
rot5 = _root.ar5;
width5 = _root.aw5;
height5 = _root.ah5;
xpos6 = _root.ax6;
ypos6 = _root.ay6;
rot6 = _root.ar6;
width6 = _root.aw6;
height6 = _root.ah6;
xpos7 = _root.ax7;
ypos7 = _root.ay7;
rot7 = _root.ar7;
width7 = _root.aw7;
height7 = _root.ah7;
xpos8 = _root.ax8;
ypos8 = _root.ay8;
rot8 = _root.ar8;
width8 = _root.aw8;
height8 = _root.ah8;
xpos9 = _root.ax9;
ypos9 = _root.ay9;
rot9 = _root.ar9;
width9 = _root.aw9;
height9 = _root.ah9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 376 MovieClip "c" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.cx1;
ypos1 = _root.cy1;
rot1 = _root.cr1;
width1 = _root.cw1;
height1 = _root.ch1;
xpos2 = _root.cx2;
ypos2 = _root.cy2;
rot2 = _root.cr2;
width2 = _root.cw2;
height2 = _root.ch2;
xpos3 = _root.cx3;
ypos3 = _root.cy3;
rot3 = _root.cr3;
width3 = _root.cw3;
height3 = _root.ch3;
xpos4 = _root.cx4;
ypos4 = _root.cy4;
rot4 = _root.cr4;
width4 = _root.cw4;
height4 = _root.ch4;
xpos5 = _root.cx5;
ypos5 = _root.cy5;
rot5 = _root.cr5;
width5 = _root.cw5;
height5 = _root.ch5;
xpos6 = _root.cx6;
ypos6 = _root.cy6;
rot6 = _root.cr6;
width6 = _root.cw6;
height6 = _root.ch6;
xpos7 = _root.cx7;
ypos7 = _root.cy7;
rot7 = _root.cr7;
width7 = _root.cw7;
height7 = _root.ch7;
xpos8 = _root.cx8;
ypos8 = _root.cy8;
rot8 = _root.cr8;
width8 = _root.cw8;
height8 = _root.ch8;
xpos9 = _root.cx9;
ypos9 = _root.cy9;
rot9 = _root.cr9;
width9 = _root.cw9;
height9 = _root.ch9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 377 MovieClip "e" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ex1;
ypos1 = _root.ey1;
rot1 = _root.er1;
width1 = _root.ew1;
height1 = _root.eh1;
xpos2 = _root.ex2;
ypos2 = _root.ey2;
rot2 = _root.er2;
width2 = _root.ew2;
height2 = _root.eh2;
xpos3 = _root.ex3;
ypos3 = _root.ey3;
rot3 = _root.er3;
width3 = _root.ew3;
height3 = _root.eh3;
xpos4 = _root.ex4;
ypos4 = _root.ey4;
rot4 = _root.er4;
width4 = _root.ew4;
height4 = _root.eh4;
xpos5 = _root.ex5;
ypos5 = _root.ey5;
rot5 = _root.er5;
width5 = _root.ew5;
height5 = _root.eh5;
xpos6 = _root.ex6;
ypos6 = _root.ey6;
rot6 = _root.er6;
width6 = _root.ew6;
height6 = _root.eh6;
xpos7 = _root.ex7;
ypos7 = _root.ey7;
rot7 = _root.er7;
width7 = _root.ew7;
height7 = _root.eh7;
xpos8 = _root.ex8;
ypos8 = _root.ey8;
rot8 = _root.er8;
width8 = _root.ew8;
height8 = _root.eh8;
xpos9 = _root.ex9;
ypos9 = _root.ey9;
rot9 = _root.er9;
width9 = _root.ew9;
height9 = _root.eh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 381 MovieClip "f" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.fx1;
ypos1 = _root.fy1;
rot1 = _root.fr1;
width1 = _root.fw1;
height1 = _root.fh1;
xpos2 = _root.fx2;
ypos2 = _root.fy2;
rot2 = _root.fr2;
width2 = _root.fw2;
height2 = _root.fh2;
xpos3 = _root.fx3;
ypos3 = _root.fy3;
rot3 = _root.fr3;
width3 = _root.fw3;
height3 = _root.fh3;
xpos4 = _root.fx4;
ypos4 = _root.fy4;
rot4 = _root.fr4;
width4 = _root.fw4;
height4 = _root.fh4;
xpos5 = _root.fx5;
ypos5 = _root.fy5;
rot5 = _root.fr5;
width5 = _root.fw5;
height5 = _root.fh5;
xpos6 = _root.fx6;
ypos6 = _root.fy6;
rot6 = _root.fr6;
width6 = _root.fw6;
height6 = _root.fh6;
xpos7 = _root.fx7;
ypos7 = _root.fy7;
rot7 = _root.fr7;
width7 = _root.fw7;
height7 = _root.fh7;
xpos8 = _root.fx8;
ypos8 = _root.fy8;
rot8 = _root.fr8;
width8 = _root.fw8;
height8 = _root.fh8;
xpos9 = _root.fx9;
ypos9 = _root.fy9;
rot9 = _root.fr9;
width9 = _root.fw9;
height9 = _root.fh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 385 MovieClip "d" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.dx1;
ypos1 = _root.dy1;
rot1 = _root.dr1;
width1 = _root.dw1;
height1 = _root.dh1;
xpos2 = _root.dx2;
ypos2 = _root.dy2;
rot2 = _root.dr2;
width2 = _root.dw2;
height2 = _root.dh2;
xpos3 = _root.dx3;
ypos3 = _root.dy3;
rot3 = _root.dr3;
width3 = _root.dw3;
height3 = _root.dh3;
xpos4 = _root.dx4;
ypos4 = _root.dy4;
rot4 = _root.dr4;
width4 = _root.dw4;
height4 = _root.dh4;
xpos5 = _root.dx5;
ypos5 = _root.dy5;
rot5 = _root.dr5;
width5 = _root.dw5;
height5 = _root.dh5;
xpos6 = _root.dx6;
ypos6 = _root.dy6;
rot6 = _root.dr6;
width6 = _root.dw6;
height6 = _root.dh6;
xpos7 = _root.dx7;
ypos7 = _root.dy7;
rot7 = _root.dr7;
width7 = _root.dw7;
height7 = _root.dh7;
xpos8 = _root.dx8;
ypos8 = _root.dy8;
rot8 = _root.dr8;
width8 = _root.dw8;
height8 = _root.dh8;
xpos9 = _root.dx9;
ypos9 = _root.dy9;
rot9 = _root.dr9;
width9 = _root.dw9;
height9 = _root.dh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 389 MovieClip "i" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ix1;
ypos1 = _root.iy1;
rot1 = _root.ir1;
width1 = _root.iw1;
height1 = _root.ih1;
xpos2 = _root.ix2;
ypos2 = _root.iy2;
rot2 = _root.ir2;
width2 = _root.iw2;
height2 = _root.ih2;
xpos3 = _root.ix3;
ypos3 = _root.iy3;
rot3 = _root.ir3;
width3 = _root.iw3;
height3 = _root.ih3;
xpos4 = _root.ix4;
ypos4 = _root.iy4;
rot4 = _root.ir4;
width4 = _root.iw4;
height4 = _root.ih4;
xpos5 = _root.ix5;
ypos5 = _root.iy5;
rot5 = _root.ir5;
width5 = _root.iw5;
height5 = _root.ih5;
xpos6 = _root.ix6;
ypos6 = _root.iy6;
rot6 = _root.ir6;
width6 = _root.iw6;
height6 = _root.ih6;
xpos7 = _root.ix7;
ypos7 = _root.iy7;
rot7 = _root.ir7;
width7 = _root.iw7;
height7 = _root.ih7;
xpos8 = _root.ix8;
ypos8 = _root.iy8;
rot8 = _root.ir8;
width8 = _root.iw8;
height8 = _root.ih8;
xpos9 = _root.ix9;
ypos9 = _root.iy9;
rot9 = _root.ir9;
width9 = _root.iw9;
height9 = _root.ih9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 396 MovieClip "h" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.hx1;
ypos1 = _root.hy1;
rot1 = _root.hr1;
width1 = _root.hw1;
height1 = _root.hh1;
xpos2 = _root.hx2;
ypos2 = _root.hy2;
rot2 = _root.hr2;
width2 = _root.hw2;
height2 = _root.hh2;
xpos3 = _root.hx3;
ypos3 = _root.hy3;
rot3 = _root.hr3;
width3 = _root.hw3;
height3 = _root.hh3;
xpos4 = _root.hx4;
ypos4 = _root.hy4;
rot4 = _root.hr4;
width4 = _root.hw4;
height4 = _root.hh4;
xpos5 = _root.hx5;
ypos5 = _root.hy5;
rot5 = _root.hr5;
width5 = _root.hw5;
height5 = _root.hh5;
xpos6 = _root.hx6;
ypos6 = _root.hy6;
rot6 = _root.hr6;
width6 = _root.hw6;
height6 = _root.hh6;
xpos7 = _root.hx7;
ypos7 = _root.hy7;
rot7 = _root.hr7;
width7 = _root.hw7;
height7 = _root.hh7;
xpos8 = _root.hx8;
ypos8 = _root.hy8;
rot8 = _root.hr8;
width8 = _root.hw8;
height8 = _root.hh8;
xpos9 = _root.hx9;
ypos9 = _root.hy9;
rot9 = _root.hr9;
width9 = _root.hw9;
height9 = _root.hh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 400 MovieClip "j" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.jx1;
ypos1 = _root.jy1;
rot1 = _root.jr1;
width1 = _root.jw1;
height1 = _root.jh1;
xpos2 = _root.jx2;
ypos2 = _root.jy2;
rot2 = _root.jr2;
width2 = _root.jw2;
height2 = _root.jh2;
xpos3 = _root.jx3;
ypos3 = _root.jy3;
rot3 = _root.jr3;
width3 = _root.jw3;
height3 = _root.jh3;
xpos4 = _root.jx4;
ypos4 = _root.jy4;
rot4 = _root.jr4;
width4 = _root.jw4;
height4 = _root.jh4;
xpos5 = _root.jx5;
ypos5 = _root.jy5;
rot5 = _root.jr5;
width5 = _root.jw5;
height5 = _root.jh5;
xpos6 = _root.jx6;
ypos6 = _root.jy6;
rot6 = _root.jr6;
width6 = _root.jw6;
height6 = _root.jh6;
xpos7 = _root.jx7;
ypos7 = _root.jy7;
rot7 = _root.jr7;
width7 = _root.jw7;
height7 = _root.jh7;
xpos8 = _root.jx8;
ypos8 = _root.jy8;
rot8 = _root.jr8;
width8 = _root.jw8;
height8 = _root.jh8;
xpos9 = _root.jx9;
ypos9 = _root.jy9;
rot9 = _root.jr9;
width9 = _root.jw9;
height9 = _root.jh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 404 MovieClip "k" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.kx1;
ypos1 = _root.ky1;
rot1 = _root.kr1;
width1 = _root.kw1;
height1 = _root.kh1;
xpos2 = _root.kx2;
ypos2 = _root.ky2;
rot2 = _root.kr2;
width2 = _root.kw2;
height2 = _root.kh2;
xpos3 = _root.kx3;
ypos3 = _root.ky3;
rot3 = _root.kr3;
width3 = _root.kw3;
height3 = _root.kh3;
xpos4 = _root.kx4;
ypos4 = _root.ky4;
rot4 = _root.kr4;
width4 = _root.kw4;
height4 = _root.kh4;
xpos5 = _root.kx5;
ypos5 = _root.ky5;
rot5 = _root.kr5;
width5 = _root.kw5;
height5 = _root.kh5;
xpos6 = _root.kx6;
ypos6 = _root.ky6;
rot6 = _root.kr6;
width6 = _root.kw6;
height6 = _root.kh6;
xpos7 = _root.kx7;
ypos7 = _root.ky7;
rot7 = _root.kr7;
width7 = _root.kw7;
height7 = _root.kh7;
xpos8 = _root.kx8;
ypos8 = _root.ky8;
rot8 = _root.kr8;
width8 = _root.kw8;
height8 = _root.kh8;
xpos9 = _root.kx9;
ypos9 = _root.ky9;
rot9 = _root.kr9;
width9 = _root.kw9;
height9 = _root.kh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 410 MovieClip in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.nx1;
ypos1 = _root.ny1;
rot1 = _root.nr1;
width1 = _root.nw1;
height1 = _root.nh1;
xpos2 = _root.nx2;
ypos2 = _root.ny2;
rot2 = _root.nr2;
width2 = _root.nw2;
height2 = _root.nh2;
xpos3 = _root.nx3;
ypos3 = _root.ny3;
rot3 = _root.nr3;
width3 = _root.nw3;
height3 = _root.nh3;
xpos4 = _root.nx4;
ypos4 = _root.ny4;
rot4 = _root.nr4;
width4 = _root.nw4;
height4 = _root.nh4;
xpos5 = _root.nx5;
ypos5 = _root.ny5;
rot5 = _root.nr5;
width5 = _root.nw5;
height5 = _root.nh5;
xpos6 = _root.nx6;
ypos6 = _root.ny6;
rot6 = _root.nr6;
width6 = _root.nw6;
height6 = _root.nh6;
xpos7 = _root.nx7;
ypos7 = _root.ny7;
rot7 = _root.nr7;
width7 = _root.nw7;
height7 = _root.nh7;
xpos8 = _root.nx8;
ypos8 = _root.ny8;
rot8 = _root.nr8;
width8 = _root.nw8;
height8 = _root.nh8;
xpos9 = _root.nx9;
ypos9 = _root.ny9;
rot9 = _root.nr9;
width9 = _root.nw9;
height9 = _root.nh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 414 MovieClip "m" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.mx1;
ypos1 = _root.my1;
rot1 = _root.mr1;
width1 = _root.mw1;
height1 = _root.mh1;
xpos2 = _root.mx2;
ypos2 = _root.my2;
rot2 = _root.mr2;
width2 = _root.mw2;
height2 = _root.mh2;
xpos3 = _root.mx3;
ypos3 = _root.my3;
rot3 = _root.mr3;
width3 = _root.mw3;
height3 = _root.mh3;
xpos4 = _root.mx4;
ypos4 = _root.my4;
rot4 = _root.mr4;
width4 = _root.mw4;
height4 = _root.mh4;
xpos5 = _root.mx5;
ypos5 = _root.my5;
rot5 = _root.mr5;
width5 = _root.mw5;
height5 = _root.mh5;
xpos6 = _root.mx6;
ypos6 = _root.my6;
rot6 = _root.mr6;
width6 = _root.mw6;
height6 = _root.mh6;
xpos7 = _root.mx7;
ypos7 = _root.my7;
rot7 = _root.mr7;
width7 = _root.mw7;
height7 = _root.mh7;
xpos8 = _root.mx8;
ypos8 = _root.my8;
rot8 = _root.mr8;
width8 = _root.mw8;
height8 = _root.mh8;
xpos9 = _root.mx9;
ypos9 = _root.my9;
rot9 = _root.mr9;
width9 = _root.mw9;
height9 = _root.mh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 415 MovieClip "g" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.gx1;
ypos1 = _root.gy1;
rot1 = _root.gr1;
width1 = _root.gw1;
height1 = _root.gh1;
xpos2 = _root.gx2;
ypos2 = _root.gy2;
rot2 = _root.gr2;
width2 = _root.gw2;
height2 = _root.gh2;
xpos3 = _root.gx3;
ypos3 = _root.gy3;
rot3 = _root.gr3;
width3 = _root.gw3;
height3 = _root.gh3;
xpos4 = _root.gx4;
ypos4 = _root.gy4;
rot4 = _root.gr4;
width4 = _root.gw4;
height4 = _root.gh4;
xpos5 = _root.gx5;
ypos5 = _root.gy5;
rot5 = _root.gr5;
width5 = _root.gw5;
height5 = _root.gh5;
xpos6 = _root.gx6;
ypos6 = _root.gy6;
rot6 = _root.gr6;
width6 = _root.gw6;
height6 = _root.gh6;
xpos7 = _root.gx7;
ypos7 = _root.gy7;
rot7 = _root.gr7;
width7 = _root.gw7;
height7 = _root.gh7;
xpos8 = _root.gx8;
ypos8 = _root.gy8;
rot8 = _root.gr8;
width8 = _root.gw8;
height8 = _root.gh8;
xpos9 = _root.gx9;
ypos9 = _root.gy9;
rot9 = _root.gr9;
width9 = _root.gw9;
height9 = _root.gh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 416 MovieClip "l" in Frame 105
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.lx1;
ypos1 = _root.ly1;
rot1 = _root.lr1;
width1 = _root.lw1;
height1 = _root.lh1;
xpos2 = _root.lx2;
ypos2 = _root.ly2;
rot2 = _root.lr2;
width2 = _root.lw2;
height2 = _root.lh2;
xpos3 = _root.lx3;
ypos3 = _root.ly3;
rot3 = _root.lr3;
width3 = _root.lw3;
height3 = _root.lh3;
xpos4 = _root.lx4;
ypos4 = _root.ly4;
rot4 = _root.lr4;
width4 = _root.lw4;
height4 = _root.lh4;
xpos5 = _root.lx5;
ypos5 = _root.ly5;
rot5 = _root.lr5;
width5 = _root.lw5;
height5 = _root.lh5;
xpos6 = _root.lx6;
ypos6 = _root.ly6;
rot6 = _root.lr6;
width6 = _root.lw6;
height6 = _root.lh6;
xpos7 = _root.lx7;
ypos7 = _root.ly7;
rot7 = _root.lr7;
width7 = _root.lw7;
height7 = _root.lh7;
xpos8 = _root.lx8;
ypos8 = _root.ly8;
rot8 = _root.lr8;
width8 = _root.lw8;
height8 = _root.lh8;
xpos9 = _root.lx9;
ypos9 = _root.ly9;
rot9 = _root.lr9;
width9 = _root.lw9;
height9 = _root.lh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 420 MovieClip "a" in Frame 106
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ax1;
ypos1 = _root.ay1;
rot1 = _root.ar1;
width1 = _root.aw1;
height1 = _root.ah1;
xpos2 = _root.ax2;
ypos2 = _root.ay2;
rot2 = _root.ar2;
width2 = _root.aw2;
height2 = _root.ah2;
xpos3 = _root.ax3;
ypos3 = _root.ay3;
rot3 = _root.ar3;
width3 = _root.aw3;
height3 = _root.ah3;
xpos4 = _root.ax4;
ypos4 = _root.ay4;
rot4 = _root.ar4;
width4 = _root.aw4;
height4 = _root.ah4;
xpos5 = _root.ax5;
ypos5 = _root.ay5;
rot5 = _root.ar5;
width5 = _root.aw5;
height5 = _root.ah5;
xpos6 = _root.ax6;
ypos6 = _root.ay6;
rot6 = _root.ar6;
width6 = _root.aw6;
height6 = _root.ah6;
xpos7 = _root.ax7;
ypos7 = _root.ay7;
rot7 = _root.ar7;
width7 = _root.aw7;
height7 = _root.ah7;
xpos8 = _root.ax8;
ypos8 = _root.ay8;
rot8 = _root.ar8;
width8 = _root.aw8;
height8 = _root.ah8;
xpos9 = _root.ax9;
ypos9 = _root.ay9;
rot9 = _root.ar9;
width9 = _root.aw9;
height9 = _root.ah9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 424 MovieClip "d" in Frame 106
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.dx1;
ypos1 = _root.dy1;
rot1 = _root.dr1;
width1 = _root.dw1;
height1 = _root.dh1;
xpos2 = _root.dx2;
ypos2 = _root.dy2;
rot2 = _root.dr2;
width2 = _root.dw2;
height2 = _root.dh2;
xpos3 = _root.dx3;
ypos3 = _root.dy3;
rot3 = _root.dr3;
width3 = _root.dw3;
height3 = _root.dh3;
xpos4 = _root.dx4;
ypos4 = _root.dy4;
rot4 = _root.dr4;
width4 = _root.dw4;
height4 = _root.dh4;
xpos5 = _root.dx5;
ypos5 = _root.dy5;
rot5 = _root.dr5;
width5 = _root.dw5;
height5 = _root.dh5;
xpos6 = _root.dx6;
ypos6 = _root.dy6;
rot6 = _root.dr6;
width6 = _root.dw6;
height6 = _root.dh6;
xpos7 = _root.dx7;
ypos7 = _root.dy7;
rot7 = _root.dr7;
width7 = _root.dw7;
height7 = _root.dh7;
xpos8 = _root.dx8;
ypos8 = _root.dy8;
rot8 = _root.dr8;
width8 = _root.dw8;
height8 = _root.dh8;
xpos9 = _root.dx9;
ypos9 = _root.dy9;
rot9 = _root.dr9;
width9 = _root.dw9;
height9 = _root.dh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 428 MovieClip "b" in Frame 106
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.bx1;
ypos1 = _root.by1;
rot1 = _root.br1;
width1 = _root.bw1;
height1 = _root.bh1;
xpos2 = _root.bx2;
ypos2 = _root.by2;
rot2 = _root.br2;
width2 = _root.bw2;
height2 = _root.bh2;
xpos3 = _root.bx3;
ypos3 = _root.by3;
rot3 = _root.br3;
width3 = _root.bw3;
height3 = _root.bh3;
xpos4 = _root.bx4;
ypos4 = _root.by4;
rot4 = _root.br4;
width4 = _root.bw4;
height4 = _root.bh4;
xpos5 = _root.bx5;
ypos5 = _root.by5;
rot5 = _root.br5;
width5 = _root.bw5;
height5 = _root.bh5;
xpos6 = _root.bx6;
ypos6 = _root.by6;
rot6 = _root.br6;
width6 = _root.bw6;
height6 = _root.bh6;
xpos7 = _root.bx7;
ypos7 = _root.by7;
rot7 = _root.br7;
width7 = _root.bw7;
height7 = _root.bh7;
xpos8 = _root.bx8;
ypos8 = _root.by8;
rot8 = _root.br8;
width8 = _root.bw8;
height8 = _root.bh8;
xpos9 = _root.bx9;
ypos9 = _root.by9;
rot9 = _root.br9;
width9 = _root.bw9;
height9 = _root.bh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 432 MovieClip "c" in Frame 106
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.cx1;
ypos1 = _root.cy1;
rot1 = _root.cr1;
width1 = _root.cw1;
height1 = _root.ch1;
xpos2 = _root.cx2;
ypos2 = _root.cy2;
rot2 = _root.cr2;
width2 = _root.cw2;
height2 = _root.ch2;
xpos3 = _root.cx3;
ypos3 = _root.cy3;
rot3 = _root.cr3;
width3 = _root.cw3;
height3 = _root.ch3;
xpos4 = _root.cx4;
ypos4 = _root.cy4;
rot4 = _root.cr4;
width4 = _root.cw4;
height4 = _root.ch4;
xpos5 = _root.cx5;
ypos5 = _root.cy5;
rot5 = _root.cr5;
width5 = _root.cw5;
height5 = _root.ch5;
xpos6 = _root.cx6;
ypos6 = _root.cy6;
rot6 = _root.cr6;
width6 = _root.cw6;
height6 = _root.ch6;
xpos7 = _root.cx7;
ypos7 = _root.cy7;
rot7 = _root.cr7;
width7 = _root.cw7;
height7 = _root.ch7;
xpos8 = _root.cx8;
ypos8 = _root.cy8;
rot8 = _root.cr8;
width8 = _root.cw8;
height8 = _root.ch8;
xpos9 = _root.cx9;
ypos9 = _root.cy9;
rot9 = _root.cr9;
width9 = _root.cw9;
height9 = _root.ch9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 436 MovieClip "e" in Frame 106
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ex1;
ypos1 = _root.ey1;
rot1 = _root.er1;
width1 = _root.ew1;
height1 = _root.eh1;
xpos2 = _root.ex2;
ypos2 = _root.ey2;
rot2 = _root.er2;
width2 = _root.ew2;
height2 = _root.eh2;
xpos3 = _root.ex3;
ypos3 = _root.ey3;
rot3 = _root.er3;
width3 = _root.ew3;
height3 = _root.eh3;
xpos4 = _root.ex4;
ypos4 = _root.ey4;
rot4 = _root.er4;
width4 = _root.ew4;
height4 = _root.eh4;
xpos5 = _root.ex5;
ypos5 = _root.ey5;
rot5 = _root.er5;
width5 = _root.ew5;
height5 = _root.eh5;
xpos6 = _root.ex6;
ypos6 = _root.ey6;
rot6 = _root.er6;
width6 = _root.ew6;
height6 = _root.eh6;
xpos7 = _root.ex7;
ypos7 = _root.ey7;
rot7 = _root.er7;
width7 = _root.ew7;
height7 = _root.eh7;
xpos8 = _root.ex8;
ypos8 = _root.ey8;
rot8 = _root.er8;
width8 = _root.ew8;
height8 = _root.eh8;
xpos9 = _root.ex9;
ypos9 = _root.ey9;
rot9 = _root.er9;
width9 = _root.ew9;
height9 = _root.eh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 440 MovieClip "c" in Frame 107
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.cx1;
ypos1 = _root.cy1;
rot1 = _root.cr1;
width1 = _root.cw1;
height1 = _root.ch1;
xpos2 = _root.cx2;
ypos2 = _root.cy2;
rot2 = _root.cr2;
width2 = _root.cw2;
height2 = _root.ch2;
xpos3 = _root.cx3;
ypos3 = _root.cy3;
rot3 = _root.cr3;
width3 = _root.cw3;
height3 = _root.ch3;
xpos4 = _root.cx4;
ypos4 = _root.cy4;
rot4 = _root.cr4;
width4 = _root.cw4;
height4 = _root.ch4;
xpos5 = _root.cx5;
ypos5 = _root.cy5;
rot5 = _root.cr5;
width5 = _root.cw5;
height5 = _root.ch5;
xpos6 = _root.cx6;
ypos6 = _root.cy6;
rot6 = _root.cr6;
width6 = _root.cw6;
height6 = _root.ch6;
xpos7 = _root.cx7;
ypos7 = _root.cy7;
rot7 = _root.cr7;
width7 = _root.cw7;
height7 = _root.ch7;
xpos8 = _root.cx8;
ypos8 = _root.cy8;
rot8 = _root.cr8;
width8 = _root.cw8;
height8 = _root.ch8;
xpos9 = _root.cx9;
ypos9 = _root.cy9;
rot9 = _root.cr9;
width9 = _root.cw9;
height9 = _root.ch9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 444 MovieClip "b" in Frame 107
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.bx1;
ypos1 = _root.by1;
rot1 = _root.br1;
width1 = _root.bw1;
height1 = _root.bh1;
xpos2 = _root.bx2;
ypos2 = _root.by2;
rot2 = _root.br2;
width2 = _root.bw2;
height2 = _root.bh2;
xpos3 = _root.bx3;
ypos3 = _root.by3;
rot3 = _root.br3;
width3 = _root.bw3;
height3 = _root.bh3;
xpos4 = _root.bx4;
ypos4 = _root.by4;
rot4 = _root.br4;
width4 = _root.bw4;
height4 = _root.bh4;
xpos5 = _root.bx5;
ypos5 = _root.by5;
rot5 = _root.br5;
width5 = _root.bw5;
height5 = _root.bh5;
xpos6 = _root.bx6;
ypos6 = _root.by6;
rot6 = _root.br6;
width6 = _root.bw6;
height6 = _root.bh6;
xpos7 = _root.bx7;
ypos7 = _root.by7;
rot7 = _root.br7;
width7 = _root.bw7;
height7 = _root.bh7;
xpos8 = _root.bx8;
ypos8 = _root.by8;
rot8 = _root.br8;
width8 = _root.bw8;
height8 = _root.bh8;
xpos9 = _root.bx9;
ypos9 = _root.by9;
rot9 = _root.br9;
width9 = _root.bw9;
height9 = _root.bh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 448 MovieClip "a" in Frame 107
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ax1;
ypos1 = _root.ay1;
rot1 = _root.ar1;
width1 = _root.aw1;
height1 = _root.ah1;
xpos2 = _root.ax2;
ypos2 = _root.ay2;
rot2 = _root.ar2;
width2 = _root.aw2;
height2 = _root.ah2;
xpos3 = _root.ax3;
ypos3 = _root.ay3;
rot3 = _root.ar3;
width3 = _root.aw3;
height3 = _root.ah3;
xpos4 = _root.ax4;
ypos4 = _root.ay4;
rot4 = _root.ar4;
width4 = _root.aw4;
height4 = _root.ah4;
xpos5 = _root.ax5;
ypos5 = _root.ay5;
rot5 = _root.ar5;
width5 = _root.aw5;
height5 = _root.ah5;
xpos6 = _root.ax6;
ypos6 = _root.ay6;
rot6 = _root.ar6;
width6 = _root.aw6;
height6 = _root.ah6;
xpos7 = _root.ax7;
ypos7 = _root.ay7;
rot7 = _root.ar7;
width7 = _root.aw7;
height7 = _root.ah7;
xpos8 = _root.ax8;
ypos8 = _root.ay8;
rot8 = _root.ar8;
width8 = _root.aw8;
height8 = _root.ah8;
xpos9 = _root.ax9;
ypos9 = _root.ay9;
rot9 = _root.ar9;
width9 = _root.aw9;
height9 = _root.ah9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 453 MovieClip in Frame 107
onClipEvent (load) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 457 MovieClip "e" in Frame 108
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ex1;
ypos1 = _root.ey1;
rot1 = _root.er1;
width1 = _root.ew1;
height1 = _root.eh1;
xpos2 = _root.ex2;
ypos2 = _root.ey2;
rot2 = _root.er2;
width2 = _root.ew2;
height2 = _root.eh2;
xpos3 = _root.ex3;
ypos3 = _root.ey3;
rot3 = _root.er3;
width3 = _root.ew3;
height3 = _root.eh3;
xpos4 = _root.ex4;
ypos4 = _root.ey4;
rot4 = _root.er4;
width4 = _root.ew4;
height4 = _root.eh4;
xpos5 = _root.ex5;
ypos5 = _root.ey5;
rot5 = _root.er5;
width5 = _root.ew5;
height5 = _root.eh5;
xpos6 = _root.ex6;
ypos6 = _root.ey6;
rot6 = _root.er6;
width6 = _root.ew6;
height6 = _root.eh6;
xpos7 = _root.ex7;
ypos7 = _root.ey7;
rot7 = _root.er7;
width7 = _root.ew7;
height7 = _root.eh7;
xpos8 = _root.ex8;
ypos8 = _root.ey8;
rot8 = _root.er8;
width8 = _root.ew8;
height8 = _root.eh8;
xpos9 = _root.ex9;
ypos9 = _root.ey9;
rot9 = _root.er9;
width9 = _root.ew9;
height9 = _root.eh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 461 MovieClip "a" in Frame 108
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ax1;
ypos1 = _root.ay1;
rot1 = _root.ar1;
width1 = _root.aw1;
height1 = _root.ah1;
xpos2 = _root.ax2;
ypos2 = _root.ay2;
rot2 = _root.ar2;
width2 = _root.aw2;
height2 = _root.ah2;
xpos3 = _root.ax3;
ypos3 = _root.ay3;
rot3 = _root.ar3;
width3 = _root.aw3;
height3 = _root.ah3;
xpos4 = _root.ax4;
ypos4 = _root.ay4;
rot4 = _root.ar4;
width4 = _root.aw4;
height4 = _root.ah4;
xpos5 = _root.ax5;
ypos5 = _root.ay5;
rot5 = _root.ar5;
width5 = _root.aw5;
height5 = _root.ah5;
xpos6 = _root.ax6;
ypos6 = _root.ay6;
rot6 = _root.ar6;
width6 = _root.aw6;
height6 = _root.ah6;
xpos7 = _root.ax7;
ypos7 = _root.ay7;
rot7 = _root.ar7;
width7 = _root.aw7;
height7 = _root.ah7;
xpos8 = _root.ax8;
ypos8 = _root.ay8;
rot8 = _root.ar8;
width8 = _root.aw8;
height8 = _root.ah8;
xpos9 = _root.ax9;
ypos9 = _root.ay9;
rot9 = _root.ar9;
width9 = _root.aw9;
height9 = _root.ah9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 465 MovieClip "b" in Frame 108
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.bx1;
ypos1 = _root.by1;
rot1 = _root.br1;
width1 = _root.bw1;
height1 = _root.bh1;
xpos2 = _root.bx2;
ypos2 = _root.by2;
rot2 = _root.br2;
width2 = _root.bw2;
height2 = _root.bh2;
xpos3 = _root.bx3;
ypos3 = _root.by3;
rot3 = _root.br3;
width3 = _root.bw3;
height3 = _root.bh3;
xpos4 = _root.bx4;
ypos4 = _root.by4;
rot4 = _root.br4;
width4 = _root.bw4;
height4 = _root.bh4;
xpos5 = _root.bx5;
ypos5 = _root.by5;
rot5 = _root.br5;
width5 = _root.bw5;
height5 = _root.bh5;
xpos6 = _root.bx6;
ypos6 = _root.by6;
rot6 = _root.br6;
width6 = _root.bw6;
height6 = _root.bh6;
xpos7 = _root.bx7;
ypos7 = _root.by7;
rot7 = _root.br7;
width7 = _root.bw7;
height7 = _root.bh7;
xpos8 = _root.bx8;
ypos8 = _root.by8;
rot8 = _root.br8;
width8 = _root.bw8;
height8 = _root.bh8;
xpos9 = _root.bx9;
ypos9 = _root.by9;
rot9 = _root.br9;
width9 = _root.bw9;
height9 = _root.bh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 469 MovieClip "d" in Frame 108
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.dx1;
ypos1 = _root.dy1;
rot1 = _root.dr1;
width1 = _root.dw1;
height1 = _root.dh1;
xpos2 = _root.dx2;
ypos2 = _root.dy2;
rot2 = _root.dr2;
width2 = _root.dw2;
height2 = _root.dh2;
xpos3 = _root.dx3;
ypos3 = _root.dy3;
rot3 = _root.dr3;
width3 = _root.dw3;
height3 = _root.dh3;
xpos4 = _root.dx4;
ypos4 = _root.dy4;
rot4 = _root.dr4;
width4 = _root.dw4;
height4 = _root.dh4;
xpos5 = _root.dx5;
ypos5 = _root.dy5;
rot5 = _root.dr5;
width5 = _root.dw5;
height5 = _root.dh5;
xpos6 = _root.dx6;
ypos6 = _root.dy6;
rot6 = _root.dr6;
width6 = _root.dw6;
height6 = _root.dh6;
xpos7 = _root.dx7;
ypos7 = _root.dy7;
rot7 = _root.dr7;
width7 = _root.dw7;
height7 = _root.dh7;
xpos8 = _root.dx8;
ypos8 = _root.dy8;
rot8 = _root.dr8;
width8 = _root.dw8;
height8 = _root.dh8;
xpos9 = _root.dx9;
ypos9 = _root.dy9;
rot9 = _root.dr9;
width9 = _root.dw9;
height9 = _root.dh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 473 MovieClip "c" in Frame 108
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.cx1;
ypos1 = _root.cy1;
rot1 = _root.cr1;
width1 = _root.cw1;
height1 = _root.ch1;
xpos2 = _root.cx2;
ypos2 = _root.cy2;
rot2 = _root.cr2;
width2 = _root.cw2;
height2 = _root.ch2;
xpos3 = _root.cx3;
ypos3 = _root.cy3;
rot3 = _root.cr3;
width3 = _root.cw3;
height3 = _root.ch3;
xpos4 = _root.cx4;
ypos4 = _root.cy4;
rot4 = _root.cr4;
width4 = _root.cw4;
height4 = _root.ch4;
xpos5 = _root.cx5;
ypos5 = _root.cy5;
rot5 = _root.cr5;
width5 = _root.cw5;
height5 = _root.ch5;
xpos6 = _root.cx6;
ypos6 = _root.cy6;
rot6 = _root.cr6;
width6 = _root.cw6;
height6 = _root.ch6;
xpos7 = _root.cx7;
ypos7 = _root.cy7;
rot7 = _root.cr7;
width7 = _root.cw7;
height7 = _root.ch7;
xpos8 = _root.cx8;
ypos8 = _root.cy8;
rot8 = _root.cr8;
width8 = _root.cw8;
height8 = _root.ch8;
xpos9 = _root.cx9;
ypos9 = _root.cy9;
rot9 = _root.cr9;
width9 = _root.cw9;
height9 = _root.ch9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 477 MovieClip "f" in Frame 108
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.fx1;
ypos1 = _root.fy1;
rot1 = _root.fr1;
width1 = _root.fw1;
height1 = _root.fh1;
xpos2 = _root.fx2;
ypos2 = _root.fy2;
rot2 = _root.fr2;
width2 = _root.fw2;
height2 = _root.fh2;
xpos3 = _root.fx3;
ypos3 = _root.fy3;
rot3 = _root.fr3;
width3 = _root.fw3;
height3 = _root.fh3;
xpos4 = _root.fx4;
ypos4 = _root.fy4;
rot4 = _root.fr4;
width4 = _root.fw4;
height4 = _root.fh4;
xpos5 = _root.fx5;
ypos5 = _root.fy5;
rot5 = _root.fr5;
width5 = _root.fw5;
height5 = _root.fh5;
xpos6 = _root.fx6;
ypos6 = _root.fy6;
rot6 = _root.fr6;
width6 = _root.fw6;
height6 = _root.fh6;
xpos7 = _root.fx7;
ypos7 = _root.fy7;
rot7 = _root.fr7;
width7 = _root.fw7;
height7 = _root.fh7;
xpos8 = _root.fx8;
ypos8 = _root.fy8;
rot8 = _root.fr8;
width8 = _root.fw8;
height8 = _root.fh8;
xpos9 = _root.fx9;
ypos9 = _root.fy9;
rot9 = _root.fr9;
width9 = _root.fw9;
height9 = _root.fh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 478 MovieClip "g" in Frame 108
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.gx1;
ypos1 = _root.gy1;
rot1 = _root.gr1;
width1 = _root.gw1;
height1 = _root.gh1;
xpos2 = _root.gx2;
ypos2 = _root.gy2;
rot2 = _root.gr2;
width2 = _root.gw2;
height2 = _root.gh2;
xpos3 = _root.gx3;
ypos3 = _root.gy3;
rot3 = _root.gr3;
width3 = _root.gw3;
height3 = _root.gh3;
xpos4 = _root.gx4;
ypos4 = _root.gy4;
rot4 = _root.gr4;
width4 = _root.gw4;
height4 = _root.gh4;
xpos5 = _root.gx5;
ypos5 = _root.gy5;
rot5 = _root.gr5;
width5 = _root.gw5;
height5 = _root.gh5;
xpos6 = _root.gx6;
ypos6 = _root.gy6;
rot6 = _root.gr6;
width6 = _root.gw6;
height6 = _root.gh6;
xpos7 = _root.gx7;
ypos7 = _root.gy7;
rot7 = _root.gr7;
width7 = _root.gw7;
height7 = _root.gh7;
xpos8 = _root.gx8;
ypos8 = _root.gy8;
rot8 = _root.gr8;
width8 = _root.gw8;
height8 = _root.gh8;
xpos9 = _root.gx9;
ypos9 = _root.gy9;
rot9 = _root.gr9;
width9 = _root.gw9;
height9 = _root.gh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 482 MovieClip "b" in Frame 109
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.bx1;
ypos1 = _root.by1;
rot1 = _root.br1;
width1 = _root.bw1;
height1 = _root.bh1;
xpos2 = _root.bx2;
ypos2 = _root.by2;
rot2 = _root.br2;
width2 = _root.bw2;
height2 = _root.bh2;
xpos3 = _root.bx3;
ypos3 = _root.by3;
rot3 = _root.br3;
width3 = _root.bw3;
height3 = _root.bh3;
xpos4 = _root.bx4;
ypos4 = _root.by4;
rot4 = _root.br4;
width4 = _root.bw4;
height4 = _root.bh4;
xpos5 = _root.bx5;
ypos5 = _root.by5;
rot5 = _root.br5;
width5 = _root.bw5;
height5 = _root.bh5;
xpos6 = _root.bx6;
ypos6 = _root.by6;
rot6 = _root.br6;
width6 = _root.bw6;
height6 = _root.bh6;
xpos7 = _root.bx7;
ypos7 = _root.by7;
rot7 = _root.br7;
width7 = _root.bw7;
height7 = _root.bh7;
xpos8 = _root.bx8;
ypos8 = _root.by8;
rot8 = _root.br8;
width8 = _root.bw8;
height8 = _root.bh8;
xpos9 = _root.bx9;
ypos9 = _root.by9;
rot9 = _root.br9;
width9 = _root.bw9;
height9 = _root.bh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 483 MovieClip "c" in Frame 109
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.cx1;
ypos1 = _root.cy1;
rot1 = _root.cr1;
width1 = _root.cw1;
height1 = _root.ch1;
xpos2 = _root.cx2;
ypos2 = _root.cy2;
rot2 = _root.cr2;
width2 = _root.cw2;
height2 = _root.ch2;
xpos3 = _root.cx3;
ypos3 = _root.cy3;
rot3 = _root.cr3;
width3 = _root.cw3;
height3 = _root.ch3;
xpos4 = _root.cx4;
ypos4 = _root.cy4;
rot4 = _root.cr4;
width4 = _root.cw4;
height4 = _root.ch4;
xpos5 = _root.cx5;
ypos5 = _root.cy5;
rot5 = _root.cr5;
width5 = _root.cw5;
height5 = _root.ch5;
xpos6 = _root.cx6;
ypos6 = _root.cy6;
rot6 = _root.cr6;
width6 = _root.cw6;
height6 = _root.ch6;
xpos7 = _root.cx7;
ypos7 = _root.cy7;
rot7 = _root.cr7;
width7 = _root.cw7;
height7 = _root.ch7;
xpos8 = _root.cx8;
ypos8 = _root.cy8;
rot8 = _root.cr8;
width8 = _root.cw8;
height8 = _root.ch8;
xpos9 = _root.cx9;
ypos9 = _root.cy9;
rot9 = _root.cr9;
width9 = _root.cw9;
height9 = _root.ch9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 487 MovieClip "e" in Frame 109
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ex1;
ypos1 = _root.ey1;
rot1 = _root.er1;
width1 = _root.ew1;
height1 = _root.eh1;
xpos2 = _root.ex2;
ypos2 = _root.ey2;
rot2 = _root.er2;
width2 = _root.ew2;
height2 = _root.eh2;
xpos3 = _root.ex3;
ypos3 = _root.ey3;
rot3 = _root.er3;
width3 = _root.ew3;
height3 = _root.eh3;
xpos4 = _root.ex4;
ypos4 = _root.ey4;
rot4 = _root.er4;
width4 = _root.ew4;
height4 = _root.eh4;
xpos5 = _root.ex5;
ypos5 = _root.ey5;
rot5 = _root.er5;
width5 = _root.ew5;
height5 = _root.eh5;
xpos6 = _root.ex6;
ypos6 = _root.ey6;
rot6 = _root.er6;
width6 = _root.ew6;
height6 = _root.eh6;
xpos7 = _root.ex7;
ypos7 = _root.ey7;
rot7 = _root.er7;
width7 = _root.ew7;
height7 = _root.eh7;
xpos8 = _root.ex8;
ypos8 = _root.ey8;
rot8 = _root.er8;
width8 = _root.ew8;
height8 = _root.eh8;
xpos9 = _root.ex9;
ypos9 = _root.ey9;
rot9 = _root.er9;
width9 = _root.ew9;
height9 = _root.eh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 488 MovieClip "d" in Frame 109
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.dx1;
ypos1 = _root.dy1;
rot1 = _root.dr1;
width1 = _root.dw1;
height1 = _root.dh1;
xpos2 = _root.dx2;
ypos2 = _root.dy2;
rot2 = _root.dr2;
width2 = _root.dw2;
height2 = _root.dh2;
xpos3 = _root.dx3;
ypos3 = _root.dy3;
rot3 = _root.dr3;
width3 = _root.dw3;
height3 = _root.dh3;
xpos4 = _root.dx4;
ypos4 = _root.dy4;
rot4 = _root.dr4;
width4 = _root.dw4;
height4 = _root.dh4;
xpos5 = _root.dx5;
ypos5 = _root.dy5;
rot5 = _root.dr5;
width5 = _root.dw5;
height5 = _root.dh5;
xpos6 = _root.dx6;
ypos6 = _root.dy6;
rot6 = _root.dr6;
width6 = _root.dw6;
height6 = _root.dh6;
xpos7 = _root.dx7;
ypos7 = _root.dy7;
rot7 = _root.dr7;
width7 = _root.dw7;
height7 = _root.dh7;
xpos8 = _root.dx8;
ypos8 = _root.dy8;
rot8 = _root.dr8;
width8 = _root.dw8;
height8 = _root.dh8;
xpos9 = _root.dx9;
ypos9 = _root.dy9;
rot9 = _root.dr9;
width9 = _root.dw9;
height9 = _root.dh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 493 MovieClip "a" in Frame 109
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ax1;
ypos1 = _root.ay1;
rot1 = _root.ar1;
width1 = _root.aw1;
height1 = _root.ah1;
xpos2 = _root.ax2;
ypos2 = _root.ay2;
rot2 = _root.ar2;
width2 = _root.aw2;
height2 = _root.ah2;
xpos3 = _root.ax3;
ypos3 = _root.ay3;
rot3 = _root.ar3;
width3 = _root.aw3;
height3 = _root.ah3;
xpos4 = _root.ax4;
ypos4 = _root.ay4;
rot4 = _root.ar4;
width4 = _root.aw4;
height4 = _root.ah4;
xpos5 = _root.ax5;
ypos5 = _root.ay5;
rot5 = _root.ar5;
width5 = _root.aw5;
height5 = _root.ah5;
xpos6 = _root.ax6;
ypos6 = _root.ay6;
rot6 = _root.ar6;
width6 = _root.aw6;
height6 = _root.ah6;
xpos7 = _root.ax7;
ypos7 = _root.ay7;
rot7 = _root.ar7;
width7 = _root.aw7;
height7 = _root.ah7;
xpos8 = _root.ax8;
ypos8 = _root.ay8;
rot8 = _root.ar8;
width8 = _root.aw8;
height8 = _root.ah8;
xpos9 = _root.ax9;
ypos9 = _root.ay9;
rot9 = _root.ar9;
width9 = _root.aw9;
height9 = _root.ah9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 497 MovieClip "d" in Frame 110
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.dx1;
ypos1 = _root.dy1;
rot1 = _root.dr1;
width1 = _root.dw1;
height1 = _root.dh1;
xpos2 = _root.dx2;
ypos2 = _root.dy2;
rot2 = _root.dr2;
width2 = _root.dw2;
height2 = _root.dh2;
xpos3 = _root.dx3;
ypos3 = _root.dy3;
rot3 = _root.dr3;
width3 = _root.dw3;
height3 = _root.dh3;
xpos4 = _root.dx4;
ypos4 = _root.dy4;
rot4 = _root.dr4;
width4 = _root.dw4;
height4 = _root.dh4;
xpos5 = _root.dx5;
ypos5 = _root.dy5;
rot5 = _root.dr5;
width5 = _root.dw5;
height5 = _root.dh5;
xpos6 = _root.dx6;
ypos6 = _root.dy6;
rot6 = _root.dr6;
width6 = _root.dw6;
height6 = _root.dh6;
xpos7 = _root.dx7;
ypos7 = _root.dy7;
rot7 = _root.dr7;
width7 = _root.dw7;
height7 = _root.dh7;
xpos8 = _root.dx8;
ypos8 = _root.dy8;
rot8 = _root.dr8;
width8 = _root.dw8;
height8 = _root.dh8;
xpos9 = _root.dx9;
ypos9 = _root.dy9;
rot9 = _root.dr9;
width9 = _root.dw9;
height9 = _root.dh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 501 MovieClip "e" in Frame 110
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ex1;
ypos1 = _root.ey1;
rot1 = _root.er1;
width1 = _root.ew1;
height1 = _root.eh1;
xpos2 = _root.ex2;
ypos2 = _root.ey2;
rot2 = _root.er2;
width2 = _root.ew2;
height2 = _root.eh2;
xpos3 = _root.ex3;
ypos3 = _root.ey3;
rot3 = _root.er3;
width3 = _root.ew3;
height3 = _root.eh3;
xpos4 = _root.ex4;
ypos4 = _root.ey4;
rot4 = _root.er4;
width4 = _root.ew4;
height4 = _root.eh4;
xpos5 = _root.ex5;
ypos5 = _root.ey5;
rot5 = _root.er5;
width5 = _root.ew5;
height5 = _root.eh5;
xpos6 = _root.ex6;
ypos6 = _root.ey6;
rot6 = _root.er6;
width6 = _root.ew6;
height6 = _root.eh6;
xpos7 = _root.ex7;
ypos7 = _root.ey7;
rot7 = _root.er7;
width7 = _root.ew7;
height7 = _root.eh7;
xpos8 = _root.ex8;
ypos8 = _root.ey8;
rot8 = _root.er8;
width8 = _root.ew8;
height8 = _root.eh8;
xpos9 = _root.ex9;
ypos9 = _root.ey9;
rot9 = _root.er9;
width9 = _root.ew9;
height9 = _root.eh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 505 MovieClip "g" in Frame 110
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.gx1;
ypos1 = _root.gy1;
rot1 = _root.gr1;
width1 = _root.gw1;
height1 = _root.gh1;
xpos2 = _root.gx2;
ypos2 = _root.gy2;
rot2 = _root.gr2;
width2 = _root.gw2;
height2 = _root.gh2;
xpos3 = _root.gx3;
ypos3 = _root.gy3;
rot3 = _root.gr3;
width3 = _root.gw3;
height3 = _root.gh3;
xpos4 = _root.gx4;
ypos4 = _root.gy4;
rot4 = _root.gr4;
width4 = _root.gw4;
height4 = _root.gh4;
xpos5 = _root.gx5;
ypos5 = _root.gy5;
rot5 = _root.gr5;
width5 = _root.gw5;
height5 = _root.gh5;
xpos6 = _root.gx6;
ypos6 = _root.gy6;
rot6 = _root.gr6;
width6 = _root.gw6;
height6 = _root.gh6;
xpos7 = _root.gx7;
ypos7 = _root.gy7;
rot7 = _root.gr7;
width7 = _root.gw7;
height7 = _root.gh7;
xpos8 = _root.gx8;
ypos8 = _root.gy8;
rot8 = _root.gr8;
width8 = _root.gw8;
height8 = _root.gh8;
xpos9 = _root.gx9;
ypos9 = _root.gy9;
rot9 = _root.gr9;
width9 = _root.gw9;
height9 = _root.gh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 509 MovieClip "b" in Frame 110
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.bx1;
ypos1 = _root.by1;
rot1 = _root.br1;
width1 = _root.bw1;
height1 = _root.bh1;
xpos2 = _root.bx2;
ypos2 = _root.by2;
rot2 = _root.br2;
width2 = _root.bw2;
height2 = _root.bh2;
xpos3 = _root.bx3;
ypos3 = _root.by3;
rot3 = _root.br3;
width3 = _root.bw3;
height3 = _root.bh3;
xpos4 = _root.bx4;
ypos4 = _root.by4;
rot4 = _root.br4;
width4 = _root.bw4;
height4 = _root.bh4;
xpos5 = _root.bx5;
ypos5 = _root.by5;
rot5 = _root.br5;
width5 = _root.bw5;
height5 = _root.bh5;
xpos6 = _root.bx6;
ypos6 = _root.by6;
rot6 = _root.br6;
width6 = _root.bw6;
height6 = _root.bh6;
xpos7 = _root.bx7;
ypos7 = _root.by7;
rot7 = _root.br7;
width7 = _root.bw7;
height7 = _root.bh7;
xpos8 = _root.bx8;
ypos8 = _root.by8;
rot8 = _root.br8;
width8 = _root.bw8;
height8 = _root.bh8;
xpos9 = _root.bx9;
ypos9 = _root.by9;
rot9 = _root.br9;
width9 = _root.bw9;
height9 = _root.bh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 513 MovieClip "a" in Frame 110
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.ax1;
ypos1 = _root.ay1;
rot1 = _root.ar1;
width1 = _root.aw1;
height1 = _root.ah1;
xpos2 = _root.ax2;
ypos2 = _root.ay2;
rot2 = _root.ar2;
width2 = _root.aw2;
height2 = _root.ah2;
xpos3 = _root.ax3;
ypos3 = _root.ay3;
rot3 = _root.ar3;
width3 = _root.aw3;
height3 = _root.ah3;
xpos4 = _root.ax4;
ypos4 = _root.ay4;
rot4 = _root.ar4;
width4 = _root.aw4;
height4 = _root.ah4;
xpos5 = _root.ax5;
ypos5 = _root.ay5;
rot5 = _root.ar5;
width5 = _root.aw5;
height5 = _root.ah5;
xpos6 = _root.ax6;
ypos6 = _root.ay6;
rot6 = _root.ar6;
width6 = _root.aw6;
height6 = _root.ah6;
xpos7 = _root.ax7;
ypos7 = _root.ay7;
rot7 = _root.ar7;
width7 = _root.aw7;
height7 = _root.ah7;
xpos8 = _root.ax8;
ypos8 = _root.ay8;
rot8 = _root.ar8;
width8 = _root.aw8;
height8 = _root.ah8;
xpos9 = _root.ax9;
ypos9 = _root.ay9;
rot9 = _root.ar9;
width9 = _root.aw9;
height9 = _root.ah9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 517 MovieClip "c" in Frame 110
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.cx1;
ypos1 = _root.cy1;
rot1 = _root.cr1;
width1 = _root.cw1;
height1 = _root.ch1;
xpos2 = _root.cx2;
ypos2 = _root.cy2;
rot2 = _root.cr2;
width2 = _root.cw2;
height2 = _root.ch2;
xpos3 = _root.cx3;
ypos3 = _root.cy3;
rot3 = _root.cr3;
width3 = _root.cw3;
height3 = _root.ch3;
xpos4 = _root.cx4;
ypos4 = _root.cy4;
rot4 = _root.cr4;
width4 = _root.cw4;
height4 = _root.ch4;
xpos5 = _root.cx5;
ypos5 = _root.cy5;
rot5 = _root.cr5;
width5 = _root.cw5;
height5 = _root.ch5;
xpos6 = _root.cx6;
ypos6 = _root.cy6;
rot6 = _root.cr6;
width6 = _root.cw6;
height6 = _root.ch6;
xpos7 = _root.cx7;
ypos7 = _root.cy7;
rot7 = _root.cr7;
width7 = _root.cw7;
height7 = _root.ch7;
xpos8 = _root.cx8;
ypos8 = _root.cy8;
rot8 = _root.cr8;
width8 = _root.cw8;
height8 = _root.ch8;
xpos9 = _root.cx9;
ypos9 = _root.cy9;
rot9 = _root.cr9;
width9 = _root.cw9;
height9 = _root.ch9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 518 MovieClip "h" in Frame 110
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.hx1;
ypos1 = _root.hy1;
rot1 = _root.hr1;
width1 = _root.hw1;
height1 = _root.hh1;
xpos2 = _root.hx2;
ypos2 = _root.hy2;
rot2 = _root.hr2;
width2 = _root.hw2;
height2 = _root.hh2;
xpos3 = _root.hx3;
ypos3 = _root.hy3;
rot3 = _root.hr3;
width3 = _root.hw3;
height3 = _root.hh3;
xpos4 = _root.hx4;
ypos4 = _root.hy4;
rot4 = _root.hr4;
width4 = _root.hw4;
height4 = _root.hh4;
xpos5 = _root.hx5;
ypos5 = _root.hy5;
rot5 = _root.hr5;
width5 = _root.hw5;
height5 = _root.hh5;
xpos6 = _root.hx6;
ypos6 = _root.hy6;
rot6 = _root.hr6;
width6 = _root.hw6;
height6 = _root.hh6;
xpos7 = _root.hx7;
ypos7 = _root.hy7;
rot7 = _root.hr7;
width7 = _root.hw7;
height7 = _root.hh7;
xpos8 = _root.hx8;
ypos8 = _root.hy8;
rot8 = _root.hr8;
width8 = _root.hw8;
height8 = _root.hh8;
xpos9 = _root.hx9;
ypos9 = _root.hy9;
rot9 = _root.hr9;
width9 = _root.hw9;
height9 = _root.hh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Instance of Symbol 519 MovieClip "f" in Frame 110
onClipEvent (load) {
if (_root.loadData == false) {
xpos1 = (xpos2 = (xpos3 = (xpos4 = (xpos5 = (xpos6 = (xpos7 = (xpos8 = (xpos9 = _x))))))));
ypos1 = (ypos2 = (ypos3 = (ypos4 = (ypos5 = (ypos6 = (ypos7 = (ypos8 = (ypos9 = _y))))))));
rot1 = (rot2 = (rot3 = (rot4 = (rot5 = (rot6 = (rot7 = (rot8 = (rot9 = _rotation))))))));
height1 = (height2 = (height3 = (height4 = (height5 = (height6 = (height7 = (height8 = (height9 = _yscale))))))));
width1 = (width2 = (width3 = (width4 = (width5 = (width6 = (width7 = (width8 = (width9 = _xscale))))))));
} else {
xpos1 = _root.fx1;
ypos1 = _root.fy1;
rot1 = _root.fr1;
width1 = _root.fw1;
height1 = _root.fh1;
xpos2 = _root.fx2;
ypos2 = _root.fy2;
rot2 = _root.fr2;
width2 = _root.fw2;
height2 = _root.fh2;
xpos3 = _root.fx3;
ypos3 = _root.fy3;
rot3 = _root.fr3;
width3 = _root.fw3;
height3 = _root.fh3;
xpos4 = _root.fx4;
ypos4 = _root.fy4;
rot4 = _root.fr4;
width4 = _root.fw4;
height4 = _root.fh4;
xpos5 = _root.fx5;
ypos5 = _root.fy5;
rot5 = _root.fr5;
width5 = _root.fw5;
height5 = _root.fh5;
xpos6 = _root.fx6;
ypos6 = _root.fy6;
rot6 = _root.fr6;
width6 = _root.fw6;
height6 = _root.fh6;
xpos7 = _root.fx7;
ypos7 = _root.fy7;
rot7 = _root.fr7;
width7 = _root.fw7;
height7 = _root.fh7;
xpos8 = _root.fx8;
ypos8 = _root.fy8;
rot8 = _root.fr8;
width8 = _root.fw8;
height8 = _root.fh8;
xpos9 = _root.fx9;
ypos9 = _root.fy9;
rot9 = _root.fr9;
width9 = _root.fw9;
height9 = _root.fh9;
}
}
onClipEvent (enterFrame) {
if ((drag == false) and (_root.anim == false)) {
if (_root.frame == 1) {
_x = xpos1;
_y = ypos1;
_rotation = rot1;
_xscale = width1;
_yscale = height1;
}
if (_root.frame == 2) {
_x = xpos2;
_y = ypos2;
_rotation = rot2;
_xscale = width2;
_yscale = height2;
}
if (_root.frame == 3) {
_x = xpos3;
_y = ypos3;
_rotation = rot3;
_xscale = width3;
_yscale = height3;
}
if (_root.frame == 4) {
_x = xpos4;
_y = ypos4;
_rotation = rot4;
_xscale = width4;
_yscale = height4;
}
if (_root.frame == 5) {
_x = xpos5;
_y = ypos5;
_rotation = rot5;
_xscale = width5;
_yscale = height5;
}
if (_root.frame == 6) {
_x = xpos6;
_y = ypos6;
_rotation = rot6;
_xscale = width6;
_yscale = height6;
}
if (_root.frame == 7) {
_x = xpos7;
_y = ypos7;
_rotation = rot7;
_xscale = width7;
_yscale = height7;
}
if (_root.frame == 8) {
_x = xpos8;
_y = ypos8;
_rotation = rot8;
_xscale = width8;
_yscale = height8;
}
if (_root.frame == 9) {
_x = xpos9;
_y = ypos9;
_rotation = rot9;
_xscale = width9;
_yscale = height9;
}
}
if (_root.anim == true) {
if (_root.frame == 1) {
xstep = xpos1 - _x;
ystep = ypos1 - _y;
rotstep = rot1 - _rotation;
widthstep = width1 - _xscale;
heightstep = height1 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 2) {
xstep = xpos2 - _x;
ystep = ypos2 - _y;
rotstep = rot2 - _rotation;
widthstep = width2 - _xscale;
heightstep = height2 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 3) {
xstep = xpos3 - _x;
ystep = ypos3 - _y;
rotstep = rot3 - _rotation;
widthstep = width3 - _xscale;
heightstep = height3 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 4) {
xstep = xpos4 - _x;
ystep = ypos4 - _y;
rotstep = rot4 - _rotation;
widthstep = width4 - _xscale;
heightstep = height4 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 5) {
xstep = xpos5 - _x;
ystep = ypos5 - _y;
rotstep = rot5 - _rotation;
widthstep = width5 - _xscale;
heightstep = height5 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 6) {
xstep = xpos6 - _x;
ystep = ypos6 - _y;
rotstep = rot6 - _rotation;
widthstep = width6 - _xscale;
heightstep = height6 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 7) {
xstep = xpos7 - _x;
ystep = ypos7 - _y;
rotstep = rot7 - _rotation;
widthstep = width7 - _xscale;
heightstep = height7 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 8) {
xstep = xpos8 - _x;
ystep = ypos8 - _y;
rotstep = rot8 - _rotation;
widthstep = width8 - _xscale;
heightstep = height8 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
if (_root.frame == 9) {
xstep = xpos9 - _x;
ystep = ypos9 - _y;
rotstep = rot9 - _rotation;
widthstep = width9 - _xscale;
heightstep = height9 - _yscale;
_x = (_x + (xstep / _root.movespeed));
_y = (_y + (ystep / _root.movespeed));
_rotation = (_rotation + (rotstep / _root.rotspeed));
_xscale = (_xscale + (widthstep / _root.scalespeed));
_yscale = (_yscale + (heightstep / _root.scalespeed));
}
}
}
Frame 115
stop();
Frame 116
gotoAndStop (114);
Frame 121
loaded = 0;
stop();
Frame 122
gotoAndStop (120);
Frame 123
loaded = 0;
Frame 124
submit = 1;
authDat = ((("&author=" + submitauthor) + "&file=") + submitfile) + "&";
baseDat = ((((((("&loadmusic=" + loadmusic) + "&loadlib=") + loadlib) + "&py=") + py) + "&backdat=") + backdat) + "&";
aDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&ax1=" + ax1) + "&ay1=") + ay1) + "&ar1=") + ar1) + "&aw1=") + aw1) + "&ah1=") + ah1) + "&ax2=") + ax2) + "&ay2=") + ay2) + "&ar2=") + ar2) + "&aw2=") + aw2) + "&ah2=") + ah2) + "&ax3=") + ax3) + "&ay3=") + ay3) + "&ar3=") + ar3) + "&aw3=") + aw3) + "&ah3=") + ah3) + "&ax4=") + ax4) + "&ay4=") + ay4) + "&ar4=") + ar4) + "&aw4=") + aw4) + "&ah4=") + ah4) + "&ax5=") + ax5) + "&ay5=") + ay5) + "&ar5=") + ar5) + "&aw5=") + aw5) + "&ah5=") + ah5) + "&ax6=") + ax6) + "&ay6=") + ay6) + "&ar6=") + ar6) + "&aw6=") + aw6) + "&ah6=") + ah6) + "&ax7=") + ax7) + "&ay7=") + ay7) + "&ar7=") + ar7) + "&aw7=") + aw7) + "&ah7=") + ah7) + "&ax8=") + ax8) + "&ay8=") + ay8) + "&ar8=") + ar8) + "&aw8=") + aw8) + "&ah8=") + ah8) + "&ax9=") + ax9) + "&ay9=") + ay9) + "&ar9=") + ar9) + "&aw9=") + aw9) + "&ah9=") + ah9) + "&";
bDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&bx1=" + bx1) + "&by1=") + by1) + "&br1=") + br1) + "&bw1=") + bw1) + "&bh1=") + bh1) + "&bx2=") + bx2) + "&by2=") + by2) + "&br2=") + br2) + "&bw2=") + bw2) + "&bh2=") + bh2) + "&bx3=") + bx3) + "&by3=") + by3) + "&br3=") + br3) + "&bw3=") + bw3) + "&bh3=") + bh3) + "&bx4=") + bx4) + "&by4=") + by4) + "&br4=") + br4) + "&bw4=") + bw4) + "&bh4=") + bh4) + "&bx5=") + bx5) + "&by5=") + by5) + "&br5=") + br5) + "&bw5=") + bw5) + "&bh5=") + bh5) + "&bx6=") + bx6) + "&by6=") + by6) + "&br6=") + br6) + "&bw6=") + bw6) + "&bh6=") + bh6) + "&bx7=") + bx7) + "&by7=") + by7) + "&br7=") + br7) + "&bw7=") + bw7) + "&bh7=") + bh7) + "&bx8=") + bx8) + "&by8=") + by8) + "&br8=") + br8) + "&bw8=") + bw8) + "&bh8=") + bh8) + "&bx9=") + bx9) + "&by9=") + by9) + "&br9=") + br9) + "&bw9=") + bw9) + "&bh9=") + bh9) + "&";
cDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&cx1=" + cx1) + "&cy1=") + cy1) + "&cr1=") + cr1) + "&cw1=") + cw1) + "&ch1=") + ch1) + "&cx2=") + cx2) + "&cy2=") + cy2) + "&cr2=") + cr2) + "&cw2=") + cw2) + "&ch2=") + ch2) + "&cx3=") + cx3) + "&cy3=") + cy3) + "&cr3=") + cr3) + "&cw3=") + cw3) + "&ch3=") + ch3) + "&cx4=") + cx4) + "&cy4=") + cy4) + "&cr4=") + cr4) + "&cw4=") + cw4) + "&ch4=") + ch4) + "&cx5=") + cx5) + "&cy5=") + cy5) + "&cr5=") + cr5) + "&cw5=") + cw5) + "&ch5=") + ch5) + "&cx6=") + cx6) + "&cy6=") + cy6) + "&cr6=") + cr6) + "&cw6=") + cw6) + "&ch6=") + ch6) + "&cx7=") + cx7) + "&cy7=") + cy7) + "&cr7=") + cr7) + "&cw7=") + cw7) + "&ch7=") + ch7) + "&cx8=") + cx8) + "&cy8=") + cy8) + "&cr8=") + cr8) + "&cw8=") + cw8) + "&ch8=") + ch8) + "&cx9=") + cx9) + "&cy9=") + cy9) + "&cr9=") + cr9) + "&cw9=") + cw9) + "&ch9=") + ch9) + "&";
dDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&dx1=" + dx1) + "&dy1=") + dy1) + "&dr1=") + dr1) + "&dw1=") + dw1) + "&dh1=") + dh1) + "&dx2=") + dx2) + "&dy2=") + dy2) + "&dr2=") + dr2) + "&dw2=") + dw2) + "&dh2=") + dh2) + "&dx3=") + dx3) + "&dy3=") + dy3) + "&dr3=") + dr3) + "&dw3=") + dw3) + "&dh3=") + dh3) + "&dx4=") + dx4) + "&dy4=") + dy4) + "&dr4=") + dr4) + "&dw4=") + dw4) + "&dh4=") + dh4) + "&dx5=") + dx5) + "&dy5=") + dy5) + "&dr5=") + dr5) + "&dw5=") + dw5) + "&dh5=") + dh5) + "&dx6=") + dx6) + "&dy6=") + dy6) + "&dr6=") + dr6) + "&dw6=") + dw6) + "&dh6=") + dh6) + "&dx7=") + dx7) + "&dy7=") + dy7) + "&dr7=") + dr7) + "&dw7=") + dw7) + "&dh7=") + dh7) + "&dx8=") + dx8) + "&dy8=") + dy8) + "&dr8=") + dr8) + "&dw8=") + dw8) + "&dh8=") + dh8) + "&dx9=") + dx9) + "&dy9=") + dy9) + "&dr9=") + dr9) + "&dw9=") + dw9) + "&dh9=") + dh9) + "&";
eDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&ex1=" + ex1) + "&ey1=") + ey1) + "&er1=") + er1) + "&ew1=") + ew1) + "&eh1=") + eh1) + "&ex2=") + ex2) + "&ey2=") + ey2) + "&er2=") + er2) + "&ew2=") + ew2) + "&eh2=") + eh2) + "&ex3=") + ex3) + "&ey3=") + ey3) + "&er3=") + er3) + "&ew3=") + ew3) + "&eh3=") + eh3) + "&ex4=") + ex4) + "&ey4=") + ey4) + "&er4=") + er4) + "&ew4=") + ew4) + "&eh4=") + eh4) + "&ex5=") + ex5) + "&ey5=") + ey5) + "&er5=") + er5) + "&ew5=") + ew5) + "&eh5=") + eh5) + "&ex6=") + ex6) + "&ey6=") + ey6) + "&er6=") + er6) + "&ew6=") + ew6) + "&eh6=") + eh6) + "&ex7=") + ex7) + "&ey7=") + ey7) + "&er7=") + er7) + "&ew7=") + ew7) + "&eh7=") + eh7) + "&ex8=") + ex8) + "&ey8=") + ey8) + "&er8=") + er8) + "&ew8=") + ew8) + "&eh8=") + eh8) + "&ex9=") + ex9) + "&ey9=") + ey9) + "&er9=") + er9) + "&ew9=") + ew9) + "&eh9=") + eh9) + "&";
fDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&fx1=" + fx1) + "&fy1=") + fy1) + "&fr1=") + fr1) + "&fw1=") + fw1) + "&fh1=") + fh1) + "&fx2=") + fx2) + "&fy2=") + fy2) + "&fr2=") + fr2) + "&fw2=") + fw2) + "&fh2=") + fh2) + "&fx3=") + fx3) + "&fy3=") + fy3) + "&fr3=") + fr3) + "&fw3=") + fw3) + "&fh3=") + fh3) + "&fx4=") + fx4) + "&fy4=") + fy4) + "&fr4=") + fr4) + "&fw4=") + fw4) + "&fh4=") + fh4) + "&fx5=") + fx5) + "&fy5=") + fy5) + "&fr5=") + fr5) + "&fw5=") + fw5) + "&fh5=") + fh5) + "&fx6=") + fx6) + "&fy6=") + fy6) + "&fr6=") + fr6) + "&fw6=") + fw6) + "&fh6=") + fh6) + "&fx7=") + fx7) + "&fy7=") + fy7) + "&fr7=") + fr7) + "&fw7=") + fw7) + "&fh7=") + fh7) + "&fx8=") + fx8) + "&fy8=") + fy8) + "&fr8=") + fr8) + "&fw8=") + fw8) + "&fh8=") + fh8) + "&fx9=") + fx9) + "&fy9=") + fy9) + "&fr9=") + fr9) + "&fw9=") + fw9) + "&fh9=") + fh9) + "&";
gDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&gx1=" + gx1) + "&gy1=") + gy1) + "&gr1=") + gr1) + "&gw1=") + gw1) + "&gh1=") + gh1) + "&gx2=") + gx2) + "&gy2=") + gy2) + "&gr2=") + gr2) + "&gw2=") + gw2) + "&gh2=") + gh2) + "&gx3=") + gx3) + "&gy3=") + gy3) + "&gr3=") + gr3) + "&gw3=") + gw3) + "&gh3=") + gh3) + "&gx4=") + gx4) + "&gy4=") + gy4) + "&gr4=") + gr4) + "&gw4=") + gw4) + "&gh4=") + gh4) + "&gx5=") + gx5) + "&gy5=") + gy5) + "&gr5=") + gr5) + "&gw5=") + gw5) + "&gh5=") + gh5) + "&gx6=") + gx6) + "&gy6=") + gy6) + "&gr6=") + gr6) + "&gw6=") + gw6) + "&gh6=") + gh6) + "&gx7=") + gx7) + "&gy7=") + gy7) + "&gr7=") + gr7) + "&gw7=") + gw7) + "&gh7=") + gh7) + "&gx8=") + gx8) + "&gy8=") + gy8) + "&gr8=") + gr8) + "&gw8=") + gw8) + "&gh8=") + gh8) + "&gx9=") + gx9) + "&gy9=") + gy9) + "&gr9=") + gr9) + "&gw9=") + gw9) + "&gh9=") + gh9) + "&";
hDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&hx1=" + hx1) + "&hy1=") + hy1) + "&hr1=") + hr1) + "&hw1=") + hw1) + "&hh1=") + hh1) + "&hx2=") + hx2) + "&hy2=") + hy2) + "&hr2=") + hr2) + "&hw2=") + hw2) + "&hh2=") + hh2) + "&hx3=") + hx3) + "&hy3=") + hy3) + "&hr3=") + hr3) + "&hw3=") + hw3) + "&hh3=") + hh3) + "&hx4=") + hx4) + "&hy4=") + hy4) + "&hr4=") + hr4) + "&hw4=") + hw4) + "&hh4=") + hh4) + "&hx5=") + hx5) + "&hy5=") + hy5) + "&hr5=") + hr5) + "&hw5=") + hw5) + "&hh5=") + hh5) + "&hx6=") + hx6) + "&hy6=") + hy6) + "&hr6=") + hr6) + "&hw6=") + hw6) + "&hh6=") + hh6) + "&hx7=") + hx7) + "&hy7=") + hy7) + "&hr7=") + hr7) + "&hw7=") + hw7) + "&hh7=") + hh7) + "&hx8=") + hx8) + "&hy8=") + hy8) + "&hr8=") + hr8) + "&hw8=") + hw8) + "&hh8=") + hh8) + "&hx9=") + hx9) + "&hy9=") + hy9) + "&hr9=") + hr9) + "&hw9=") + hw9) + "&hh9=") + hh9) + "&";
iDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&ix1=" + ix1) + "&iy1=") + iy1) + "&ir1=") + ir1) + "&iw1=") + iw1) + "&ih1=") + ih1) + "&ix2=") + ix2) + "&iy2=") + iy2) + "&ir2=") + ir2) + "&iw2=") + iw2) + "&ih2=") + ih2) + "&ix3=") + ix3) + "&iy3=") + iy3) + "&ir3=") + ir3) + "&iw3=") + iw3) + "&ih3=") + ih3) + "&ix4=") + ix4) + "&iy4=") + iy4) + "&ir4=") + ir4) + "&iw4=") + iw4) + "&ih4=") + ih4) + "&ix5=") + ix5) + "&iy5=") + iy5) + "&ir5=") + ir5) + "&iw5=") + iw5) + "&ih5=") + ih5) + "&ix6=") + ix6) + "&iy6=") + iy6) + "&ir6=") + ir6) + "&iw6=") + iw6) + "&ih6=") + ih6) + "&ix7=") + ix7) + "&iy7=") + iy7) + "&ir7=") + ir7) + "&iw7=") + iw7) + "&ih7=") + ih7) + "&ix8=") + ix8) + "&iy8=") + iy8) + "&ir8=") + ir8) + "&iw8=") + iw8) + "&ih8=") + ih8) + "&ix9=") + ix9) + "&iy9=") + iy9) + "&ir9=") + ir9) + "&iw9=") + iw9) + "&ih9=") + ih9) + "&";
jDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&jx1=" + jx1) + "&jy1=") + jy1) + "&jr1=") + jr1) + "&jw1=") + jw1) + "&jh1=") + jh1) + "&jx2=") + jx2) + "&jy2=") + jy2) + "&jr2=") + jr2) + "&jw2=") + jw2) + "&jh2=") + jh2) + "&jx3=") + jx3) + "&jy3=") + jy3) + "&jr3=") + jr3) + "&jw3=") + jw3) + "&jh3=") + jh3) + "&jx4=") + jx4) + "&jy4=") + jy4) + "&jr4=") + jr4) + "&jw4=") + jw4) + "&jh4=") + jh4) + "&jx5=") + jx5) + "&jy5=") + jy5) + "&jr5=") + jr5) + "&jw5=") + jw5) + "&jh5=") + jh5) + "&jx6=") + jx6) + "&jy6=") + jy6) + "&jr6=") + jr6) + "&jw6=") + jw6) + "&jh6=") + jh6) + "&jx7=") + jx7) + "&jy7=") + jy7) + "&jr7=") + jr7) + "&jw7=") + jw7) + "&jh7=") + jh7) + "&jx8=") + jx8) + "&jy8=") + jy8) + "&jr8=") + jr8) + "&jw8=") + jw8) + "&jh8=") + jh8) + "&jx9=") + jx9) + "&jy9=") + jy9) + "&jr9=") + jr9) + "&jw9=") + jw9) + "&jh9=") + jh9) + "&";
kDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&kx1=" + kx1) + "&ky1=") + ky1) + "&kr1=") + kr1) + "&kw1=") + kw1) + "&kh1=") + kh1) + "&kx2=") + kx2) + "&ky2=") + ky2) + "&kr2=") + kr2) + "&kw2=") + kw2) + "&kh2=") + kh2) + "&kx3=") + kx3) + "&ky3=") + ky3) + "&kr3=") + kr3) + "&kw3=") + kw3) + "&kh3=") + kh3) + "&kx4=") + kx4) + "&ky4=") + ky4) + "&kr4=") + kr4) + "&kw4=") + kw4) + "&kh4=") + kh4) + "&kx5=") + kx5) + "&ky5=") + ky5) + "&kr5=") + kr5) + "&kw5=") + kw5) + "&kh5=") + kh5) + "&kx6=") + kx6) + "&ky6=") + ky6) + "&kr6=") + kr6) + "&kw6=") + kw6) + "&kh6=") + kh6) + "&kx7=") + kx7) + "&ky7=") + ky7) + "&kr7=") + kr7) + "&kw7=") + kw7) + "&kh7=") + kh7) + "&kx8=") + kx8) + "&ky8=") + ky8) + "&kr8=") + kr8) + "&kw8=") + kw8) + "&kh8=") + kh8) + "&kx9=") + kx9) + "&ky9=") + ky9) + "&kr9=") + kr9) + "&kw9=") + kw9) + "&kh9=") + kh9) + "&";
lDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&lx1=" + lx1) + "&ly1=") + ly1) + "&lr1=") + lr1) + "&lw1=") + lw1) + "&lh1=") + lh1) + "&lx2=") + lx2) + "&ly2=") + ly2) + "&lr2=") + lr2) + "&lw2=") + lw2) + "&lh2=") + lh2) + "&lx3=") + lx3) + "&ly3=") + ly3) + "&lr3=") + lr3) + "&lw3=") + lw3) + "&lh3=") + lh3) + "&lx4=") + lx4) + "&ly4=") + ly4) + "&lr4=") + lr4) + "&lw4=") + lw4) + "&lh4=") + lh4) + "&lx5=") + lx5) + "&ly5=") + ly5) + "&lr5=") + lr5) + "&lw5=") + lw5) + "&lh5=") + lh5) + "&lx6=") + lx6) + "&ly6=") + ly6) + "&lr6=") + lr6) + "&lw6=") + lw6) + "&lh6=") + lh6) + "&lx7=") + lx7) + "&ly7=") + ly7) + "&lr7=") + lr7) + "&lw7=") + lw7) + "&lh7=") + lh7) + "&lx8=") + lx8) + "&ly8=") + ly8) + "&lr8=") + lr8) + "&lw8=") + lw8) + "&lh8=") + lh8) + "&lx9=") + lx9) + "&ly9=") + ly9) + "&lr9=") + lr9) + "&lw9=") + lw9) + "&lh9=") + lh9) + "&";
mDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&mx1=" + mx1) + "&my1=") + my1) + "&mr1=") + mr1) + "&mw1=") + mw1) + "&mh1=") + mh1) + "&mx2=") + mx2) + "&my2=") + my2) + "&mr2=") + mr2) + "&mw2=") + mw2) + "&mh2=") + mh2) + "&mx3=") + mx3) + "&my3=") + my3) + "&mr3=") + mr3) + "&mw3=") + mw3) + "&mh3=") + mh3) + "&mx4=") + mx4) + "&my4=") + my4) + "&mr4=") + mr4) + "&mw4=") + mw4) + "&mh4=") + mh4) + "&mx5=") + mx5) + "&my5=") + my5) + "&mr5=") + mr5) + "&mw5=") + mw5) + "&mh5=") + mh5) + "&mx6=") + mx6) + "&my6=") + my6) + "&mr6=") + mr6) + "&mw6=") + mw6) + "&mh6=") + mh6) + "&mx7=") + mx7) + "&my7=") + my7) + "&mr7=") + mr7) + "&mw7=") + mw7) + "&mh7=") + mh7) + "&mx8=") + mx8) + "&my8=") + my8) + "&mr8=") + mr8) + "&mw8=") + mw8) + "&mh8=") + mh8) + "&mx9=") + mx9) + "&my9=") + my9) + "&mr9=") + mr9) + "&mw9=") + mw9) + "&mh9=") + mh9) + "&";
nDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&nx1=" + nx1) + "&ny1=") + ny1) + "&nr1=") + nr1) + "&nw1=") + nw1) + "&nh1=") + nh1) + "&nx2=") + nx2) + "&ny2=") + ny2) + "&nr2=") + nr2) + "&nw2=") + nw2) + "&nh2=") + nh2) + "&nx3=") + nx3) + "&ny3=") + ny3) + "&nr3=") + nr3) + "&nw3=") + nw3) + "&nh3=") + nh3) + "&nx4=") + nx4) + "&ny4=") + ny4) + "&nr4=") + nr4) + "&nw4=") + nw4) + "&nh4=") + nh4) + "&nx5=") + nx5) + "&ny5=") + ny5) + "&nr5=") + nr5) + "&nw5=") + nw5) + "&nh5=") + nh5) + "&nx6=") + nx6) + "&ny6=") + ny6) + "&nr6=") + nr6) + "&nw6=") + nw6) + "&nh6=") + nh6) + "&nx7=") + nx7) + "&ny7=") + ny7) + "&nr7=") + nr7) + "&nw7=") + nw7) + "&nh7=") + nh7) + "&nx8=") + nx8) + "&ny8=") + ny8) + "&nr8=") + nr8) + "&nw8=") + nw8) + "&nh8=") + nh8) + "&nx9=") + nx9) + "&ny9=") + ny9) + "&nr9=") + nr9) + "&nw9=") + nw9) + "&nh9=") + nh9) + "&";
oDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&ox1=" + ox1) + "&oy1=") + oy1) + "&or1=") + or1) + "&ow1=") + ow1) + "&oh1=") + oh1) + "&ox2=") + ox2) + "&oy2=") + oy2) + "&or2=") + or2) + "&ow2=") + ow2) + "&oh2=") + oh2) + "&ox3=") + ox3) + "&oy3=") + oy3) + "&or3=") + or3) + "&ow3=") + ow3) + "&oh3=") + oh3) + "&ox4=") + ox4) + "&oy4=") + oy4) + "&or4=") + or4) + "&ow4=") + ow4) + "&oh4=") + oh4) + "&ox5=") + ox5) + "&oy5=") + oy5) + "&or5=") + or5) + "&ow5=") + ow5) + "&oh5=") + oh5) + "&ox6=") + ox6) + "&oy6=") + oy6) + "&or6=") + or6) + "&ow6=") + ow6) + "&oh6=") + oh6) + "&ox7=") + ox7) + "&oy7=") + oy7) + "&or7=") + or7) + "&ow7=") + ow7) + "&oh7=") + oh7) + "&ox8=") + ox8) + "&oy8=") + oy8) + "&or8=") + or8) + "&ow8=") + ow8) + "&oh8=") + oh8) + "&ox9=") + ox9) + "&oy9=") + oy9) + "&or9=") + or9) + "&ow9=") + ow9) + "&oh9=") + oh9) + "&";
pDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&px1=" + px1) + "&py1=") + py1) + "&pr1=") + pr1) + "&pw1=") + pw1) + "&ph1=") + ph1) + "&px2=") + px2) + "&py2=") + py2) + "&pr2=") + pr2) + "&pw2=") + pw2) + "&ph2=") + ph2) + "&px3=") + px3) + "&py3=") + py3) + "&pr3=") + pr3) + "&pw3=") + pw3) + "&ph3=") + ph3) + "&px4=") + px4) + "&py4=") + py4) + "&pr4=") + pr4) + "&pw4=") + pw4) + "&ph4=") + ph4) + "&px5=") + px5) + "&py5=") + py5) + "&pr5=") + pr5) + "&pw5=") + pw5) + "&ph5=") + ph5) + "&px6=") + px6) + "&py6=") + py6) + "&pr6=") + pr6) + "&pw6=") + pw6) + "&ph6=") + ph6) + "&px7=") + px7) + "&py7=") + py7) + "&pr7=") + pr7) + "&pw7=") + pw7) + "&ph7=") + ph7) + "&px8=") + px8) + "&py8=") + py8) + "&pr8=") + pr8) + "&pw8=") + pw8) + "&ph8=") + ph8) + "&px9=") + px9) + "&py9=") + py9) + "&pr9=") + pr9) + "&pw9=") + pw9) + "&ph9=") + ph9) + "&";
qDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&qx1=" + qx1) + "&qy1=") + qy1) + "&qr1=") + qr1) + "&qw1=") + qw1) + "&qh1=") + qh1) + "&qx2=") + qx2) + "&qy2=") + qy2) + "&qr2=") + qr2) + "&qw2=") + qw2) + "&qh2=") + qh2) + "&qx3=") + qx3) + "&qy3=") + qy3) + "&qr3=") + qr3) + "&qw3=") + qw3) + "&qh3=") + qh3) + "&qx4=") + qx4) + "&qy4=") + qy4) + "&qr4=") + qr4) + "&qw4=") + qw4) + "&qh4=") + qh4) + "&qx5=") + qx5) + "&qy5=") + qy5) + "&qr5=") + qr5) + "&qw5=") + qw5) + "&qh5=") + qh5) + "&qx6=") + qx6) + "&qy6=") + qy6) + "&qr6=") + qr6) + "&qw6=") + qw6) + "&qh6=") + qh6) + "&qx7=") + qx7) + "&qy7=") + qy7) + "&qr7=") + qr7) + "&qw7=") + qw7) + "&qh7=") + qh7) + "&qx8=") + qx8) + "&qy8=") + qy8) + "&qr8=") + qr8) + "&qw8=") + qw8) + "&qh8=") + qh8) + "&qx9=") + qx9) + "&qy9=") + qy9) + "&qr9=") + qr9) + "&qw9=") + qw9) + "&qh9=") + qh9) + "&";
rDat = ((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((((("&rx1=" + rx1) + "&ry1=") + ry1) + "&rr1=") + rr1) + "&rw1=") + rw1) + "&rh1=") + rh1) + "&rx2=") + rx2) + "&ry2=") + ry2) + "&rr2=") + rr2) + "&rw2=") + rw2) + "&rh2=") + rh2) + "&rx3=") + rx3) + "&ry3=") + ry3) + "&rr3=") + rr3) + "&rw3=") + rw3) + "&rh3=") + rh3) + "&rx4=") + rx4) + "&ry4=") + ry4) + "&rr4=") + rr4) + "&rw4=") + rw4) + "&rh4=") + rh4) + "&rx5=") + rx5) + "&ry5=") + ry5) + "&rr5=") + rr5) + "&rw5=") + rw5) + "&rh5=") + rh5) + "&rx6=") + rx6) + "&ry6=") + ry6) + "&rr6=") + rr6) + "&rw6=") + rw6) + "&rh6=") + rh6) + "&rx7=") + rx7) + "&ry7=") + ry7) + "&rr7=") + rr7) + "&rw7=") + rw7) + "&rh7=") + rh7) + "&rx8=") + rx8) + "&ry8=") + ry8) + "&rr8=") + rr8) + "&rw8=") + rw8) + "&rh8=") + rh8) + "&rx9=") + rx9) + "&ry9=") + ry9) + "&rr9=") + rr9) + "&rw9=") + rw9) + "&rh9=") + rh9) + "&";
loadVariablesNum ("http://members.lycos.co.uk/mindistortion/data01/animotion/write.php", 0, "POST");
Frame 126
if ((loaded == 1) and (0 < fileID)) {
play();
} else {
gotoAndPlay (125);
}
Frame 129
loaded = 0;
stop();
Frame 130
loaded = 0;
Frame 131
loadVariablesNum ("http://members.lycos.co.uk/mindistortion/data01/animotion/most_recent.php?data", 0);
Frame 133
if (((loaded == 1) and (author != "")) and (name != "")) {
play();
} else {
gotoAndPlay (130);
}
Frame 135
loaded = 0;
stop();
Frame 136
gotoAndStop (134);
Frame 138
loaded = 0;
Frame 140
loadfile = ("file" + loadFileID) + ".txt";
sent = 1;
loadVariablesNum ("http://members.lycos.co.uk/mindistortion/data01/animotion/read.php?data", 0, "POST");
Frame 150
_root.loadData = true;
if (loaded == 1) {
loaded = 0;
_root.counting = 0;
_root.frame = 1;
gotoAndPlay (190);
} else {
play();
}
Frame 162
_root.loadData = true;
if (loaded == 1) {
loaded = 0;
_root.counting = 0;
_root.frame = 1;
gotoAndPlay (190);
} else {
play();
}
Frame 175
_root.loadData = true;
if (loaded == 1) {
loaded = 0;
_root.counting = 0;
_root.frame = 1;
gotoAndPlay (190);
} else {
play();
}
Frame 189
_root.loadData = true;
if (loaded == 1) {
loaded = 0;
_root.counting = 0;
_root.frame = 1;
gotoAndPlay (190);
} else {
gotoAndPlay (137);
}
Frame 194
stop();
Frame 195
gotoAndStop (193);
Symbol 6 Button
on (rollOver) {
_root.info.targetx = 249.8;
_root.info.gotoAndStop(4);
}
on (rollOut) {
_root.info.targetx = 321.8;
}
on (release) {
getURL ("http://www.mindistortion.tk", "_blank");
}
Symbol 16 MovieClip Frame 1
stop();
Symbol 25 MovieClip Frame 1
stop();
Symbol 123 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 124 MovieClip Frame 1
rotate = false;
Symbol 124 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 124 MovieClip Frame 3
gotoAndPlay (2);
Symbol 136 MovieClip Frame 5
_root.loadData = false;
stop();
Symbol 143 MovieClip Frame 1
stopAllSounds();
Symbol 143 MovieClip Frame 5
stop();
Symbol 143 MovieClip Frame 6
stopAllSounds();
Symbol 143 MovieClip Frame 10
stop();
Symbol 143 MovieClip Frame 11
stopAllSounds();
Symbol 143 MovieClip Frame 15
stop();
Symbol 143 MovieClip Frame 16
stopAllSounds();
Symbol 143 MovieClip Frame 20
stop();
Symbol 143 MovieClip Frame 21
stopAllSounds();
Symbol 143 MovieClip Frame 25
stop();
Symbol 143 MovieClip Frame 26
stopAllSounds();
Symbol 143 MovieClip Frame 30
stop();
Symbol 155 MovieClip Frame 1
stop();
Symbol 157 Button
on (press) {
startDrag ("", false, 0, -250, 0, -20);
}
on (release, releaseOutside) {
stopDrag();
}
Instance of Symbol 158 MovieClip "pacer" in Symbol 159 MovieClip Frame 1
onClipEvent (load) {
if (_root.loadData == true) {
_y = _root.py;
} else {
_y = (_root.speed * -10);
}
}
onClipEvent (enterFrame) {
_root.speed = _y / -10;
_root.movespeed = _root.speed / 3;
_root.rotspeed = _root.speed / 4;
_root.scalespeed = _root.speed / 4;
}
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) {
rotstep = 360 / _root.speed;
_rotation = (_rotation + rotstep);
}
Symbol 167 Button
on (release) {
if (_root.music != 1) {
_root.jukebox.gotoAndPlay(1);
}
_root.cursor4.targetx = 110;
_root.music = 1;
}
Symbol 169 Button
on (release) {
if (_root.music != 2) {
_root.jukebox.gotoAndPlay(6);
}
_root.cursor4.targetx = 160;
_root.music = 2;
}
Symbol 171 Button
on (release) {
if (_root.music != 3) {
_root.jukebox.gotoAndPlay(11);
}
_root.cursor4.targetx = 210;
_root.music = 3;
}
Symbol 173 Button
on (release) {
if (_root.music != 4) {
_root.jukebox.gotoAndPlay(16);
}
_root.cursor4.targetx = 260;
_root.music = 4;
}
Symbol 175 Button
on (release) {
if (_root.music != 0) {
_root.jukebox.gotoAndPlay(26);
}
_root.cursor4.targetx = 360;
_root.music = 0;
}
Symbol 177 Button
on (release) {
if (_root.music != 5) {
_root.jukebox.gotoAndPlay(21);
}
_root.cursor4.targetx = 310;
_root.music = 5;
}
Symbol 180 Button
on (release) {
gotoAndStop (101);
_root.frame = 1;
_root.cursor3.targetx = 30;
_root.anim = false;
_root.counting = 0;
_root.library = 1;
}
Symbol 181 Button
on (release) {
gotoAndStop (102);
_root.frame = 1;
_root.cursor3.targetx = 70;
_root.anim = false;
_root.counting = 0;
_root.library = 2;
}
Symbol 182 Button
on (release) {
gotoAndStop (103);
_root.frame = 1;
_root.cursor3.targetx = 110;
_root.anim = false;
_root.counting = 0;
_root.library = 3;
}
Symbol 183 Button
on (release) {
_root.frame = 1;
gotoAndStop (104);
_root.cursor3.targetx = 150;
_root.anim = false;
_root.counting = 0;
_root.library = 4;
}
Symbol 184 Button
on (release) {
gotoAndStop (105);
_root.frame = 1;
_root.cursor3.targetx = 190;
_root.anim = false;
_root.counting = 0;
_root.library = 5;
}
Symbol 186 Button
on (release) {
gotoAndStop (106);
_root.frame = 1;
_root.cursor3.targetx = 230;
_root.anim = false;
_root.counting = 0;
_root.library = 6;
}
Symbol 188 Button
on (release) {
gotoAndStop (107);
_root.frame = 1;
_root.cursor3.targetx = 270;
_root.anim = false;
_root.counting = 0;
_root.library = 7;
}
Symbol 190 Button
on (release) {
gotoAndStop (108);
_root.frame = 1;
_root.cursor3.targetx = 310;
_root.anim = false;
_root.counting = 0;
_root.library = 8;
}
Symbol 192 Button
on (release) {
gotoAndStop (109);
_root.frame = 1;
_root.cursor3.targetx = 350;
_root.anim = false;
_root.counting = 0;
_root.library = 9;
}
Symbol 194 Button
on (release) {
gotoAndStop (110);
_root.frame = 1;
_root.cursor3.targetx = 390;
_root.anim = false;
_root.counting = 0;
_root.library = 10;
}
Symbol 195 Button
on (press) {
_root.move = true;
_root.rotate = false;
_root.scale = false;
_root.cursor2.targetx = 275.5;
}
Symbol 196 Button
on (press) {
_root.move = false;
_root.rotate = true;
_root.scale = false;
_root.cursor2.targetx = 320;
}
Symbol 197 Button
on (press) {
_root.move = false;
_root.rotate = false;
_root.scale = true;
_root.cursor2.targetx = 361;
}
Symbol 199 Button
on (press) {
_root.anim = true;
}
Symbol 200 Button
on (press) {
_root.anim = false;
_root.counting = 0;
}
Symbol 201 Button
on (press) {
_root.frame = 1;
}
Symbol 202 Button
on (press) {
_root.frame = 2;
}
Symbol 203 Button
on (press) {
_root.frame = 3;
}
Symbol 204 Button
on (press) {
_root.frame = 4;
}
Symbol 205 Button
on (press) {
_root.frame = 5;
}
Symbol 206 Button
on (press) {
_root.frame = 6;
}
Symbol 207 Button
on (press) {
_root.frame = 7;
}
Symbol 208 Button
on (press) {
_root.frame = 8;
}
Symbol 209 Button
on (press) {
_root.frame = 9;
}
Symbol 210 MovieClip Frame 1
rotate = false;
Symbol 210 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 210 MovieClip Frame 3
gotoAndPlay (2);
Symbol 211 MovieClip Frame 1
rotate = false;
Symbol 211 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 211 MovieClip Frame 3
gotoAndPlay (2);
Symbol 212 MovieClip Frame 1
rotate = false;
Symbol 212 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 212 MovieClip Frame 3
gotoAndPlay (2);
Symbol 213 MovieClip Frame 1
rotate = false;
Symbol 213 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 213 MovieClip Frame 3
gotoAndPlay (2);
Symbol 214 MovieClip Frame 1
rotate = false;
Symbol 214 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 214 MovieClip Frame 3
gotoAndPlay (2);
Symbol 216 Button
on (rollOver) {
_root.info.targetx = 249.8;
_root.info.gotoAndStop(3);
}
on (rollOut) {
_root.info.targetx = 321.8;
}
on (release) {
_root.mousecursor.gotoAndStop(1);
_root.message.gotoAndPlay(2);
}
Symbol 217 Button
on (rollOver) {
_root.info.targetx = 249.8;
_root.info.gotoAndStop(2);
}
on (rollOut) {
_root.info.targetx = 321.8;
}
on (release) {
_root.message.gotoAndPlay(21);
_root.mousecursor.gotoAndStop(5);
}
Symbol 218 Button
on (rollOver) {
_root.info.targetx = 249.8;
_root.info.gotoAndStop(1);
}
on (rollOut) {
_root.info.targetx = 321.8;
}
on (release) {
getURL ("http://www.mindistortion-forum.tk", "_blank");
}
Symbol 219 Button
on (rollOver) {
_root.info.targetx = 249.8;
_root.info.gotoAndStop(6);
}
on (rollOut) {
_root.info.targetx = 321.8;
}
on (release) {
if (_root._url == "http://members.lycos.co.uk/mindistortion/games/animotion.swf") {
loaded = 0;
stopAllSounds();
backDat = _root.back;
loadlib = _root.library;
loadmusic = _root.music;
py = int(_root.pacer.pacer._y);
ax1 = int(_root.a.xpos1);
ay1 = int(_root.a.ypos1);
ar1 = int(_root.a.rot1);
aw1 = int(_root.a.width1);
ah1 = int(_root.a.height1);
ax2 = int(_root.a.xpos2);
ay2 = int(_root.a.ypos2);
ar2 = int(_root.a.rot2);
aw2 = int(_root.a.width2);
ah2 = int(_root.a.height2);
ax3 = int(_root.a.xpos3);
ay3 = int(_root.a.ypos3);
ar3 = int(_root.a.rot3);
aw3 = int(_root.a.width3);
ah3 = int(_root.a.height3);
ax4 = int(_root.a.xpos4);
ay4 = int(_root.a.ypos4);
ar4 = int(_root.a.rot4);
aw4 = int(_root.a.width4);
ah4 = int(_root.a.height4);
ax5 = int(_root.a.xpos5);
ay5 = int(_root.a.ypos5);
ar5 = int(_root.a.rot5);
aw5 = int(_root.a.width5);
ah5 = int(_root.a.height5);
ax6 = int(_root.a.xpos6);
ay6 = int(_root.a.ypos6);
ar6 = int(_root.a.rot6);
aw6 = int(_root.a.width6);
ah6 = int(_root.a.height6);
ax7 = int(_root.a.xpos7);
ay7 = int(_root.a.ypos7);
ar7 = int(_root.a.rot7);
aw7 = int(_root.a.width7);
ah7 = int(_root.a.height7);
ax8 = int(_root.a.xpos8);
ay8 = int(_root.a.ypos8);
ar8 = int(_root.a.rot8);
aw8 = int(_root.a.width8);
ah8 = int(_root.a.height8);
ax9 = int(_root.a.xpos9);
ay9 = int(_root.a.ypos9);
ar9 = int(_root.a.rot9);
aw9 = int(_root.a.width9);
ah9 = int(_root.a.height9);
bx1 = int(_root.b.xpos1);
by1 = int(_root.b.ypos1);
br1 = int(_root.b.rot1);
bw1 = int(_root.b.width1);
bh1 = int(_root.b.height1);
bx2 = int(_root.b.xpos2);
by2 = int(_root.b.ypos2);
br2 = int(_root.b.rot2);
bw2 = int(_root.b.width2);
bh2 = int(_root.b.height2);
bx3 = int(_root.b.xpos3);
by3 = int(_root.b.ypos3);
br3 = int(_root.b.rot3);
bw3 = int(_root.b.width3);
bh3 = int(_root.b.height3);
bx4 = int(_root.b.xpos4);
by4 = int(_root.b.ypos4);
br4 = int(_root.b.rot4);
bw4 = int(_root.b.width4);
bh4 = int(_root.b.height4);
bx5 = int(_root.b.xpos5);
by5 = int(_root.b.ypos5);
br5 = int(_root.b.rot5);
bw5 = int(_root.b.width5);
bh5 = int(_root.b.height5);
bx6 = int(_root.b.xpos6);
by6 = int(_root.b.ypos6);
br6 = int(_root.b.rot6);
bw6 = int(_root.b.width6);
bh6 = int(_root.b.height6);
bx7 = int(_root.b.xpos7);
by7 = int(_root.b.ypos7);
br7 = int(_root.b.rot7);
bw7 = int(_root.b.width7);
bh7 = int(_root.b.height7);
bx8 = int(_root.b.xpos8);
by8 = int(_root.b.ypos8);
br8 = int(_root.b.rot8);
bw8 = int(_root.b.width8);
bh8 = int(_root.b.height8);
bx9 = int(_root.b.xpos9);
by9 = int(_root.b.ypos9);
br9 = int(_root.b.rot9);
bw9 = int(_root.b.width9);
bh9 = int(_root.b.height9);
cx1 = int(_root.c.xpos1);
cy1 = int(_root.c.ypos1);
cr1 = int(_root.c.rot1);
cw1 = int(_root.c.width1);
ch1 = int(_root.c.height1);
cx2 = int(_root.c.xpos2);
cy2 = int(_root.c.ypos2);
cr2 = int(_root.c.rot2);
cw2 = int(_root.c.width2);
ch2 = int(_root.c.height2);
cx3 = int(_root.c.xpos3);
cy3 = int(_root.c.ypos3);
cr3 = int(_root.c.rot3);
cw3 = int(_root.c.width3);
ch3 = int(_root.c.height3);
cx4 = int(_root.c.xpos4);
cy4 = int(_root.c.ypos4);
cr4 = int(_root.c.rot4);
cw4 = int(_root.c.width4);
ch4 = int(_root.c.height4);
cx5 = int(_root.c.xpos5);
cy5 = int(_root.c.ypos5);
cr5 = int(_root.c.rot5);
cw5 = int(_root.c.width5);
ch5 = int(_root.c.height5);
cx6 = int(_root.c.xpos6);
cy6 = int(_root.c.ypos6);
cr6 = int(_root.c.rot6);
cw6 = int(_root.c.width6);
ch6 = int(_root.c.height6);
cx7 = int(_root.c.xpos7);
cy7 = int(_root.c.ypos7);
cr7 = int(_root.c.rot7);
cw7 = int(_root.c.width7);
ch7 = int(_root.c.height7);
cx8 = int(_root.c.xpos8);
cy8 = int(_root.c.ypos8);
cr8 = int(_root.c.rot8);
cw8 = int(_root.c.width8);
ch8 = int(_root.c.height8);
cx9 = int(_root.c.xpos9);
cy9 = int(_root.c.ypos9);
cr9 = int(_root.c.rot9);
cw9 = int(_root.c.width9);
ch9 = int(_root.c.height9);
dx1 = int(_root.d.xpos1);
dy1 = int(_root.d.ypos1);
dr1 = int(_root.d.rot1);
dw1 = int(_root.d.width1);
dh1 = int(_root.d.height1);
dx2 = int(_root.d.xpos2);
dy2 = int(_root.d.ypos2);
dr2 = int(_root.d.rot2);
dw2 = int(_root.d.width2);
dh2 = int(_root.d.height2);
dx3 = int(_root.d.xpos3);
dy3 = int(_root.d.ypos3);
dr3 = int(_root.d.rot3);
dw3 = int(_root.d.width3);
dh3 = int(_root.d.height3);
dx4 = int(_root.d.xpos4);
dy4 = int(_root.d.ypos4);
dr4 = int(_root.d.rot4);
dw4 = int(_root.d.width4);
dh4 = int(_root.d.height4);
dx5 = int(_root.d.xpos5);
dy5 = int(_root.d.ypos5);
dr5 = int(_root.d.rot5);
dw5 = int(_root.d.width5);
dh5 = int(_root.d.height5);
dx6 = int(_root.d.xpos6);
dy6 = int(_root.d.ypos6);
dr6 = int(_root.d.rot6);
dw6 = int(_root.d.width6);
dh6 = int(_root.d.height6);
dx7 = int(_root.d.xpos7);
dy7 = int(_root.d.ypos7);
dr7 = int(_root.d.rot7);
dw7 = int(_root.d.width7);
dh7 = int(_root.d.height7);
dx8 = int(_root.d.xpos8);
dy8 = int(_root.d.ypos8);
dr8 = int(_root.d.rot8);
dw8 = int(_root.d.width8);
dh8 = int(_root.d.height8);
dx9 = int(_root.d.xpos9);
dy9 = int(_root.d.ypos9);
dr9 = int(_root.d.rot9);
dw9 = int(_root.d.width9);
dh9 = int(_root.d.height9);
ex1 = int(_root.e.xpos1);
ey1 = int(_root.e.ypos1);
er1 = int(_root.e.rot1);
ew1 = int(_root.e.width1);
eh1 = int(_root.e.height1);
ex2 = int(_root.e.xpos2);
ey2 = int(_root.e.ypos2);
er2 = int(_root.e.rot2);
ew2 = int(_root.e.width2);
eh2 = int(_root.e.height2);
ex3 = int(_root.e.xpos3);
ey3 = int(_root.e.ypos3);
er3 = int(_root.e.rot3);
ew3 = int(_root.e.width3);
eh3 = int(_root.e.height3);
ex4 = int(_root.e.xpos4);
ey4 = int(_root.e.ypos4);
er4 = int(_root.e.rot4);
ew4 = int(_root.e.width4);
eh4 = int(_root.e.height4);
ex5 = int(_root.e.xpos5);
ey5 = int(_root.e.ypos5);
er5 = int(_root.e.rot5);
ew5 = int(_root.e.width5);
eh5 = int(_root.e.height5);
ex6 = int(_root.e.xpos6);
ey6 = int(_root.e.ypos6);
er6 = int(_root.e.rot6);
ew6 = int(_root.e.width6);
eh6 = int(_root.e.height6);
ex7 = int(_root.e.xpos7);
ey7 = int(_root.e.ypos7);
er7 = int(_root.e.rot7);
ew7 = int(_root.e.width7);
eh7 = int(_root.e.height7);
ex8 = int(_root.e.xpos8);
ey8 = int(_root.e.ypos8);
er8 = int(_root.e.rot8);
ew8 = int(_root.e.width8);
eh8 = int(_root.e.height8);
ex9 = int(_root.e.xpos9);
ey9 = int(_root.e.ypos9);
er9 = int(_root.e.rot9);
ew9 = int(_root.e.width9);
eh9 = int(_root.e.height9);
fx1 = int(_root.f.xpos1);
fy1 = int(_root.f.ypos1);
fr1 = int(_root.f.rot1);
fw1 = int(_root.f.width1);
fh1 = int(_root.f.height1);
fx2 = int(_root.f.xpos2);
fy2 = int(_root.f.ypos2);
fr2 = int(_root.f.rot2);
fw2 = int(_root.f.width2);
fh2 = int(_root.f.height2);
fx3 = int(_root.f.xpos3);
fy3 = int(_root.f.ypos3);
fr3 = int(_root.f.rot3);
fw3 = int(_root.f.width3);
fh3 = int(_root.f.height3);
fx4 = int(_root.f.xpos4);
fy4 = int(_root.f.ypos4);
fr4 = int(_root.f.rot4);
fw4 = int(_root.f.width4);
fh4 = int(_root.f.height4);
fx5 = int(_root.f.xpos5);
fy5 = int(_root.f.ypos5);
fr5 = int(_root.f.rot5);
fw5 = int(_root.f.width5);
fh5 = int(_root.f.height5);
fx6 = int(_root.f.xpos6);
fy6 = int(_root.f.ypos6);
fr6 = int(_root.f.rot6);
fw6 = int(_root.f.width6);
fh6 = int(_root.f.height6);
fx7 = int(_root.f.xpos7);
fy7 = int(_root.f.ypos7);
fr7 = int(_root.f.rot7);
fw7 = int(_root.f.width7);
fh7 = int(_root.f.height7);
fx8 = int(_root.f.xpos8);
fy8 = int(_root.f.ypos8);
fr8 = int(_root.f.rot8);
fw8 = int(_root.f.width8);
fh8 = int(_root.f.height8);
fx9 = int(_root.f.xpos9);
fy9 = int(_root.f.ypos9);
fr9 = int(_root.f.rot9);
fw9 = int(_root.f.width9);
fh9 = int(_root.f.height9);
gx1 = int(_root.g.xpos1);
gy1 = int(_root.g.ypos1);
gr1 = int(_root.g.rot1);
gw1 = int(_root.g.width1);
gh1 = int(_root.g.height1);
gx2 = int(_root.g.xpos2);
gy2 = int(_root.g.ypos2);
gr2 = int(_root.g.rot2);
gw2 = int(_root.g.width2);
gh2 = int(_root.g.height2);
gx3 = int(_root.g.xpos3);
gy3 = int(_root.g.ypos3);
gr3 = int(_root.g.rot3);
gw3 = int(_root.g.width3);
gh3 = int(_root.g.height3);
gx4 = int(_root.g.xpos4);
gy4 = int(_root.g.ypos4);
gr4 = int(_root.g.rot4);
gw4 = int(_root.g.width4);
gh4 = int(_root.g.height4);
gx5 = int(_root.g.xpos5);
gy5 = int(_root.g.ypos5);
gr5 = int(_root.g.rot5);
gw5 = int(_root.g.width5);
gh5 = int(_root.g.height5);
gx6 = int(_root.g.xpos6);
gy6 = int(_root.g.ypos6);
gr6 = int(_root.g.rot6);
gw6 = int(_root.g.width6);
gh6 = int(_root.g.height6);
gx7 = int(_root.g.xpos7);
gy7 = int(_root.g.ypos7);
gr7 = int(_root.g.rot7);
gw7 = int(_root.g.width7);
gh7 = int(_root.g.height7);
gx8 = int(_root.g.xpos8);
gy8 = int(_root.g.ypos8);
gr8 = int(_root.g.rot8);
gw8 = int(_root.g.width8);
gh8 = int(_root.g.height8);
gx9 = int(_root.g.xpos9);
gy9 = int(_root.g.ypos9);
gr9 = int(_root.g.rot9);
gw9 = int(_root.g.width9);
gh9 = int(_root.g.height9);
hx1 = int(_root.h.xpos1);
hy1 = int(_root.h.ypos1);
hr1 = int(_root.h.rot1);
hw1 = int(_root.h.width1);
hh1 = int(_root.h.height1);
hx2 = int(_root.h.xpos2);
hy2 = int(_root.h.ypos2);
hr2 = int(_root.h.rot2);
hw2 = int(_root.h.width2);
hh2 = int(_root.h.height2);
hx3 = int(_root.h.xpos3);
hy3 = int(_root.h.ypos3);
hr3 = int(_root.h.rot3);
hw3 = int(_root.h.width3);
hh3 = int(_root.h.height3);
hx4 = int(_root.h.xpos4);
hy4 = int(_root.h.ypos4);
hr4 = int(_root.h.rot4);
hw4 = int(_root.h.width4);
hh4 = int(_root.h.height4);
hx5 = int(_root.h.xpos5);
hy5 = int(_root.h.ypos5);
hr5 = int(_root.h.rot5);
hw5 = int(_root.h.width5);
hh5 = int(_root.h.height5);
hx6 = int(_root.h.xpos6);
hy6 = int(_root.h.ypos6);
hr6 = int(_root.h.rot6);
hw6 = int(_root.h.width6);
hh6 = int(_root.h.height6);
hx7 = int(_root.h.xpos7);
hy7 = int(_root.h.ypos7);
hr7 = int(_root.h.rot7);
hw7 = int(_root.h.width7);
hh7 = int(_root.h.height7);
hx8 = int(_root.h.xpos8);
hy8 = int(_root.h.ypos8);
hr8 = int(_root.h.rot8);
hw8 = int(_root.h.width8);
hh8 = int(_root.h.height8);
hx9 = int(_root.h.xpos9);
hy9 = int(_root.h.ypos9);
hr9 = int(_root.h.rot9);
hw9 = int(_root.h.width9);
hh9 = int(_root.h.height9);
ix1 = int(_root.i.xpos1);
iy1 = int(_root.i.ypos1);
ir1 = int(_root.i.rot1);
iw1 = int(_root.i.width1);
ih1 = int(_root.i.height1);
ix2 = int(_root.i.xpos2);
iy2 = int(_root.i.ypos2);
ir2 = int(_root.i.rot2);
iw2 = int(_root.i.width2);
ih2 = int(_root.i.height2);
ix3 = int(_root.i.xpos3);
iy3 = int(_root.i.ypos3);
ir3 = int(_root.i.rot3);
iw3 = int(_root.i.width3);
ih3 = int(_root.i.height3);
ix4 = int(_root.i.xpos4);
iy4 = int(_root.i.ypos4);
ir4 = int(_root.i.rot4);
iw4 = int(_root.i.width4);
ih4 = int(_root.i.height4);
ix5 = int(_root.i.xpos5);
iy5 = int(_root.i.ypos5);
ir5 = int(_root.i.rot5);
iw5 = int(_root.i.width5);
ih5 = int(_root.i.height5);
ix6 = int(_root.i.xpos6);
iy6 = int(_root.i.ypos6);
ir6 = int(_root.i.rot6);
iw6 = int(_root.i.width6);
ih6 = int(_root.i.height6);
ix7 = int(_root.i.xpos7);
iy7 = int(_root.i.ypos7);
ir7 = int(_root.i.rot7);
iw7 = int(_root.i.width7);
ih7 = int(_root.i.height7);
ix8 = int(_root.i.xpos8);
iy8 = int(_root.i.ypos8);
ir8 = int(_root.i.rot8);
iw8 = int(_root.i.width8);
ih8 = int(_root.i.height8);
ix9 = int(_root.i.xpos9);
iy9 = int(_root.i.ypos9);
ir9 = int(_root.i.rot9);
iw9 = int(_root.i.width9);
ih9 = int(_root.i.height9);
jx1 = int(_root.j.xpos1);
jy1 = int(_root.j.ypos1);
jr1 = int(_root.j.rot1);
jw1 = int(_root.j.width1);
jh1 = int(_root.j.height1);
jx2 = int(_root.j.xpos2);
jy2 = int(_root.j.ypos2);
jr2 = int(_root.j.rot2);
jw2 = int(_root.j.width2);
jh2 = int(_root.j.height2);
jx3 = int(_root.j.xpos3);
jy3 = int(_root.j.ypos3);
jr3 = int(_root.j.rot3);
jw3 = int(_root.j.width3);
jh3 = int(_root.j.height3);
jx4 = int(_root.j.xpos4);
jy4 = int(_root.j.ypos4);
jr4 = int(_root.j.rot4);
jw4 = int(_root.j.width4);
jh4 = int(_root.j.height4);
jx5 = int(_root.j.xpos5);
jy5 = int(_root.j.ypos5);
jr5 = int(_root.j.rot5);
jw5 = int(_root.j.width5);
jh5 = int(_root.j.height5);
jx6 = int(_root.j.xpos6);
jy6 = int(_root.j.ypos6);
jr6 = int(_root.j.rot6);
jw6 = int(_root.j.width6);
jh6 = int(_root.j.height6);
jx7 = int(_root.j.xpos7);
jy7 = int(_root.j.ypos7);
jr7 = int(_root.j.rot7);
jw7 = int(_root.j.width7);
jh7 = int(_root.j.height7);
jx8 = int(_root.j.xpos8);
jy8 = int(_root.j.ypos8);
jr8 = int(_root.j.rot8);
jw8 = int(_root.j.width8);
jh8 = int(_root.j.height8);
jx9 = int(_root.j.xpos9);
jy9 = int(_root.j.ypos9);
jr9 = int(_root.j.rot9);
jw9 = int(_root.j.width9);
jh9 = int(_root.j.height9);
kx1 = int(_root.k.xpos1);
ky1 = int(_root.k.ypos1);
kr1 = int(_root.k.rot1);
kw1 = int(_root.k.width1);
kh1 = int(_root.k.height1);
kx2 = int(_root.k.xpos2);
ky2 = int(_root.k.ypos2);
kr2 = int(_root.k.rot2);
kw2 = int(_root.k.width2);
kh2 = int(_root.k.height2);
kx3 = int(_root.k.xpos3);
ky3 = int(_root.k.ypos3);
kr3 = int(_root.k.rot3);
kw3 = int(_root.k.width3);
kh3 = int(_root.k.height3);
kx4 = int(_root.k.xpos4);
ky4 = int(_root.k.ypos4);
kr4 = int(_root.k.rot4);
kw4 = int(_root.k.width4);
kh4 = int(_root.k.height4);
kx5 = int(_root.k.xpos5);
ky5 = int(_root.k.ypos5);
kr5 = int(_root.k.rot5);
kw5 = int(_root.k.width5);
kh5 = int(_root.k.height5);
kx6 = int(_root.k.xpos6);
ky6 = int(_root.k.ypos6);
kr6 = int(_root.k.rot6);
kw6 = int(_root.k.width6);
kh6 = int(_root.k.height6);
kx7 = int(_root.k.xpos7);
ky7 = int(_root.k.ypos7);
kr7 = int(_root.k.rot7);
kw7 = int(_root.k.width7);
kh7 = int(_root.k.height7);
kx8 = int(_root.k.xpos8);
ky8 = int(_root.k.ypos8);
kr8 = int(_root.k.rot8);
kw8 = int(_root.k.width8);
kh8 = int(_root.k.height8);
kx9 = int(_root.k.xpos9);
ky9 = int(_root.k.ypos9);
kr9 = int(_root.k.rot9);
kw9 = int(_root.k.width9);
kh9 = int(_root.k.height9);
lx1 = int(_root.l.xpos1);
ly1 = int(_root.l.ypos1);
lr1 = int(_root.l.rot1);
lw1 = int(_root.l.width1);
lh1 = int(_root.l.height1);
lx2 = int(_root.l.xpos2);
ly2 = int(_root.l.ypos2);
lr2 = int(_root.l.rot2);
lw2 = int(_root.l.width2);
lh2 = int(_root.l.height2);
lx3 = int(_root.l.xpos3);
ly3 = int(_root.l.ypos3);
lr3 = int(_root.l.rot3);
lw3 = int(_root.l.width3);
lh3 = int(_root.l.height3);
lx4 = int(_root.l.xpos4);
ly4 = int(_root.l.ypos4);
lr4 = int(_root.l.rot4);
lw4 = int(_root.l.width4);
lh4 = int(_root.l.height4);
lx5 = int(_root.l.xpos5);
ly5 = int(_root.l.ypos5);
lr5 = int(_root.l.rot5);
lw5 = int(_root.l.width5);
lh5 = int(_root.l.height5);
lx6 = int(_root.l.xpos6);
ly6 = int(_root.l.ypos6);
lr6 = int(_root.l.rot6);
lw6 = int(_root.l.width6);
lh6 = int(_root.l.height6);
lx7 = int(_root.l.xpos7);
ly7 = int(_root.l.ypos7);
lr7 = int(_root.l.rot7);
lw7 = int(_root.l.width7);
lh7 = int(_root.l.height7);
lx8 = int(_root.l.xpos8);
ly8 = int(_root.l.ypos8);
lr8 = int(_root.l.rot8);
lw8 = int(_root.l.width8);
lh8 = int(_root.l.height8);
lx9 = int(_root.l.xpos9);
ly9 = int(_root.l.ypos9);
lr9 = int(_root.l.rot9);
lw9 = int(_root.l.width9);
lh9 = int(_root.l.height9);
mx1 = int(_root.m.xpos1);
my1 = int(_root.m.ypos1);
mr1 = int(_root.m.rot1);
mw1 = int(_root.m.width1);
mh1 = int(_root.m.height1);
mx2 = int(_root.m.xpos2);
my2 = int(_root.m.ypos2);
mr2 = int(_root.m.rot2);
mw2 = int(_root.m.width2);
mh2 = int(_root.m.height2);
mx3 = int(_root.m.xpos3);
my3 = int(_root.m.ypos3);
mr3 = int(_root.m.rot3);
mw3 = int(_root.m.width3);
mh3 = int(_root.m.height3);
mx4 = int(_root.m.xpos4);
my4 = int(_root.m.ypos4);
mr4 = int(_root.m.rot4);
mw4 = int(_root.m.width4);
mh4 = int(_root.m.height4);
mx5 = int(_root.m.xpos5);
my5 = int(_root.m.ypos5);
mr5 = int(_root.m.rot5);
mw5 = int(_root.m.width5);
mh5 = int(_root.m.height5);
mx6 = int(_root.m.xpos6);
my6 = int(_root.m.ypos6);
mr6 = int(_root.m.rot6);
mw6 = int(_root.m.width6);
mh6 = int(_root.m.height6);
mx7 = int(_root.m.xpos7);
my7 = int(_root.m.ypos7);
mr7 = int(_root.m.rot7);
mw7 = int(_root.m.width7);
mh7 = int(_root.m.height7);
mx8 = int(_root.m.xpos8);
my8 = int(_root.m.ypos8);
mr8 = int(_root.m.rot8);
mw8 = int(_root.m.width8);
mh8 = int(_root.m.height8);
mx9 = int(_root.m.xpos9);
my9 = int(_root.m.ypos9);
mr9 = int(_root.m.rot9);
mw9 = int(_root.m.width9);
mh9 = int(_root.m.height9);
nx1 = int(_root.n.xpos1);
ny1 = int(_root.n.ypos1);
nr1 = int(_root.n.rot1);
nw1 = int(_root.n.width1);
nh1 = int(_root.n.height1);
nx2 = int(_root.n.xpos2);
ny2 = int(_root.n.ypos2);
nr2 = int(_root.n.rot2);
nw2 = int(_root.n.width2);
nh2 = int(_root.n.height2);
nx3 = int(_root.n.xpos3);
ny3 = int(_root.n.ypos3);
nr3 = int(_root.n.rot3);
nw3 = int(_root.n.width3);
nh3 = int(_root.n.height3);
nx4 = int(_root.n.xpos4);
ny4 = int(_root.n.ypos4);
nr4 = int(_root.n.rot4);
nw4 = int(_root.n.width4);
nh4 = int(_root.n.height4);
nx5 = int(_root.n.xpos5);
ny5 = int(_root.n.ypos5);
nr5 = int(_root.n.rot5);
nw5 = int(_root.n.width5);
nh5 = int(_root.n.height5);
nx6 = int(_root.n.xpos6);
ny6 = int(_root.n.ypos6);
nr6 = int(_root.n.rot6);
nw6 = int(_root.n.width6);
nh6 = int(_root.n.height6);
nx7 = int(_root.n.xpos7);
ny7 = int(_root.n.ypos7);
nr7 = int(_root.n.rot7);
nw7 = int(_root.n.width7);
nh7 = int(_root.n.height7);
nx8 = int(_root.n.xpos8);
ny8 = int(_root.n.ypos8);
nr8 = int(_root.n.rot8);
nw8 = int(_root.n.width8);
nh8 = int(_root.n.height8);
nx9 = int(_root.n.xpos9);
ny9 = int(_root.n.ypos9);
nr9 = int(_root.n.rot9);
nw9 = int(_root.n.width9);
nh9 = int(_root.n.height9);
ox1 = int(_root.o.xpos1);
oy1 = int(_root.o.ypos1);
or1 = int(_root.o.rot1);
ow1 = int(_root.o.width1);
oh1 = int(_root.o.height1);
ox2 = int(_root.o.xpos2);
oy2 = int(_root.o.ypos2);
or2 = int(_root.o.rot2);
ow2 = int(_root.o.width2);
oh2 = int(_root.o.height2);
ox3 = int(_root.o.xpos3);
oy3 = int(_root.o.ypos3);
or3 = int(_root.o.rot3);
ow3 = int(_root.o.width3);
oh3 = int(_root.o.height3);
ox4 = int(_root.o.xpos4);
oy4 = int(_root.o.ypos4);
or4 = int(_root.o.rot4);
ow4 = int(_root.o.width4);
oh4 = int(_root.o.height4);
ox5 = int(_root.o.xpos5);
oy5 = int(_root.o.ypos5);
or5 = int(_root.o.rot5);
ow5 = int(_root.o.width5);
oh5 = int(_root.o.height5);
ox6 = int(_root.o.xpos6);
oy6 = int(_root.o.ypos6);
or6 = int(_root.o.rot6);
ow6 = int(_root.o.width6);
oh6 = int(_root.o.height6);
ox7 = int(_root.o.xpos7);
oy7 = int(_root.o.ypos7);
or7 = int(_root.o.rot7);
ow7 = int(_root.o.width7);
oh7 = int(_root.o.height7);
ox8 = int(_root.o.xpos8);
oy8 = int(_root.o.ypos8);
or8 = int(_root.o.rot8);
ow8 = int(_root.o.width8);
oh8 = int(_root.o.height8);
ox9 = int(_root.o.xpos9);
oy9 = int(_root.o.ypos9);
or9 = int(_root.o.rot9);
ow9 = int(_root.o.width9);
oh9 = int(_root.o.height9);
px1 = int(_root.p.xpos1);
py1 = int(_root.p.ypos1);
pr1 = int(_root.p.rot1);
pw1 = int(_root.p.width1);
ph1 = int(_root.p.height1);
px2 = int(_root.p.xpos2);
py2 = int(_root.p.ypos2);
pr2 = int(_root.p.rot2);
pw2 = int(_root.p.width2);
ph2 = int(_root.p.height2);
px3 = int(_root.p.xpos3);
py3 = int(_root.p.ypos3);
pr3 = int(_root.p.rot3);
pw3 = int(_root.p.width3);
ph3 = int(_root.p.height3);
px4 = int(_root.p.xpos4);
py4 = int(_root.p.ypos4);
pr4 = int(_root.p.rot4);
pw4 = int(_root.p.width4);
ph4 = int(_root.p.height4);
px5 = int(_root.p.xpos5);
py5 = int(_root.p.ypos5);
pr5 = int(_root.p.rot5);
pw5 = int(_root.p.width5);
ph5 = int(_root.p.height5);
px6 = int(_root.p.xpos6);
py6 = int(_root.p.ypos6);
pr6 = int(_root.p.rot6);
pw6 = int(_root.p.width6);
ph6 = int(_root.p.height6);
px7 = int(_root.p.xpos7);
py7 = int(_root.p.ypos7);
pr7 = int(_root.p.rot7);
pw7 = int(_root.p.width7);
ph7 = int(_root.p.height7);
px8 = int(_root.p.xpos8);
py8 = int(_root.p.ypos8);
pr8 = int(_root.p.rot8);
pw8 = int(_root.p.width8);
ph8 = int(_root.p.height8);
px9 = int(_root.p.xpos9);
py9 = int(_root.p.ypos9);
pr9 = int(_root.p.rot9);
pw9 = int(_root.p.width9);
ph9 = int(_root.p.height9);
qx1 = int(_root.q.xpos1);
qy1 = int(_root.q.ypos1);
qr1 = int(_root.q.rot1);
qw1 = int(_root.q.width1);
qh1 = int(_root.q.height1);
qx2 = int(_root.q.xpos2);
qy2 = int(_root.q.ypos2);
qr2 = int(_root.q.rot2);
qw2 = int(_root.q.width2);
qh2 = int(_root.q.height2);
qx3 = int(_root.q.xpos3);
qy3 = int(_root.q.ypos3);
qr3 = int(_root.q.rot3);
qw3 = int(_root.q.width3);
qh3 = int(_root.q.height3);
qx4 = int(_root.q.xpos4);
qy4 = int(_root.q.ypos4);
qr4 = int(_root.q.rot4);
qw4 = int(_root.q.width4);
qh4 = int(_root.q.height4);
qx5 = int(_root.q.xpos5);
qy5 = int(_root.q.ypos5);
qr5 = int(_root.q.rot5);
qw5 = int(_root.q.width5);
qh5 = int(_root.q.height5);
qx6 = int(_root.q.xpos6);
qy6 = int(_root.q.ypos6);
qr6 = int(_root.q.rot6);
qw6 = int(_root.q.width6);
qh6 = int(_root.q.height6);
qx7 = int(_root.q.xpos7);
qy7 = int(_root.q.ypos7);
qr7 = int(_root.q.rot7);
qw7 = int(_root.q.width7);
qh7 = int(_root.q.height7);
qx8 = int(_root.q.xpos8);
qy8 = int(_root.q.ypos8);
qr8 = int(_root.q.rot8);
qw8 = int(_root.q.width8);
qh8 = int(_root.q.height8);
qx9 = int(_root.q.xpos9);
qy9 = int(_root.q.ypos9);
qr9 = int(_root.q.rot9);
qw9 = int(_root.q.width9);
qh9 = int(_root.q.height9);
rx1 = int(_root.r.xpos1);
ry1 = int(_root.r.ypos1);
rr1 = int(_root.r.rot1);
rw1 = int(_root.r.width1);
rh1 = int(_root.r.height1);
rx2 = int(_root.r.xpos2);
ry2 = int(_root.r.ypos2);
rr2 = int(_root.r.rot2);
rw2 = int(_root.r.width2);
rh2 = int(_root.r.height2);
rx3 = int(_root.r.xpos3);
ry3 = int(_root.r.ypos3);
rr3 = int(_root.r.rot3);
rw3 = int(_root.r.width3);
rh3 = int(_root.r.height3);
rx4 = int(_root.r.xpos4);
ry4 = int(_root.r.ypos4);
rr4 = int(_root.r.rot4);
rw4 = int(_root.r.width4);
rh4 = int(_root.r.height4);
rx5 = int(_root.r.xpos5);
ry5 = int(_root.r.ypos5);
rr5 = int(_root.r.rot5);
rw5 = int(_root.r.width5);
rh5 = int(_root.r.height5);
rx6 = int(_root.r.xpos6);
ry6 = int(_root.r.ypos6);
rr6 = int(_root.r.rot6);
rw6 = int(_root.r.width6);
rh6 = int(_root.r.height6);
rx7 = int(_root.r.xpos7);
ry7 = int(_root.r.ypos7);
rr7 = int(_root.r.rot7);
rw7 = int(_root.r.width7);
rh7 = int(_root.r.height7);
rx8 = int(_root.r.xpos8);
ry8 = int(_root.r.ypos8);
rr8 = int(_root.r.rot8);
rw8 = int(_root.r.width8);
rh8 = int(_root.r.height8);
rx9 = int(_root.r.xpos9);
ry9 = int(_root.r.ypos9);
rr9 = int(_root.r.rot9);
rw9 = int(_root.r.width9);
rh9 = int(_root.r.height9);
gotoAndPlay (130);
} else {
_root.message.gotoAndPlay(41);
}
}
Symbol 220 Button
on (rollOver) {
_root.info.targetx = 249.8;
_root.info.gotoAndStop(5);
}
on (rollOut) {
_root.info.targetx = 321.8;
}
on (release) {
if (_root._url == "http://members.lycos.co.uk/mindistortion/games/animotion.swf") {
loaded = 0;
stopAllSounds();
backDat = _root.back;
loadlib = _root.library;
loadmusic = _root.music;
py = int(_root.pacer.pacer._y);
ax1 = int(_root.a.xpos1);
ay1 = int(_root.a.ypos1);
ar1 = int(_root.a.rot1);
aw1 = int(_root.a.width1);
ah1 = int(_root.a.height1);
ax2 = int(_root.a.xpos2);
ay2 = int(_root.a.ypos2);
ar2 = int(_root.a.rot2);
aw2 = int(_root.a.width2);
ah2 = int(_root.a.height2);
ax3 = int(_root.a.xpos3);
ay3 = int(_root.a.ypos3);
ar3 = int(_root.a.rot3);
aw3 = int(_root.a.width3);
ah3 = int(_root.a.height3);
ax4 = int(_root.a.xpos4);
ay4 = int(_root.a.ypos4);
ar4 = int(_root.a.rot4);
aw4 = int(_root.a.width4);
ah4 = int(_root.a.height4);
ax5 = int(_root.a.xpos5);
ay5 = int(_root.a.ypos5);
ar5 = int(_root.a.rot5);
aw5 = int(_root.a.width5);
ah5 = int(_root.a.height5);
ax6 = int(_root.a.xpos6);
ay6 = int(_root.a.ypos6);
ar6 = int(_root.a.rot6);
aw6 = int(_root.a.width6);
ah6 = int(_root.a.height6);
ax7 = int(_root.a.xpos7);
ay7 = int(_root.a.ypos7);
ar7 = int(_root.a.rot7);
aw7 = int(_root.a.width7);
ah7 = int(_root.a.height7);
ax8 = int(_root.a.xpos8);
ay8 = int(_root.a.ypos8);
ar8 = int(_root.a.rot8);
aw8 = int(_root.a.width8);
ah8 = int(_root.a.height8);
ax9 = int(_root.a.xpos9);
ay9 = int(_root.a.ypos9);
ar9 = int(_root.a.rot9);
aw9 = int(_root.a.width9);
ah9 = int(_root.a.height9);
bx1 = int(_root.b.xpos1);
by1 = int(_root.b.ypos1);
br1 = int(_root.b.rot1);
bw1 = int(_root.b.width1);
bh1 = int(_root.b.height1);
bx2 = int(_root.b.xpos2);
by2 = int(_root.b.ypos2);
br2 = int(_root.b.rot2);
bw2 = int(_root.b.width2);
bh2 = int(_root.b.height2);
bx3 = int(_root.b.xpos3);
by3 = int(_root.b.ypos3);
br3 = int(_root.b.rot3);
bw3 = int(_root.b.width3);
bh3 = int(_root.b.height3);
bx4 = int(_root.b.xpos4);
by4 = int(_root.b.ypos4);
br4 = int(_root.b.rot4);
bw4 = int(_root.b.width4);
bh4 = int(_root.b.height4);
bx5 = int(_root.b.xpos5);
by5 = int(_root.b.ypos5);
br5 = int(_root.b.rot5);
bw5 = int(_root.b.width5);
bh5 = int(_root.b.height5);
bx6 = int(_root.b.xpos6);
by6 = int(_root.b.ypos6);
br6 = int(_root.b.rot6);
bw6 = int(_root.b.width6);
bh6 = int(_root.b.height6);
bx7 = int(_root.b.xpos7);
by7 = int(_root.b.ypos7);
br7 = int(_root.b.rot7);
bw7 = int(_root.b.width7);
bh7 = int(_root.b.height7);
bx8 = int(_root.b.xpos8);
by8 = int(_root.b.ypos8);
br8 = int(_root.b.rot8);
bw8 = int(_root.b.width8);
bh8 = int(_root.b.height8);
bx9 = int(_root.b.xpos9);
by9 = int(_root.b.ypos9);
br9 = int(_root.b.rot9);
bw9 = int(_root.b.width9);
bh9 = int(_root.b.height9);
cx1 = int(_root.c.xpos1);
cy1 = int(_root.c.ypos1);
cr1 = int(_root.c.rot1);
cw1 = int(_root.c.width1);
ch1 = int(_root.c.height1);
cx2 = int(_root.c.xpos2);
cy2 = int(_root.c.ypos2);
cr2 = int(_root.c.rot2);
cw2 = int(_root.c.width2);
ch2 = int(_root.c.height2);
cx3 = int(_root.c.xpos3);
cy3 = int(_root.c.ypos3);
cr3 = int(_root.c.rot3);
cw3 = int(_root.c.width3);
ch3 = int(_root.c.height3);
cx4 = int(_root.c.xpos4);
cy4 = int(_root.c.ypos4);
cr4 = int(_root.c.rot4);
cw4 = int(_root.c.width4);
ch4 = int(_root.c.height4);
cx5 = int(_root.c.xpos5);
cy5 = int(_root.c.ypos5);
cr5 = int(_root.c.rot5);
cw5 = int(_root.c.width5);
ch5 = int(_root.c.height5);
cx6 = int(_root.c.xpos6);
cy6 = int(_root.c.ypos6);
cr6 = int(_root.c.rot6);
cw6 = int(_root.c.width6);
ch6 = int(_root.c.height6);
cx7 = int(_root.c.xpos7);
cy7 = int(_root.c.ypos7);
cr7 = int(_root.c.rot7);
cw7 = int(_root.c.width7);
ch7 = int(_root.c.height7);
cx8 = int(_root.c.xpos8);
cy8 = int(_root.c.ypos8);
cr8 = int(_root.c.rot8);
cw8 = int(_root.c.width8);
ch8 = int(_root.c.height8);
cx9 = int(_root.c.xpos9);
cy9 = int(_root.c.ypos9);
cr9 = int(_root.c.rot9);
cw9 = int(_root.c.width9);
ch9 = int(_root.c.height9);
dx1 = int(_root.d.xpos1);
dy1 = int(_root.d.ypos1);
dr1 = int(_root.d.rot1);
dw1 = int(_root.d.width1);
dh1 = int(_root.d.height1);
dx2 = int(_root.d.xpos2);
dy2 = int(_root.d.ypos2);
dr2 = int(_root.d.rot2);
dw2 = int(_root.d.width2);
dh2 = int(_root.d.height2);
dx3 = int(_root.d.xpos3);
dy3 = int(_root.d.ypos3);
dr3 = int(_root.d.rot3);
dw3 = int(_root.d.width3);
dh3 = int(_root.d.height3);
dx4 = int(_root.d.xpos4);
dy4 = int(_root.d.ypos4);
dr4 = int(_root.d.rot4);
dw4 = int(_root.d.width4);
dh4 = int(_root.d.height4);
dx5 = int(_root.d.xpos5);
dy5 = int(_root.d.ypos5);
dr5 = int(_root.d.rot5);
dw5 = int(_root.d.width5);
dh5 = int(_root.d.height5);
dx6 = int(_root.d.xpos6);
dy6 = int(_root.d.ypos6);
dr6 = int(_root.d.rot6);
dw6 = int(_root.d.width6);
dh6 = int(_root.d.height6);
dx7 = int(_root.d.xpos7);
dy7 = int(_root.d.ypos7);
dr7 = int(_root.d.rot7);
dw7 = int(_root.d.width7);
dh7 = int(_root.d.height7);
dx8 = int(_root.d.xpos8);
dy8 = int(_root.d.ypos8);
dr8 = int(_root.d.rot8);
dw8 = int(_root.d.width8);
dh8 = int(_root.d.height8);
dx9 = int(_root.d.xpos9);
dy9 = int(_root.d.ypos9);
dr9 = int(_root.d.rot9);
dw9 = int(_root.d.width9);
dh9 = int(_root.d.height9);
ex1 = int(_root.e.xpos1);
ey1 = int(_root.e.ypos1);
er1 = int(_root.e.rot1);
ew1 = int(_root.e.width1);
eh1 = int(_root.e.height1);
ex2 = int(_root.e.xpos2);
ey2 = int(_root.e.ypos2);
er2 = int(_root.e.rot2);
ew2 = int(_root.e.width2);
eh2 = int(_root.e.height2);
ex3 = int(_root.e.xpos3);
ey3 = int(_root.e.ypos3);
er3 = int(_root.e.rot3);
ew3 = int(_root.e.width3);
eh3 = int(_root.e.height3);
ex4 = int(_root.e.xpos4);
ey4 = int(_root.e.ypos4);
er4 = int(_root.e.rot4);
ew4 = int(_root.e.width4);
eh4 = int(_root.e.height4);
ex5 = int(_root.e.xpos5);
ey5 = int(_root.e.ypos5);
er5 = int(_root.e.rot5);
ew5 = int(_root.e.width5);
eh5 = int(_root.e.height5);
ex6 = int(_root.e.xpos6);
ey6 = int(_root.e.ypos6);
er6 = int(_root.e.rot6);
ew6 = int(_root.e.width6);
eh6 = int(_root.e.height6);
ex7 = int(_root.e.xpos7);
ey7 = int(_root.e.ypos7);
er7 = int(_root.e.rot7);
ew7 = int(_root.e.width7);
eh7 = int(_root.e.height7);
ex8 = int(_root.e.xpos8);
ey8 = int(_root.e.ypos8);
er8 = int(_root.e.rot8);
ew8 = int(_root.e.width8);
eh8 = int(_root.e.height8);
ex9 = int(_root.e.xpos9);
ey9 = int(_root.e.ypos9);
er9 = int(_root.e.rot9);
ew9 = int(_root.e.width9);
eh9 = int(_root.e.height9);
fx1 = int(_root.f.xpos1);
fy1 = int(_root.f.ypos1);
fr1 = int(_root.f.rot1);
fw1 = int(_root.f.width1);
fh1 = int(_root.f.height1);
fx2 = int(_root.f.xpos2);
fy2 = int(_root.f.ypos2);
fr2 = int(_root.f.rot2);
fw2 = int(_root.f.width2);
fh2 = int(_root.f.height2);
fx3 = int(_root.f.xpos3);
fy3 = int(_root.f.ypos3);
fr3 = int(_root.f.rot3);
fw3 = int(_root.f.width3);
fh3 = int(_root.f.height3);
fx4 = int(_root.f.xpos4);
fy4 = int(_root.f.ypos4);
fr4 = int(_root.f.rot4);
fw4 = int(_root.f.width4);
fh4 = int(_root.f.height4);
fx5 = int(_root.f.xpos5);
fy5 = int(_root.f.ypos5);
fr5 = int(_root.f.rot5);
fw5 = int(_root.f.width5);
fh5 = int(_root.f.height5);
fx6 = int(_root.f.xpos6);
fy6 = int(_root.f.ypos6);
fr6 = int(_root.f.rot6);
fw6 = int(_root.f.width6);
fh6 = int(_root.f.height6);
fx7 = int(_root.f.xpos7);
fy7 = int(_root.f.ypos7);
fr7 = int(_root.f.rot7);
fw7 = int(_root.f.width7);
fh7 = int(_root.f.height7);
fx8 = int(_root.f.xpos8);
fy8 = int(_root.f.ypos8);
fr8 = int(_root.f.rot8);
fw8 = int(_root.f.width8);
fh8 = int(_root.f.height8);
fx9 = int(_root.f.xpos9);
fy9 = int(_root.f.ypos9);
fr9 = int(_root.f.rot9);
fw9 = int(_root.f.width9);
fh9 = int(_root.f.height9);
gx1 = int(_root.g.xpos1);
gy1 = int(_root.g.ypos1);
gr1 = int(_root.g.rot1);
gw1 = int(_root.g.width1);
gh1 = int(_root.g.height1);
gx2 = int(_root.g.xpos2);
gy2 = int(_root.g.ypos2);
gr2 = int(_root.g.rot2);
gw2 = int(_root.g.width2);
gh2 = int(_root.g.height2);
gx3 = int(_root.g.xpos3);
gy3 = int(_root.g.ypos3);
gr3 = int(_root.g.rot3);
gw3 = int(_root.g.width3);
gh3 = int(_root.g.height3);
gx4 = int(_root.g.xpos4);
gy4 = int(_root.g.ypos4);
gr4 = int(_root.g.rot4);
gw4 = int(_root.g.width4);
gh4 = int(_root.g.height4);
gx5 = int(_root.g.xpos5);
gy5 = int(_root.g.ypos5);
gr5 = int(_root.g.rot5);
gw5 = int(_root.g.width5);
gh5 = int(_root.g.height5);
gx6 = int(_root.g.xpos6);
gy6 = int(_root.g.ypos6);
gr6 = int(_root.g.rot6);
gw6 = int(_root.g.width6);
gh6 = int(_root.g.height6);
gx7 = int(_root.g.xpos7);
gy7 = int(_root.g.ypos7);
gr7 = int(_root.g.rot7);
gw7 = int(_root.g.width7);
gh7 = int(_root.g.height7);
gx8 = int(_root.g.xpos8);
gy8 = int(_root.g.ypos8);
gr8 = int(_root.g.rot8);
gw8 = int(_root.g.width8);
gh8 = int(_root.g.height8);
gx9 = int(_root.g.xpos9);
gy9 = int(_root.g.ypos9);
gr9 = int(_root.g.rot9);
gw9 = int(_root.g.width9);
gh9 = int(_root.g.height9);
hx1 = int(_root.h.xpos1);
hy1 = int(_root.h.ypos1);
hr1 = int(_root.h.rot1);
hw1 = int(_root.h.width1);
hh1 = int(_root.h.height1);
hx2 = int(_root.h.xpos2);
hy2 = int(_root.h.ypos2);
hr2 = int(_root.h.rot2);
hw2 = int(_root.h.width2);
hh2 = int(_root.h.height2);
hx3 = int(_root.h.xpos3);
hy3 = int(_root.h.ypos3);
hr3 = int(_root.h.rot3);
hw3 = int(_root.h.width3);
hh3 = int(_root.h.height3);
hx4 = int(_root.h.xpos4);
hy4 = int(_root.h.ypos4);
hr4 = int(_root.h.rot4);
hw4 = int(_root.h.width4);
hh4 = int(_root.h.height4);
hx5 = int(_root.h.xpos5);
hy5 = int(_root.h.ypos5);
hr5 = int(_root.h.rot5);
hw5 = int(_root.h.width5);
hh5 = int(_root.h.height5);
hx6 = int(_root.h.xpos6);
hy6 = int(_root.h.ypos6);
hr6 = int(_root.h.rot6);
hw6 = int(_root.h.width6);
hh6 = int(_root.h.height6);
hx7 = int(_root.h.xpos7);
hy7 = int(_root.h.ypos7);
hr7 = int(_root.h.rot7);
hw7 = int(_root.h.width7);
hh7 = int(_root.h.height7);
hx8 = int(_root.h.xpos8);
hy8 = int(_root.h.ypos8);
hr8 = int(_root.h.rot8);
hw8 = int(_root.h.width8);
hh8 = int(_root.h.height8);
hx9 = int(_root.h.xpos9);
hy9 = int(_root.h.ypos9);
hr9 = int(_root.h.rot9);
hw9 = int(_root.h.width9);
hh9 = int(_root.h.height9);
ix1 = int(_root.i.xpos1);
iy1 = int(_root.i.ypos1);
ir1 = int(_root.i.rot1);
iw1 = int(_root.i.width1);
ih1 = int(_root.i.height1);
ix2 = int(_root.i.xpos2);
iy2 = int(_root.i.ypos2);
ir2 = int(_root.i.rot2);
iw2 = int(_root.i.width2);
ih2 = int(_root.i.height2);
ix3 = int(_root.i.xpos3);
iy3 = int(_root.i.ypos3);
ir3 = int(_root.i.rot3);
iw3 = int(_root.i.width3);
ih3 = int(_root.i.height3);
ix4 = int(_root.i.xpos4);
iy4 = int(_root.i.ypos4);
ir4 = int(_root.i.rot4);
iw4 = int(_root.i.width4);
ih4 = int(_root.i.height4);
ix5 = int(_root.i.xpos5);
iy5 = int(_root.i.ypos5);
ir5 = int(_root.i.rot5);
iw5 = int(_root.i.width5);
ih5 = int(_root.i.height5);
ix6 = int(_root.i.xpos6);
iy6 = int(_root.i.ypos6);
ir6 = int(_root.i.rot6);
iw6 = int(_root.i.width6);
ih6 = int(_root.i.height6);
ix7 = int(_root.i.xpos7);
iy7 = int(_root.i.ypos7);
ir7 = int(_root.i.rot7);
iw7 = int(_root.i.width7);
ih7 = int(_root.i.height7);
ix8 = int(_root.i.xpos8);
iy8 = int(_root.i.ypos8);
ir8 = int(_root.i.rot8);
iw8 = int(_root.i.width8);
ih8 = int(_root.i.height8);
ix9 = int(_root.i.xpos9);
iy9 = int(_root.i.ypos9);
ir9 = int(_root.i.rot9);
iw9 = int(_root.i.width9);
ih9 = int(_root.i.height9);
jx1 = int(_root.j.xpos1);
jy1 = int(_root.j.ypos1);
jr1 = int(_root.j.rot1);
jw1 = int(_root.j.width1);
jh1 = int(_root.j.height1);
jx2 = int(_root.j.xpos2);
jy2 = int(_root.j.ypos2);
jr2 = int(_root.j.rot2);
jw2 = int(_root.j.width2);
jh2 = int(_root.j.height2);
jx3 = int(_root.j.xpos3);
jy3 = int(_root.j.ypos3);
jr3 = int(_root.j.rot3);
jw3 = int(_root.j.width3);
jh3 = int(_root.j.height3);
jx4 = int(_root.j.xpos4);
jy4 = int(_root.j.ypos4);
jr4 = int(_root.j.rot4);
jw4 = int(_root.j.width4);
jh4 = int(_root.j.height4);
jx5 = int(_root.j.xpos5);
jy5 = int(_root.j.ypos5);
jr5 = int(_root.j.rot5);
jw5 = int(_root.j.width5);
jh5 = int(_root.j.height5);
jx6 = int(_root.j.xpos6);
jy6 = int(_root.j.ypos6);
jr6 = int(_root.j.rot6);
jw6 = int(_root.j.width6);
jh6 = int(_root.j.height6);
jx7 = int(_root.j.xpos7);
jy7 = int(_root.j.ypos7);
jr7 = int(_root.j.rot7);
jw7 = int(_root.j.width7);
jh7 = int(_root.j.height7);
jx8 = int(_root.j.xpos8);
jy8 = int(_root.j.ypos8);
jr8 = int(_root.j.rot8);
jw8 = int(_root.j.width8);
jh8 = int(_root.j.height8);
jx9 = int(_root.j.xpos9);
jy9 = int(_root.j.ypos9);
jr9 = int(_root.j.rot9);
jw9 = int(_root.j.width9);
jh9 = int(_root.j.height9);
kx1 = int(_root.k.xpos1);
ky1 = int(_root.k.ypos1);
kr1 = int(_root.k.rot1);
kw1 = int(_root.k.width1);
kh1 = int(_root.k.height1);
kx2 = int(_root.k.xpos2);
ky2 = int(_root.k.ypos2);
kr2 = int(_root.k.rot2);
kw2 = int(_root.k.width2);
kh2 = int(_root.k.height2);
kx3 = int(_root.k.xpos3);
ky3 = int(_root.k.ypos3);
kr3 = int(_root.k.rot3);
kw3 = int(_root.k.width3);
kh3 = int(_root.k.height3);
kx4 = int(_root.k.xpos4);
ky4 = int(_root.k.ypos4);
kr4 = int(_root.k.rot4);
kw4 = int(_root.k.width4);
kh4 = int(_root.k.height4);
kx5 = int(_root.k.xpos5);
ky5 = int(_root.k.ypos5);
kr5 = int(_root.k.rot5);
kw5 = int(_root.k.width5);
kh5 = int(_root.k.height5);
kx6 = int(_root.k.xpos6);
ky6 = int(_root.k.ypos6);
kr6 = int(_root.k.rot6);
kw6 = int(_root.k.width6);
kh6 = int(_root.k.height6);
kx7 = int(_root.k.xpos7);
ky7 = int(_root.k.ypos7);
kr7 = int(_root.k.rot7);
kw7 = int(_root.k.width7);
kh7 = int(_root.k.height7);
kx8 = int(_root.k.xpos8);
ky8 = int(_root.k.ypos8);
kr8 = int(_root.k.rot8);
kw8 = int(_root.k.width8);
kh8 = int(_root.k.height8);
kx9 = int(_root.k.xpos9);
ky9 = int(_root.k.ypos9);
kr9 = int(_root.k.rot9);
kw9 = int(_root.k.width9);
kh9 = int(_root.k.height9);
lx1 = int(_root.l.xpos1);
ly1 = int(_root.l.ypos1);
lr1 = int(_root.l.rot1);
lw1 = int(_root.l.width1);
lh1 = int(_root.l.height1);
lx2 = int(_root.l.xpos2);
ly2 = int(_root.l.ypos2);
lr2 = int(_root.l.rot2);
lw2 = int(_root.l.width2);
lh2 = int(_root.l.height2);
lx3 = int(_root.l.xpos3);
ly3 = int(_root.l.ypos3);
lr3 = int(_root.l.rot3);
lw3 = int(_root.l.width3);
lh3 = int(_root.l.height3);
lx4 = int(_root.l.xpos4);
ly4 = int(_root.l.ypos4);
lr4 = int(_root.l.rot4);
lw4 = int(_root.l.width4);
lh4 = int(_root.l.height4);
lx5 = int(_root.l.xpos5);
ly5 = int(_root.l.ypos5);
lr5 = int(_root.l.rot5);
lw5 = int(_root.l.width5);
lh5 = int(_root.l.height5);
lx6 = int(_root.l.xpos6);
ly6 = int(_root.l.ypos6);
lr6 = int(_root.l.rot6);
lw6 = int(_root.l.width6);
lh6 = int(_root.l.height6);
lx7 = int(_root.l.xpos7);
ly7 = int(_root.l.ypos7);
lr7 = int(_root.l.rot7);
lw7 = int(_root.l.width7);
lh7 = int(_root.l.height7);
lx8 = int(_root.l.xpos8);
ly8 = int(_root.l.ypos8);
lr8 = int(_root.l.rot8);
lw8 = int(_root.l.width8);
lh8 = int(_root.l.height8);
lx9 = int(_root.l.xpos9);
ly9 = int(_root.l.ypos9);
lr9 = int(_root.l.rot9);
lw9 = int(_root.l.width9);
lh9 = int(_root.l.height9);
mx1 = int(_root.m.xpos1);
my1 = int(_root.m.ypos1);
mr1 = int(_root.m.rot1);
mw1 = int(_root.m.width1);
mh1 = int(_root.m.height1);
mx2 = int(_root.m.xpos2);
my2 = int(_root.m.ypos2);
mr2 = int(_root.m.rot2);
mw2 = int(_root.m.width2);
mh2 = int(_root.m.height2);
mx3 = int(_root.m.xpos3);
my3 = int(_root.m.ypos3);
mr3 = int(_root.m.rot3);
mw3 = int(_root.m.width3);
mh3 = int(_root.m.height3);
mx4 = int(_root.m.xpos4);
my4 = int(_root.m.ypos4);
mr4 = int(_root.m.rot4);
mw4 = int(_root.m.width4);
mh4 = int(_root.m.height4);
mx5 = int(_root.m.xpos5);
my5 = int(_root.m.ypos5);
mr5 = int(_root.m.rot5);
mw5 = int(_root.m.width5);
mh5 = int(_root.m.height5);
mx6 = int(_root.m.xpos6);
my6 = int(_root.m.ypos6);
mr6 = int(_root.m.rot6);
mw6 = int(_root.m.width6);
mh6 = int(_root.m.height6);
mx7 = int(_root.m.xpos7);
my7 = int(_root.m.ypos7);
mr7 = int(_root.m.rot7);
mw7 = int(_root.m.width7);
mh7 = int(_root.m.height7);
mx8 = int(_root.m.xpos8);
my8 = int(_root.m.ypos8);
mr8 = int(_root.m.rot8);
mw8 = int(_root.m.width8);
mh8 = int(_root.m.height8);
mx9 = int(_root.m.xpos9);
my9 = int(_root.m.ypos9);
mr9 = int(_root.m.rot9);
mw9 = int(_root.m.width9);
mh9 = int(_root.m.height9);
nx1 = int(_root.n.xpos1);
ny1 = int(_root.n.ypos1);
nr1 = int(_root.n.rot1);
nw1 = int(_root.n.width1);
nh1 = int(_root.n.height1);
nx2 = int(_root.n.xpos2);
ny2 = int(_root.n.ypos2);
nr2 = int(_root.n.rot2);
nw2 = int(_root.n.width2);
nh2 = int(_root.n.height2);
nx3 = int(_root.n.xpos3);
ny3 = int(_root.n.ypos3);
nr3 = int(_root.n.rot3);
nw3 = int(_root.n.width3);
nh3 = int(_root.n.height3);
nx4 = int(_root.n.xpos4);
ny4 = int(_root.n.ypos4);
nr4 = int(_root.n.rot4);
nw4 = int(_root.n.width4);
nh4 = int(_root.n.height4);
nx5 = int(_root.n.xpos5);
ny5 = int(_root.n.ypos5);
nr5 = int(_root.n.rot5);
nw5 = int(_root.n.width5);
nh5 = int(_root.n.height5);
nx6 = int(_root.n.xpos6);
ny6 = int(_root.n.ypos6);
nr6 = int(_root.n.rot6);
nw6 = int(_root.n.width6);
nh6 = int(_root.n.height6);
nx7 = int(_root.n.xpos7);
ny7 = int(_root.n.ypos7);
nr7 = int(_root.n.rot7);
nw7 = int(_root.n.width7);
nh7 = int(_root.n.height7);
nx8 = int(_root.n.xpos8);
ny8 = int(_root.n.ypos8);
nr8 = int(_root.n.rot8);
nw8 = int(_root.n.width8);
nh8 = int(_root.n.height8);
nx9 = int(_root.n.xpos9);
ny9 = int(_root.n.ypos9);
nr9 = int(_root.n.rot9);
nw9 = int(_root.n.width9);
nh9 = int(_root.n.height9);
ox1 = int(_root.o.xpos1);
oy1 = int(_root.o.ypos1);
or1 = int(_root.o.rot1);
ow1 = int(_root.o.width1);
oh1 = int(_root.o.height1);
ox2 = int(_root.o.xpos2);
oy2 = int(_root.o.ypos2);
or2 = int(_root.o.rot2);
ow2 = int(_root.o.width2);
oh2 = int(_root.o.height2);
ox3 = int(_root.o.xpos3);
oy3 = int(_root.o.ypos3);
or3 = int(_root.o.rot3);
ow3 = int(_root.o.width3);
oh3 = int(_root.o.height3);
ox4 = int(_root.o.xpos4);
oy4 = int(_root.o.ypos4);
or4 = int(_root.o.rot4);
ow4 = int(_root.o.width4);
oh4 = int(_root.o.height4);
ox5 = int(_root.o.xpos5);
oy5 = int(_root.o.ypos5);
or5 = int(_root.o.rot5);
ow5 = int(_root.o.width5);
oh5 = int(_root.o.height5);
ox6 = int(_root.o.xpos6);
oy6 = int(_root.o.ypos6);
or6 = int(_root.o.rot6);
ow6 = int(_root.o.width6);
oh6 = int(_root.o.height6);
ox7 = int(_root.o.xpos7);
oy7 = int(_root.o.ypos7);
or7 = int(_root.o.rot7);
ow7 = int(_root.o.width7);
oh7 = int(_root.o.height7);
ox8 = int(_root.o.xpos8);
oy8 = int(_root.o.ypos8);
or8 = int(_root.o.rot8);
ow8 = int(_root.o.width8);
oh8 = int(_root.o.height8);
ox9 = int(_root.o.xpos9);
oy9 = int(_root.o.ypos9);
or9 = int(_root.o.rot9);
ow9 = int(_root.o.width9);
oh9 = int(_root.o.height9);
px1 = int(_root.p.xpos1);
py1 = int(_root.p.ypos1);
pr1 = int(_root.p.rot1);
pw1 = int(_root.p.width1);
ph1 = int(_root.p.height1);
px2 = int(_root.p.xpos2);
py2 = int(_root.p.ypos2);
pr2 = int(_root.p.rot2);
pw2 = int(_root.p.width2);
ph2 = int(_root.p.height2);
px3 = int(_root.p.xpos3);
py3 = int(_root.p.ypos3);
pr3 = int(_root.p.rot3);
pw3 = int(_root.p.width3);
ph3 = int(_root.p.height3);
px4 = int(_root.p.xpos4);
py4 = int(_root.p.ypos4);
pr4 = int(_root.p.rot4);
pw4 = int(_root.p.width4);
ph4 = int(_root.p.height4);
px5 = int(_root.p.xpos5);
py5 = int(_root.p.ypos5);
pr5 = int(_root.p.rot5);
pw5 = int(_root.p.width5);
ph5 = int(_root.p.height5);
px6 = int(_root.p.xpos6);
py6 = int(_root.p.ypos6);
pr6 = int(_root.p.rot6);
pw6 = int(_root.p.width6);
ph6 = int(_root.p.height6);
px7 = int(_root.p.xpos7);
py7 = int(_root.p.ypos7);
pr7 = int(_root.p.rot7);
pw7 = int(_root.p.width7);
ph7 = int(_root.p.height7);
px8 = int(_root.p.xpos8);
py8 = int(_root.p.ypos8);
pr8 = int(_root.p.rot8);
pw8 = int(_root.p.width8);
ph8 = int(_root.p.height8);
px9 = int(_root.p.xpos9);
py9 = int(_root.p.ypos9);
pr9 = int(_root.p.rot9);
pw9 = int(_root.p.width9);
ph9 = int(_root.p.height9);
qx1 = int(_root.q.xpos1);
qy1 = int(_root.q.ypos1);
qr1 = int(_root.q.rot1);
qw1 = int(_root.q.width1);
qh1 = int(_root.q.height1);
qx2 = int(_root.q.xpos2);
qy2 = int(_root.q.ypos2);
qr2 = int(_root.q.rot2);
qw2 = int(_root.q.width2);
qh2 = int(_root.q.height2);
qx3 = int(_root.q.xpos3);
qy3 = int(_root.q.ypos3);
qr3 = int(_root.q.rot3);
qw3 = int(_root.q.width3);
qh3 = int(_root.q.height3);
qx4 = int(_root.q.xpos4);
qy4 = int(_root.q.ypos4);
qr4 = int(_root.q.rot4);
qw4 = int(_root.q.width4);
qh4 = int(_root.q.height4);
qx5 = int(_root.q.xpos5);
qy5 = int(_root.q.ypos5);
qr5 = int(_root.q.rot5);
qw5 = int(_root.q.width5);
qh5 = int(_root.q.height5);
qx6 = int(_root.q.xpos6);
qy6 = int(_root.q.ypos6);
qr6 = int(_root.q.rot6);
qw6 = int(_root.q.width6);
qh6 = int(_root.q.height6);
qx7 = int(_root.q.xpos7);
qy7 = int(_root.q.ypos7);
qr7 = int(_root.q.rot7);
qw7 = int(_root.q.width7);
qh7 = int(_root.q.height7);
qx8 = int(_root.q.xpos8);
qy8 = int(_root.q.ypos8);
qr8 = int(_root.q.rot8);
qw8 = int(_root.q.width8);
qh8 = int(_root.q.height8);
qx9 = int(_root.q.xpos9);
qy9 = int(_root.q.ypos9);
qr9 = int(_root.q.rot9);
qw9 = int(_root.q.width9);
qh9 = int(_root.q.height9);
rx1 = int(_root.r.xpos1);
ry1 = int(_root.r.ypos1);
rr1 = int(_root.r.rot1);
rw1 = int(_root.r.width1);
rh1 = int(_root.r.height1);
rx2 = int(_root.r.xpos2);
ry2 = int(_root.r.ypos2);
rr2 = int(_root.r.rot2);
rw2 = int(_root.r.width2);
rh2 = int(_root.r.height2);
rx3 = int(_root.r.xpos3);
ry3 = int(_root.r.ypos3);
rr3 = int(_root.r.rot3);
rw3 = int(_root.r.width3);
rh3 = int(_root.r.height3);
rx4 = int(_root.r.xpos4);
ry4 = int(_root.r.ypos4);
rr4 = int(_root.r.rot4);
rw4 = int(_root.r.width4);
rh4 = int(_root.r.height4);
rx5 = int(_root.r.xpos5);
ry5 = int(_root.r.ypos5);
rr5 = int(_root.r.rot5);
rw5 = int(_root.r.width5);
rh5 = int(_root.r.height5);
rx6 = int(_root.r.xpos6);
ry6 = int(_root.r.ypos6);
rr6 = int(_root.r.rot6);
rw6 = int(_root.r.width6);
rh6 = int(_root.r.height6);
rx7 = int(_root.r.xpos7);
ry7 = int(_root.r.ypos7);
rr7 = int(_root.r.rot7);
rw7 = int(_root.r.width7);
rh7 = int(_root.r.height7);
rx8 = int(_root.r.xpos8);
ry8 = int(_root.r.ypos8);
rr8 = int(_root.r.rot8);
rw8 = int(_root.r.width8);
rh8 = int(_root.r.height8);
rx9 = int(_root.r.xpos9);
ry9 = int(_root.r.ypos9);
rr9 = int(_root.r.rot9);
rw9 = int(_root.r.width9);
rh9 = int(_root.r.height9);
gotoAndPlay (120);
} else {
_root.message.gotoAndPlay(41);
}
}
Symbol 222 Button
on (release) {
_root.backgr.gotoAndStop(1);
_root.back = 1;
_root.cursor5.targety = 100;
}
Symbol 223 Button
on (release) {
_root.backgr.gotoAndStop(2);
_root.back = 2;
_root.cursor5.targety = 150;
}
Symbol 224 Button
on (release) {
_root.back = 3;
_root.backgr.gotoAndStop(3);
_root.cursor5.targety = 200;
}
Symbol 225 Button
on (release) {
_root.back = 4;
_root.backgr.gotoAndStop(4);
_root.cursor5.targety = 250;
}
Symbol 226 Button
on (release) {
_root.back = 5;
_root.backgr.gotoAndStop(5);
_root.cursor5.targety = 300;
}
Symbol 227 Button
on (release) {
_root.back = 6;
_root.backgr.gotoAndStop(6);
_root.cursor5.targety = 350;
}
Symbol 234 Button
on (release) {
getURL ("http://www.mindistortion.tk", "_blank");
}
Symbol 235 MovieClip Frame 1
stop();
Symbol 237 Button
on (release) {
gotoAndPlay (11);
}
Symbol 238 Button
on (press) {
help.gotoAndStop(2);
}
Symbol 239 Button
on (press) {
help.gotoAndStop(8);
}
Symbol 240 Button
on (press) {
help.gotoAndStop(3);
}
Symbol 241 Button
on (press) {
help.gotoAndStop(4);
}
Symbol 242 Button
on (press) {
help.gotoAndStop(5);
}
Symbol 243 Button
on (press) {
help.gotoAndStop(6);
}
Symbol 244 Button
on (press) {
help.gotoAndStop(7);
}
Symbol 245 Button
on (press) {
help.gotoAndStop(9);
}
Symbol 246 Button
on (press) {
help.gotoAndStop(10);
}
Symbol 258 MovieClip Frame 1
stop();
Symbol 259 Button
on (release) {
gotoAndPlay (31);
_root.mousecursor.gotoAndStop(1);
}
Symbol 262 MovieClip Frame 1
stop();
Symbol 263 Button
on (release) {
gotoAndPlay (50);
}
Symbol 264 MovieClip Frame 1
stop();
Symbol 264 MovieClip Frame 10
stop();
Symbol 264 MovieClip Frame 19
gotoAndPlay (1);
Symbol 264 MovieClip Frame 30
stop();
Symbol 264 MovieClip Frame 39
gotoAndPlay (1);
Symbol 264 MovieClip Frame 49
stop();
Symbol 264 MovieClip Frame 58
gotoAndPlay (1);
Symbol 267 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 268 MovieClip Frame 1
rotate = false;
Symbol 268 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 268 MovieClip Frame 3
gotoAndPlay (2);
Symbol 271 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 272 MovieClip Frame 1
rotate = false;
Symbol 272 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 272 MovieClip Frame 3
gotoAndPlay (2);
Symbol 273 MovieClip Frame 1
rotate = false;
Symbol 273 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 273 MovieClip Frame 3
gotoAndPlay (2);
Symbol 276 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 277 MovieClip Frame 1
rotate = false;
Symbol 277 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 277 MovieClip Frame 3
gotoAndPlay (2);
Symbol 280 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 281 MovieClip Frame 1
rotate = false;
Symbol 281 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 281 MovieClip Frame 3
gotoAndPlay (2);
Symbol 284 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 285 MovieClip Frame 1
rotate = false;
Symbol 285 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 285 MovieClip Frame 3
gotoAndPlay (2);
Symbol 288 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 289 MovieClip Frame 1
rotate = false;
Symbol 289 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 289 MovieClip Frame 3
gotoAndPlay (2);
Symbol 292 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 293 MovieClip Frame 1
rotate = false;
Symbol 293 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 293 MovieClip Frame 3
gotoAndPlay (2);
Symbol 296 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 297 MovieClip Frame 1
rotate = false;
Symbol 297 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 297 MovieClip Frame 3
gotoAndPlay (2);
Symbol 303 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 304 MovieClip Frame 1
rotate = false;
Symbol 304 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 304 MovieClip Frame 3
gotoAndPlay (2);
Symbol 306 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 307 MovieClip Frame 1
rotate = false;
Symbol 307 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 307 MovieClip Frame 3
gotoAndPlay (2);
Symbol 308 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 309 MovieClip Frame 1
rotate = false;
Symbol 309 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 309 MovieClip Frame 3
gotoAndPlay (2);
Symbol 310 MovieClip Frame 1
rotate = false;
Symbol 310 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 310 MovieClip Frame 3
gotoAndPlay (2);
Symbol 311 MovieClip Frame 1
rotate = false;
Symbol 311 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 311 MovieClip Frame 3
gotoAndPlay (2);
Symbol 312 MovieClip Frame 1
rotate = false;
Symbol 312 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 312 MovieClip Frame 3
gotoAndPlay (2);
Symbol 313 MovieClip Frame 1
rotate = false;
Symbol 313 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 313 MovieClip Frame 3
gotoAndPlay (2);
Symbol 314 MovieClip Frame 1
rotate = false;
Symbol 314 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 314 MovieClip Frame 3
gotoAndPlay (2);
Symbol 315 MovieClip Frame 1
rotate = false;
Symbol 315 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 315 MovieClip Frame 3
gotoAndPlay (2);
Symbol 316 MovieClip Frame 1
rotate = false;
Symbol 316 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 316 MovieClip Frame 3
gotoAndPlay (2);
Symbol 317 MovieClip Frame 1
rotate = false;
Symbol 317 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 317 MovieClip Frame 3
gotoAndPlay (2);
Symbol 318 MovieClip Frame 1
rotate = false;
Symbol 318 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 318 MovieClip Frame 3
gotoAndPlay (2);
Symbol 319 MovieClip Frame 1
rotate = false;
Symbol 319 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 319 MovieClip Frame 3
gotoAndPlay (2);
Symbol 320 MovieClip Frame 1
rotate = false;
Symbol 320 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 320 MovieClip Frame 3
gotoAndPlay (2);
Symbol 321 MovieClip Frame 1
rotate = false;
Symbol 321 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 321 MovieClip Frame 3
gotoAndPlay (2);
Symbol 322 MovieClip Frame 1
rotate = false;
Symbol 322 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 322 MovieClip Frame 3
gotoAndPlay (2);
Symbol 326 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 327 MovieClip Frame 1
rotate = false;
Symbol 327 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 327 MovieClip Frame 3
gotoAndPlay (2);
Symbol 331 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 332 MovieClip Frame 1
rotate = false;
Symbol 332 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 332 MovieClip Frame 3
gotoAndPlay (2);
Symbol 336 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 337 MovieClip Frame 1
rotate = false;
Symbol 337 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 337 MovieClip Frame 3
gotoAndPlay (2);
Symbol 342 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 343 MovieClip Frame 1
rotate = false;
Symbol 343 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 343 MovieClip Frame 3
gotoAndPlay (2);
Symbol 346 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 347 MovieClip Frame 1
rotate = false;
Symbol 347 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 347 MovieClip Frame 3
gotoAndPlay (2);
Symbol 350 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 351 MovieClip Frame 1
rotate = false;
Symbol 351 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 351 MovieClip Frame 3
gotoAndPlay (2);
Symbol 354 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 355 MovieClip Frame 1
rotate = false;
Symbol 355 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 355 MovieClip Frame 3
gotoAndPlay (2);
Symbol 356 MovieClip Frame 1
rotate = false;
Symbol 356 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 356 MovieClip Frame 3
gotoAndPlay (2);
Symbol 359 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 360 MovieClip Frame 1
rotate = false;
Symbol 360 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 360 MovieClip Frame 3
gotoAndPlay (2);
Symbol 363 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 364 MovieClip Frame 1
rotate = false;
Symbol 364 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 364 MovieClip Frame 3
gotoAndPlay (2);
Symbol 367 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 368 MovieClip Frame 1
rotate = false;
Symbol 368 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 368 MovieClip Frame 3
gotoAndPlay (2);
Symbol 371 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 372 MovieClip Frame 1
rotate = false;
Symbol 372 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 372 MovieClip Frame 3
gotoAndPlay (2);
Symbol 375 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 376 MovieClip Frame 1
rotate = false;
Symbol 376 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 376 MovieClip Frame 3
gotoAndPlay (2);
Symbol 377 MovieClip Frame 1
rotate = false;
Symbol 377 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 377 MovieClip Frame 3
gotoAndPlay (2);
Symbol 380 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 381 MovieClip Frame 1
rotate = false;
Symbol 381 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 381 MovieClip Frame 3
gotoAndPlay (2);
Symbol 384 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 385 MovieClip Frame 1
rotate = false;
Symbol 385 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 385 MovieClip Frame 3
gotoAndPlay (2);
Symbol 388 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 389 MovieClip Frame 1
rotate = false;
Symbol 389 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 389 MovieClip Frame 3
gotoAndPlay (2);
Symbol 395 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 396 MovieClip Frame 1
rotate = false;
Symbol 396 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 396 MovieClip Frame 3
gotoAndPlay (2);
Symbol 399 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 400 MovieClip Frame 1
rotate = false;
Symbol 400 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 400 MovieClip Frame 3
gotoAndPlay (2);
Symbol 403 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 404 MovieClip Frame 1
rotate = false;
Symbol 404 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 404 MovieClip Frame 3
gotoAndPlay (2);
Symbol 409 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 410 MovieClip Frame 1
rotate = false;
Symbol 410 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 410 MovieClip Frame 3
gotoAndPlay (2);
Symbol 413 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 414 MovieClip Frame 1
rotate = false;
Symbol 414 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 414 MovieClip Frame 3
gotoAndPlay (2);
Symbol 415 MovieClip Frame 1
rotate = false;
Symbol 415 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 415 MovieClip Frame 3
gotoAndPlay (2);
Symbol 416 MovieClip Frame 1
rotate = false;
Symbol 416 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 416 MovieClip Frame 3
gotoAndPlay (2);
Symbol 419 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 420 MovieClip Frame 1
rotate = false;
Symbol 420 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 420 MovieClip Frame 3
gotoAndPlay (2);
Symbol 423 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 424 MovieClip Frame 1
rotate = false;
Symbol 424 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 424 MovieClip Frame 3
gotoAndPlay (2);
Symbol 427 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 428 MovieClip Frame 1
rotate = false;
Symbol 428 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 428 MovieClip Frame 3
gotoAndPlay (2);
Symbol 431 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 432 MovieClip Frame 1
rotate = false;
Symbol 432 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 432 MovieClip Frame 3
gotoAndPlay (2);
Symbol 435 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 436 MovieClip Frame 1
rotate = false;
Symbol 436 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 436 MovieClip Frame 3
gotoAndPlay (2);
Symbol 439 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 440 MovieClip Frame 1
rotate = false;
Symbol 440 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 440 MovieClip Frame 3
gotoAndPlay (2);
Symbol 443 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 444 MovieClip Frame 1
rotate = false;
Symbol 444 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 444 MovieClip Frame 3
gotoAndPlay (2);
Symbol 447 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 448 MovieClip Frame 1
rotate = false;
Symbol 448 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 448 MovieClip Frame 3
gotoAndPlay (2);
Symbol 452 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 453 MovieClip Frame 1
rotate = false;
Symbol 453 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 453 MovieClip Frame 3
gotoAndPlay (2);
Symbol 456 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 457 MovieClip Frame 1
rotate = false;
Symbol 457 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 457 MovieClip Frame 3
gotoAndPlay (2);
Symbol 460 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 461 MovieClip Frame 1
rotate = false;
Symbol 461 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 461 MovieClip Frame 3
gotoAndPlay (2);
Symbol 464 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 465 MovieClip Frame 1
rotate = false;
Symbol 465 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 465 MovieClip Frame 3
gotoAndPlay (2);
Symbol 468 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 469 MovieClip Frame 1
rotate = false;
Symbol 469 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 469 MovieClip Frame 3
gotoAndPlay (2);
Symbol 472 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 473 MovieClip Frame 1
rotate = false;
Symbol 473 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 473 MovieClip Frame 3
gotoAndPlay (2);
Symbol 476 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 477 MovieClip Frame 1
rotate = false;
Symbol 477 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 477 MovieClip Frame 3
gotoAndPlay (2);
Symbol 478 MovieClip Frame 1
rotate = false;
Symbol 478 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 478 MovieClip Frame 3
gotoAndPlay (2);
Symbol 481 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 482 MovieClip Frame 1
rotate = false;
Symbol 482 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 482 MovieClip Frame 3
gotoAndPlay (2);
Symbol 483 MovieClip Frame 1
rotate = false;
Symbol 483 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 483 MovieClip Frame 3
gotoAndPlay (2);
Symbol 486 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 487 MovieClip Frame 1
rotate = false;
Symbol 487 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 487 MovieClip Frame 3
gotoAndPlay (2);
Symbol 488 MovieClip Frame 1
rotate = false;
Symbol 488 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 488 MovieClip Frame 3
gotoAndPlay (2);
Symbol 492 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 493 MovieClip Frame 1
rotate = false;
Symbol 493 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 493 MovieClip Frame 3
gotoAndPlay (2);
Symbol 496 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 497 MovieClip Frame 1
rotate = false;
Symbol 497 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 497 MovieClip Frame 3
gotoAndPlay (2);
Symbol 500 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 501 MovieClip Frame 1
rotate = false;
Symbol 501 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 501 MovieClip Frame 3
gotoAndPlay (2);
Symbol 504 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 505 MovieClip Frame 1
rotate = false;
Symbol 505 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 505 MovieClip Frame 3
gotoAndPlay (2);
Symbol 508 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 509 MovieClip Frame 1
rotate = false;
Symbol 509 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 509 MovieClip Frame 3
gotoAndPlay (2);
Symbol 512 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 513 MovieClip Frame 1
rotate = false;
Symbol 513 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 513 MovieClip Frame 3
gotoAndPlay (2);
Symbol 516 Button
on (press) {
if (_root.anim == false) {
if (_root.move == true) {
_root.mousecursor.gotoAndStop(2);
startDrag ("");
drag = true;
}
if (_root.rotate == true) {
_root.mousecursor.gotoAndStop(3);
oldrotation = _rotation;
if (oldrotation < 180) {
oldrotation = oldrotation + 180;
}
rotate = true;
drag = true;
}
if (_root.scale == true) {
_root.mousecursor.gotoAndStop(4);
scale = true;
drag = true;
}
}
}
on (release, releaseOutside) {
if (_root.frame == 1) {
xpos1 = _x;
ypos1 = _y;
rot1 = _rotation;
width1 = _xscale;
height1 = _yscale;
}
if (_root.frame == 2) {
xpos2 = _x;
ypos2 = _y;
rot2 = _rotation;
width2 = _xscale;
height2 = _yscale;
}
if (_root.frame == 3) {
xpos3 = _x;
ypos3 = _y;
rot3 = _rotation;
width3 = _xscale;
height3 = _yscale;
}
if (_root.frame == 4) {
xpos4 = _x;
ypos4 = _y;
rot4 = _rotation;
width4 = _xscale;
height4 = _yscale;
}
if (_root.frame == 5) {
xpos5 = _x;
ypos5 = _y;
rot5 = _rotation;
width5 = _xscale;
height5 = _yscale;
}
if (_root.frame == 6) {
xpos6 = _x;
ypos6 = _y;
rot6 = _rotation;
width6 = _xscale;
height6 = _yscale;
}
if (_root.frame == 7) {
xpos7 = _x;
ypos7 = _y;
rot7 = _rotation;
width7 = _xscale;
height7 = _yscale;
}
if (_root.frame == 8) {
xpos8 = _x;
ypos8 = _y;
rot8 = _rotation;
width8 = _xscale;
height8 = _yscale;
}
if (_root.frame == 9) {
xpos9 = _x;
ypos9 = _y;
rot9 = _rotation;
width9 = _xscale;
height9 = _yscale;
}
_root.mousecursor.gotoAndStop(1);
if (_root.rotate == true) {
rotate = false;
_root.rotate = false;
_root.move = true;
drag = false;
_root.cursor2.targetx = 275.5;
}
if (_root.move == true) {
stopDrag();
drag = false;
}
if (_root.scale == true) {
_root.scale = false;
_root.move = true;
scale = false;
drag = false;
_root.cursor2.targetx = 275.5;
}
}
Symbol 517 MovieClip Frame 1
rotate = false;
Symbol 517 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 517 MovieClip Frame 3
gotoAndPlay (2);
Symbol 518 MovieClip Frame 1
rotate = false;
Symbol 518 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 518 MovieClip Frame 3
gotoAndPlay (2);
Symbol 519 MovieClip Frame 1
rotate = false;
Symbol 519 MovieClip Frame 2
if (_root.anim == false) {
if (rotate == true) {
Xpos = _root._xmouse;
Ypos = _root._ymouse;
circleXpos = _x;
circleYpos = _y;
x = Xpos - circleXpos;
y = Ypos - circleYpos;
r = Math.sqrt((x * x) + (y * y));
sinTheta = y / r;
theta = Math.asin(sinTheta);
myRotation = _rotation;
if (Xpos < circleXpos) {
_rotation = (270 - (theta / 0.0175));
} else if (circleXpos < Xpos) {
_rotation = ((theta / 0.0175) + 90);
}
}
if (scale == true) {
_xscale = (Math.sqrt((_root._xmouse - _x) * (_root._xmouse - _x)) * 3);
_yscale = (Math.sqrt((_root._ymouse - _y) * (_root._ymouse - _y)) * 3);
}
}
Symbol 519 MovieClip Frame 3
gotoAndPlay (2);
Symbol 524 Button
on (release) {
gotoAndPlay (123);
}
Symbol 526 Button
on (release) {
_root.loadData = true;
gotoAndStop(loadlib +100);
}
Symbol 539 Button
on (release) {
_root.loadData = true;
gotoAndStop(loadlib +100);
}
Symbol 542 Button
on (release) {
recent = 0;
gotoAndPlay (137);
}
Symbol 547 Button
on (release) {
recent = 1;
gotoAndPlay (137);
}