Frame 1
stop();
Instance of Symbol 5 MovieClip "colour" in Frame 1
onClipEvent (load) {
this.gotoAndStop(1);
}
Instance of Symbol 143 MovieClip "shock" in Frame 1
onClipEvent (enterFrame) {
if ((_root.getBytesLoaded() / _root.getBytesTotal()) == 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Frame 2
_quality = "MEDIUM";
stop();
Frame 3
_root.body.rhand._alpha = 100;
_root.body.lhand._alpha = 100;
_root.body.head._alpha = 100;
_root.body.head._visible = true;
stop();
Instance of Symbol 5 MovieClip "colour" in Frame 3
onClipEvent (load) {
_y = 0;
this.gotoAndStop(2);
}
Instance of Symbol 268 MovieClip "nmc" in Frame 3
onClipEvent (load) {
sgener = random(10) + 10;
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
xxxx = _x + 100;
yyyy = _y;
drag = false;
n = 0;
}
onClipEvent (enterFrame) {
if (sgener > 0) {
n = _parent.colour._y;
nn = "sparkle" + n;
_parent.colour._y = _parent.colour._y + 1;
_parent.particleeee.duplicateMovieClip(nn, n, _parent.particleee.sparkle);
_parent.particleeee.setProperty(nn, _x, this._x);
_parent.particleeee.setProperty(nn, _y, this._y);
}
sgener = sgener - 1;
xxx = _x - xxxx;
yyy = _y - yyyy;
_rotation = (((-Math.atan2(xxx, yyy)) / (Math.PI/180)) - 90);
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 1;
}
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
xc = _x;
yc = _y;
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
footr = _rotation + 360;
footr = footr % 360;
if (n < 0) {
if (this.hitTest(_root.body.rfoot)) {
speed = _parent.body.rfooter._yscale;
if (speed > 5) {
rotation = _parent.body.rfooter._rotation;
ix = _parent.body.rfooter._x;
iy = -_parent.body.rfooter._y;
_root.colour.nextFrame();
if (_root.colour._currentframe == 11) {
_root.colour.gotoAndStop(2);
}
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
}
}
if (this.hitTest(_root.body.lfoot)) {
speed = _parent.body.lfooter._yscale;
if (speed > 5) {
rotation = _parent.body.lfooter._rotation;
ix = _parent.body.lfooter._x;
iy = -_parent.body.lfooter._y;
n = 20;
_root.colour.nextFrame();
if (_root.colour._currentframe == 11) {
_root.colour.gotoAndStop(2);
}
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
}
}
}
n = n - 13;
}
Instance of Symbol 270 MovieClip "playmc" in Frame 3
onClipEvent (load) {
sgener = random(10) + 10;
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
xxxx = _x;
yyyy = _y - 50;
drag = false;
n = 0;
}
onClipEvent (enterFrame) {
if (sgener > 0) {
n = _parent.colour._y;
nn = "sparkle" + n;
_parent.colour._y = _parent.colour._y + 1;
_parent.particle.duplicateMovieClip(nn, n, _parent.particle.sparkle);
_parent.particle.setProperty(nn, _x, this._x);
_parent.particle.setProperty(nn, _y, this._y);
}
sgener = sgener - 1;
xxx = _x - xxxx;
yyy = _y - yyyy;
_rotation = ((-Math.atan2(xxx, yyy)) / (Math.PI/180));
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 1;
}
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
xc = _x;
yc = _y;
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
handr = _rotation + 360;
handr = handr % 360;
if (n < 0) {
if (this.hitTest(_root.body.rhand)) {
speed = _parent.body.rhander._yscale;
if (speed > 5) {
rotation = _parent.body.rhander._rotation;
ix = _parent.body.rhander._x / 2;
iy = (-_parent.body.rhander._y) / 2;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
_root.nextFrame();
}
}
if (this.hitTest(_root.body.lhand)) {
speed = _parent.body.lhander._yscale;
if (speed > 5) {
rotation = _parent.body.lhander._rotation;
ix = _parent.body.lhander._x / 2;
iy = (-_parent.body.lhander._y) / 2;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
_root.nextFrame();
}
}
if (this.hitTest(_root.body.rfoot)) {
speed = _parent.body.rfooter._yscale;
if (speed > 5) {
rotation = _parent.body.rfooter._rotation;
ix = _parent.body.rfooter._x;
iy = -_parent.body.rfooter._y;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
_root.nextFrame();
}
}
if (this.hitTest(_root.body.lfoot)) {
speed = _parent.body.lfooter._yscale;
if (speed > 5) {
rotation = _parent.body.lfooter._rotation;
ix = _parent.body.lfooter._x;
iy = -_parent.body.lfooter._y;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
_root.nextFrame();
}
}
}
n = n - 13;
}
Instance of Symbol 272 MovieClip "credmc" in Frame 3
onClipEvent (load) {
sgener = random(10) + 10;
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
xxxx = _x;
yyyy = _y - 50;
drag = false;
n = 0;
}
onClipEvent (enterFrame) {
if (sgener > 0) {
n = _parent.colour._y;
nn = "sparkle" + n;
_parent.colour._y = _parent.colour._y + 1;
_parent.particlee.duplicateMovieClip(nn, n, _parent.particle.sparkle);
_parent.particlee.setProperty(nn, _x, this._x);
_parent.particlee.setProperty(nn, _y, this._y);
}
sgener = sgener - 1;
xxx = _x - xxxx;
yyy = _y - yyyy;
_rotation = ((-Math.atan2(xxx, yyy)) / (Math.PI/180));
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 1;
}
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
xc = _x;
yc = _y;
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
handr = _rotation + 360;
handr = handr % 360;
if (n < 0) {
if (this.hitTest(_root.body.rhand)) {
speed = _parent.body.rhander._yscale;
if (speed > 5) {
rotation = _parent.body.rhander._rotation;
ix = _parent.body.rhander._x / 2;
iy = (-_parent.body.rhander._y) / 2;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
_root.gotoAndStop(15);
}
}
if (this.hitTest(_root.body.lhand)) {
speed = _parent.body.lhander._yscale;
if (speed > 5) {
rotation = _parent.body.lhander._rotation;
ix = _parent.body.lhander._x / 2;
iy = (-_parent.body.lhander._y) / 2;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
_root.gotoAndStop(15);
}
}
if (this.hitTest(_root.body.rfoot)) {
speed = _parent.body.rfooter._yscale;
if (speed > 5) {
rotation = _parent.body.rfooter._rotation;
ix = _parent.body.rfooter._x;
iy = -_parent.body.rfooter._y;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
_root.gotoAndStop(15);
}
}
if (this.hitTest(_root.body.lfoot)) {
speed = _parent.body.lfooter._yscale;
if (speed > 5) {
rotation = _parent.body.lfooter._rotation;
ix = _parent.body.lfooter._x;
iy = -_parent.body.lfooter._y;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
_root.gotoAndStop(15);
}
}
}
n = n - 13;
}
Instance of Symbol 274 MovieClip "bmc" in Frame 3
onClipEvent (load) {
sgener = random(10) + 10;
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
xxxx = _x + 100;
yyyy = _y;
drag = false;
n = 0;
}
onClipEvent (enterFrame) {
if (sgener > 0) {
n = _parent.colour._y;
nn = "sparkle" + n;
_parent.colour._y = _parent.colour._y + 1;
_parent.particleee.duplicateMovieClip(nn, n, _parent.particleee.sparkle);
_parent.particleee.setProperty(nn, _x, this._x);
_parent.particleee.setProperty(nn, _y, this._y);
}
sgener = sgener - 1;
xxx = _x - xxxx;
yyy = _y - yyyy;
_rotation = (((-Math.atan2(xxx, yyy)) / (Math.PI/180)) - 90);
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 1;
}
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
xc = _x;
yc = _y;
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
footr = _rotation + 360;
footr = footr % 360;
if (n < 0) {
if (this.hitTest(_root.body.rfoot)) {
speed = _parent.body.rfooter._yscale;
if (speed > 5) {
rotation = _parent.body.rfooter._rotation;
ix = _parent.body.rfooter._x;
iy = -_parent.body.rfooter._y;
_root.colour.prevFrame();
if (_root.colour._currentframe == 1) {
_root.colour.gotoAndStop(10);
}
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
}
}
if (this.hitTest(_root.body.lfoot)) {
speed = _parent.body.lfooter._yscale;
if (speed > 5) {
rotation = _parent.body.lfooter._rotation;
ix = _parent.body.lfooter._x;
iy = -_parent.body.lfooter._y;
n = 20;
_root.colour.prevFrame();
if (_root.colour._currentframe == 1) {
_root.colour.gotoAndStop(10);
}
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
sgener = speed + 1;
}
}
}
n = n - 13;
}
Instance of Symbol 276 MovieClip in Frame 3
onClipEvent (enterFrame) {
xm = xm - _root._xmouse;
if (xm < 0) {
xm = xm * -1;
}
_x = (_x - (5 + (xm / 2)));
if (_x < -6474) {
_x = 557;
}
xm = _root._xmouse;
}
Instance of Symbol 284 MovieClip "particle" in Frame 3
onClipEvent (load) {
_x = _root.playmc._x;
_y = _root.playmc._y;
}
Instance of Symbol 284 MovieClip "particlee" in Frame 3
onClipEvent (load) {
_x = _root.credmc._x;
_y = _root.credmc._y;
}
Instance of Symbol 284 MovieClip "particleee" in Frame 3
onClipEvent (load) {
_x = _root.bmc._x;
_y = _root.bmc._y;
}
Instance of Symbol 284 MovieClip "particleeee" in Frame 3
onClipEvent (load) {
_x = _root.nmc._x;
_y = _root.nmc._y;
}
Instance of Symbol 268 MovieClip "nmc" in Frame 4
onClipEvent (load) {
sgener = random(10) + 10;
}
onClipEvent (enterFrame) {
if (sgener > 0) {
n = _parent.colour._y;
nn = "sparkle" + n;
_parent.colour._y = _parent.colour._y + 1;
_parent.particleeee.duplicateMovieClip(nn, n, _parent.particle.sparkle);
_parent.particleeee.setProperty(nn, _x, this._x);
_parent.particleeee.setProperty(nn, _y, this._y);
_alpha = 0;
}
sgener = sgener - 1;
if (sgener < -1) {
sgener = sgener + 1;
}
}
Instance of Symbol 270 MovieClip "playmc" in Frame 4
onClipEvent (load) {
sgener = random(10) + 10;
}
onClipEvent (enterFrame) {
if (sgener > 0) {
n = _parent.colour._y;
nn = "sparkle" + n;
_parent.colour._y = _parent.colour._y + 1;
_parent.particle.duplicateMovieClip(nn, n, _parent.particle.sparkle);
_parent.particle.setProperty(nn, _x, this._x);
_parent.particle.setProperty(nn, _y, this._y);
_alpha = 0;
}
sgener = sgener - 1;
if (sgener < -1) {
sgener = sgener + 1;
}
}
Instance of Symbol 272 MovieClip "credmc" in Frame 4
onClipEvent (load) {
sgener = random(10) + 10;
}
onClipEvent (enterFrame) {
if (sgener > 0) {
n = _parent.colour._y;
nn = "sparkle" + n;
_parent.colour._y = _parent.colour._y + 1;
_parent.particlee.duplicateMovieClip(nn, n, _parent.particle.sparkle);
_parent.particlee.setProperty(nn, _x, this._x);
_parent.particlee.setProperty(nn, _y, this._y);
_alpha = 0;
}
sgener = sgener - 1;
if (sgener < -1) {
sgener = sgener + 1;
}
}
Instance of Symbol 274 MovieClip "bmc" in Frame 4
onClipEvent (load) {
sgener = random(10) + 10;
}
onClipEvent (enterFrame) {
if (sgener > 0) {
n = _parent.colour._y;
nn = "sparkle" + n;
_parent.colour._y = _parent.colour._y + 1;
_parent.particleee.duplicateMovieClip(nn, n, _parent.particle.sparkle);
_parent.particleee.setProperty(nn, _x, this._x);
_parent.particleee.setProperty(nn, _y, this._y);
_alpha = 0;
}
sgener = sgener - 1;
if (sgener < -1) {
sgener = sgener + 1;
}
}
Instance of Symbol 298 MovieClip "lifer" in Frame 5
onClipEvent (enterFrame) {
this._parent.life.text = ":" + (4 - _currentframe);
}
Instance of Symbol 300 MovieClip "pointer" in Frame 5
onClipEvent (enterFrame) {
this._parent.points.text = _currentframe - 1;
}
Instance of Symbol 308 MovieClip in Frame 5
onClipEvent (load) {
scale = _xscale;
_visible = false;
}
onClipEvent (enterFrame) {
_xscale = ((scale + _xscale) / 2);
_yscale = _xscale;
if (_root.go._currentframe == 2) {
if (_root._currentframe > 6) {
time = 90;
} else {
time = 60;
}
tim = tim + 1;
this.gotoAndStop(Math.round((tim / time) * 300));
if ((one != 1) && (_currentframe > 100)) {
_xscale = (_xscale + 50);
_yscale = (_yscale + 50);
one = 1;
}
if ((two != 1) && (_currentframe > 200)) {
_xscale = (_xscale + 50);
_yscale = (_yscale + 50);
two = 1;
}
if (_currentframe > 298) {
if ((((this._parent.command.negative._currentframe - 1) % 2) + 1) == 1) {
_root.go.gotoAndStop(3);
} else {
_root.go.gotoAndStop(4);
}
}
curr = _currentframe;
point = 1;
_visible = true;
} else {
if ((_root.go._currentframe == 4) && (point == 1)) {
point = 0;
nh = Math.round(((300 - curr) / 30) + 10);
_root.pointer.gotoAndStop(_root.pointer._currentframe + nh);
}
this.gotoAndStop(1);
one = 0;
two = 0;
tim = 0;
_visible = false;
}
}
Instance of Symbol 310 MovieClip in Frame 5
onClipEvent (enterFrame) {
if (_root.go._currentframe == 2) {
command = this._parent.command.command._currentframe;
rightleft = this._parent.command.rightleft._currentframe;
foothand = this._parent.command.foothand._currentframe;
negative = ((this._parent.command.negative._currentframe - 1) % 2) + 1;
if (command == 1) {
if (negative == 1) {
if (_root.body.rfoot.hitTest(_root.body.head) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.rfooter._rotation;
ix = _parent.rfooter._x / 2;
iy = (-_parent.rfooter._y) / 2;
speed = _parent.rfooter._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(2);
}
speed = speed / 2;
}
}
if (_root.body.lfoot.hitTest(_root.body.head) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.lfooter._rotation;
ix = _parent.lfooter._x / 2;
iy = (-_parent.lfooter._y) / 2;
speed = _parent.lfooter._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(2);
}
speed = speed / 2;
}
}
} else {
if (_root.body.rfoot.hitTest(_root.body.head) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.rfooter._rotation;
ix = _parent.rfooter._x / 2;
iy = (-_parent.rfooter._y) / 2;
speed = _parent.rfooter._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
_root.sfx.gotoAndStop(2);
}
speed = speed / 2;
}
}
if (_root.body.lfoot.hitTest(_root.body.head) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.lfooter._rotation;
ix = _parent.lfooter._x / 2;
iy = (-_parent.lfooter._y) / 2;
speed = _parent.lfooter._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
_root.sfx.gotoAndStop(2);
}
speed = speed / 2;
}
}
}
}
if (command == 2) {
if (negative == 1) {
if (rightleft == 2) {
if (this._parent.body.crotch._x < 0) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 3) {
if (this._parent.body.crotch._x > 108.4) {
_root.go.gotoAndStop(4);
}
}
} else {
if (rightleft == 2) {
if (this._parent.body.crotch._x < 0) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 3) {
if (this._parent.body.crotch._x > 108.4) {
_root.go.gotoAndStop(3);
}
}
}
}
if (command == 3) {
if (negative == 1) {
if (this._parent.body.head._y < 62) {
nod = 1;
}
if (this._parent.body.head._y > 72) {
nodd = 1;
}
if ((nod + nodd) == 2) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
}
} else {
if (this._parent.body.head._y < 62) {
nod = 1;
}
if (this._parent.body.head._y > 72) {
nodd = 1;
}
if ((nod + nodd) == 2) {
_root.go.gotoAndStop(3);
}
}
}
if (command == 4) {
if (negative == 1) {
if (rightleft == 1) {
if ((foothand == 2) && (this._parent.body.rfoot._y < 145)) {
_root.go.gotoAndStop(4);
}
if ((foothand == 2) && (this._parent.body.lfoot._y < 145)) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 2) {
if ((foothand == 2) && (this._parent.body.rfoot._y < 145)) {
_root.go.gotoAndStop(4);
}
if ((foothand == 3) && (this._parent.body.rhand._y < 145)) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 3) {
if ((foothand == 2) && (this._parent.body.lfoot._y < 145)) {
_root.go.gotoAndStop(4);
}
if ((foothand == 3) && (this._parent.body.lhand._y < 145)) {
_root.go.gotoAndStop(4);
}
}
} else {
if (rightleft == 1) {
if ((foothand == 2) && (this._parent.body.rfoot._y < 145)) {
_root.go.gotoAndStop(3);
}
if ((foothand == 2) && (this._parent.body.lfoot._y < 145)) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 2) {
if ((foothand == 2) && (this._parent.body.rfoot._y < 145)) {
_root.go.gotoAndStop(3);
}
if ((foothand == 3) && (this._parent.body.rhand._y < 145)) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 3) {
if ((foothand == 2) && (this._parent.body.lfoot._y < 145)) {
_root.go.gotoAndStop(3);
}
if ((foothand == 3) && (this._parent.body.lhand._y < 145)) {
_root.go.gotoAndStop(3);
}
}
}
}
if (command == 5) {
if (negative == 1) {
if (this._parent.body.crotch._x < 44) {
butt = 1;
}
if (this._parent.body.crotch._x > 84) {
buttt = 1;
}
if ((butt + buttt) == 2) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
}
} else {
if (this._parent.body.crotch._x < 44) {
butt = 1;
}
if (this._parent.body.crotch._x > 84) {
buttt = 1;
}
if ((butt + buttt) == 2) {
_root.go.gotoAndStop(3);
}
}
}
if (command == 6) {
if (negative == 1) {
if (this._parent.body.head._x < 59) {
shead = 1;
}
if (this._parent.body.head._x > 69) {
sheadd = 1;
}
if ((shead + sheadd) == 2) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
}
} else {
if (this._parent.body.head._x < 59) {
shead = 1;
}
if (this._parent.body.head._x > 69) {
sheadd = 1;
}
if ((shead + sheadd) == 2) {
_root.go.gotoAndStop(3);
}
}
}
if (((_root.colour._currentframe == 6) || (_root.colour._currentframe == 8)) || (_root.colour._currentframe == 9)) {
mouth = 132;
} else {
mouth = 117;
}
if (command == 7) {
if (negative == 1) {
if ((rightleft == 1) && ((this._parent.body.rhander._yscale < 5) || (this._parent.body.lhander._yscale < 5))) {
mdx = 64 - this._parent.body.rhand._x;
mdy = mouth - this._parent.body.rhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(4);
}
mdx = 64 - this._parent.body.lhand._x;
mdy = mouth - this._parent.body.lhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(4);
}
}
if ((rightleft == 2) && (this._parent.body.rhander._yscale < 5)) {
mdx = 64 - this._parent.body.rhand._x;
mdy = mouth - this._parent.body.rhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(4);
}
}
if ((rightleft == 3) && (this._parent.body.lhander._yscale < 5)) {
mdx = 64 - this._parent.body.lhand._x;
mdy = mouth - this._parent.body.lhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(4);
}
}
} else {
if ((rightleft == 1) && ((this._parent.body.rhander._yscale < 5) || (this._parent.body.lhander._yscale < 5))) {
mdx = 64 - this._parent.body.rhand._x;
mdy = mouth - this._parent.body.rhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(3);
}
mdx = 64 - this._parent.body.lhand._x;
mdy = mouth - this._parent.body.lhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(3);
}
}
if ((rightleft == 2) && (this._parent.body.rhander._yscale < 5)) {
mdx = 64 - this._parent.body.rhand._x;
mdy = mouth - this._parent.body.rhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(3);
}
}
if ((rightleft == 3) && (this._parent.body.lhander._yscale < 5)) {
mdx = 64 - this._parent.body.lhand._x;
mdy = mouth - this._parent.body.lhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(3);
}
}
}
}
if (command == 8) {
if (negative == 1) {
if (_root.body.rhand.hitTest(_root.body.head) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.rhander._rotation;
ix = _parent.rhander._x / 2;
iy = (-_parent.rhander._y) / 2;
speed = _parent.rhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(3);
}
speed = speed / 2;
}
}
if (_root.body.lhand.hitTest(_root.body.head) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.lhander._rotation;
ix = _parent.lhander._x / 2;
iy = (-_parent.lhander._y) / 2;
speed = _parent.lhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(3);
}
speed = speed / 2;
}
}
} else {
if (_root.body.rhand.hitTest(_root.body.head) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.rhander._rotation;
ix = _parent.rhander._x / 2;
iy = (-_parent.rhander._y) / 2;
speed = _parent.rhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
_root.sfx.gotoAndStop(3);
}
speed = speed / 2;
}
}
if (_root.body.lhand.hitTest(_root.body.head) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.lhander._rotation;
ix = _parent.lhander._x / 2;
iy = (-_parent.lhander._y) / 2;
speed = _parent.lhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
_root.sfx.gotoAndStop(3);
}
speed = speed / 2;
}
}
}
}
if (command == 9) {
if (negative == 1) {
if (this._parent.body.crotch._y > 267.3) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
}
} else if (this._parent.body.crotch._y > 267.3) {
_root.go.gotoAndStop(3);
}
}
if (command == 10) {
if (negative == 1) {
if (rightleft == 1) {
if ((this._parent.body.lfoot._y < 287.3) || (this._parent.body.rfoot._y < 287.3)) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 2) {
if (this._parent.body.lfoot._y < 287.3) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 3) {
if (this._parent.body.rfoot._y < 287.3) {
_root.go.gotoAndStop(4);
}
}
} else {
if (rightleft == 1) {
if ((this._parent.body.lfoot._y < 287.3) || (this._parent.body.rfoot._y < 287.3)) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 2) {
if (this._parent.body.lfoot._y < 287.3) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 3) {
if (this._parent.body.rfoot._y < 287.3) {
_root.go.gotoAndStop(3);
}
}
}
}
if (command == 11) {
if (negative == 1) {
if (_root.body.rhand.hitTest(_root.body.crotch) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.crotch) {
rotation = _parent.rhander._rotation;
ix = _parent.rhander._x / 2;
iy = (-_parent.rhander._y) / 2;
speed = _parent.rhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(4);
}
speed = speed / 2;
}
}
if (_root.body.lhand.hitTest(_root.body.crotch) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.crotch) {
rotation = _parent.lhander._rotation;
ix = _parent.lhander._x / 2;
iy = (-_parent.lhander._y) / 2;
speed = _parent.lhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(4);
}
speed = speed / 2;
}
}
} else {
if (_root.body.rhand.hitTest(_root.body.crotch) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.crotch) {
rotation = _parent.rhander._rotation;
ix = _parent.rhander._x / 2;
iy = (-_parent.rhander._y) / 2;
speed = _parent.rhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
}
speed = speed / 2;
}
}
if (_root.body.lhand.hitTest(_root.body.crotch) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.crotch) {
rotation = _parent.lhander._rotation;
ix = _parent.lhander._x / 2;
iy = (-_parent.lhander._y) / 2;
speed = _parent.lhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
_root.sfx.gotoAndStop(4);
}
speed = speed / 2;
}
}
}
}
if (command == 12) {
if (negative == 1) {
if (((this._parent.body.lhand.hitTest(this._parent.body.lfoot) || (this._parent.body.lhand.hitTest(this._parent.body.rfoot))) || (this._parent.body.rhand.hitTest(this._parent.body.lfoot))) || (this._parent.body.rhand.hitTest(this._parent.body.rfoot))) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
}
} else if (((this._parent.body.lhand.hitTest(this._parent.body.lfoot) || (this._parent.body.lhand.hitTest(this._parent.body.rfoot))) || (this._parent.body.rhand.hitTest(this._parent.body.lfoot))) || (this._parent.body.rhand.hitTest(this._parent.body.rfoot))) {
_root.go.gotoAndStop(3);
}
}
if (command == 13) {
if (negative == 1) {
if (rightleft == 1) {
if ((this._parent.body.lhand._x > 120) && (this._parent.body.lhand._y < 145)) {
lhwave = 1;
}
if ((this._parent.body.lhand._x < 100) && (this._parent.body.lhand._y < 145)) {
lhwavee = 1;
}
if ((lhavee + lhave) == 2) {
_root.go.gotoAndStop(4);
}
if (this._parent.body.rhand._x > 28) {
rhwave = 1;
}
if (this._parent.body.rhand._x < 8) {
rhwavee = 1;
}
if ((rhwavee + rhwave) == 2) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 2) {
if ((this._parent.body.rhand._x > 28) && (this._parent.body.rhand._y < 145)) {
rhwave = 1;
}
if ((this._parent.body.rhand._x < 8) && (this._parent.body.rhand._y < 145)) {
rhwavee = 1;
}
if ((rhwavee + rhwave) == 2) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 3) {
if ((this._parent.body.lhand._x > 120) && (this._parent.body.lhand._y < 145)) {
lhwave = 1;
}
if ((this._parent.body.lhand._x < 100) && (this._parent.body.lhand._y < 145)) {
lhwavee = 1;
}
if ((lhwavee + lhwave) == 2) {
_root.go.gotoAndStop(4);
}
}
} else {
if (rightleft == 1) {
if ((this._parent.body.lhand._x > 120) && (this._parent.body.lhand._y < 145)) {
lhwave = 1;
}
if ((this._parent.body.lhand._x < 100) && (this._parent.body.lhand._y < 145)) {
lhwavee = 1;
}
if ((lhavee + lhave) == 2) {
_root.go.gotoAndStop(3);
}
if (this._parent.body.rhand._x > 28) {
rhwave = 1;
}
if (this._parent.body.rhand._x < 8) {
rhwavee = 1;
}
if ((rhwavee + rhwave) == 2) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 2) {
if ((this._parent.body.rhand._x > 28) && (this._parent.body.rhand._y < 145)) {
rhwave = 1;
}
if ((this._parent.body.rhand._x < 8) && (this._parent.body.rhand._y < 145)) {
rhwavee = 1;
}
if ((rhwavee + rhwave) == 2) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 3) {
if ((this._parent.body.lhand._x > 120) && (this._parent.body.lhand._y < 145)) {
lhwave = 1;
}
if ((this._parent.body.lhand._x < 100) && (this._parent.body.lhand._y < 145)) {
lhwavee = 1;
}
if ((lhwavee + lhwave) == 2) {
_root.go.gotoAndStop(3);
}
}
}
}
} else {
lhwave = 0;
rhwave = 0;
lhwavee = 0;
rhwavee = 0;
nod = 0;
nodd = 0;
shead = 0;
sheadd = 0;
butt = 0;
buttt = 0;
}
}
Instance of Symbol 381 MovieClip "messag" in Frame 5
onClipEvent (load) {
n = 0;
}
onClipEvent (enterFrame) {
if (_currentframe == 30) {
n = n + 1;
}
if (((_currentframe == 31) && (n == 10)) && (_root.lifer._currentframe < 4)) {
n = 0;
_root.nextFrame();
}
}
Instance of Symbol 383 MovieClip "shock" in Frame 5
onClipEvent (enterFrame) {
if (_root.go._currentframe == 3) {
this.gotoAndStop(2);
} else {
this.gotoAndStop(1);
}
}
Instance of Symbol 310 MovieClip in Frame 7
onClipEvent (enterFrame) {
if (_root.go._currentframe == 2) {
command = this._parent.command.command._currentframe;
rightleft = this._parent.command.rightleft._currentframe;
foothand = this._parent.command.foothand._currentframe;
negative = ((this._parent.command.negative._currentframe - 1) % 2) + 1;
rln = this._parent.command.rln._currentframe;
if ((rln == 2) && (jjjjjj != 1)) {
jjjjjj = 1;
if (rightleft == 2) {
this._parent.command.rightleft.gotoAndStop(3);
} else {
this._parent.command.rightleft.gotoAndStop(2);
}
}
_root.objects.gotoAndStop(command + 1);
if (_root.objects.com._currentframe == 2) {
if (negative == 1) {
_root.go.gotoAndStop(4);
} else {
_root.go.gotoAndStop(3);
}
}
if (_root.objects.com._currentframe == 3) {
if (negative == 1) {
_root.go.gotoAndStop(3);
} else {
_root.go.gotoAndStop(4);
}
}
}
}
Instance of Symbol 310 MovieClip in Frame 10
onClipEvent (enterFrame) {
if (_root.go._currentframe == 2) {
negative = ((this._parent.command.negative._currentframe - 1) % 2) + 1;
trace("---" + negative);
if (j != 1) {
_root.objects.gotoAndStop(16 + random(7));
j = 1;
}
if (_root.objects.com._currentframe == 2) {
if (negative == 1) {
_root.go.gotoAndStop(4);
} else {
_root.go.gotoAndStop(3);
}
}
} else {
j = 0;
}
}
Instance of Symbol 310 MovieClip in Frame 11
onClipEvent (enterFrame) {
if (_root.go._currentframe == 2) {
negative = ((this._parent.command.negative._currentframe - 1) % 2) + 1;
if (j != 1) {
_root.objects.gotoAndStop(23 + random(14));
j = 1;
}
if (_root.objects.com._currentframe == 2) {
if (negative == 1) {
_root.go.gotoAndStop(4);
} else {
_root.go.gotoAndStop(3);
}
}
} else {
j = 0;
}
}
Instance of Symbol 310 MovieClip in Frame 12
onClipEvent (enterFrame) {
if (_root.go._currentframe == 2) {
command = this._parent.command.command._currentframe;
rightleft = this._parent.command.rightleft._currentframe;
foothand = this._parent.command.foothand._currentframe;
negative = ((this._parent.command.negative._currentframe - 1) % 2) + 1;
if (command == 1) {
if (negative == 1) {
if (_root.body.rfoot.hitTest(_root.body.head) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.rfooter._rotation;
ix = _parent.rfooter._x / 2;
iy = (-_parent.rfooter._y) / 2;
speed = _parent.rfooter._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(2);
}
speed = speed / 2;
}
}
if (_root.body.lfoot.hitTest(_root.body.head) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.lfooter._rotation;
ix = _parent.lfooter._x / 2;
iy = (-_parent.lfooter._y) / 2;
speed = _parent.lfooter._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(2);
}
speed = speed / 2;
}
}
} else {
if (_root.body.rfoot.hitTest(_root.body.head) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.rfooter._rotation;
ix = _parent.rfooter._x / 2;
iy = (-_parent.rfooter._y) / 2;
speed = _parent.rfooter._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
_root.sfx.gotoAndStop(2);
}
speed = speed / 2;
}
}
if (_root.body.lfoot.hitTest(_root.body.head) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.lfooter._rotation;
ix = _parent.lfooter._x / 2;
iy = (-_parent.lfooter._y) / 2;
speed = _parent.lfooter._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
_root.sfx.gotoAndStop(2);
}
speed = speed / 2;
}
}
}
}
if (command == 2) {
if (negative == 1) {
if (rightleft == 2) {
if (this._parent.body.crotch._x < 0) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 3) {
if (this._parent.body.crotch._x > 108.4) {
_root.go.gotoAndStop(4);
}
}
} else {
if (rightleft == 2) {
if (this._parent.body.crotch._x < 0) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 3) {
if (this._parent.body.crotch._x > 108.4) {
_root.go.gotoAndStop(3);
}
}
}
}
if (command == 3) {
if (negative == 1) {
if (this._parent.body.head._y < 62) {
nod = 1;
}
if (this._parent.body.head._y > 72) {
nodd = 1;
}
if ((nod + nodd) == 2) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
}
} else {
if (this._parent.body.head._y < 62) {
nod = 1;
}
if (this._parent.body.head._y > 72) {
nodd = 1;
}
if ((nod + nodd) == 2) {
_root.go.gotoAndStop(3);
}
}
}
if (command == 4) {
if (negative == 1) {
if (rightleft == 1) {
if ((foothand == 2) && (this._parent.body.rfoot._y < 145)) {
_root.go.gotoAndStop(4);
}
if ((foothand == 2) && (this._parent.body.lfoot._y < 145)) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 2) {
if ((foothand == 2) && (this._parent.body.rfoot._y < 145)) {
_root.go.gotoAndStop(4);
}
if ((foothand == 3) && (this._parent.body.rhand._y < 145)) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 3) {
if ((foothand == 2) && (this._parent.body.lfoot._y < 145)) {
_root.go.gotoAndStop(4);
}
if ((foothand == 3) && (this._parent.body.lhand._y < 145)) {
_root.go.gotoAndStop(4);
}
}
} else {
if (rightleft == 1) {
if ((foothand == 2) && (this._parent.body.rfoot._y < 145)) {
_root.go.gotoAndStop(3);
}
if ((foothand == 2) && (this._parent.body.lfoot._y < 145)) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 2) {
if ((foothand == 2) && (this._parent.body.rfoot._y < 145)) {
_root.go.gotoAndStop(3);
}
if ((foothand == 3) && (this._parent.body.rhand._y < 145)) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 3) {
if ((foothand == 2) && (this._parent.body.lfoot._y < 145)) {
_root.go.gotoAndStop(3);
}
if ((foothand == 3) && (this._parent.body.lhand._y < 145)) {
_root.go.gotoAndStop(3);
}
}
}
}
if (command == 5) {
if (negative == 1) {
if (this._parent.body.crotch._x < 44) {
butt = 1;
}
if (this._parent.body.crotch._x > 84) {
buttt = 1;
}
if ((butt + buttt) == 2) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
}
} else {
if (this._parent.body.crotch._x < 44) {
butt = 1;
}
if (this._parent.body.crotch._x > 84) {
buttt = 1;
}
if ((butt + buttt) == 2) {
_root.go.gotoAndStop(3);
}
}
}
if (command == 6) {
if (negative == 1) {
if (this._parent.body.head._x < 59) {
shead = 1;
}
if (this._parent.body.head._x > 69) {
sheadd = 1;
}
if ((shead + sheadd) == 2) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
}
} else {
if (this._parent.body.head._x < 59) {
shead = 1;
}
if (this._parent.body.head._x > 69) {
sheadd = 1;
}
if ((shead + sheadd) == 2) {
_root.go.gotoAndStop(3);
}
}
}
if (((_root.colour._currentframe == 6) || (_root.colour._currentframe == 8)) || (_root.colour._currentframe == 9)) {
mouth = 132;
} else {
mouth = 117;
}
if (command == 7) {
if (negative == 1) {
if ((rightleft == 1) && ((this._parent.body.rhander._yscale < 5) || (this._parent.body.lhander._yscale < 5))) {
mdx = 64 - this._parent.body.rhand._x;
mdy = mouth - this._parent.body.rhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(4);
}
mdx = 64 - this._parent.body.lhand._x;
mdy = mouth - this._parent.body.lhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(4);
}
}
if ((rightleft == 2) && (this._parent.body.rhander._yscale < 5)) {
mdx = 64 - this._parent.body.rhand._x;
mdy = mouth - this._parent.body.rhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(4);
}
}
if ((rightleft == 3) && (this._parent.body.lhander._yscale < 5)) {
mdx = 64 - this._parent.body.lhand._x;
mdy = mouth - this._parent.body.lhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(4);
}
}
} else {
if ((rightleft == 1) && ((this._parent.body.rhander._yscale < 5) || (this._parent.body.lhander._yscale < 5))) {
mdx = 64 - this._parent.body.rhand._x;
mdy = mouth - this._parent.body.rhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(3);
}
mdx = 64 - this._parent.body.lhand._x;
mdy = mouth - this._parent.body.lhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(3);
}
}
if ((rightleft == 2) && (this._parent.body.rhander._yscale < 5)) {
mdx = 64 - this._parent.body.rhand._x;
mdy = mouth - this._parent.body.rhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(3);
}
}
if ((rightleft == 3) && (this._parent.body.lhander._yscale < 5)) {
mdx = 64 - this._parent.body.lhand._x;
mdy = mouth - this._parent.body.lhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
_root.go.gotoAndStop(3);
}
}
}
}
if (command == 8) {
if (negative == 1) {
if (_root.body.rhand.hitTest(_root.body.head) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.rhander._rotation;
ix = _parent.rhander._x / 2;
iy = (-_parent.rhander._y) / 2;
speed = _parent.rhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(3);
}
speed = speed / 2;
}
}
if (_root.body.lhand.hitTest(_root.body.head) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.lhander._rotation;
ix = _parent.lhander._x / 2;
iy = (-_parent.lhander._y) / 2;
speed = _parent.lhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(3);
}
speed = speed / 2;
}
}
} else {
if (_root.body.rhand.hitTest(_root.body.head) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.rhander._rotation;
ix = _parent.rhander._x / 2;
iy = (-_parent.rhander._y) / 2;
speed = _parent.rhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
_root.sfx.gotoAndStop(3);
}
speed = speed / 2;
}
}
if (_root.body.lhand.hitTest(_root.body.head) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.head) {
rotation = _parent.lhander._rotation;
ix = _parent.lhander._x / 2;
iy = (-_parent.lhander._y) / 2;
speed = _parent.lhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
_root.sfx.gotoAndStop(3);
}
speed = speed / 2;
}
}
}
}
if (command == 9) {
if (negative == 1) {
if (this._parent.body.crotch._y > 267.3) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
}
} else if (this._parent.body.crotch._y > 267.3) {
_root.go.gotoAndStop(3);
}
}
if (command == 10) {
if (negative == 1) {
if (rightleft == 1) {
if ((this._parent.body.lfoot._y < 287.3) || (this._parent.body.rfoot._y < 287.3)) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 2) {
if (this._parent.body.lfoot._y < 287.3) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 3) {
if (this._parent.body.rfoot._y < 287.3) {
_root.go.gotoAndStop(4);
}
}
} else {
if (rightleft == 1) {
if ((this._parent.body.lfoot._y < 287.3) || (this._parent.body.rfoot._y < 287.3)) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 2) {
if (this._parent.body.lfoot._y < 287.3) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 3) {
if (this._parent.body.rfoot._y < 287.3) {
_root.go.gotoAndStop(3);
}
}
}
}
if (command == 11) {
if (negative == 1) {
if (_root.body.rhand.hitTest(_root.body.crotch) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.crotch) {
rotation = _parent.rhander._rotation;
ix = _parent.rhander._x / 2;
iy = (-_parent.rhander._y) / 2;
speed = _parent.rhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(4);
}
speed = speed / 2;
}
}
if (_root.body.lhand.hitTest(_root.body.crotch) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.crotch) {
rotation = _parent.lhander._rotation;
ix = _parent.lhander._x / 2;
iy = (-_parent.lhander._y) / 2;
speed = _parent.lhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
_root.sfx.gotoAndStop(4);
}
speed = speed / 2;
}
}
} else {
if (_root.body.rhand.hitTest(_root.body.crotch) && ((rightleft == 2) || (rightleft == 1))) {
with (_root.body.crotch) {
rotation = _parent.rhander._rotation;
ix = _parent.rhander._x / 2;
iy = (-_parent.rhander._y) / 2;
speed = _parent.rhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
}
speed = speed / 2;
}
}
if (_root.body.lhand.hitTest(_root.body.crotch) && ((rightleft == 3) || (rightleft == 1))) {
with (_root.body.crotch) {
rotation = _parent.lhander._rotation;
ix = _parent.lhander._x / 2;
iy = (-_parent.lhander._y) / 2;
speed = _parent.lhander._yscale;
_y = _y - (speed * Math.cos(rotation * (Math.PI/180)));
_x = _x + (speed * Math.sin(rotation * (Math.PI/180)));
if (speed > 5) {
_root.go.gotoAndStop(3);
_root.sfx.gotoAndStop(4);
}
speed = speed / 2;
}
}
}
}
if (command == 12) {
if (negative == 1) {
if (((this._parent.body.lhand.hitTest(this._parent.body.lfoot) || (this._parent.body.lhand.hitTest(this._parent.body.rfoot))) || (this._parent.body.rhand.hitTest(this._parent.body.lfoot))) || (this._parent.body.rhand.hitTest(this._parent.body.rfoot))) {
_root.go.gotoAndStop(4);
_root.messag.gotoAndPlay(2);
}
} else if (((this._parent.body.lhand.hitTest(this._parent.body.lfoot) || (this._parent.body.lhand.hitTest(this._parent.body.rfoot))) || (this._parent.body.rhand.hitTest(this._parent.body.lfoot))) || (this._parent.body.rhand.hitTest(this._parent.body.rfoot))) {
_root.go.gotoAndStop(3);
}
}
if (command == 13) {
if (negative == 1) {
if (rightleft == 1) {
if ((this._parent.body.lhand._x > 120) && (this._parent.body.lhand._y < 145)) {
lhwave = 1;
}
if ((this._parent.body.lhand._x < 100) && (this._parent.body.lhand._y < 145)) {
lhwavee = 1;
}
if ((lhavee + lhave) == 2) {
_root.go.gotoAndStop(4);
}
if (this._parent.body.rhand._x > 28) {
rhwave = 1;
}
if (this._parent.body.rhand._x < 8) {
rhwavee = 1;
}
if ((rhwavee + rhwave) == 2) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 2) {
if ((this._parent.body.rhand._x > 28) && (this._parent.body.rhand._y < 145)) {
rhwave = 1;
}
if ((this._parent.body.rhand._x < 8) && (this._parent.body.rhand._y < 145)) {
rhwavee = 1;
}
if ((rhwavee + rhwave) == 2) {
_root.go.gotoAndStop(4);
}
}
if (rightleft == 3) {
if ((this._parent.body.lhand._x > 120) && (this._parent.body.lhand._y < 145)) {
lhwave = 1;
}
if ((this._parent.body.lhand._x < 100) && (this._parent.body.lhand._y < 145)) {
lhwavee = 1;
}
if ((lhwavee + lhwave) == 2) {
_root.go.gotoAndStop(4);
}
}
} else {
if (rightleft == 1) {
if ((this._parent.body.lhand._x > 120) && (this._parent.body.lhand._y < 145)) {
lhwave = 1;
}
if ((this._parent.body.lhand._x < 100) && (this._parent.body.lhand._y < 145)) {
lhwavee = 1;
}
if ((lhavee + lhave) == 2) {
_root.go.gotoAndStop(3);
}
if (this._parent.body.rhand._x > 28) {
rhwave = 1;
}
if (this._parent.body.rhand._x < 8) {
rhwavee = 1;
}
if ((rhwavee + rhwave) == 2) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 2) {
if ((this._parent.body.rhand._x > 28) && (this._parent.body.rhand._y < 145)) {
rhwave = 1;
}
if ((this._parent.body.rhand._x < 8) && (this._parent.body.rhand._y < 145)) {
rhwavee = 1;
}
if ((rhwavee + rhwave) == 2) {
_root.go.gotoAndStop(3);
}
}
if (rightleft == 3) {
if ((this._parent.body.lhand._x > 120) && (this._parent.body.lhand._y < 145)) {
lhwave = 1;
}
if ((this._parent.body.lhand._x < 100) && (this._parent.body.lhand._y < 145)) {
lhwavee = 1;
}
if ((lhwavee + lhwave) == 2) {
_root.go.gotoAndStop(3);
}
}
}
}
if ((command > 13) && (command < 29)) {
_root.objects.gotoAndStop(command - 12);
}
if ((rln == 2) && (jjjjjj != 1)) {
jjjjjj = 1;
if (rightleft == 2) {
this._parent.command.rightleft.gotoAndStop(3);
}
if (rightleft == 3) {
this._parent.command.rightleft.gotoAndStop(2);
}
}
if (_root.objects.com._currentframe == 2) {
if (negative == 1) {
_root.go.gotoAndStop(4);
} else {
_root.go.gotoAndStop(3);
}
}
if (_root.objects.com._currentframe == 3) {
if (negative == 1) {
_root.go.gotoAndStop(3);
} else {
_root.go.gotoAndStop(4);
}
}
if (command == 29) {
_root.objects.gotoAndStop(16 + random(7));
}
if (command == 30) {
_root.objects.gotoAndStop(23 + random(14));
}
} else {
lhwave = 0;
rhwave = 0;
lhwavee = 0;
rhwavee = 0;
nod = 0;
nodd = 0;
shead = 0;
sheadd = 0;
butt = 0;
buttt = 0;
}
}
Frame 14
gotoAndStop (13);
Symbol 5 MovieClip Frame 1
stop();
Symbol 7 MovieClip Frame 1
gotoAndStop (2);
Symbol 22 MovieClip Frame 1
stop();
Symbol 32 MovieClip Frame 1
stop();
Symbol 41 MovieClip Frame 1
stop();
Symbol 46 MovieClip Frame 1
stop();
Instance of Symbol 49 MovieClip in Symbol 55 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
}
Instance of Symbol 52 MovieClip in Symbol 55 MovieClip Frame 1
onClipEvent (enterFrame) {
tex.text = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
}
Instance of Symbol 52 MovieClip in Symbol 55 MovieClip Frame 10
onClipEvent (enterFrame) {
tex.text = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + "%";
}
Symbol 61 MovieClip Frame 1
stop();
Instance of Symbol 49 MovieClip in Symbol 61 MovieClip Frame 1
onClipEvent (enterFrame) {
_xscale = ((_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
}
Symbol 71 MovieClip Frame 1
stop();
Instance of Symbol 66 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (load) {
xx = _x;
yy = _y;
}
onClipEvent (enterFrame) {
delta_x = xx - _parent._xmouse;
delta_y = yy - _parent._ymouse;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) / 30;
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yyy = distance * Math.cos(rotation * (Math.PI/180));
xxx = distance * Math.sin(rotation * (Math.PI/180));
_y = (yy - yyy);
_x = (xxx + xx);
}
Instance of Symbol 68 MovieClip in Symbol 71 MovieClip Frame 1
onClipEvent (load) {
xx = _x;
yy = _y;
}
onClipEvent (enterFrame) {
delta_x = xx - _parent._xmouse;
delta_y = yy - _parent._ymouse;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) / 40;
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yyy = distance * Math.cos(rotation * (Math.PI/180));
xxx = distance * Math.sin(rotation * (Math.PI/180));
_y = (yy - yyy);
_x = (xxx + xx);
}
Symbol 75 MovieClip Frame 1
stop();
Instance of Symbol 66 MovieClip in Symbol 75 MovieClip Frame 1
onClipEvent (load) {
xx = _x;
yy = _y;
}
onClipEvent (enterFrame) {
delta_x = xx - _parent._xmouse;
delta_y = yy - _parent._ymouse;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) / 30;
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yyy = distance * Math.cos(rotation * (Math.PI/180));
xxx = distance * Math.sin(rotation * (Math.PI/180));
_y = (yy - yyy);
_x = (xxx + xx);
}
Instance of Symbol 68 MovieClip in Symbol 75 MovieClip Frame 1
onClipEvent (load) {
xx = _x;
yy = _y;
}
onClipEvent (enterFrame) {
delta_x = xx - _parent._xmouse;
delta_y = yy - _parent._ymouse;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) / 30;
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yyy = distance * Math.cos(rotation * (Math.PI/180));
xxx = distance * Math.sin(rotation * (Math.PI/180));
_y = (yy - yyy);
_x = (xxx + xx);
}
Symbol 78 MovieClip Frame 1
stop();
Symbol 81 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 1
stop();
Symbol 87 MovieClip Frame 1
stop();
Symbol 92 MovieClip Frame 1
stop();
Instance of Symbol 66 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
xx = _x;
yy = _y;
}
onClipEvent (enterFrame) {
delta_x = xx - _parent._xmouse;
delta_y = yy - _parent._ymouse;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) / 30;
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yyy = distance * Math.cos(rotation * (Math.PI/180));
xxx = distance * Math.sin(rotation * (Math.PI/180));
_y = (yy - yyy);
_x = (xxx + xx);
}
Instance of Symbol 68 MovieClip in Symbol 92 MovieClip Frame 1
onClipEvent (load) {
xx = _x;
yy = _y;
}
onClipEvent (enterFrame) {
delta_x = xx - _parent._xmouse;
delta_y = yy - _parent._ymouse;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y)) / 30;
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yyy = distance * Math.cos(rotation * (Math.PI/180));
xxx = distance * Math.sin(rotation * (Math.PI/180));
_y = (yy - yyy);
_x = (xxx + xx);
}
Symbol 95 MovieClip Frame 1
stop();
Symbol 99 MovieClip Frame 1
stop();
Instance of Symbol 99 MovieClip "blood" in Symbol 100 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
_y = (_parent._parent.head._y - (-7 * Math.cos(_parent._parent.head._rotation * (Math.PI/180))));
_x = (_parent._parent.head._x + (12 * Math.sin((_parent._parent.head._rotation + 90) * (Math.PI/180))));
flx = (random(50) + 30) / 10;
fly = (random(50) + 70) / 10;
fly = fly * Math.cos(_parent._parent.head._rotation * (Math.PI/180));
flx = flx * Math.sin((_parent._parent.head._rotation + 90) * (Math.PI/180));
}
onClipEvent (enterFrame) {
if (_y > 342) {
_rotation = 0;
_y > 343;
gotoAndStop (2);
} else {
xx = _x;
yy = _y;
_y = (_y - fly);
_x = (_x + flx);
fly = fly - 1;
delta_x = xx - _x;
delta_y = yy - _y;
_rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180));
}
if (_root.colour._currentframe == 8) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Symbol 111 MovieClip Frame 1
stop();
Symbol 123 MovieClip Frame 1
stop();
Symbol 124 MovieClip Frame 1
Instance of Symbol 9 MovieClip "hair" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.colour._currentframe == 9) {
_alpha = 100;
} else {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
_x = _parent.head._x;
_y = _parent.head._y;
xxx = _x - xx;
_rotation = xxx;
xxxx = _parent.head._x - xx;
xx = _parent.head._x;
}
Instance of Symbol 11 MovieClip "band" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
n = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_root.colour._currentframe == 10) {
_alpha = 100;
} else {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
n = n + 0.2;
wind = Math.cos(n) * 10;
_x = _parent.head._x;
_y = _parent.head._y;
yyy = _y - yy;
_rotation = ((yyy + wind) + rot);
yyyy = _parent.head._y - yy;
yy = _parent.head._y;
}
Instance of Symbol 11 MovieClip "bandd" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
n = 0;
rot = _rotation;
}
onClipEvent (enterFrame) {
if (_root.colour._currentframe == 10) {
_alpha = 100;
} else {
_alpha = 0;
}
}
onClipEvent (enterFrame) {
n = n + 0.2;
wind = Math.sin(n) * 10;
_x = _parent.head._x;
_y = _parent.head._y;
yyy = _y - yy;
_rotation = ((yyy + wind) + rot);
yyyy = _parent.head._y - yy;
yy = _parent.head._y;
}
Instance of Symbol 22 MovieClip "chest" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (load) {
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
drag = false;
}
onClipEvent (enterFrame) {
otation = _parent.ab._rotation / 2;
_rotation = otation;
_y = ((_parent.ab._y - (16.95 * Math.cos((otation * 2) * (Math.PI/180)))) - (26.95 * Math.cos(otation * (Math.PI/180))));
_x = ((_parent.ab._x + (16.95 * Math.sin((otation * 2) * (Math.PI/180)))) + (26.95 * Math.sin(otation * (Math.PI/180))));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 1;
}
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
}
Instance of Symbol 32 MovieClip "ab" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (load) {
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
drag = false;
}
onClipEvent (enterFrame) {
fdelta_x = _parent.rthigh._x - _parent.lthigh._x;
fdelta_y = _parent.rthigh._y - _parent.lthigh._y;
frotation = (-Math.atan2(fdelta_x, fdelta_y)) / (Math.PI/180);
frotation = frotation - 90;
otation = frotation;
if ((otation < -90) || (otation > 90)) {
otation = otation + 180;
otation = otation % 180;
}
_rotation = (otation / 2);
otation = otation / 2;
_y = (_parent.crotch._y - (26.95 * Math.cos(otation * (Math.PI/180))));
_x = (_parent.crotch._x + (26.95 * Math.sin(otation * (Math.PI/180))));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 1;
}
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
}
Instance of Symbol 32 MovieClip "rthigh" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
Instance of Symbol 32 MovieClip "rcalf" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (enterFrame) {
h = 53.9;
rfootr = _parent.rfoot._rotation + 360;
rfootr = rfootr % 360;
delta_x = (_parent.rfoot._x + (32 * Math.sin(rfootr * (Math.PI/180)))) - _parent.crotch._x;
delta_y = (_parent.rfoot._y - (32 * Math.cos(rfootr * (Math.PI/180)))) - _parent.crotch._y;
crotchr = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
crotchr = crotchr + 360;
crotchr = crotchr % 360;
ydistance = (_parent.rfoot._y - (32 * Math.cos(rfootr * (Math.PI/180)))) - _parent.crotch._y;
xdistance = (_parent.rfoot._x + (32 * Math.sin(rfootr * (Math.PI/180)))) - _parent.crotch._x;
distance = Math.sqrt((xdistance * xdistance) + (ydistance * ydistance));
n = (distance / 2) / h;
_y = ((_parent.rfoot._y - (32 * Math.cos(rfootr * (Math.PI/180)))) - ((h / 2) * Math.cos(_rotation * (Math.PI/180))));
_x = ((_parent.rfoot._x + (32 * Math.sin(rfootr * (Math.PI/180)))) + ((h / 2) * Math.sin(_rotation * (Math.PI/180))));
_rotation = (((-90 * Math.cos((n * Math.PI) / 2)) + (n / 90)) + crotchr);
_parent.rthigh._rotation = ((90 * Math.cos((n * Math.PI) / 2)) + (n / 90)) + crotchr;
_parent.rthigh._x = _parent.crotch._x - ((h / 2) * Math.sin(_parent.rthigh._rotation * (Math.PI/180)));
_parent.rthigh._y = _parent.crotch._y + ((h / 2) * Math.cos(_parent.rthigh._rotation * (Math.PI/180)));
}
Instance of Symbol 41 MovieClip "lthigh" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
Instance of Symbol 32 MovieClip "lcalf" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (enterFrame) {
h = 53.9;
lfootr = _parent.lfoot._rotation + 180;
lfootr = lfootr % 360;
delta_x = (_parent.lfoot._x + (32 * Math.sin(lfootr * (Math.PI/180)))) - _parent.crotch._x;
delta_y = (_parent.lfoot._y - (32 * Math.cos(lfootr * (Math.PI/180)))) - _parent.crotch._y;
crotchr = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
crotchr = crotchr + 360;
crotchr = crotchr % 360;
ydistance = (_parent.lfoot._y - (32 * Math.cos(lfootr * (Math.PI/180)))) - _parent.crotch._y;
xdistance = (_parent.lfoot._x + (32 * Math.sin(lfootr * (Math.PI/180)))) - _parent.crotch._x;
distance = Math.sqrt((xdistance * xdistance) + (ydistance * ydistance));
n = (distance / 2) / h;
_y = ((_parent.lfoot._y - (32 * Math.cos(lfootr * (Math.PI/180)))) - ((h / 2) * Math.cos(_rotation * (Math.PI/180))));
_x = ((_parent.lfoot._x + (32 * Math.sin(lfootr * (Math.PI/180)))) + ((h / 2) * Math.sin(_rotation * (Math.PI/180))));
_rotation = (((90 * Math.cos((n * Math.PI) / 2)) + (n / 90)) + crotchr);
_parent.lthigh._rotation = ((-90 * Math.cos((n * Math.PI) / 2)) + (n / 90)) + crotchr;
_parent.lthigh._x = _parent.crotch._x - ((h / 2) * Math.sin(_parent.lthigh._rotation * (Math.PI/180)));
_parent.lthigh._y = _parent.crotch._y + ((h / 2) * Math.cos(_parent.lthigh._rotation * (Math.PI/180)));
}
Instance of Symbol 46 MovieClip "crotch" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.colour._currentframe == 10) {
_alpha = 100;
gotoAndStop (3);
} else {
_alpha = 0;
gotoAndStop (1);
}
}
onClipEvent (load) {
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
drag = false;
}
on (press) {
drag = true;
}
on (release, releaseOutside) {
drag = false;
}
onClipEvent (enterFrame) {
if (_root.go._currentframe == 1) {
drag = false;
}
_rotation = _parent.ab._rotation;
if (_root.shock._currentframe == 2) {
_x = (_x + (random(100) * Math.cos(random(360) * (Math.PI/180))));
_y = (_y - (random(100) * Math.cos(random(360) * (Math.PI/180))));
yistance = _y - (_parent.lfoot._y - (32 * Math.cos(footr * (Math.PI/180))));
xistance = _x - (_parent.lfoot._x + (32 * Math.sin(footr * (Math.PI/180))));
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 63;
yistance = (_parent.rfoot._y - (32 * Math.cos(rfootr * (Math.PI/180)))) - _y;
xistance = (_parent.rfoot._x - (32 * Math.sin(rfootr * (Math.PI/180)))) - _x;
ristance = Math.sqrt((xistance * xistance) + (yistance * yistance));
v = 0;
while (((istance > 108) || (ristance > 108)) && (v < 100)) {
delta_x = _x - gotoSpotXX;
delta_y = _y - gotoSpotYY;
frotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yistance = _y - (_parent.lfoot._y - (32 * Math.cos(footr * (Math.PI/180))));
xistance = _x - (_parent.lfoot._x + (32 * Math.sin(footr * (Math.PI/180))));
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 63;
yistance = (_parent.rfoot._y - (32 * Math.cos(rfootr * (Math.PI/180)))) - _y;
xistance = (_parent.rfoot._x - (32 * Math.sin(rfootr * (Math.PI/180)))) - _x;
ristance = Math.sqrt((xistance * xistance) + (yistance * yistance));
_y = (_y - (1 * Math.cos(frotation * (Math.PI/180))));
_x = (_x + (1 * Math.sin(frotation * (Math.PI/180))));
v++;
}
}
delta_x = _x - gotoSpotXX;
delta_y = _y - gotoSpotYY;
frotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (1 * Math.cos(frotation * (Math.PI/180))));
_x = (_x + (1 * Math.sin(frotation * (Math.PI/180))));
rfootr = _parent.rfoot._rotation + 360;
rfootr = rfootr % 360;
footr = _parent.lfoot._rotation + 360;
footr = footr % 360;
if (drag == true) {
gotoSpotX = _parent._xmouse;
gotoSpotY = _parent._ymouse;
} else {
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
}
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
yistance = _y - (_parent.lfoot._y - (32 * Math.cos(footr * (Math.PI/180))));
xistance = _x - (_parent.lfoot._x + (32 * Math.sin(footr * (Math.PI/180))));
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 63;
yistance = (_parent.rfoot._y - (32 * Math.cos(rfootr * (Math.PI/180)))) - _y;
xistance = (_parent.rfoot._x - (32 * Math.sin(rfootr * (Math.PI/180)))) - _x;
ristance = Math.sqrt((xistance * xistance) + (yistance * yistance));
if ((istance < 108) && (ristance < 108)) {
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 1;
}
}
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
xc = _x;
yc = _y;
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yistance = _y - (_parent.lfoot._y - (32 * Math.cos(footr * (Math.PI/180))));
xistance = _x - (_parent.lfoot._x + (32 * Math.sin(footr * (Math.PI/180))));
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 63;
yistance = (_parent.rfoot._y - (32 * Math.cos(rfootr * (Math.PI/180)))) - _y;
xistance = (_parent.rfoot._x - (32 * Math.sin(rfootr * (Math.PI/180)))) - _x;
ristance = Math.sqrt((xistance * xistance) + (yistance * yistance));
if ((istance > 108) || (ristance > 108)) {
v = 0;
while (((istance > 108) && (ristance > 108)) && (v < 100)) {
delta_x = _x - gotoSpotXX;
delta_y = _y - gotoSpotYY;
frotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yistance = _y - (_parent.lfoot._y - (32 * Math.cos(footr * (Math.PI/180))));
xistance = _x - (_parent.lfoot._x + (32 * Math.sin(footr * (Math.PI/180))));
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 63;
yistance = (_parent.rfoot._y - (32 * Math.cos(rfootr * (Math.PI/180)))) - _y;
xistance = (_parent.rfoot._x - (32 * Math.sin(rfootr * (Math.PI/180)))) - _x;
ristance = Math.sqrt((xistance * xistance) + (yistance * yistance));
_y = (_y - (1 * Math.cos(frotation * (Math.PI/180))));
_x = (_x + (1 * Math.sin(frotation * (Math.PI/180))));
v++;
}
ix = ix * -1;
iy = iy * -1;
speed = speed * -1;
xx = xx * -1;
yy = yy * -1;
_y = yc;
_x = xc;
}
if (_y > 306.5) {
ix = ix * -1;
iy = iy * -1;
speed = speed * -1;
yy = yy * -1;
_y = yc;
}
}
Instance of Symbol 46 MovieClip "neck" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_root.colour._currentframe == 6) {
_alpha = 100;
gotoAndStop (2);
} else {
_alpha = 0;
gotoAndStop (1);
}
}
onClipEvent (load) {
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
drag = false;
}
onClipEvent (enterFrame) {
vxxx = _x - vxx;
_rotation = vxxx;
vxx = _x;
}
onClipEvent (enterFrame) {
if (_root.shock._currentframe == 2) {
_x = (_x + (random(50) * Math.cos(random(360) * (Math.PI/180))));
_y = (_y - (random(50) * Math.cos(random(360) * (Math.PI/180))));
}
rhandr = _parent.chest._rotation;
_y = (_parent.chest._y - (16.95 * Math.cos(rhandr * (Math.PI/180))));
_x = (_parent.chest._x + (16.95 * Math.sin(rhandr * (Math.PI/180))));
if (drag == true) {
gotoSpotX = _parent._xmouse;
gotoSpotY = _parent._ymouse;
} else {
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
}
rfootr = _parent.ab._rotation + 360;
rfootr = rfootr % 360;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
yistance = (_parent.crotch._y - (108 * Math.cos(rfootr * (Math.PI/180)))) - _y;
xistance = (_parent.crotch._x - (108 * Math.sin(rfootr * (Math.PI/180)))) - _x;
ristance = Math.sqrt((xistance * xistance) + (yistance * yistance));
if ((istance < 108) && (ristance < 108)) {
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 1;
}
}
}
Instance of Symbol 32 MovieClip "rarmm" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
Instance of Symbol 32 MovieClip "larmm" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
Instance of Symbol 96 MovieClip "head" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.shock._currentframe == 2) {
this.head.gotoAndStop(2);
} else {
this.head.gotoAndStop(1);
}
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (load) {
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
xxxx = _x;
yyyy = 319.4;
drag = false;
}
on (press) {
drag = true;
}
on (release, releaseOutside) {
drag = false;
}
onClipEvent (enterFrame) {
if (_root.go._currentframe == 1) {
drag = false;
}
_x = vx;
_y = vy;
delta_x = _x - gotoSpotXX;
delta_y = _y - gotoSpotYY;
frotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (1 * Math.cos(frotation * (Math.PI/180))));
_x = (_x + (1 * Math.sin(frotation * (Math.PI/180))));
xc = _x;
yc = _y;
xxx = xxxx - _x;
yyy = yyyy - _y;
rotato = (-Math.atan2(xxx, yyy)) / (Math.PI/180);
if (drag == true) {
gotoSpotX = _parent._xmouse;
gotoSpotY = _parent._ymouse;
} else {
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
}
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
yistance = yg - (_y - 73.65);
xistance = xg - (_x - 72.25);
istance = Math.sqrt((xistance * xistance) + (yistance * yistance));
if (istance < 30) {
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 1;
}
}
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
otation = _parent.chest._rotation / 2;
rotato = rotato + otation;
_rotation = rotato;
vx = _x;
vy = _y;
yg = (((_parent.chest._y - (6.95 * Math.cos((otation * 2) * (Math.PI/180)))) - (73.65 * Math.cos(otation * (Math.PI/180)))) - 73.65) + 5;
xg = (((_parent.chest._x + (6.95 * Math.sin((otation * 2) * (Math.PI/180)))) + (73.65 * Math.sin(otation * (Math.PI/180)))) - 72.25) + 5;
_y = (_y + yg);
_x = (_x + xg);
yistance = yg - (_y - 73.65);
xistance = xg - (_x - 72.25);
istance = Math.sqrt((xistance * xistance) + (yistance * yistance));
if (istance > 30) {
ix = ix * -1;
iy = iy * -1;
speed = speed * -1;
xx = (speed - 2) * Math.sin(rotation * (Math.PI/180));
yy = (speed - 2) * Math.cos(rotation * (Math.PI/180));
yg = (((_parent.chest._y - (6.95 * Math.cos((otation * 2) * (Math.PI/180)))) - (73.65 * Math.cos(otation * (Math.PI/180)))) - 73.65) + 5;
xg = (((_parent.chest._x + (6.95 * Math.sin((otation * 2) * (Math.PI/180)))) + (73.65 * Math.sin(otation * (Math.PI/180)))) - 72.25) + 5;
}
}
Instance of Symbol 100 MovieClip in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
n = 0;
k = 0;
_x = 0;
_y = 0;
}
onClipEvent (enterFrame) {
if (_root.colour._currentframe == 8) {
k = k + 1;
if (k > 70) {
k = 0;
}
kk = "blood" + k;
duplicateMovieClip (blood, kk, k);
}
}
Instance of Symbol 111 MovieClip "rhand" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (load) {
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
xxxx = _parent.neck._x;
yyyy = _parent.neck._y;
shix = xxxx - _x;
shiy = yyyy - _y;
drag = false;
}
on (press) {
drag = true;
}
on (release, releaseOutside) {
drag = false;
}
onClipEvent (enterFrame) {
if (_root.go._currentframe == 1) {
drag = false;
}
if (_root.shock._currentframe == 2) {
xxxxx = _x;
yyyyy = _y;
_x = (_x + (random(100) * Math.cos(random(360) * (Math.PI/180))));
_y = (_y - (random(100) * Math.cos(random(360) * (Math.PI/180))));
delta_x = xxxxx - _x;
delta_y = yyyyy - _y;
_rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180));
}
_x = vex;
_y = yex;
xxxx = _parent.neck._x;
yyyy = _parent.neck._y;
gotoSpotXX = _parent.neck._x - shix;
gotoSpotYY = _parent.neck._y - shiy;
delta_x = _x - gotoSpotXX;
delta_y = _y - gotoSpotYY;
frotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
xxx = _x - xxxx;
yyy = _y - yyyy;
_rotation = ((-Math.atan2(xxx, yyy)) / (Math.PI/180));
_rotation = (_rotation + 180);
if (drag == true) {
_xscale = 101;
gotoSpotX = _parent._xmouse;
gotoSpotY = _parent._ymouse;
} else {
_xscale = 100;
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
}
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yistance = (_y - (24 * Math.cos(handr * (Math.PI/180)))) - _parent.neck._y;
xistance = (_x + (24 * Math.sin(handr * (Math.PI/180)))) - _parent.neck._x;
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 48;
if (istance < 104) {
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 2;
}
} else {
_y = (_y - (1 * Math.cos(frotation * (Math.PI/180))));
_x = (_x + (1 * Math.sin(frotation * (Math.PI/180))));
v = 0;
while ((istance > 107.8) && (v < 30)) {
_y = (_y - (1 * Math.cos(frotation * (Math.PI/180))));
_x = (_x + (1 * Math.sin(frotation * (Math.PI/180))));
delta_x = _x - gotoSpotXX;
delta_y = _y - gotoSpotYY;
frotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yistance = (_y - (24 * Math.cos(handr * (Math.PI/180)))) - _parent.neck._y;
xistance = (_x + (24 * Math.sin(handr * (Math.PI/180)))) - _parent.neck._x;
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 48;
v = v + 1;
}
}
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
xc = _x;
yc = _y;
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
handr = _rotation + 360;
handr = handr % 360;
yistance = (_y - (24 * Math.cos(handr * (Math.PI/180)))) - _parent.neck._y;
xistance = (_x + (24 * Math.sin(handr * (Math.PI/180)))) - _parent.neck._x;
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 48;
if (istance > 104) {
gotoSpotX = _x;
gotoSpotY = _y;
ix = ix * -0.8;
iy = iy * -0.8;
speed = speed * -1;
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = (speed + 2) * Math.sin(rotation * (Math.PI/180));
_y = yc;
_x = xc;
}
_parent.rhander._x = _x - vex;
_parent.rhander._y = _y - yex;
yex = _y;
vex = _x;
}
Instance of Symbol 111 MovieClip "lhand" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (load) {
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
xxxx = _parent.neck._x;
yyyy = _parent.neck._y;
shix = xxxx - _x;
shiy = yyyy - _y;
drag = false;
}
on (press) {
drag = true;
}
on (release, releaseOutside) {
drag = false;
}
onClipEvent (enterFrame) {
if (_root.go._currentframe == 1) {
drag = false;
}
if (_root.shock._currentframe == 2) {
xxxxx = _x;
yyyyy = _y;
_x = (_x + (random(100) * Math.cos(random(360) * (Math.PI/180))));
_y = (_y - (random(100) * Math.cos(random(360) * (Math.PI/180))));
delta_x = xxxxx - _x;
delta_y = yyyyy - _y;
_rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180));
}
_x = vex;
_y = yex;
xxxx = _parent.neck._x;
yyyy = _parent.neck._y;
gotoSpotXX = _parent.neck._x - shix;
gotoSpotYY = _parent.neck._y - shiy;
delta_x = _x - gotoSpotXX;
delta_y = _y - gotoSpotYY;
frotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
xxx = _x - xxxx;
yyy = _y - yyyy;
_rotation = ((-Math.atan2(xxx, yyy)) / (Math.PI/180));
if (drag == true) {
_alpha = 101;
gotoSpotX = _parent._xmouse;
gotoSpotY = _parent._ymouse;
} else {
_alpha = 100;
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
}
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yistance = (_y - (24 * Math.cos(handr * (Math.PI/180)))) - _parent.neck._y;
xistance = (_x + (24 * Math.sin(handr * (Math.PI/180)))) - _parent.neck._x;
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 48;
if (istance < 104) {
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 2;
}
} else {
_y = (_y - (1 * Math.cos(frotation * (Math.PI/180))));
_x = (_x + (1 * Math.sin(frotation * (Math.PI/180))));
v = 0;
while ((istance > 107.8) && (v < 30)) {
_y = (_y - (1 * Math.cos(frotation * (Math.PI/180))));
_x = (_x + (1 * Math.sin(frotation * (Math.PI/180))));
delta_x = _x - gotoSpotXX;
delta_y = _y - gotoSpotYY;
frotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yistance = (_y - (24 * Math.cos(handr * (Math.PI/180)))) - _parent.neck._y;
xistance = (_x + (24 * Math.sin(handr * (Math.PI/180)))) - _parent.neck._x;
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 48;
v = v + 1;
}
}
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
xc = _x;
yc = _y;
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
handr = _rotation + 180;
handr = handr % 360;
yistance = (_y - (24 * Math.cos(handr * (Math.PI/180)))) - _parent.neck._y;
xistance = (_x + (24 * Math.sin(handr * (Math.PI/180)))) - _parent.neck._x;
istance = Math.sqrt((xistance * xistance) + (yistance * yistance)) - 48;
if (istance > 104) {
gotoSpotX = _x;
gotoSpotY = _y;
ix = ix * -0.8;
iy = iy * -0.8;
speed = speed * -1;
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = (speed + 2) * Math.sin(rotation * (Math.PI/180));
_y = yc;
_x = xc;
}
_parent.lhander._x = _x - vex;
_parent.lhander._y = _y - yex;
yex = _y;
vex = _x;
}
Instance of Symbol 32 MovieClip "rarm" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (load) {
_yscale = (_yscale * 1.1);
}
onClipEvent (enterFrame) {
h = 53.9;
rhandr = _parent.rhand._rotation + 180;
rhandr = rhandr % 360;
delta_x = (_parent.rhand._x + (24 * Math.sin(rhandr * (Math.PI/180)))) - _parent.neck._x;
delta_y = (_parent.rhand._y - (24 * Math.cos(rhandr * (Math.PI/180)))) - _parent.neck._y;
neckr = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
neckr = neckr + 360;
neckr = neckr % 360;
ydistance = (_parent.rhand._y - (24 * Math.cos(rhandr * (Math.PI/180)))) - _parent.neck._y;
xdistance = (_parent.rhand._x + (24 * Math.sin(rhandr * (Math.PI/180)))) - _parent.neck._x;
distance = Math.sqrt((xdistance * xdistance) + (ydistance * ydistance));
n = (distance / 2) / h;
if ((_parent.rhand._y - (22 * Math.cos(rhandr * (Math.PI/180)))) > 162) {
nty = 90;
} else {
nty = -90;
}
_rotation = ((((-nty) * Math.cos((n * Math.PI) / 2)) + (n / 90)) + neckr);
_y = ((_parent.rhand._y - (22 * Math.cos(rhandr * (Math.PI/180)))) - ((h / 2) * Math.cos(_rotation * (Math.PI/180))));
_x = ((_parent.rhand._x + (22 * Math.sin(rhandr * (Math.PI/180)))) + ((h / 2) * Math.sin(_rotation * (Math.PI/180))));
_parent.relb._y = (_parent.rhand._y - (22 * Math.cos(rhandr * (Math.PI/180)))) - (h * Math.cos(_rotation * (Math.PI/180)));
_parent.relb._x = (_parent.rhand._x + (22 * Math.sin(rhandr * (Math.PI/180)))) + (h * Math.sin(_rotation * (Math.PI/180)));
_parent.relbb._y = (_parent.rhand._y - (22 * Math.cos(rhandr * (Math.PI/180)))) - (h * Math.cos(_rotation * (Math.PI/180)));
_parent.relbb._x = (_parent.rhand._x + (22 * Math.sin(rhandr * (Math.PI/180)))) + (h * Math.sin(_rotation * (Math.PI/180)));
_parent.rarmm._rotation = ((nty * Math.cos((n * Math.PI) / 2)) + (n / 90)) + neckr;
_parent.rarmm._x = _parent.neck._x - ((h / 2) * Math.sin(_parent.rarmm._rotation * (Math.PI/180)));
_parent.rarmm._y = _parent.neck._y + ((h / 2) * Math.cos(_parent.rarmm._rotation * (Math.PI/180)));
}
Instance of Symbol 32 MovieClip "larm" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (load) {
_yscale = (_yscale * 1.07);
}
onClipEvent (enterFrame) {
h = 53.9;
lhandr = _parent.lhand._rotation;
lhandr = lhandr % 360;
delta_x = (_parent.lhand._x + (24 * Math.sin(lhandr * (Math.PI/180)))) - _parent.neck._x;
delta_y = (_parent.lhand._y - (24 * Math.cos(lhandr * (Math.PI/180)))) - _parent.neck._y;
neckr = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
neckr = neckr + 360;
neckr = neckr % 360;
ydistance = (_parent.lhand._y - (24 * Math.cos(lhandr * (Math.PI/180)))) - _parent.neck._y;
xdistance = (_parent.lhand._x + (24 * Math.sin(lhandr * (Math.PI/180)))) - _parent.neck._x;
distance = Math.sqrt((xdistance * xdistance) + (ydistance * ydistance));
n = (distance / 2) / h;
if ((_parent.lhand._y - (22 * Math.cos(lhandr * (Math.PI/180)))) > 162) {
nty = 90;
} else {
nty = -90;
}
_rotation = (((nty * Math.cos((n * Math.PI) / 2)) + (n / 90)) + neckr);
_y = ((_parent.lhand._y - (22 * Math.cos(lhandr * (Math.PI/180)))) - ((h / 2) * Math.cos(_rotation * (Math.PI/180))));
_x = ((_parent.lhand._x + (22 * Math.sin(lhandr * (Math.PI/180)))) + ((h / 2) * Math.sin(_rotation * (Math.PI/180))));
_parent.larmm._rotation = (((-nty) * Math.cos((n * Math.PI) / 2)) + (n / 90)) + neckr;
_parent.larmm._x = _parent.neck._x - ((h / 2) * Math.sin(_parent.larmm._rotation * (Math.PI/180)));
_parent.larmm._y = _parent.neck._y + ((h / 2) * Math.cos(_parent.larmm._rotation * (Math.PI/180)));
}
Instance of Symbol 113 MovieClip "rfooter" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
delta_x = _x;
delta_y = _y;
_yscale = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
_rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180));
}
Instance of Symbol 113 MovieClip "lhander" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
delta_x = _x;
delta_y = _y;
_yscale = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
_rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180));
}
Instance of Symbol 113 MovieClip "rhander" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
delta_x = _x;
delta_y = _y;
_yscale = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
_rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180));
}
Instance of Symbol 113 MovieClip "lfooter" in Symbol 124 MovieClip Frame 1
onClipEvent (load) {
_alpha = 0;
xx = 0;
yy = 0;
}
onClipEvent (enterFrame) {
delta_x = _x;
delta_y = _y;
_yscale = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
_rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180));
}
Instance of Symbol 123 MovieClip "rfoot" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (load) {
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
xxxx = _x;
yyyy = _y - 140;
drag = false;
}
on (press) {
drag = true;
}
on (release, releaseOutside) {
drag = false;
}
onClipEvent (enterFrame) {
if (_root.go._currentframe == 1) {
drag = false;
}
delta_x = _x - gotoSpotXX;
delta_y = _y - gotoSpotYY;
frotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (1 * Math.cos(frotation * (Math.PI/180))));
_x = (_x + (1 * Math.sin(frotation * (Math.PI/180))));
xxx = _x - xxxx;
yyy = _y - yyyy;
_rotation = ((-Math.atan2(xxx, yyy)) / (Math.PI/180));
if (drag == true) {
gotoSpotX = _parent._xmouse;
gotoSpotY = _parent._ymouse;
} else {
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
}
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yistance = (_y - (32 * Math.cos(footr * (Math.PI/180)))) - _parent.crotch._y;
xistance = (_x + (32 * Math.sin(footr * (Math.PI/180)))) - _parent.crotch._x;
istance = Math.sqrt((xistance * xistance) + (yistance * yistance));
if (istance < 107.8) {
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 2;
}
}
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
xc = _x;
yc = _y;
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
footr = _rotation + 360;
footr = footr % 360;
yistance = (_y - (32 * Math.cos(footr * (Math.PI/180)))) - _parent.crotch._y;
xistance = (_x + (32 * Math.sin(footr * (Math.PI/180)))) - _parent.crotch._x;
istance = Math.sqrt((xistance * xistance) + (yistance * yistance));
if (istance > 107.8) {
gotoSpotX = _x;
gotoSpotY = _y;
ix = ix * -0.8;
iy = iy * -0.8;
speed = speed * -1;
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = (speed + 2) * Math.sin(rotation * (Math.PI/180));
_y = yc;
_x = xc;
}
_parent.rfooter._x = _x - vex;
_parent.rfooter._y = _y - yex;
vex = _x;
yex = _y;
}
Instance of Symbol 123 MovieClip "lfoot" in Symbol 124 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
onClipEvent (load) {
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
xxxx = _x;
yyyy = _y - 140;
drag = false;
}
on (press) {
drag = true;
}
on (release, releaseOutside) {
drag = false;
}
onClipEvent (enterFrame) {
if (_root.go._currentframe == 1) {
drag = false;
}
delta_x = _x - gotoSpotXX;
delta_y = _y - gotoSpotYY;
frotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (1 * Math.cos(frotation * (Math.PI/180))));
_x = (_x + (1 * Math.sin(frotation * (Math.PI/180))));
xxx = _x - xxxx;
yyy = _y - yyyy;
_rotation = (180 + ((-Math.atan2(xxx, yyy)) / (Math.PI/180)));
if (drag == true) {
gotoSpotX = _parent._xmouse;
gotoSpotY = _parent._ymouse;
} else {
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
}
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
yistance = (_y - (32 * Math.cos(footr * (Math.PI/180)))) - _parent.crotch._y;
xistance = (_x + (32 * Math.sin(footr * (Math.PI/180)))) - _parent.crotch._x;
istance = Math.sqrt((xistance * xistance) + (yistance * yistance));
if (istance < 107.8) {
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 2;
}
}
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
xc = _x;
yc = _y;
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
footr = _rotation + 180;
footr = footr % 360;
yistance = (_y - (32 * Math.cos(footr * (Math.PI/180)))) - _parent.crotch._y;
xistance = (_x + (32 * Math.sin(footr * (Math.PI/180)))) - _parent.crotch._x;
istance = Math.sqrt((xistance * xistance) + (yistance * yistance));
if (istance > 107.8) {
gotoSpotX = _x;
gotoSpotY = _y;
ix = ix * -0.8;
iy = iy * -0.8;
speed = speed * -1;
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = (speed + 2) * Math.sin(rotation * (Math.PI/180));
_y = yc;
_x = xc;
}
_parent.lfooter._x = _x - vex;
_parent.lfooter._y = _y - yex;
vex = _x;
yex = _y;
}
Symbol 143 MovieClip Frame 1
stop();
Symbol 151 Button
on (release) {
getURL ("http://www.armorgames.com", "_blank");
}
Symbol 161 Button
on (press) {
_root.gotoAndStop(2);
}
Symbol 162 MovieClip Frame 1
stop();
Instance of Symbol 162 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.getBytesLoaded() / _root.getBytesTotal()) == 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 172 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 174 MovieClip Frame 1
function camControl() {
parentColor.setTransform(camColor.getTransform());
var _local4 = sX / this._width;
var _local3 = sY / this._height;
_parent._x = cX - (this._x * _local4);
_parent._y = cY - (this._y * _local3);
_parent._xscale = 100 * _local4;
_parent._yscale = 100 * _local3;
}
function resetStage() {
var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0};
parentColor.setTransform(_local2);
_parent._xscale = 100;
_parent._yscale = 100;
_parent._x = 0;
_parent._y = 0;
}
this._visible = false;
var oldMode = Stage.scaleMode;
Stage.scaleMode = "exactFit";
var cX = (Stage.width / 2);
var cY = (Stage.height / 2);
var sX = Stage.width;
var sY = Stage.height;
Stage.scaleMode = oldMode;
var camColor = new Color(this);
var parentColor = new Color(_parent);
this.onEnterFrame = camControl;
camControl();
this.onUnload = resetStage;
Symbol 265 MovieClip Frame 1
stopAllSounds();
Instance of Symbol 174 MovieClip in Symbol 265 MovieClip Frame 1
//component parameters
onClipEvent (construct) {
varName = "defaultValue";
}
Symbol 265 MovieClip Frame 187
_root.play();
Symbol 274 MovieClip Frame 1
stop();
Symbol 281 MovieClip Frame 1
stop();
Instance of Symbol 283 MovieClip "sparkle" in Symbol 284 MovieClip Frame 1
onClipEvent (load) {
_x = (_x + (random(200) - 100));
_y = (_y + (random(100) - 50));
_xscale = random(100);
_yscale = _xscale;
r = random(20) + 20;
if (random(2) == 1) {
r = r * -1;
}
}
onClipEvent (enterFrame) {
_rotation = (_rotation - r);
_alpha = (_alpha - 5);
if (_alpha < 0) {
_alpha = 0;
}
}
Symbol 287 MovieClip Frame 2
stop();
Symbol 290 MovieClip Frame 365
stop();
Symbol 294 MovieClip Frame 60
_root.nextFrame();
Symbol 296 MovieClip Frame 1
stopAllSounds();
Symbol 296 MovieClip Frame 2
stop();
Symbol 298 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 304 MovieClip Frame 1
stop();
Symbol 304 MovieClip Frame 3
_root.messag.gotoAndPlay(2);
_root.lifer.nextFrame();
Symbol 304 MovieClip Frame 4
_root.messag.gotoAndPlay(2);
Symbol 308 MovieClip Frame 299
_root.go.gotoAndStop(3);
Symbol 348 Button
on (press) {
_root.gotoAndStop(3);
}
Symbol 352 Button
on (release) {
getURL ("http://www.armorgames.com", "blank");
}
Symbol 353 Button
on (press) {
stopAllSounds();
_root.body._visible = true;
_root.gotoAndStop(3);
}
Instance of Symbol 361 MovieClip in Symbol 362 MovieClip Frame 5
onClipEvent (enterFrame) {
score.text = _root.pointer._currentframe - 1;
}
Symbol 362 MovieClip Frame 15
stop();
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 30
_root.body._visible = false;
_root.objects._alpha = 0;
_root.go.gotoAndStop(5);
Symbol 363 MovieClip Frame 102
stop();
Symbol 380 MovieClip Frame 1
stop();
Symbol 380 MovieClip Frame 2
stop();
Symbol 380 MovieClip Frame 3
stop();
Symbol 380 MovieClip Frame 4
stop();
Symbol 380 MovieClip Frame 5
stop();
Symbol 380 MovieClip Frame 6
stop();
Symbol 380 MovieClip Frame 7
stop();
Symbol 381 MovieClip Frame 1
stop();
Instance of Symbol 380 MovieClip "messag" in Symbol 381 MovieClip Frame 2
onClipEvent (load) {
n = random(3);
}
onClipEvent (enterFrame) {
if (_root.go._currentframe == 3) {
nn = 6;
}
if (_root.go._currentframe == 4) {
nn = 3;
}
this._parent.messag.gotoAndStop((nn - n) + 1);
}
Symbol 381 MovieClip Frame 31
stop();
if (_root.lifer._currentframe < 4) {
_root.objects.gotoAndStop(1);
this._parent.go.gotoAndStop(1);
this._parent.command.gotoAndPlay(1);
_root.body.rhand._alpha = 100;
_root.body.lhand._alpha = 100;
_root.body.head._alpha = 100;
_root.body.head._visible = true;
} else {
this._parent.boom.gotoAndPlay(2);
}
_root.sfx.gotoAndStop(1);
Symbol 383 MovieClip Frame 1
stop();
Symbol 389 MovieClip Frame 1
stop();
Symbol 391 MovieClip Frame 1
stop();
Symbol 413 MovieClip Frame 1
j = 0;
this.foothand.gotoAndStop(1);
this.rightleft.gotoAndStop(1);
this.command.gotoAndStop(1);
this.negative.gotoAndStop(1);
if (_root._currentframe == 5) {
n = random(4);
} else {
n = random(3);
}
if (n != 0) {
gotoAndPlay (2);
} else {
j = 1;
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (400);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
this.command.gotoAndStop(n + 1);
this.negative.nextFrame();
}
n = random(4);
if (((n != 0) && (_root._currentframe == 6)) && (j == 0)) {
gotoAndPlay (51);
this.negative.nextFrame();
}
Symbol 413 MovieClip Frame 44
n = random(13);
if ((_root._currentframe == 6) && (random(2) == 1)) {
gotoAndPlay (51);
} else {
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (400);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
this.command.gotoAndStop(n + 1);
}
Symbol 413 MovieClip Frame 52
this.negative.nextFrame();
Symbol 413 MovieClip Frame 65
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (400);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
this.command.gotoAndStop(n + 1);
Symbol 413 MovieClip Frame 73
this.foothand.gotoAndStop(2);
Symbol 413 MovieClip Frame 93
n = random(3);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 413 MovieClip Frame 98
this.foothand.gotoAndStop(4);
Symbol 413 MovieClip Frame 111
n = random(2);
if (n == 0) {
gotoAndPlay (520);
} else {
gotoAndPlay (548);
}
Symbol 413 MovieClip Frame 154
gotoAndStop (614);
Symbol 413 MovieClip Frame 175
n = random(3);
if (n == 0) {
gotoAndPlay (520);
}
if (n == 1) {
gotoAndPlay (548);
}
if (n == 2) {
gotoAndPlay (615);
}
Symbol 413 MovieClip Frame 238
gotoAndStop (614);
Symbol 413 MovieClip Frame 264
gotoAndStop (614);
Symbol 413 MovieClip Frame 273
this.foothand.gotoAndStop(3);
Symbol 413 MovieClip Frame 319
n = random(2);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 413 MovieClip Frame 323
this.foothand.gotoAndStop(3);
Symbol 413 MovieClip Frame 347
n = random(2);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 413 MovieClip Frame 371
gotoAndStop (614);
Symbol 413 MovieClip Frame 373
this.foothand.gotoAndStop(2);
Symbol 413 MovieClip Frame 393
n = random(3);
if (n == 0) {
gotoAndPlay (520);
}
if (n == 1) {
gotoAndPlay (548);
}
if (n == 2) {
gotoAndPlay (615);
}
Symbol 413 MovieClip Frame 401
this.foothand.gotoAndStop(3);
Symbol 413 MovieClip Frame 430
n = random(2);
if (n == 0) {
gotoAndPlay (500);
}
if (n == 1) {
gotoAndStop (614);
}
Symbol 413 MovieClip Frame 439
this.rightleft.gotoAndStop(4);
Symbol 413 MovieClip Frame 470
gotoAndStop (614);
Symbol 413 MovieClip Frame 478
this.foothand.gotoAndStop(3);
Symbol 413 MovieClip Frame 488
n = random(2);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 413 MovieClip Frame 510
n = random(2);
if (n == 0) {
if (this.rightleft._currentframe == 4) {
gotoAndStop (614);
} else {
gotoAndPlay (548);
}
}
if (this.rightleft._currentframe == 4) {
gotoAndStop (614);
}
Symbol 413 MovieClip Frame 512
gotoAndPlay (519);
Symbol 413 MovieClip Frame 521
this.rightleft.gotoAndStop(3);
Symbol 413 MovieClip Frame 540
if (this.foothand._currentframe == 1) {
if (random(2) == 1) {
this.foothand.gotoAndStop(2);
} else {
this.foothand.gotoAndStop(3);
}
}
if (this.foothand._currentframe == 3) {
gotoAndPlay (576);
}
if (this.foothand._currentframe == 2) {
gotoAndPlay (598);
}
if (this.foothand._currentframe == 4) {
gotoAndStop (614);
}
Symbol 413 MovieClip Frame 550
this.rightleft.gotoAndStop(2);
Symbol 413 MovieClip Frame 570
if (this.foothand._currentframe == 1) {
if (random(2) == 1) {
this.foothand.gotoAndStop(2);
} else {
this.foothand.gotoAndStop(3);
}
}
if (this.foothand._currentframe == 3) {
gotoAndPlay (576);
}
if (this.foothand._currentframe == 2) {
gotoAndPlay (598);
}
if (this.foothand._currentframe == 4) {
gotoAndStop (614);
}
Symbol 413 MovieClip Frame 577
this.foothand.gotoAndStop(3);
Symbol 413 MovieClip Frame 586
gotoAndStop (614);
Symbol 413 MovieClip Frame 599
this.foothand.gotoAndStop(2);
Symbol 413 MovieClip Frame 608
gotoAndStop (614);
Symbol 413 MovieClip Frame 614
_root.go.gotoAndStop(2);
Symbol 413 MovieClip Frame 626
gotoAndPlay (598);
Symbol 420 MovieClip Frame 1
stop();
Instance of Symbol 111 MovieClip "rhand" in Symbol 420 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
Symbol 422 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 1
stop();
Instance of Symbol 111 MovieClip "rhand" in Symbol 427 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
Symbol 430 MovieClip Frame 1
stop();
Symbol 430 MovieClip Frame 2
_parent.com.gotoAndStop(2);
Symbol 433 MovieClip Frame 1
gotoAndStop(random(6) + 1);
Instance of Symbol 96 MovieClip "head" in Symbol 433 MovieClip Frame 5
onClipEvent (enterFrame) {
this.head.gotoAndStop(2);
this.gotoAndStop(_root.colour._currentframe);
}
Symbol 437 MovieClip Frame 1
stop();
Symbol 442 MovieClip Frame 1
stop();
Symbol 451 MovieClip Frame 1
stop();
Instance of Symbol 445 MovieClip "burn" in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 449 MovieClip "flame" in Symbol 451 MovieClip Frame 2
onClipEvent (load) {
_alpha = 100;
n = 0;
gotoAndStop(random(3) + 1);
_x = 8.5;
_y = -114.95;
}
onClipEvent (enterFrame) {
_y = (_y - 5);
_alpha = (_alpha - 5);
if ((_name == "flame") && (n < 20)) {
n = n + 1;
nn = "flame" + n;
duplicateMovieClip (this, nn, n);
}
if (_alpha < 0) {
gotoAndStop(random(3) + 1);
xx = random(6) - 2.5;
_alpha = 100;
_x = 8.5;
_y = -114.95;
}
}
Instance of Symbol 111 MovieClip "rhand" in Symbol 453 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
Instance of Symbol 111 MovieClip "rhand" in Symbol 456 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
Symbol 463 MovieClip Frame 1
stop();
Instance of Symbol 111 MovieClip "rhand" in Symbol 463 MovieClip Frame 3
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
Symbol 466 MovieClip Frame 1
stop();
Symbol 484 MovieClip Frame 6
stop();
Symbol 486 MovieClip Frame 1
stop();
Instance of Symbol 481 MovieClip in Symbol 486 MovieClip Frame 1
onClipEvent (enterFrame) {
this.gotoAndStop(_root.colour._currentframe);
}
Symbol 491 MovieClip Frame 1
stop();
Symbol 496 MovieClip Frame 1
stop();
Symbol 508 MovieClip Frame 1
stop();
gotoAndStop(random(9) + 1);
Symbol 523 MovieClip Frame 39
if (this.hitTest(_root.body.head)) {
_root.objects.com.gotoAndStop(2);
}
Symbol 523 MovieClip Frame 40
if (this.hitTest(_root.body.head)) {
_root.objects.com.gotoAndStop(2);
}
Symbol 523 MovieClip Frame 41
if (this.hitTest(_root.body.head)) {
_root.objects.com.gotoAndStop(2);
}
Symbol 523 MovieClip Frame 60
stop();
Symbol 535 MovieClip Frame 52
if ((_root.body.head.hitTest(_parent.crossfired) || (_root.body.ab.hitTest(_parent.crossfired))) || (_root.body.chest.hitTest(_parent.crossfired))) {
_root.objects.com.gotoAndStop(2);
}
Symbol 535 MovieClip Frame 75
stop();
Symbol 540 MovieClip Frame 6
stop();
Symbol 542 MovieClip Frame 6
stop();
Symbol 543 MovieClip Frame 1
stop();
Symbol 548 MovieClip Frame 50
_parent.crossfire._visible = false;
if (_root.body.head.hitTest(_parent.crossfired)) {
_parent.crossfired.gotoAndStop(2);
_root.objects.com.gotoAndStop(2);
} else {
_parent.crossfired.gotoAndStop(3);
}
Symbol 548 MovieClip Frame 71
stop();
Symbol 552 MovieClip Frame 32
if (this.hitTest(_root.body.head)) {
_root.objects.com.gotoAndStop(2);
_root.body.head._visible = 0;
_root.body.hair._visible = 0;
_root.body.band._visible = 0;
_root.body.bandd._visible = 0;
}
Symbol 552 MovieClip Frame 45
stop();
Symbol 554 MovieClip Frame 48
if (this.hitTest(_root.body.head)) {
_root.objects.com.gotoAndStop(2);
}
Symbol 554 MovieClip Frame 60
stop();
Symbol 564 MovieClip Frame 42
if ((_root.body.head.hitTest(this.c) || (_root.body.ab.hitTest(this.c))) || (_root.body.chest.hitTest(this.c))) {
_root.objects.com.gotoAndStop(2);
}
Instance of Symbol 563 MovieClip "c" in Symbol 564 MovieClip Frame 42
onClipEvent (load) {
_alpha = 0;
}
Symbol 564 MovieClip Frame 59
stop();
Symbol 577 MovieClip Frame 18
stop();
Symbol 578 MovieClip Frame 5
gotoAndPlay (1);
Symbol 578 MovieClip Frame 6
_root.objects.com.gotoAndStop(2);
Symbol 589 MovieClip Frame 1
stop();
Symbol 589 MovieClip Frame 36
stop();
Symbol 594 MovieClip Frame 7
stop();
Symbol 606 MovieClip Frame 37
stop();
Symbol 625 MovieClip Frame 36
stop();
Symbol 637 MovieClip Frame 36
stop();
Symbol 638 MovieClip Frame 1
stop();
Symbol 660 MovieClip Frame 1
stop();
Symbol 660 MovieClip Frame 3
stop();
Symbol 660 MovieClip Frame 4
stop();
Symbol 672 MovieClip Frame 1
stop();
Symbol 673 MovieClip Frame 1
stop();
Instance of Symbol 417 MovieClip in Symbol 673 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_parent.ball) && (n != 1)) {
n = 1;
xx = random(10) + 10;
yy = random(5) + 5;
r = random(20);
}
if (n == 1) {
_x = (_x + xx);
_y = (_y - yy);
yy = yy - 1;
_rotation = (_rotation + r);
if (_y > 483.2) {
yy = yy * -0.8;
_y = 483.1;
if (yy < 2) {
xx = 0;
yy = 0;
_rotation = 90;
_y = 483.3;
}
}
}
}
Instance of Symbol 420 MovieClip "ball" in Symbol 673 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_currentframe == 1) {
if (_root.body.rhand._xscale > 100) {
clic = 1;
} else if (clic == 1) {
clic = 0;
gotoAndStop (2);
speed = _root.body.rhander._yscale;
rotation = _root.body.rhander._rotation;
xs = speed * Math.sin(rotation * (Math.PI/180));
ys = speed * Math.sin(rotation * (Math.PI/180));
}
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
_root.body.rhand._alpha = 0;
} else {
_root.body.rhand._alpha = 100;
ys = ys - 1;
if (_y > 483.2) {
_y = 483.3;
ys = 0;
xs = xs * 0.95;
}
_rotation = (_rotation - ((xs / 212.685822648029) * 360));
_x = (_x - xs);
_y = (_y - ys);
}
}
Instance of Symbol 417 MovieClip in Symbol 673 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_parent.ball) && (n != 1)) {
n = 1;
xx = random(10) + 10;
yy = random(5) + 5;
r = random(20);
}
if (n == 1) {
_x = (_x + xx);
_y = (_y - yy);
yy = yy - 1;
_rotation = (_rotation + r);
if (_y > 483.2) {
yy = yy * -0.8;
_y = 483.1;
if (yy < 2) {
xx = 0;
yy = 0;
_rotation = 90;
_y = 483.3;
}
}
}
}
Instance of Symbol 417 MovieClip in Symbol 673 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_parent.ball) && (n != 1)) {
n = 1;
xx = random(10) + 10;
yy = random(5) + 5;
r = random(20);
}
if (n == 1) {
_x = (_x + xx);
_y = (_y - yy);
yy = yy - 1;
_rotation = (_rotation + r);
if (_y > 483.2) {
yy = yy * -0.8;
_y = 483.1;
if (yy < 2) {
xx = 0;
yy = 0;
_rotation = 90;
_y = 483.3;
}
}
}
}
Instance of Symbol 417 MovieClip in Symbol 673 MovieClip Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_parent.ball) && (n != 1)) {
_parent.com.gotoAndStop(2);
n = 1;
xx = random(10) + 10;
yy = random(5) + 5;
r = random(20);
}
if (n == 1) {
_x = (_x + xx);
_y = (_y - yy);
yy = yy - 1;
_rotation = (_rotation + r);
if (_y > 483.2) {
yy = yy * -0.8;
_y = 483.1;
if (yy < 2) {
xx = 0;
yy = 0;
_rotation = 90;
_y = 483.3;
}
}
}
}
Instance of Symbol 427 MovieClip in Symbol 673 MovieClip Frame 3
onClipEvent (load) {
gotoAndStop(random(4) + 1);
}
onClipEvent (enterFrame) {
if (jjj != 1) {
_root.body.rhand._alpha = 0;
if (((_root.colour._currentframe == 6) || (_root.colour._currentframe == 8)) || (_root.colour._currentframe == 9)) {
mouth = 132;
} else {
mouth = 117;
}
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
mdx = 64 - _root.body.rhand._x;
mdy = mouth - _root.body.rhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if (mdistance < 15) {
jjj = 1;
_root.body.rhand._alpha = 100;
_visible = false;
_parent.com.gotoAndStop(2);
}
}
}
Instance of Symbol 433 MovieClip in Symbol 673 MovieClip Frame 4
onClipEvent (load) {
if (random(2) == 1) {
_x = (-42 + (_width / 2));
_parent.stick._x = 10.6 + (_parent.stick._width / 2);
}
speed = 0;
ix = 0;
iy = 0;
yy = 0;
xx = 0;
gotoSpotXX = _x;
gotoSpotYY = _y;
xxxx = _x;
yyyy = _y + 50;
drag = false;
n = 0;
}
onClipEvent (enterFrame) {
xxx = _x - xxxx;
yyy = _y - yyyy;
_rotation = (((-Math.atan2(xxx, yyy)) / (Math.PI/180)) - 180);
gotoSpotX = gotoSpotXX;
gotoSpotY = gotoSpotYY;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
rotation = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
if ((speed < 5) && (distance < 5)) {
speed = 0;
_x = gotoSpotX;
_y = gotoSpotY;
} else {
speed = speed + 1;
}
yy = speed * Math.cos(rotation * (Math.PI/180));
xx = speed * Math.sin(rotation * (Math.PI/180));
iy = iy * 0.8;
iy = iy + yy;
ix = ix * 0.8;
ix = ix + xx;
distance = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
xc = _x;
yc = _y;
_y = (_y - (yy + iy));
_x = (_x + (xx + ix));
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
distancee = Math.sqrt((delta_x * delta_x) + (delta_y * delta_y));
if (distancee > distance) {
speed = 0;
}
handr = _rotation + 360;
handr = handr % 360;
rightleft = _root.command.rightleft._currentframe;
foothand = _root.command.foothand._currentframe;
if (n < 0) {
if ((this.hitTest(_root.body.rhand) && ((rightleft == 2) || (rightleft == 1))) && ((foothand == 3) || (foothand == 1))) {
speed = _root.body.rhander._yscale;
if (speed > 5) {
rotation = _root.body.rhander._rotation;
ix = _root.body.rhander._x / 10;
iy = (-_root.body.rhander._y) / 10;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
}
_parent.stick.gotoAndStop(2);
speed = speed / 5;
}
if ((this.hitTest(_root.body.lhand) && ((rightleft == 3) || (rightleft == 1))) && ((foothand == 3) || (foothand == 1))) {
speed = _root.body.lhander._yscale;
if (speed > 5) {
rotation = _root.body.lhander._rotation;
ix = _root.body.lhander._x / 10;
iy = (-_root.body.lhander._y) / 10;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
}
_parent.stick.gotoAndStop(2);
speed = speed / 5;
}
if ((this.hitTest(_root.body.rfoot) && ((rightleft == 2) || (rightleft == 1))) && ((foothand == 2) || (foothand == 1))) {
speed = _root.body.rfooter._yscale;
if (speed > 5) {
rotation = _root.body.rfooter._rotation;
ix = _root.body.rfooter._x / 5;
iy = (-_root.body.rfooter._y) / 5;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
}
_parent.stick.gotoAndStop(2);
speed = speed / 5;
}
if ((this.hitTest(_root.body.lfoot) && ((rightleft == 3) || (rightleft == 1))) && ((foothand == 2) || (foothand == 1))) {
speed = _root.body.lfooter._yscale;
if (speed > 5) {
rotation = _root.body.lfooter._rotation;
ix = _root.body.lfooter._x / 5;
iy = (-_root.body.lfooter._y) / 5;
n = 20;
delta_x = _x - gotoSpotX;
delta_y = _y - gotoSpotY;
roaion = (-Math.atan2(delta_x, delta_y)) / (Math.PI/180);
_y = (_y - (speed * Math.cos(roaion * (Math.PI/180))));
_x = (_x + (speed * Math.sin(roaion * (Math.PI/180))));
}
_parent.stick.gotoAndStop(2);
speed = speed / 5;
}
}
n = n - 13;
}
Instance of Symbol 437 MovieClip in Symbol 673 MovieClip Frame 5
onClipEvent (load) {
_y = (_y - (random(100) - 50));
if (random(2) == 1) {
_x = 4.8;
}
if (random(3) == 1) {
gotoAndStop (2);
n = 30;
}
}
onClipEvent (enterFrame) {
if (n > 0) {
n = n - 1;
if (n == 0) {
gotoAndStop (1);
_y = (_y - (random(100) - 50));
if (random(2) == 1) {
_x = 4.8;
}
}
}
if (this.hitTest(_root.body.rfoot) && ((_root.command.rightleft._currentframe == 2) || (_root.command.rightleft._currentframe == 1))) {
if (_currentframe == 1) {
_parent.com.gotoAndStop(2);
} else {
_parent.com.gotoAndStop(3);
}
_root.sfx.gotoAndStop(5);
}
if (this.hitTest(_root.body.lfoot) && ((_root.command.rightleft._currentframe == 3) || (_root.command.rightleft._currentframe == 1))) {
if (_currentframe == 1) {
_parent.com.gotoAndStop(2);
} else {
_parent.com.gotoAndStop(3);
}
_root.sfx.gotoAndStop(5);
}
}
Instance of Symbol 442 MovieClip in Symbol 673 MovieClip Frame 6
onClipEvent (enterFrame) {
if (((n != 1) && (this.hitTest(_root.body.rfoot) && ((_root.command.rightleft._currentframe == 2) || (_root.command.rightleft._currentframe == 1)))) || (this.hitTest(_root.body.lfoot) && ((_root.command.rightleft._currentframe == 3) || (_root.command.rightleft._currentframe == 1)))) {
n = 1;
xx = random(10) + 10;
yy = random(5) + 5;
r = random(20);
}
if (n == 1) {
_parent.com.gotoAndStop(2);
_x = (_x + xx);
_y = (_y - yy);
yy = yy - 1;
_rotation = (_rotation + r);
if (_y > 483.2) {
yy = yy * -0.8;
_y = 483.1;
if (yy < 2) {
xx = 0;
yy = 0;
_rotation = 90;
_y = 483.3;
}
}
}
}
Instance of Symbol 451 MovieClip in Symbol 673 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((_currentframe == 1) && (this.burn.hitTest(_parent.burn))) {
gotoAndStop (2);
}
if ((_parent.bur._currentframe == 2) && (_currentframe == 2)) {
this._parent.com.gotoAndStop(2);
}
}
Instance of Symbol 453 MovieClip "torch" in Symbol 673 MovieClip Frame 7
onClipEvent (load) {
gotoAndStop(random(4) + 1);
}
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
}
Instance of Symbol 451 MovieClip "bur" in Symbol 673 MovieClip Frame 7
onClipEvent (enterFrame) {
if ((_currentframe == 1) && (this.burn.hitTest(_parent.burn))) {
gotoAndStop (2);
}
}
Instance of Symbol 449 MovieClip "flame" in Symbol 673 MovieClip Frame 7
onClipEvent (load) {
_alpha = 100;
n = 0;
gotoAndStop(random(3) + 1);
_y = (_parent.torch._y - (-82 * Math.cos(((-_parent.torch._rotation) + 20) * (Math.PI/180))));
_x = (_parent.torch._x + (82 * Math.sin(((-_parent.torch._rotation) + 20) * (Math.PI/180))));
}
onClipEvent (enterFrame) {
_y = (_y - 5);
_alpha = (_alpha - 5);
if ((_name == "flame") && (n < 20)) {
n = n + 1;
nn = "flame" + n;
duplicateMovieClip (this, nn, n);
}
if (_alpha < 0) {
gotoAndStop(random(3) + 1);
xx = random(6) - 2.5;
_alpha = 100;
_y = (_parent.torch._y - (-82 * Math.cos(((-_parent.torch._rotation) + 20) * (Math.PI/180))));
_x = (_parent.torch._x + (82 * Math.sin(((-_parent.torch._rotation) + 20) * (Math.PI/180))));
}
}
Instance of Symbol 445 MovieClip "burn" in Symbol 673 MovieClip Frame 7
onClipEvent (enterFrame) {
_y = (_parent.torch._y - (-82 * Math.cos(((-_parent.torch._rotation) + 20) * (Math.PI/180))));
_x = (_parent.torch._x + (82 * Math.sin(((-_parent.torch._rotation) + 20) * (Math.PI/180))));
}
Instance of Symbol 451 MovieClip in Symbol 673 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((_currentframe == 1) && (this.burn.hitTest(_parent.burn))) {
gotoAndStop (2);
_parent.com.gotoAndStop(3);
}
}
Instance of Symbol 451 MovieClip "bur" in Symbol 673 MovieClip Frame 8
onClipEvent (enterFrame) {
if ((_currentframe == 1) && (this.burn.hitTest(_parent.burn))) {
gotoAndStop (2);
_parent.com.gotoAndStop(2);
}
}
Instance of Symbol 451 MovieClip in Symbol 673 MovieClip Frame 9
onClipEvent (enterFrame) {
if ((_currentframe == 1) && (this.burn.hitTest(_parent.burn))) {
gotoAndStop (2);
_parent.com.gotoAndStop(2);
}
}
Instance of Symbol 451 MovieClip "bur" in Symbol 673 MovieClip Frame 9
onClipEvent (enterFrame) {
if ((_currentframe == 1) && (this.burn.hitTest(_parent.burn))) {
gotoAndStop (2);
_parent.com.gotoAndStop(3);
}
}
Instance of Symbol 437 MovieClip in Symbol 673 MovieClip Frame 10
onClipEvent (load) {
_y = (_y - (random(100) - 50));
if (random(2) == 1) {
_x = 4.8;
}
if (random(3) == 1) {
gotoAndStop (2);
n = 30;
}
}
onClipEvent (enterFrame) {
if (n > 0) {
n = n - 1;
if (n == 0) {
gotoAndStop (1);
_y = (_y - (random(100) - 50));
if (random(2) == 1) {
_x = 4.8;
}
}
}
if (this.hitTest(_root.body.rhand) && ((_root.command.rightleft._currentframe == 2) || (_root.command.rightleft._currentframe == 1))) {
if (_currentframe == 1) {
_parent.com.gotoAndStop(2);
} else {
_parent.com.gotoAndStop(3);
}
}
if (this.hitTest(_root.body.lhand) && ((_root.command.rightleft._currentframe == 3) || (_root.command.rightleft._currentframe == 1))) {
if (_currentframe == 1) {
_parent.com.gotoAndStop(2);
} else {
_parent.com.gotoAndStop(3);
}
}
}
Instance of Symbol 456 MovieClip in Symbol 673 MovieClip Frame 11
onClipEvent (load) {
gotoAndStop(random(4) + 1);
}
onClipEvent (enterFrame) {
_root.body.rhand._alpha = 0;
speed = _root.body.rhander._yscale;
if (((_root.colour._currentframe == 6) || (_root.colour._currentframe == 8)) || (_root.colour._currentframe == 9)) {
mouth = 132;
} else {
mouth = 117;
}
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
mdx = 64 - _root.body.rhand._x;
mdy = mouth - _root.body.rhand._y;
mdistance = Math.sqrt((mdx * mdx) + (mdy * mdy));
if ((mdistance < 15) && (speed < 10)) {
_parent.com.gotoAndStop(2);
}
}
Instance of Symbol 458 MovieClip in Symbol 673 MovieClip Frame 12
onClipEvent (load) {
_alpha = 0;
}
onClipEvent (enterFrame) {
if (_parent.ball._currentframe == 2) {
_alpha = 100;
} else {
_alpha = 0;
}
}
Instance of Symbol 463 MovieClip "ball" in Symbol 673 MovieClip Frame 12
onClipEvent (load) {
tin = 0;
gotoAndStop(random(3) + 1);
}
onClipEvent (enterFrame) {
if (((tin <= 0) && (_currentframe < 3)) && (this.hitTest(_root.body.rfoot) || (this.hitTest(_root.body.lfoot)))) {
tin = 10;
if (this.hitTest(_root.body.rfoot)) {
xs = -_root.body.rfooter._x;
} else {
xs = -_root.body.lfooter._x;
}
if (_currentframe == 1) {
ys = 5;
} else {
xs = xs / 2;
ys = 15;
}
kick = 1;
}
if (tin > -1) {
tin = tin - 1;
}
if (kick == 1) {
ys = ys - 1;
if (_y > 483.2) {
_y = 483.3;
ys = 0;
xs = xs * 0.95;
}
_rotation = (_rotation - ((xs / 212.685822648029) * 360));
_x = (_x - xs);
_y = (_y - ys);
}
if (_currentframe == 3) {
if (_root.body.rhand._xscale > 100) {
clic = 1;
} else if (clic == 1) {
clic = 0;
gotoAndStop (4);
speed = _root.body.rhander._yscale;
rotation = _root.body.rhander._rotation;
xs = speed * Math.sin(rotation * (Math.PI/180));
ys = speed * Math.sin(rotation * (Math.PI/180));
}
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
_root.body.rhand._alpha = 0;
}
if (_currentframe == 4) {
_root.body.rhand._alpha = 100;
ys = ys - 1;
if (_y > 483.2) {
_y = 483.3;
ys = ys * -0.4;
xs = xs * 0.95;
}
_rotation = (_rotation - ((xs / 212.685822648029) * 360));
_x = (_x - xs);
_y = (_y - ys);
}
if (((_currentframe == 1) && ((_x - (_width / 2)) < -377.4)) && (_y > 372)) {
_parent.com.gotoAndStop(2);
_parent.cheer.gotoAndStop(2);
xs = xs * -0.1;
_x = ((377.4 - (width / 2)) - 1);
}
if ((((_currentframe == 2) && ((_x - (_width / 2)) < -377.4)) && ((_x - (_width / 2)) > -397.4)) && (_y > 402)) {
xs = xs * -1;
_x = ((377.4 - (width / 2)) - 1);
}
if ((_currentframe == 2) & (_y < 402)) {
_parent.com.gotoAndStop(2);
_parent.cheer.gotoAndStop(2);
}
if ((_currentframe == 4) && ((_x - (_width / 2)) < -377.4)) {
xs = xs * -0.2;
_x = ((377.4 - (width / 2)) - 1);
}
if ((((_currentframe == 4) && (_y > 267)) && (_y < 287)) && ((_x - (_width / 2)) < -287)) {
_parent.com.gotoAndStop(2);
_parent.cheer.gotoAndStop(2);
}
}
Instance of Symbol 470 MovieClip "goal" in Symbol 673 MovieClip Frame 12
onClipEvent (enterFrame) {
gotoAndStop(_parent.ball._currentframe);
}
Instance of Symbol 486 MovieClip in Symbol 673 MovieClip Frame 13
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (j != 1) {
if (_root.body.rhand._xscale > 100) {
clic = 1;
} else if (clic == 1) {
clic = 0;
j = 1;
speed = _root.body.rhander._yscale;
rotation = _root.body.rhander._rotation;
xs = speed * Math.sin(rotation * (Math.PI/180));
ys = speed * Math.sin(rotation * (Math.PI/180));
}
} else {
if ((_currentframe == 1) && (clic == 0)) {
this.gotoAndStop(2);
}
if (jk != 1) {
_parent.bullett._x = _x;
_parent.bullett._y = _y;
jk = 1;
rotation = _rotation - 200;
_parent.com.gotoAndStop(3);
jj = 0;
while (jj < 20) {
_parent.bullett._y = _parent.bullett._y - (10 * Math.cos(rotation * (Math.PI/180)));
_parent.bullett._x = _parent.bullett._x + (10 * Math.sin(rotation * (Math.PI/180)));
if (_parent.bullett.hitTest(_parent.moon)) {
_parent.moon.gotoAndStop(2);
_parent.com.gotoAndStop(2);
}
jj = jj + 1;
}
}
}
}
Instance of Symbol 488 MovieClip "bullett" in Symbol 673 MovieClip Frame 13
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 491 MovieClip "moon" in Symbol 673 MovieClip Frame 13
onClipEvent (load) {
if (random(2) == 1) {
_x = 65.3;
}
_y = (_y - (random(200) - 100));
}
Instance of Symbol 496 MovieClip "thing" in Symbol 673 MovieClip Frame 14
onClipEvent (load) {
gotoAndStop(random(4) + 1);
}
onClipEvent (enterFrame) {
if (j != 1) {
if (_root.body.rhand._xscale > 100) {
clic = 1;
} else if (clic == 1) {
clic = 0;
j = 1;
speed = _root.body.rhander._yscale;
rotation = _root.body.rhander._rotation;
xs = speed * Math.sin(rotation * (Math.PI/180));
ys = speed * Math.sin(rotation * (Math.PI/180));
}
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
} else {
if (((_x > 248) && (_x < 258)) && (this.hitTest(_parent.can))) {
xs = xs * -1;
_x = 259;
}
if (((_x > 263) && (_x < 273)) && (this.hitTest(_parent.can))) {
xs = xs * -1;
_x = 274;
}
ys = ys - 1;
_rotation = (_rotation - ((xs / 212.685822648029) * 360));
if (_y > 483.2) {
_y = 483.3;
ys = 0;
xs = xs * 0.5;
_rotation = 20;
}
_x = (_x - xs);
_y = (_y - ys);
}
}
Instance of Symbol 501 MovieClip "can" in Symbol 673 MovieClip Frame 14
onClipEvent (load) {
gotoAndStop(_parent.thing._currentframe);
}
onClipEvent (enterFrame) {
if ((_parent.thing._y > 473.2) && (_parent.thing.hitTest(this))) {
_parent.com.gotoAndStop(2);
_parent.thing._x = _x;
}
}
Instance of Symbol 508 MovieClip in Symbol 673 MovieClip Frame 15
onClipEvent (load) {
gotoAndStop(random(4) + 1);
}
onClipEvent (enterFrame) {
if (stopp != 1) {
speed = _root.body.rhander._yscale;
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
mdx = _root.body.head._x - _root.body.rhand._x;
mdy = _root.body.head._y - _root.body.rhand._y;
if (((((mdy < 30) && (mdy > -30)) && (mdx < 30)) && (mdx > -30)) && (speed < 10)) {
if (_currentframe < 7) {
_parent.com.gotoAndStop(2);
stopp = 1;
} else {
_parent.com.gotoAndStop(3);
}
}
}
if (stopp == 1) {
xx = _root.body.head._x + _root.body._x;
xxx = _parent._x;
hx = xx - xxx;
xx = _root.body.head._y + _root.body._y;
xxx = _parent._y;
hy = xx - xxx;
_rotation = _root.body.head._rotation;
rottion = _root.body.head._rotation;
_y = (hy - (65 * Math.cos(rottion * (Math.PI/180))));
_x = (hx + (65 * Math.sin(rottion * (Math.PI/180))));
}
}
Instance of Symbol 523 MovieClip in Symbol 673 MovieClip Frame 16
onClipEvent (load) {
xx = random(50) + 50;
if (random(2) == 0) {
_x = (_x - xx);
} else {
_x = (_x + xx);
}
}
Instance of Symbol 535 MovieClip in Symbol 673 MovieClip Frame 17
onClipEvent (load) {
_y = (random(190) + 310);
if (random(2) == 1) {
_x = 26;
} else {
_x = -283;
}
s = _xscale;
}
onClipEvent (enterFrame) {
if (_x > 0) {
_xscale = s;
}
xxx = _x - _parent.crossfire._x;
yyy = _y - _parent.crossfire._y;
_rotation = ((-Math.atan2(xxx, yyy)) / (Math.PI/180));
if (_x > 0) {
_xscale = (-s);
}
}
Instance of Symbol 537 MovieClip "crossfire" in Symbol 673 MovieClip Frame 17
onClipEvent (load) {
_y = (_y - random(100));
}
Instance of Symbol 543 MovieClip "crossfired" in Symbol 673 MovieClip Frame 17
onClipEvent (enterFrame) {
_y = _parent.crossfire._y;
}
Instance of Symbol 537 MovieClip "crossfire" in Symbol 673 MovieClip Frame 18
onClipEvent (load) {
n = 0;
}
onClipEvent (enterFrame) {
if (n < 30) {
xx = _root.body.head._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.head._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
_x = (_x - ((_x - gx) / 20));
_y = (_y - ((_y - gy) / 20));
}
n = n + 1;
}
Instance of Symbol 543 MovieClip "crossfired" in Symbol 673 MovieClip Frame 18
onClipEvent (enterFrame) {
_y = _parent.crossfire._y;
_x = _parent.crossfire._x;
}
Instance of Symbol 564 MovieClip in Symbol 673 MovieClip Frame 21
onClipEvent (load) {
_rotation = (random(66) - 45);
if (random(2) == 1) {
_x = (_x - 574);
_xscale = -100;
}
}
Instance of Symbol 578 MovieClip "rook" in Symbol 673 MovieClip Frame 22
onClipEvent (enterFrame) {
if ((_currentframe != 6) && (_visible != 0)) {
if (_parent.targett._currentframe == 1) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.rhand)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
if (_parent.targett._currentframe == 2) {
xx = _root.body.lhand._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.lhand._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.lhand)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
if (_parent.targett._currentframe == 3) {
xx = _root.body.rfoot._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.rfoot._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.rfoot)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
if (_parent.targett._currentframe == 4) {
xx = _root.body.lfoot._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.lfoot._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.lfoot)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
if (_parent.targett._currentframe == 5) {
xx = _root.body.head._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.head._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.head)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
if (_parent.targett._currentframe == 6) {
xx = _root.body.crotch._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.crotch._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.crotch)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
delta_x = _x - gx;
delta_y = _y - gy;
_rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180));
_y = (_y - (5 * Math.cos(_rotation * (Math.PI/180))));
_x = (_x + (5 * Math.sin(_rotation * (Math.PI/180))));
}
}
Instance of Symbol 578 MovieClip in Symbol 673 MovieClip Frame 22
onClipEvent (load) {
if (random(2) == 1) {
_visible = false;
} else {
_parent.rook._visible = 0;
}
}
onClipEvent (enterFrame) {
if ((_currentframe != 6) && (_visible != false)) {
if (_parent.targett._currentframe == 1) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.rhand)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
if (_parent.targett._currentframe == 2) {
xx = _root.body.lhand._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.lhand._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.lhand)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
if (_parent.targett._currentframe == 3) {
xx = _root.body.rfoot._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.rfoot._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.rfoot)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
if (_parent.targett._currentframe == 4) {
xx = _root.body.lfoot._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.lfoot._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.lfoot)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
if (_parent.targett._currentframe == 5) {
xx = _root.body.head._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.head._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.head)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
if (_parent.targett._currentframe == 6) {
xx = _root.body.crotch._x + _root.body._x;
xxx = _parent._x;
gx = xx - xxx;
xx = _root.body.crotch._y + _root.body._y;
xxx = _parent._y;
gy = xx - xxx;
if (this.hitTest(_root.body.crotch)) {
if (n > 3) {
gotoAndStop (6);
}
n = n + 1;
} else {
n = 0;
}
}
delta_x = _x - gx;
delta_y = _y - gy;
_rotation = ((-Math.atan2(delta_x, delta_y)) / (Math.PI/180));
_y = (_y - (5 * Math.cos(_rotation * (Math.PI/180))));
_x = (_x + (5 * Math.sin(_rotation * (Math.PI/180))));
}
}
Instance of Symbol 580 MovieClip "targett" in Symbol 673 MovieClip Frame 22
onClipEvent (load) {
gotoAndStop(random(4) + 1);
}
Instance of Symbol 589 MovieClip "fly" in Symbol 673 MovieClip Frame 23
onClipEvent (load) {
_y = (_y - (random(40) - 20));
yy = _y;
hh = 0;
h = 0.2;
l = random(20) + 10;
}
onClipEvent (enterFrame) {
if (_currentframe == 1) {
if (((this.hitTest(_root.body.rhand) || (this.hitTest(_root.body.lhand))) || (this.hitTest(_root.body.rfoot))) || (this.hitTest(_root.body.lfoot))) {
gotoAndPlay (2);
}
_x = (_x + 10);
hh = hh + h;
_y = (yy - (Math.sin(hh) * l));
}
}
Instance of Symbol 591 MovieClip in Symbol 673 MovieClip Frame 24
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (this.hitTest(_parent.fly) && (_parent.fly._currentframe == 1)) {
_parent.fly.gotoAndPlay(2);
_parent.com.gotoAndStop(2);
}
}
Instance of Symbol 486 MovieClip in Symbol 673 MovieClip Frame 25
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (j != 1) {
if (_root.body.rhand._xscale > 100) {
clic = 1;
} else if (clic == 1) {
clic = 0;
j = 1;
speed = _root.body.rhander._yscale;
rotation = _root.body.rhander._rotation;
xs = speed * Math.sin(rotation * (Math.PI/180));
ys = speed * Math.sin(rotation * (Math.PI/180));
}
} else {
if ((_currentframe == 1) && (clic == 0)) {
this.gotoAndStop(2);
}
if (jk != 1) {
_parent.bullett._x = _x;
_parent.bullett._y = _y;
jk = 1;
rotation = _rotation - 200;
jj = 0;
while (jj < 20) {
_parent.bullett._y = _parent.bullett._y - (10 * Math.cos(rotation * (Math.PI/180)));
_parent.bullett._x = _parent.bullett._x + (10 * Math.sin(rotation * (Math.PI/180)));
if (_parent.bullett.hitTest(_parent.moon)) {
_parent.sm.gotoAndStop(2);
_parent.com.gotoAndStop(2);
}
jj = jj + 1;
}
}
}
}
Instance of Symbol 488 MovieClip "bullett" in Symbol 673 MovieClip Frame 25
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 640 MovieClip "moon" in Symbol 673 MovieClip Frame 25
onClipEvent (enterFrame) {
_alpha = 0;
}
Instance of Symbol 642 MovieClip in Symbol 673 MovieClip Frame 25
onClipEvent (enterFrame) {
xx = _root.body.head._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.head._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = _root.body.head._rotation;
}
Instance of Symbol 646 MovieClip in Symbol 673 MovieClip Frame 26
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (this.hitTest(_parent.moon)) {
_parent.sm.gotoAndStop(3);
_parent.com.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip in Symbol 673 MovieClip Frame 28
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (this.hitTest(_parent.moon)) {
_parent.sm.gotoAndStop(4);
_parent.com.gotoAndStop(2);
}
}
Instance of Symbol 486 MovieClip in Symbol 673 MovieClip Frame 29
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (j != 1) {
if (_root.body.rhand._xscale > 100) {
clic = 1;
} else if (clic == 1) {
clic = 0;
j = 1;
speed = _root.body.rhander._yscale;
rotation = _root.body.rhander._rotation;
xs = speed * Math.sin(rotation * (Math.PI/180));
ys = speed * Math.sin(rotation * (Math.PI/180));
}
} else {
if ((_currentframe == 1) && (clic == 0)) {
this.gotoAndStop(2);
}
if (jk != 1) {
_parent.bullett._x = _x;
_parent.bullett._y = _y;
jk = 1;
rotation = _rotation - 200;
jj = 0;
while (jj < 20) {
_parent.bullett._y = _parent.bullett._y - (10 * Math.cos(rotation * (Math.PI/180)));
_parent.bullett._x = _parent.bullett._x + (10 * Math.sin(rotation * (Math.PI/180)));
if (_parent.bullett.hitTest(_parent.moon)) {
_parent.sm.gotoAndStop(2);
_parent.com.gotoAndStop(2);
}
jj = jj + 1;
}
}
}
}
Instance of Symbol 488 MovieClip "bullett" in Symbol 673 MovieClip Frame 29
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 646 MovieClip in Symbol 673 MovieClip Frame 30
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (this.hitTest(_parent.moon)) {
_parent.sm.gotoAndStop(3);
_parent.com.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip in Symbol 673 MovieClip Frame 32
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (this.hitTest(_parent.moon)) {
_parent.sm.gotoAndStop(4);
_parent.com.gotoAndStop(2);
}
}
Instance of Symbol 660 MovieClip "cat" in Symbol 673 MovieClip Frame 33
onClipEvent (enterFrame) {
if (((n != 1) && (this.hitTest(_root.body.rfoot))) || (this.hitTest(_root.body.lfoot))) {
n = 1;
xx = random(10) + 10;
yy = random(5) + 5;
r = random(20);
gotoAndStop (3);
_parent.com.gotoAndStop(2);
}
if ((_currentframe == 2) && (n != 1)) {
n = 1;
xx = random(5) + 5;
yy = random(5) + 5;
r = random(20);
}
if ((_currentframe == 4) && (n != 1)) {
n = 1;
yy = 0;
xx = random(5) + 5;
}
if ((_currentframe == 5) && (n != 1)) {
n = 1;
yy = 0;
xx = random(10) + 5;
}
if (n == 1) {
_x = (_x - xx);
_y = (_y - yy);
yy = yy - 1;
_rotation = (_rotation + r);
if (_y > 483.2) {
yy = yy * 0;
_y = 483.3;
xx = xx * 0.8;
_rotation = 0;
_y = 483.3;
}
}
}
Instance of Symbol 672 MovieClip "dog" in Symbol 673 MovieClip Frame 33
onClipEvent (enterFrame) {
if (((n != 1) && (this.hitTest(_root.body.rfoot))) || (this.hitTest(_root.body.lfoot))) {
n = 1;
xx = random(10) + 10;
yy = random(5) + 5;
r = random(20);
gotoAndStop (3);
_parent.com.gotoAndStop(2);
}
if ((_currentframe == 2) && (n != 1)) {
n = 1;
xx = random(5) + 5;
yy = random(5) + 5;
r = random(20);
}
if ((_currentframe == 4) && (n != 1)) {
n = 1;
yy = 0;
xx = random(5) + 5;
}
if ((_currentframe == 5) && (n != 1)) {
n = 1;
yy = 0;
xx = random(10) + 5;
}
if (n == 1) {
_x = (_x + xx);
_y = (_y - yy);
yy = yy - 1;
_rotation = (_rotation + r);
if (_y > 483.2) {
yy = yy * 0;
_y = 483.3;
xx = xx * 0.8;
_rotation = 0;
_y = 483.3;
}
}
}
Instance of Symbol 486 MovieClip "gun" in Symbol 673 MovieClip Frame 34
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (j != 1) {
if (_root.body.rhand._xscale > 100) {
clic = 1;
} else if (clic == 1) {
clic = 0;
j = 1;
speed = _root.body.rhander._yscale;
rotation = _root.body.rhander._rotation;
xs = speed * Math.sin(rotation * (Math.PI/180));
ys = speed * Math.sin(rotation * (Math.PI/180));
}
} else {
if ((_currentframe == 1) && (clic == 0)) {
this.gotoAndStop(2);
}
if (jk != 1) {
_parent.bullett._x = _x;
_parent.bullett._y = _y;
jk = 1;
rotation = _rotation - 200;
jj = 0;
while (jj < 20) {
_parent.bullett._y = _parent.bullett._y - (10 * Math.cos(rotation * (Math.PI/180)));
_parent.bullett._x = _parent.bullett._x + (10 * Math.sin(rotation * (Math.PI/180)));
if (_parent.bullett.hitTest(_parent.cat)) {
_parent.cat.gotoAndStop(2);
_parent.com.gotoAndStop(2);
}
if (_parent.bullett.hitTest(_parent.dog)) {
_parent.dog.gotoAndStop(2);
_parent.com.gotoAndStop(2);
}
jj = jj + 1;
}
}
}
}
Instance of Symbol 488 MovieClip "bullett" in Symbol 673 MovieClip Frame 34
onClipEvent (load) {
_alpha = 0;
}
Instance of Symbol 646 MovieClip "cs" in Symbol 673 MovieClip Frame 35
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (this.hitTest(_parent.cat)) {
_parent.cat.gotoAndStop(4);
_parent.com.gotoAndStop(2);
}
if (this.hitTest(_parent.dog)) {
_parent.dog.gotoAndStop(4);
_parent.com.gotoAndStop(2);
}
}
Instance of Symbol 648 MovieClip "bat" in Symbol 673 MovieClip Frame 36
onClipEvent (enterFrame) {
xx = _root.body.rhand._x + _root.body._x;
xxx = _parent._x;
_x = (xx - xxx);
xx = _root.body.rhand._y + _root.body._y;
xxx = _parent._y;
_y = (xx - xxx);
_rotation = (_root.body.rhand._rotation - 180);
if (this.hitTest(_parent.cat)) {
_parent.cat.gotoAndStop(5);
_parent.com.gotoAndStop(2);
}
if (this.hitTest(_parent.dog)) {
_parent.dog.gotoAndStop(5);
_parent.com.gotoAndStop(2);
}
}
Symbol 675 MovieClip Frame 1
stop();
Symbol 697 MovieClip Frame 1
j = 0;
n = random(3);
this.foothand.gotoAndStop(1);
this.rightleft.gotoAndStop(1);
this.command.gotoAndStop(1);
this.negative.gotoAndStop(1);
this.rln.gotoAndStop(1);
if (n == 0) {
gotoAndPlay (2);
}
if ((n == 1) && (_root._currentframe != 7)) {
gotoAndPlay (48);
this.negative.nextFrame();
j = 1;
}
if (n == 2) {
n = random(14);
if (n == 0) {
gotoAndPlay (92);
}
if (n == 1) {
gotoAndPlay (145);
}
if (n == 2) {
gotoAndPlay (160);
}
if (n == 3) {
gotoAndPlay (213);
}
if (n == 4) {
gotoAndPlay (258);
}
if (n == 5) {
gotoAndPlay (282);
}
if (n == 6) {
gotoAndPlay (334);
}
if (n == 7) {
gotoAndPlay (383);
}
if (n == 8) {
gotoAndPlay (438);
}
if (n == 9) {
gotoAndPlay (484);
}
if (n == 10) {
gotoAndPlay (559);
}
if (n == 11) {
gotoAndPlay (577);
}
if (n == 12) {
gotoAndPlay (608);
}
if (n == 13) {
gotoAndPlay (699);
}
this.command.gotoAndStop(n + 1);
this.negative.nextFrame();
j = 1;
}
n = random(4);
if ((n != 0) && (j == 0)) {
gotoAndPlay (867);
this.negative.nextFrame();
}
Symbol 697 MovieClip Frame 44
n = random(15);
if (n == 0) {
gotoAndPlay (92);
}
if (n == 1) {
gotoAndPlay (145);
}
if (n == 2) {
gotoAndPlay (160);
}
if (n == 3) {
gotoAndPlay (213);
}
if (n == 4) {
gotoAndPlay (258);
}
if (n == 5) {
gotoAndPlay (282);
}
if (n == 6) {
gotoAndPlay (334);
}
if (n == 7) {
gotoAndPlay (383);
}
if (n == 8) {
gotoAndPlay (438);
}
if (n == 9) {
gotoAndPlay (484);
}
if (n == 10) {
gotoAndPlay (559);
}
if (n == 11) {
gotoAndPlay (577);
}
if (n == 12) {
gotoAndPlay (608);
}
if (n == 13) {
gotoAndPlay (699);
}
if (n < 14) {
this.command.gotoAndStop(n + 1);
}
if (n == 14) {
gotoAndPlay (867);
}
Symbol 697 MovieClip Frame 81
n = random(15);
if (n == 0) {
gotoAndPlay (92);
}
if (n == 1) {
gotoAndPlay (145);
}
if (n == 2) {
gotoAndPlay (160);
}
if (n == 3) {
gotoAndPlay (213);
}
if (n == 4) {
gotoAndPlay (258);
}
if (n == 5) {
gotoAndPlay (282);
}
if (n == 6) {
gotoAndPlay (334);
}
if (n == 7) {
gotoAndPlay (383);
}
if (n == 8) {
gotoAndPlay (438);
}
if (n == 9) {
gotoAndPlay (484);
}
if (n == 10) {
gotoAndPlay (559);
}
if (n == 11) {
gotoAndPlay (577);
}
if (n == 12) {
gotoAndPlay (608);
}
if (n == 13) {
gotoAndPlay (699);
}
if (n < 14) {
this.command.gotoAndStop(n + 1);
}
if (n == 14) {
gotoAndPlay (867);
}
Symbol 697 MovieClip Frame 130
gotoAndStop (159);
Symbol 697 MovieClip Frame 159
stop();
_root.go.gotoAndStop(2);
Symbol 697 MovieClip Frame 204
n = random(2);
if (n == 0) {
gotoAndPlay (676);
} else {
gotoAndStop (159);
}
Symbol 697 MovieClip Frame 214
this.foothand.gotoAndStop(2);
Symbol 697 MovieClip Frame 245
n = random(2);
if (n == 0) {
gotoAndPlay (676);
} else {
gotoAndStop (159);
}
Symbol 697 MovieClip Frame 259
this.foothand.gotoAndStop(2);
Symbol 697 MovieClip Frame 270
n = random(2);
if (n == 0) {
gotoAndPlay (676);
} else {
gotoAndStop (159);
}
Symbol 697 MovieClip Frame 323
gotoAndStop (159);
Symbol 697 MovieClip Frame 379
gotoAndStop (159);
Symbol 697 MovieClip Frame 433
gotoAndStop (159);
Symbol 697 MovieClip Frame 439
this.foothand.gotoAndStop(3);
Symbol 697 MovieClip Frame 474
n = random(2);
if (n == 0) {
gotoAndPlay (676);
} else {
gotoAndStop (159);
}
Symbol 697 MovieClip Frame 485
this.foothand.gotoAndStop(3);
Symbol 697 MovieClip Frame 541
gotoAndStop (159);
Symbol 697 MovieClip Frame 571
gotoAndStop (159);
Symbol 697 MovieClip Frame 605
gotoAndStop (159);
Symbol 697 MovieClip Frame 665
gotoAndStop (159);
Symbol 697 MovieClip Frame 676
if (_root._currentframe == 9) {
if (random(2) == 1) {
gotoAndPlay (884);
}
}
Symbol 697 MovieClip Frame 687
n = random(2);
if (n == 0) {
gotoAndPlay (768);
} else {
gotoAndPlay (800);
}
Symbol 697 MovieClip Frame 760
gotoAndStop (159);
Symbol 697 MovieClip Frame 790
if (this.foothand._currentframe == 1) {
if (random(2) == 1) {
gotoAndPlay (847);
} else {
gotoAndPlay (832);
}
}
if (this.foothand._currentframe == 2) {
gotoAndPlay (832);
}
if (this.foothand._currentframe == 3) {
gotoAndPlay (847);
}
Symbol 697 MovieClip Frame 820
if (this.foothand._currentframe == 1) {
if (random(2) == 1) {
gotoAndPlay (847);
} else {
gotoAndPlay (832);
}
}
if (this.foothand._currentframe == 2) {
gotoAndPlay (832);
}
if (this.foothand._currentframe == 3) {
gotoAndPlay (847);
}
Symbol 697 MovieClip Frame 846
gotoAndStop (159);
Symbol 697 MovieClip Frame 861
gotoAndStop (159);
Symbol 697 MovieClip Frame 868
this.negative.nextFrame();
Symbol 697 MovieClip Frame 881
n = random(13);
if (n == 0) {
gotoAndPlay (92);
}
if (n == 1) {
gotoAndPlay (145);
}
if (n == 2) {
gotoAndPlay (160);
}
if (n == 3) {
gotoAndPlay (213);
}
if (n == 4) {
gotoAndPlay (258);
}
if (n == 5) {
gotoAndPlay (282);
}
if (n == 6) {
gotoAndPlay (334);
}
if (n == 7) {
gotoAndPlay (383);
}
if (n == 8) {
gotoAndPlay (438);
}
if (n == 9) {
gotoAndPlay (484);
}
if (n == 10) {
gotoAndPlay (559);
}
if (n == 11) {
gotoAndPlay (577);
}
if (n == 12) {
gotoAndPlay (608);
}
this.command.gotoAndStop(n + 1);
Symbol 697 MovieClip Frame 905
n = random(2);
if (n == 0) {
gotoAndPlay (768);
} else {
gotoAndPlay (800);
}
this.rln.gotoAndStop(2);
Symbol 710 MovieClip Frame 1
n = random(4);
this.negative.gotoAndStop(1);
if (n == 0) {
if (random(2) == 1) {
gotoAndPlay (46);
this.negative.nextFrame();
} else {
gotoAndPlay (2);
}
} else {
n = random(4);
if (n != 0) {
gotoAndPlay (86);
this.negative.nextFrame();
} else {
gotoAndPlay (142);
this.negative.nextFrame();
}
}
Symbol 710 MovieClip Frame 42
n = random(4);
if (n == 0) {
gotoAndPlay (86);
} else {
gotoAndPlay (142);
}
Symbol 710 MovieClip Frame 82
n = random(4);
if (n == 0) {
gotoAndPlay (86);
} else {
gotoAndPlay (142);
}
Symbol 710 MovieClip Frame 113
gotoAndStop (141);
Symbol 710 MovieClip Frame 141
stop();
_root.go.gotoAndStop(2);
Symbol 710 MovieClip Frame 143
this.negative.nextFrame();
Symbol 710 MovieClip Frame 161
gotoAndPlay (86);
Symbol 714 MovieClip Frame 1
n = random(4);
this.negative.gotoAndStop(1);
if (n == 0) {
if (random(2) == 1) {
gotoAndPlay (46);
this.negative.nextFrame();
} else {
gotoAndPlay (2);
}
} else {
n = random(4);
if (n == 0) {
gotoAndPlay (114);
this.negative.nextFrame();
} else {
gotoAndPlay (142);
this.negative.nextFrame();
}
}
Symbol 714 MovieClip Frame 42
n = random(4);
if (n != 0) {
gotoAndPlay (114);
} else {
gotoAndPlay (142);
}
n = random(4);
if (n == 0) {
gotoAndPlay (114);
} else {
gotoAndPlay (142);
}
Symbol 714 MovieClip Frame 82
n = random(4);
if (n != 0) {
gotoAndPlay (114);
} else {
gotoAndPlay (142);
}
n = random(4);
if (n == 0) {
gotoAndPlay (114);
} else {
gotoAndPlay (142);
}
Symbol 714 MovieClip Frame 113
gotoAndStop (141);
Symbol 714 MovieClip Frame 141
stop();
_root.go.gotoAndStop(2);
Symbol 714 MovieClip Frame 142
_parent.negative.nextFrame();
Symbol 714 MovieClip Frame 143
this.negative.nextFrame();
Symbol 714 MovieClip Frame 161
gotoAndPlay (114);
gotoAndPlay (114);
Symbol 738 MovieClip Frame 1
this.foothand.gotoAndStop(1);
this.rightleft.gotoAndStop(1);
this.command.gotoAndStop(1);
this.negative.gotoAndStop(1);
this.rln.gotoAndStop(1);
n = random(3);
if (n == 0) {
gotoAndPlay (2);
}
if (n == 1) {
gotoAndPlay (627);
this.negative.nextFrame();
}
if (n == 2) {
this.negative.nextFrame();
n = random(9);
if (n == 0) {
gotoAndPlay (1344);
}
if (n == 1) {
gotoAndPlay (1406);
}
if (n == 2) {
gotoAndPlay (1449);
}
if (n == 3) {
gotoAndPlay (1489);
}
if (n == 4) {
gotoAndPlay (1537);
}
if (n == 5) {
gotoAndPlay (1595);
}
if (n == 6) {
gotoAndPlay (1647);
}
if (n == 7) {
gotoAndPlay (1702);
}
if (n == 8) {
gotoAndPlay (1748);
}
}
Symbol 738 MovieClip Frame 44
n = random(9);
if (n == 0) {
gotoAndPlay (1344);
}
if (n == 1) {
gotoAndPlay (1406);
}
if (n == 2) {
gotoAndPlay (1449);
}
if (n == 3) {
gotoAndPlay (1489);
}
if (n == 4) {
gotoAndPlay (1537);
}
if (n == 5) {
gotoAndPlay (1595);
}
if (n == 6) {
gotoAndPlay (1647);
}
if (n == 7) {
gotoAndPlay (1702);
}
if (n == 8) {
gotoAndPlay (1748);
}
Symbol 738 MovieClip Frame 52
this.negative.nextFrame();
Symbol 738 MovieClip Frame 65
if (_root._currentframe == 12) {
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
} else {
n = random(28);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
if (n == 13) {
gotoAndPlay (673);
}
if (n == 14) {
gotoAndPlay (725);
}
if (n == 15) {
gotoAndPlay (741);
}
if (n == 16) {
gotoAndPlay (794);
}
if (n == 17) {
gotoAndPlay (839);
}
if (n == 18) {
gotoAndPlay (863);
}
if (n == 19) {
gotoAndPlay (915);
}
if (n == 20) {
gotoAndPlay (964);
}
if (n == 21) {
gotoAndPlay (1019);
}
if (n == 22) {
gotoAndPlay (1065);
}
if (n == 23) {
gotoAndPlay (1140);
}
if (n == 24) {
gotoAndPlay (1158);
}
if (n == 25) {
gotoAndPlay (1189);
}
if (n == 26) {
gotoAndPlay (1746);
}
if (n == 27) {
gotoAndPlay (1774);
}
}
this.command.gotoAndStop(n + 1);
Symbol 738 MovieClip Frame 73
this.foothand.gotoAndStop(2);
Symbol 738 MovieClip Frame 93
n = random(3);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 738 MovieClip Frame 98
this.foothand.gotoAndStop(4);
Symbol 738 MovieClip Frame 111
n = random(2);
if (n == 0) {
gotoAndPlay (520);
} else {
gotoAndPlay (548);
}
Symbol 738 MovieClip Frame 153
gotoAndStop (614);
Symbol 738 MovieClip Frame 175
n = random(3);
if (n == 0) {
gotoAndPlay (520);
}
if (n == 1) {
gotoAndPlay (548);
}
if (n == 2) {
gotoAndPlay (615);
}
Symbol 738 MovieClip Frame 237
gotoAndStop (614);
Symbol 738 MovieClip Frame 263
gotoAndStop (614);
Symbol 738 MovieClip Frame 273
this.foothand.gotoAndStop(3);
Symbol 738 MovieClip Frame 319
n = random(3);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 738 MovieClip Frame 323
this.foothand.gotoAndStop(3);
Symbol 738 MovieClip Frame 347
n = random(3);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 738 MovieClip Frame 370
gotoAndStop (614);
Symbol 738 MovieClip Frame 373
this.foothand.gotoAndStop(2);
Symbol 738 MovieClip Frame 393
n = random(3);
if (n == 0) {
gotoAndPlay (520);
}
if (n == 1) {
gotoAndPlay (548);
}
if (n == 2) {
gotoAndPlay (615);
}
Symbol 738 MovieClip Frame 401
this.foothand.gotoAndStop(3);
Symbol 738 MovieClip Frame 430
n = random(3);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 738 MovieClip Frame 469
gotoAndStop (614);
Symbol 738 MovieClip Frame 478
this.foothand.gotoAndStop(3);
Symbol 738 MovieClip Frame 488
n = random(3);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 738 MovieClip Frame 500
if (random(2) == 1) {
gotoAndPlay (1320);
this.rln.gotoAndStop(2);
}
Symbol 738 MovieClip Frame 510
n = random(2);
if (n == 0) {
if (this.rightleft._currentframe == 4) {
gotoAndStop (614);
} else {
gotoAndPlay (548);
}
}
if (this.rightleft._currentframe == 4) {
gotoAndStop (614);
}
Symbol 738 MovieClip Frame 512
gotoAndPlay (519);
Symbol 738 MovieClip Frame 521
this.rightleft.gotoAndStop(3);
Symbol 738 MovieClip Frame 540
if (this.foothand._currentframe == 1) {
if (random(2) == 1) {
this.foothand.gotoAndStop(2);
} else {
this.foothand.gotoAndStop(3);
}
}
if (this.foothand._currentframe == 3) {
gotoAndPlay (576);
}
if (this.foothand._currentframe == 2) {
gotoAndPlay (598);
}
if (this.foothand._currentframe == 4) {
gotoAndStop (614);
}
Symbol 738 MovieClip Frame 549
this.rightleft.gotoAndStop(2);
Symbol 738 MovieClip Frame 570
if (this.foothand._currentframe == 1) {
if (random(2) == 1) {
this.foothand.gotoAndStop(2);
} else {
this.foothand.gotoAndStop(3);
}
}
if (this.foothand._currentframe == 3) {
gotoAndPlay (576);
}
if (this.foothand._currentframe == 2) {
gotoAndPlay (598);
}
if (this.foothand._currentframe == 4) {
gotoAndStop (614);
}
Symbol 738 MovieClip Frame 577
this.foothand.gotoAndStop(3);
Symbol 738 MovieClip Frame 585
gotoAndStop (614);
Symbol 738 MovieClip Frame 599
this.foothand.gotoAndStop(2);
Symbol 738 MovieClip Frame 607
gotoAndStop (614);
Symbol 738 MovieClip Frame 614
gotoAndStop (614);
_root.go.gotoAndStop(2);
Symbol 738 MovieClip Frame 626
gotoAndPlay (598);
Symbol 738 MovieClip Frame 662
n = random(9);
if (n == 0) {
gotoAndPlay (1344);
}
if (n == 1) {
gotoAndPlay (1406);
}
if (n == 2) {
gotoAndPlay (1449);
}
if (n == 3) {
gotoAndPlay (1489);
}
if (n == 4) {
gotoAndPlay (1537);
}
if (n == 5) {
gotoAndPlay (1595);
}
if (n == 6) {
gotoAndPlay (1647);
}
if (n == 7) {
gotoAndPlay (1702);
}
if (n == 8) {
gotoAndPlay (1748);
}
Symbol 738 MovieClip Frame 710
gotoAndStop (614);
Symbol 738 MovieClip Frame 739
gotoAndStop (614);
Symbol 738 MovieClip Frame 785
n = random(3);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 738 MovieClip Frame 795
this.foothand.gotoAndStop(2);
Symbol 738 MovieClip Frame 826
n = random(3);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 738 MovieClip Frame 840
this.foothand.gotoAndStop(2);
Symbol 738 MovieClip Frame 851
n = random(3);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 738 MovieClip Frame 904
gotoAndStop (614);
Symbol 738 MovieClip Frame 960
gotoAndStop (614);
Symbol 738 MovieClip Frame 1014
gotoAndStop (614);
Symbol 738 MovieClip Frame 1020
this.foothand.gotoAndStop(3);
Symbol 738 MovieClip Frame 1055
n = random(3);
if (n == 0) {
gotoAndStop (614);
} else {
gotoAndPlay (500);
}
Symbol 738 MovieClip Frame 1122
gotoAndStop (614);
Symbol 738 MovieClip Frame 1152
gotoAndStop (614);
Symbol 738 MovieClip Frame 1186
gotoAndStop (614);
Symbol 738 MovieClip Frame 1246
gotoAndStop (614);
Symbol 738 MovieClip Frame 1319
gotoAndStop (614);
Symbol 738 MovieClip Frame 1342
gotoAndPlay (519);
n = random(2);
if (n == 0) {
if (this.rightleft._currentframe == 4) {
gotoAndStop (614);
} else {
gotoAndPlay (548);
}
}
if (this.rightleft._currentframe == 4) {
gotoAndStop (614);
}
Symbol 738 MovieClip Frame 1395
if (_root.lifer._currentframe == 2) {
} else {
this.negative.nextFrame();
}
if (_root._currentframe == 12) {
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
} else {
n = random(28);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
if (n == 13) {
gotoAndPlay (673);
}
if (n == 14) {
gotoAndPlay (725);
}
if (n == 15) {
gotoAndPlay (741);
}
if (n == 16) {
gotoAndPlay (794);
}
if (n == 17) {
gotoAndPlay (839);
}
if (n == 18) {
gotoAndPlay (863);
}
if (n == 19) {
gotoAndPlay (915);
}
if (n == 20) {
gotoAndPlay (964);
}
if (n == 21) {
gotoAndPlay (1019);
}
if (n == 22) {
gotoAndPlay (1065);
}
if (n == 23) {
gotoAndPlay (1140);
}
if (n == 24) {
gotoAndPlay (1158);
}
if (n == 25) {
gotoAndPlay (1189);
}
if (n == 26) {
gotoAndPlay (1746);
}
if (n == 27) {
gotoAndPlay (1774);
}
}
this.command.gotoAndStop(n + 1);
if (random(2) == 1) {
gotoAndPlay (51);
}
Symbol 738 MovieClip Frame 1439
if ((_root.colour._currentframe == 8) || (_root.colour._currentframe == 10)) {
} else {
this.negative.nextFrame();
}
if (_root._currentframe == 12) {
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
} else {
n = random(28);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
if (n == 13) {
gotoAndPlay (673);
}
if (n == 14) {
gotoAndPlay (725);
}
if (n == 15) {
gotoAndPlay (741);
}
if (n == 16) {
gotoAndPlay (794);
}
if (n == 17) {
gotoAndPlay (839);
}
if (n == 18) {
gotoAndPlay (863);
}
if (n == 19) {
gotoAndPlay (915);
}
if (n == 20) {
gotoAndPlay (964);
}
if (n == 21) {
gotoAndPlay (1019);
}
if (n == 22) {
gotoAndPlay (1065);
}
if (n == 23) {
gotoAndPlay (1140);
}
if (n == 24) {
gotoAndPlay (1158);
}
if (n == 25) {
gotoAndPlay (1189);
}
if (n == 26) {
gotoAndPlay (1746);
}
if (n == 27) {
gotoAndPlay (1774);
}
}
this.command.gotoAndStop(n + 1);
if (random(2) == 1) {
gotoAndPlay (51);
}
Symbol 738 MovieClip Frame 1478
if (((_root.colour._currentframe == 8) || (_root.colour._currentframe == 5)) || (_root.colour._currentframe == 2)) {
this.negative.nextFrame();
}
if (_root._currentframe == 12) {
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
} else {
n = random(28);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
if (n == 13) {
gotoAndPlay (673);
}
if (n == 14) {
gotoAndPlay (725);
}
if (n == 15) {
gotoAndPlay (741);
}
if (n == 16) {
gotoAndPlay (794);
}
if (n == 17) {
gotoAndPlay (839);
}
if (n == 18) {
gotoAndPlay (863);
}
if (n == 19) {
gotoAndPlay (915);
}
if (n == 20) {
gotoAndPlay (964);
}
if (n == 21) {
gotoAndPlay (1019);
}
if (n == 22) {
gotoAndPlay (1065);
}
if (n == 23) {
gotoAndPlay (1140);
}
if (n == 24) {
gotoAndPlay (1158);
}
if (n == 25) {
gotoAndPlay (1189);
}
if (n == 26) {
gotoAndPlay (1746);
}
if (n == 27) {
gotoAndPlay (1774);
}
}
this.command.gotoAndStop(n + 1);
if (random(2) == 1) {
gotoAndPlay (51);
}
Symbol 738 MovieClip Frame 1525
if (_root.colour._currentframe != 5) {
this.negative.nextFrame();
}
if (_root._currentframe == 12) {
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
} else {
n = random(28);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
if (n == 13) {
gotoAndPlay (673);
}
if (n == 14) {
gotoAndPlay (725);
}
if (n == 15) {
gotoAndPlay (741);
}
if (n == 16) {
gotoAndPlay (794);
}
if (n == 17) {
gotoAndPlay (839);
}
if (n == 18) {
gotoAndPlay (863);
}
if (n == 19) {
gotoAndPlay (915);
}
if (n == 20) {
gotoAndPlay (964);
}
if (n == 21) {
gotoAndPlay (1019);
}
if (n == 22) {
gotoAndPlay (1065);
}
if (n == 23) {
gotoAndPlay (1140);
}
if (n == 24) {
gotoAndPlay (1158);
}
if (n == 25) {
gotoAndPlay (1189);
}
if (n == 26) {
gotoAndPlay (1746);
}
if (n == 27) {
gotoAndPlay (1774);
}
}
this.command.gotoAndStop(n + 1);
if (random(2) == 1) {
gotoAndPlay (51);
}
Symbol 738 MovieClip Frame 1588
if (((_root.pointer._currentframe - 1) % 2) == 1) {
this.negative.nextFrame();
}
if (_root._currentframe == 12) {
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
} else {
n = random(28);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
if (n == 13) {
gotoAndPlay (673);
}
if (n == 14) {
gotoAndPlay (725);
}
if (n == 15) {
gotoAndPlay (741);
}
if (n == 16) {
gotoAndPlay (794);
}
if (n == 17) {
gotoAndPlay (839);
}
if (n == 18) {
gotoAndPlay (863);
}
if (n == 19) {
gotoAndPlay (915);
}
if (n == 20) {
gotoAndPlay (964);
}
if (n == 21) {
gotoAndPlay (1019);
}
if (n == 22) {
gotoAndPlay (1065);
}
if (n == 23) {
gotoAndPlay (1140);
}
if (n == 24) {
gotoAndPlay (1158);
}
if (n == 25) {
gotoAndPlay (1189);
}
if (n == 26) {
gotoAndPlay (1746);
}
if (n == 27) {
gotoAndPlay (1774);
}
}
this.command.gotoAndStop(n + 1);
if (random(2) == 1) {
gotoAndPlay (51);
}
Symbol 738 MovieClip Frame 1636
if (_root.colour._currentframe != 2) {
this.negative.nextFrame();
}
if (_root._currentframe == 12) {
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
} else {
n = random(28);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
if (n == 13) {
gotoAndPlay (673);
}
if (n == 14) {
gotoAndPlay (725);
}
if (n == 15) {
gotoAndPlay (741);
}
if (n == 16) {
gotoAndPlay (794);
}
if (n == 17) {
gotoAndPlay (839);
}
if (n == 18) {
gotoAndPlay (863);
}
if (n == 19) {
gotoAndPlay (915);
}
if (n == 20) {
gotoAndPlay (964);
}
if (n == 21) {
gotoAndPlay (1019);
}
if (n == 22) {
gotoAndPlay (1065);
}
if (n == 23) {
gotoAndPlay (1140);
}
if (n == 24) {
gotoAndPlay (1158);
}
if (n == 25) {
gotoAndPlay (1189);
}
if (n == 26) {
gotoAndPlay (1746);
}
if (n == 27) {
gotoAndPlay (1774);
}
}
this.command.gotoAndStop(n + 1);
if (random(2) == 1) {
gotoAndPlay (51);
}
Symbol 738 MovieClip Frame 1690
this.negative.nextFrame();
if (_root._currentframe == 12) {
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
} else {
n = random(28);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
if (n == 13) {
gotoAndPlay (673);
}
if (n == 14) {
gotoAndPlay (725);
}
if (n == 15) {
gotoAndPlay (741);
}
if (n == 16) {
gotoAndPlay (794);
}
if (n == 17) {
gotoAndPlay (839);
}
if (n == 18) {
gotoAndPlay (863);
}
if (n == 19) {
gotoAndPlay (915);
}
if (n == 20) {
gotoAndPlay (964);
}
if (n == 21) {
gotoAndPlay (1019);
}
if (n == 22) {
gotoAndPlay (1065);
}
if (n == 23) {
gotoAndPlay (1140);
}
if (n == 24) {
gotoAndPlay (1158);
}
if (n == 25) {
gotoAndPlay (1189);
}
if (n == 26) {
gotoAndPlay (1746);
}
if (n == 27) {
gotoAndPlay (1774);
}
}
this.command.gotoAndStop(n + 1);
if (random(2) == 1) {
gotoAndPlay (51);
}
Symbol 738 MovieClip Frame 1739
if ((((_root.colour._currentframe == 6) || (_root.colour._currentframe == 5)) || (_root.colour._currentframe == 7)) || (_root.colour._currentframe == 10)) {
} else {
this.negative.nextFrame();
}
if (_root._currentframe == 12) {
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
} else {
n = random(28);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
if (n == 13) {
gotoAndPlay (673);
}
if (n == 14) {
gotoAndPlay (725);
}
if (n == 15) {
gotoAndPlay (741);
}
if (n == 16) {
gotoAndPlay (794);
}
if (n == 17) {
gotoAndPlay (839);
}
if (n == 18) {
gotoAndPlay (863);
}
if (n == 19) {
gotoAndPlay (915);
}
if (n == 20) {
gotoAndPlay (964);
}
if (n == 21) {
gotoAndPlay (1019);
}
if (n == 22) {
gotoAndPlay (1065);
}
if (n == 23) {
gotoAndPlay (1140);
}
if (n == 24) {
gotoAndPlay (1158);
}
if (n == 25) {
gotoAndPlay (1189);
}
if (n == 26) {
gotoAndPlay (1746);
}
if (n == 27) {
gotoAndPlay (1774);
}
}
this.command.gotoAndStop(n + 1);
if (random(2) == 1) {
gotoAndPlay (51);
}
Symbol 738 MovieClip Frame 1771
if (_root.colour._currentframe == 6) {
} else {
this.negative.nextFrame();
}
if (_root._currentframe == 12) {
n = random(13);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
} else {
n = random(28);
if (n == 0) {
gotoAndPlay (72);
}
if (n == 1) {
gotoAndPlay (97);
}
if (n == 2) {
gotoAndPlay (134);
}
if (n == 3) {
gotoAndPlay (155);
}
if (n == 4) {
gotoAndPlay (184);
}
if (n == 5) {
gotoAndPlay (241);
}
if (n == 6) {
gotoAndPlay (272);
}
if (n == 7) {
gotoAndPlay (322);
}
if (n == 8) {
gotoAndPlay (349);
}
if (n == 9) {
gotoAndPlay (372);
}
if (n == 10) {
gotoAndPlay (401);
}
if (n == 11) {
gotoAndPlay (438);
}
if (n == 12) {
gotoAndPlay (477);
}
if (n == 13) {
gotoAndPlay (673);
}
if (n == 14) {
gotoAndPlay (725);
}
if (n == 15) {
gotoAndPlay (741);
}
if (n == 16) {
gotoAndPlay (794);
}
if (n == 17) {
gotoAndPlay (839);
}
if (n == 18) {
gotoAndPlay (863);
}
if (n == 19) {
gotoAndPlay (915);
}
if (n == 20) {
gotoAndPlay (964);
}
if (n == 21) {
gotoAndPlay (1019);
}
if (n == 22) {
gotoAndPlay (1065);
}
if (n == 23) {
gotoAndPlay (1140);
}
if (n == 24) {
gotoAndPlay (1158);
}
if (n == 25) {
gotoAndPlay (1189);
}
if (n == 26) {
gotoAndPlay (1746);
}
if (n == 27) {
gotoAndPlay (1774);
}
}
this.command.gotoAndStop(n + 1);
if (random(2) == 1) {
gotoAndPlay (51);
}
Symbol 738 MovieClip Frame 1773
this.command.gotoAndStop(29);
Symbol 738 MovieClip Frame 1799
gotoAndStop (614);
Symbol 738 MovieClip Frame 1801
this.command.gotoAndStop(30);
Symbol 738 MovieClip Frame 1827
gotoAndStop (614);
Symbol 744 Button
on (press) {
stopAllSounds();
_root.gotoAndStop(3);
}