Frame 2
stop();
Instance of Symbol 328 MovieClip "alCM" in Frame 2965
onClipEvent (load) {
mod = 877;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
headwait = 1;
}
onClipEvent (enterFrame) {
i = (ok * (_parent._currentframe * mcid)) % mod;
n = (ok * ((mcid + hmod) + i)) % hmod;
b = (ok * ((mcid + bmod) + i)) % bmod;
if (!ok) {
bdy.head.head2.head.mouth.gotoAndStop(1);
bdy.head.vol = 1;
bdy.vol = 1;
}
if (!arm) {
if ((i >= 2) && (i <= 5)) {
z = i;
bdy.front.gotoAndStop(i);
bdy.front.arm.len = ((i * mcid) % 15) + 2;
bdy.front.arm.stall = (i * mcid) % 10;
arm = true;
if (i >= 4) {
headwait = 0;
bdy.back.arm.stall = (i * mcid) % 10;
bdy.back.gotoAndStop(i);
}
}
if ((i >= 12) && (i <= 13)) {
z = i;
bdy.back.gotoAndStop(i - 10);
bdy.back.arm.len = ((i * mcid) % 15) + 2;
bdy.back.arm.stall = (i * mcid) % 10;
arm = true;
}
}
if (!head) {
if ((n >= 0) && (n <= 4)) {
state = n;
head = true;
hstall = (i * mcid) % 10;
}
}
if (!body) {
if ((b >= 0) && (b <= 4)) {
bstate = b;
body = true;
bstall = ((i * mcid) % 40) + 10;
}
}
}
Instance of Symbol 343 MovieClip in Frame 2965
onClipEvent (enterFrame) {
_rotation = (_rotation + ((Math.round(Math.random() * 1) * 2) - 1));
_x = (_x + ((Math.round(Math.random() * 1) * 2) - 1));
_y = (_y + ((Math.round(Math.random() * 1) * 2) - 1));
}
Frame 3497
stop();
Symbol 43 MovieClip Frame 1
_root.stop();
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 43 MovieClip Frame 2
gotoAndPlay (1);
Symbol 43 MovieClip Frame 3
_root.play();
Symbol 49 Button
on (release) {
play();
}
Symbol 88 MovieClip Frame 1
x = 0;
stall = _parent.stall;
len = _parent.len;
dir = 1;
_alpha = 0;
Symbol 88 MovieClip Frame 2
dir = _parent.dir;
if (_parent._currentframe == len) {
dir = 0;
if (stall == 0) {
dir = -1;
} else {
stall--;
}
}
if ((_parent._currentframe == 1) && (dir == -1)) {
_parent._parent._parent._parent.arm = false;
dir = 0;
_parent._parent.gotoAndStop(1);
}
if (dir == 1) {
_parent.nextFrame();
}
if (dir == -1) {
_parent.prevFrame();
}
if ((dir < -1) || (dir > 1)) {
if (x == dir) {
_parent.prevFrame();
x = 0;
}
if (dir < -1) {
x--;
}
if (dir < 1) {
x++;
}
}
if (dir == 0) {
_parent.stop();
}
_parent.dir = dir;
Symbol 88 MovieClip Frame 3
gotoAndPlay (2);
Symbol 93 MovieClip Frame 7
i = stall % 8;
gotoAndPlay(_currentframe + i);
Symbol 93 MovieClip Frame 19
_parent._parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 95 MovieClip Frame 49
_parent._parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 96 MovieClip Frame 1
stop();
Symbol 140 MovieClip Frame 3326
stop();
Symbol 142 MovieClip Frame 1
x = 0;
_alpha = 0;
ply = false;
Symbol 142 MovieClip Frame 3
gotoAndPlay (2);
Instance of Symbol 143 MovieClip "head2" in Symbol 144 MovieClip Frame 1
onClipEvent (load) {
stop();
ply = false;
vol = 0;
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.state == 1) {
if (ply == false) {
gotoAndStop (1);
ply = true;
}
if (ply == true) {
dir = 1;
if (_currentframe >= 101) {
_parent._parent._parent.state = 0;
}
}
}
if (_parent._parent._parent.state == 2) {
if (ply == false) {
gotoAndStop (101);
ply = true;
}
if (ply == true) {
dir = 1;
if (_currentframe >= 201) {
_parent._parent._parent.state = 0;
}
}
}
if (_parent._parent._parent.state == 3) {
if (ply == false) {
gotoAndStop (1);
ply = true;
}
if (ply == true) {
dir = 1;
if (_currentframe == 201) {
_parent._parent._parent.state = 0;
}
}
}
if (_parent._parent._parent.state == 4) {
if (ply == false) {
gotoAndStop (201);
ply = true;
}
if (ply == true) {
dir = -1;
if (_currentframe == 1) {
_parent._parent._parent.state = 0;
}
}
}
if (_parent._parent._parent.state == 0) {
dir = 0;
_parent._parent._parent.head = false;
ply = false;
gotoAndStop ("1");
}
dir = dir * ((vol * 2) + (((-_parent._parent._parent.ok) + 1) * 3));
if (dir == 1) {
nextFrame();
}
if (dir == -1) {
prevFrame();
}
if ((dir < -1) || (dir > 1)) {
gotoAndStop((_currentframe + dir) * _parent._parent._parent.headwait);
}
if (dir == 0) {
stop();
}
}
Symbol 155 MovieClip Frame 54
_parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 159 MovieClip Frame 7
i = stall % 8;
gotoAndPlay(_currentframe + i);
Symbol 159 MovieClip Frame 19
_parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 162 MovieClip Frame 49
_parent._parent._parent.arm = false;
_parent._parent._parent.headwait = 1;
_parent.gotoAndStop(1);
Symbol 163 MovieClip Frame 1
stop();
Instance of Symbol 164 MovieClip "bdy" in Symbol 165 MovieClip Frame 1
onClipEvent (load) {
stop();
ply = false;
stall = 0;
vol = 0;
}
onClipEvent (enterFrame) {
if (_parent.bstate == 1) {
if (ply == false) {
gotoAndStop (1);
ply = true;
stall = _parent.bstall;
}
if (ply == true) {
dir = 1;
if ((_currentframe >= 25) && (_currentframe <= 27)) {
if (stall == 0) {
stall = _parent.bstall;
} else {
stall--;
dir = 0;
}
}
if (_currentframe >= 51) {
_parent.bstate = 0;
}
}
}
if (_parent.bstate == 2) {
if (ply == false) {
gotoAndStop (51);
ply = true;
}
if (ply == true) {
dir = 1;
if ((_currentframe >= 75) && (_currentframe <= 77)) {
if (stall == 0) {
stall = _parent.bstall;
} else {
stall--;
dir = 0;
}
}
if (_currentframe >= 101) {
_parent.bstate = 0;
}
}
}
if (_parent.bstate == 3) {
if (ply == false) {
gotoAndStop (1);
ply = true;
}
if (ply == true) {
dir = 1;
if ((_currentframe >= 25) && (_currentframe <= 27)) {
if (stall == 0) {
stall = _parent.bstall;
} else {
stall--;
dir = 0;
}
}
if ((_currentframe >= 75) && (_currentframe <= 77)) {
if (stall == 0) {
stall = _parent.bstall;
} else {
stall--;
dir = 0;
}
}
if (_currentframe == 101) {
_parent.bstate = 0;
}
}
}
if (_parent.bstate == 4) {
if (ply == false) {
gotoAndStop (101);
ply = true;
}
if (ply == true) {
dir = -1;
if ((_currentframe >= 25) && (_currentframe <= 27)) {
if (stall == 0) {
stall = _parent.bstall;
} else {
stall--;
dir = 0;
}
}
if ((_currentframe >= 75) && (_currentframe <= 77)) {
if (stall == 0) {
stall = _parent.bstall;
} else {
stall--;
dir = 0;
}
}
if (_currentframe == 1) {
_parent.bstate = 0;
}
}
}
if (_parent.bstate == 0) {
dir = 0;
_parent.body = false;
ply = false;
gotoAndStop ("1");
}
dir = dir * (Math.ceil(vol / 2) + (((-_parent.ok) + 1) * 3));
if (dir == 1) {
nextFrame();
}
if (dir == -1) {
prevFrame();
}
if ((dir < -1) || (dir > 1)) {
gotoAndStop(_currentframe + dir);
}
if (dir == 0) {
stop();
}
}
Symbol 168 MovieClip Frame 1
alCM.ok = 1;
Instance of Symbol 165 MovieClip "alCM" in Symbol 168 MovieClip Frame 1
onClipEvent (load) {
mod = 881;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
headwait = 1;
}
onClipEvent (enterFrame) {
i = (ok * (_parent._currentframe * mcid)) % mod;
n = (ok * ((mcid + hmod) + i)) % hmod;
b = (ok * ((mcid + bmod) + i)) % bmod;
if (!ok) {
bdy.head.head2.head.mouth.gotoAndStop(1);
bdy.head.vol = 1;
bdy.vol = 1;
}
if (!arm) {
if ((i >= 2) && (i <= 5)) {
z = i;
bdy.front.gotoAndStop(i);
bdy.front.arm.len = ((i * mcid) % 15) + 2;
bdy.front.arm.stall = (i * mcid) % 10;
arm = true;
if (i >= 4) {
headwait = 0;
bdy.back.arm.stall = (i * mcid) % 10;
bdy.back.gotoAndStop(i);
}
}
if ((i >= 12) && (i <= 13)) {
z = i;
bdy.back.gotoAndStop(i - 10);
bdy.back.arm.len = ((i * mcid) % 15) + 2;
bdy.back.arm.stall = (i * mcid) % 10;
arm = true;
}
}
if (!head) {
if ((n >= 0) && (n <= 4)) {
state = n;
head = true;
hstall = (i * mcid) % 10;
}
}
if (!body) {
if ((b >= 0) && (b <= 4)) {
bstate = b;
body = true;
bstall = ((i * mcid) % 40) + 10;
}
}
}
Instance of Symbol 167 MovieClip in Symbol 168 MovieClip Frame 2
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 3, 4, 4, 4, 4, 4, 3, 2, 2, 2, 2, 2, 1, 1, 2, 4, 5, 5, 5, 4, 4, 4, 3, 3, 3, 3, 2, 1, 3, 6, 6, 5, 5, 4, 4, 4, 4, 3, 3, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 4, 5, 6, 5, 4, 3, 3, 3, 2, 2, 4, 6, 7, 6, 4, 3, 2, 2, 2, 1, 0, 1, 2, 2, 3, 3, 3, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 2, 2, 2, 3, 3, 3, 2, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 3, 3, 3, 3, 2, 1, 1, 2, 4, 5, 5, 5, 5, 4, 3, 2, 2, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 4, 4, 3, 2, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 4, 4, 3, 2, 1, 0, 0, 0, 0, 2, 3, 4, 4, 3, 2, 2, 3, 4, 4, 3, 3, 3, 3, 2, 2, 3, 4, 5, 5, 5, 4, 3, 1, 2, 5, 5, 5, 5, 4, 3, 2, 1, 2, 2, 2, 2, 1, 1, 3, 3, 3, 3, 3, 2, 1, 0, 2, 6, 8, 8, 6, 2, 1, 4, 7, 8, 8, 6, 3, 2, 3, 4, 4, 4, 4, 2, 1, 1, 2, 3, 3, 4, 4, 4, 4, 4, 4, 4, 3, 1, 0, 1, 2, 3, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 3, 3, 3, 3, 3, 2, 1, 2, 4, 6, 6, 5, 4, 2, 1, 2, 3, 3, 3, 3, 2, 1, 2, 3, 2, 2, 2, 2, 1, 1, 2, 3, 5, 5, 6, 6, 6, 5, 3, 3, 3, 3, 2, 2, 2, 2, 3, 3, 2, 1, 1, 2, 3, 4, 4, 4, 3, 1, 1, 1, 0, 0, 0, 0, 0, 0, 2, 5, 6, 5, 4, 3, 1, 1, 3, 4, 4, 3, 1, 1, 2, 4, 6, 6, 4, 2, 1, 1, 2, 3, 3, 3, 4, 4, 4, 4, 3, 3, 2, 1, 1, 1, 2, 2, 3, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 3, 8, 9, 8, 5, 2, 1, 1, 0, 0, 0, 2, 6, 9, 10, 10, 10, 9, 9, 10, 10, 10, 9, 6, 4, 4, 6, 6, 4, 3, 4, 7, 8, 7, 5, 3, 4, 5, 5, 5, 3, 1, 1, 1, 2, 3, 5, 4, 2, 3, 7, 7, 5, 4, 3, 2, 3, 3, 4, 5, 5, 4, 3, 3, 3, 1, 1, 2, 3, 3, 2, 2, 2, 3, 3, 3, 3, 3, 2, 2, 3, 3, 4, 4, 4, 3, 2, 1, 0, 0, 0, 0, 1, 3, 3, 4, 7, 9, 7, 3, 2, 5, 8, 6, 6, 9, 10, 7, 3, 4, 7, 8, 9, 10, 10, 9, 7, 6, 6, 5, 3, 2, 3, 4, 3, 2, 2, 3, 3, 3, 4, 5, 6, 5, 5, 5, 4, 4, 5, 4, 3, 4, 5, 5, 2, 2, 4, 7, 8, 8, 6, 4, 4, 4, 3, 3, 3, 3, 2, 1, 0, 1, 2, 2, 2, 2, 1, 1, 2, 3, 5, 7, 7, 6, 5, 4, 3, 2, 2, 3, 4, 4, 4, 3, 2, 1, 1, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 5, 5, 4, 2, 2, 5, 8, 9, 9, 9, 9, 8, 6, 5, 6, 8, 9, 8, 7, 6, 5, 3, 1, 2, 4, 5, 4, 3, 3, 5, 8, 9, 8, 6, 5, 7, 8, 9, 7, 4, 3, 3, 3, 5, 7, 7, 7, 6, 5, 5, 6, 4, 2, 2, 4, 4, 4, 3, 3, 3, 3, 2, 1, 0, 0, 0, 0, 1, 2, 3, 5, 6, 6, 4, 3, 2, 2, 4, 7, 8, 8, 7, 6, 5, 4, 2, 1, 0, 0, 0, 0, 1, 1, 1, 4, 7, 7, 7, 7, 7, 6, 4, 2, 2, 3, 4, 5, 5, 4, 3, 3, 4, 4, 4, 4, 2, 2, 2, 2, 3, 4, 3, 1, 1, 1, 1, 2, 2, 1, 1, 2, 3, 3, 3, 5, 6, 5, 5, 7, 6, 3, 3, 5, 7, 8, 7, 4, 1, 1, 1, 2, 3, 3, 2, 2, 3, 4, 5, 5, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 1, 2, 4, 6, 7, 6, 6, 7, 6, 6, 8, 7, 4, 2, 3, 5, 6, 8, 7, 6, 5, 3, 2, 2, 3, 5, 5, 3, 2, 2, 2, 1, 1, 1, 3, 5, 7, 8, 9, 9, 9, 9, 8, 6, 4, 2, 1, 1, 2, 3, 2, 2, 2, 4, 5, 6, 6, 5, 4, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 4, 2, 3, 5, 5, 3, 2, 3, 4, 4, 4, 4, 4, 3, 2, 1, 0, 0, 1, 3, 5, 5, 4, 4, 3, 2, 2, 3, 3, 2, 2, 2, 2, 4, 4, 3, 3, 3, 2, 1, 1, 2, 3, 4, 3, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 7, 8, 7, 5, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 7, 7, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 7, 8, 9, 9, 9, 7, 6, 8, 9, 9, 9, 8, 6, 5, 6, 8, 9, 9, 9, 9, 9, 7, 3, 1, 0, 0, 0, 0, 0, 1, 3, 6, 8, 9, 9, 6, 3, 4, 3, 1, 0, 2, 6, 8, 8, 7, 8, 9, 8, 5, 3, 5, 7, 7, 7, 7, 7, 7, 8, 8, 7, 5, 3, 1, 2, 4, 4, 4, 5, 5, 5, 5, 5, 5, 4, 3, 2, 2, 3, 4, 5, 5, 4, 2, 1, 3, 6, 8, 9, 9, 9, 9, 9, 6, 3, 4, 7, 8, 9, 9, 9, 8, 6, 5, 6, 8, 9, 9, 8, 6, 3, 4, 7, 8, 9, 6, 2, 4, 7, 7, 5, 4, 3, 5, 8, 9, 7, 6, 6, 5, 6, 7, 6, 6, 8, 9, 8, 5, 2, 1, 0, 0, 0, 3, 7, 8, 8, 8, 9, 9, 9, 9, 9, 6, 2, 1, 2, 5, 7, 8, 9, 9, 9, 9, 9, 7, 4, 3, 1, 0, 0, 0, 1, 3, 6, 8, 6, 5, 8, 9, 7, 7, 8, 9, 9, 9, 7, 5, 5, 6, 8, 9, 8, 7, 7, 8, 9, 9, 9, 9, 8, 8, 9, 8, 7, 7, 6, 4, 3, 3, 3, 2, 4, 7, 8, 9, 9, 6, 4, 5, 7, 7, 5, 6, 7, 7, 6, 4, 2, 1, 0, 0, 0, 0, 0, 3, 7, 8, 7, 6, 6, 4, 2, 4, 6, 8, 9, 9, 9, 7, 4, 4, 5, 7, 8, 7, 5, 4, 4, 4, 4, 4, 3, 5, 8, 9, 7, 6, 6, 7, 8, 9, 9, 9, 8, 6, 5, 6, 8, 9, 9, 7, 5, 6, 8, 7, 4, 1, 0, 0, 0, 0, 3, 7, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 6, 8, 7, 5, 5, 6, 7, 6, 6, 8, 9, 9, 9, 9, 9, 9, 9, 6, 2, 3, 6, 8, 9, 8, 6, 4, 3, 2, 2, 2, 3, 3, 2, 1, 1, 2, 3, 4, 5, 4, 3, 4, 5, 4, 4, 6, 8, 9, 9, 6, 3, 3, 6, 8, 9, 6, 3, 5, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 8, 6, 4, 2, 2, 4, 7, 8, 9, 9, 9, 9, 8, 4, 2, 2, 1, 1, 2, 4, 4, 3, 3, 4, 5, 4, 5, 7, 8, 9, 6, 2, 4, 6, 5, 3, 1, 3, 6, 6, 7, 8, 5, 3, 3, 3, 4, 7, 8, 9, 8, 4, 1, 0, 0, 0, 0, 0, 0, 2, 4, 3, 2, 4, 7, 8, 5, 2, 1, 4, 7, 8, 7, 4, 2, 4, 7, 8, 7, 6, 7, 8, 9, 9, 7, 4, 3, 1, 2, 5, 8, 9, 9, 8, 6, 4, 4, 6, 8, 9, 8, 6, 3, 1, 0, 0, 0, 0, 3, 7, 6, 4, 5, 7, 8, 9, 7, 3, 1, 3, 7, 8, 9, 9, 8, 5, 2, 2, 5, 8, 9, 8, 8, 9, 9, 9, 9, 6, 5, 7, 7, 4, 3, 5, 7, 8, 8, 6, 3, 3, 5, 8, 6, 3, 4, 7, 8, 9, 9, 9, 7, 5, 3, 3, 5, 6, 4, 4, 3, 1, 1, 3, 6, 8, 8, 7, 5, 3, 3, 6, 6, 6, 8, 8, 5, 3, 5, 5, 2, 4, 7, 7, 7, 8, 7, 5, 5, 7, 8, 7, 6, 4, 3, 5, 8, 8, 5, 2, 1, 0, 0, 0, 0, 3, 7, 8, 9, 9, 8, 5, 3, 4, 5, 7, 8, 9, 9, 6, 2, 3, 6, 8, 9, 8, 7, 6, 5, 6, 8, 8, 8, 7, 6, 6, 7, 8, 8, 9, 9, 9, 8, 6, 4, 5, 6, 4, 2, 3, 6, 8, 9, 6, 3, 1, 3, 6, 7, 8, 9, 9, 8, 6, 4, 5, 5, 3, 1, 2, 4, 6, 5, 2, 1, 0, 0, 1, 4, 6, 7, 6, 4, 3, 2, 1, 1, 1, 3, 5, 4, 2, 2, 3, 4, 4, 4, 6, 7, 7, 5, 3, 2, 4, 7, 8, 9, 9, 9, 8, 5, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 9, 9, 9, 9, 8, 8, 9, 9, 7, 7, 8, 9, 9, 6, 2, 4, 7, 8, 8, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 8, 8, 9, 9, 9, 8, 7, 6, 7, 8, 9, 9, 9, 9, 9, 7, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 7, 7, 5, 5, 6, 8, 9, 8, 7, 6, 4, 4, 6, 8, 7, 6, 5, 6, 8, 9, 8, 8, 9, 8, 5, 3, 3, 3, 4, 4, 4, 3, 2, 2, 4, 6, 8, 8, 7, 6, 5, 4, 3, 5, 8, 7, 6, 5, 4, 3, 2, 1, 1, 1, 1, 2, 5, 8, 9, 8, 5, 4, 6, 8, 9, 8, 6, 7, 8, 7, 7, 8, 9, 6, 2, 1, 4, 6, 6, 4, 5, 8, 9, 9, 6, 2, 1, 0, 0, 0, 0, 0, 0, 3, 6, 5, 5, 8, 8, 8, 9, 9, 9, 8, 7, 6, 7, 8, 5, 5, 8, 9, 6, 5, 8, 9, 9, 9, 9, 8, 6, 6, 7, 8, 8, 7, 5, 6, 8, 6, 4, 5, 5, 4, 6, 8, 9, 9, 9, 7, 7, 8, 8, 8, 9, 7, 5, 6, 8, 6, 4, 6, 7, 4, 2, 1, 4, 7, 8, 8, 6, 3, 4, 7, 8, 9, 9, 9, 9, 9, 7, 4, 4, 5, 6, 8, 9, 9, 8, 6, 6, 8, 9, 7, 5, 6, 8, 9, 9, 7, 6, 7, 8, 9, 9, 7, 4, 4, 3, 3, 4, 5, 7, 8, 7, 4, 4, 6, 7, 8, 8, 5, 2, 2, 4, 3, 2, 4, 7, 8, 9, 7, 4, 4, 5, 5, 3, 2, 2, 1, 1, 2, 4, 7, 7, 5, 4, 2, 1, 0, 0, 0, 0, 0, 0, 0, 2, 5, 6, 6, 5, 3, 4, 5, 6, 5, 5, 5, 6, 8, 9, 8, 6, 3, 4, 5, 4, 2, 2, 5, 7, 7, 6, 4, 2, 2, 3, 2, 2, 2, 4, 4, 5, 5, 6, 8, 9, 9, 9, 7, 6, 8, 9, 6, 2, 1, 1, 1, 1, 4, 7, 8, 8, 6, 4, 3, 2, 1, 1, 1, 4, 7, 8, 6, 4, 6, 8, 9, 9, 7, 5, 6, 8, 9, 8, 8, 9, 7, 4, 4, 4, 3, 2, 4, 5, 4, 6, 8, 9, 6, 4, 6, 8, 7, 6, 6, 6, 6, 4, 3, 3, 4, 5, 4, 2, 3, 5, 5, 4, 3, 5, 7, 6, 4, 2, 1, 1, 1, 1, 0, 3, 7, 8, 6, 3, 4, 7, 7, 7, 5, 3, 2, 2, 3, 4, 4, 3, 2, 2, 3, 2, 2, 3, 3, 2, 1, 2, 2, 2, 1, 0, 1, 3, 4, 4, 3, 2, 2, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 4, 5, 5, 6, 8, 9, 6, 3, 4, 7, 8, 9, 8, 5, 3, 4, 7, 8, 7, 5, 4, 3, 2, 5, 8, 9, 8, 5, 2, 1, 1, 1, 0, 3, 7, 8, 9, 9, 7, 3, 1, 2, 3, 4, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 7, 5, 2, 3, 5, 7, 8, 6, 4, 5, 5, 3, 1, 3, 6, 7, 7, 5, 3, 2, 1, 1, 3, 5, 6, 5, 4, 3, 4, 5, 4, 4, 4, 5, 7, 7, 6, 6, 7, 6, 6, 8, 9, 7, 4, 2, 3, 5, 4, 2, 1, 2, 5, 6, 5, 3, 1, 1, 2, 3, 4, 4, 4, 3, 2, 1, 1, 4, 7, 6, 4, 2, 3, 5, 6, 5, 3, 2, 2, 4, 7, 8, 6, 3, 3, 4, 4, 3, 2, 1, 3, 7, 8, 6, 4, 4, 4, 4, 3, 4, 4, 3, 2, 3, 5, 7, 7, 7, 8, 9, 7, 5, 6, 7, 6, 3, 2, 4, 6, 4, 2, 4, 7, 8, 7, 6, 6, 4, 1, 3, 7, 8, 7, 6, 5, 4, 6, 8, 9, 6, 2, 1, 2, 5, 7, 7, 7, 7, 7, 7, 8, 9, 6, 2, 1, 3, 7, 8, 9, 6, 5, 7, 5, 2, 2, 4, 7, 8, 9, 9, 9, 9, 9, 8, 6, 3, 1, 0, 0, 0, 0, 0, 1, 4, 7, 8, 9, 8, 5, 6, 8, 7, 5, 6, 8, 7, 5, 6, 8, 9, 9, 9, 7, 6, 6, 5, 5, 5, 3, 1, 0, 0, 0, 0, 0, 1, 4, 7, 8, 6, 3, 2, 4, 6, 8, 8, 7, 5, 4, 3, 4, 7, 8, 8, 8, 9, 8, 4, 1, 2, 4, 6, 8, 7, 6, 7, 7, 6, 5, 6, 8, 8, 6, 5, 4, 5, 7, 8, 8, 6, 3, 1, 0, 0, 0, 0, 0, 0, 0, 3, 7, 8, 9, 9, 9, 8, 7, 8, 9, 9, 9, 9, 8, 8, 7, 5, 4, 2, 1, 3, 7, 8, 9, 7, 4, 1, 3, 7, 8, 9, 9, 9, 9, 9, 9, 6, 2, 4, 7, 7, 5, 6, 8, 7, 5, 4, 3, 3, 3, 3, 3, 4, 7, 8, 8, 6, 4, 2, 1, 1, 4, 6, 5, 4, 4, 6, 8, 8, 6, 5, 3, 1, 0, 0, 0, 0, 0, 1, 5, 8, 7, 6, 6, 7, 8, 9, 9, 9, 9, 9, 8, 6, 4, 4, 6, 8, 8, 6, 4, 2, 5, 8, 9, 9, 6, 2, 3, 6, 8, 9, 9, 9, 6, 3, 5, 8, 8, 8, 6, 3, 1, 3, 7, 8, 9, 9, 7, 6, 7, 8, 6, 2, 1, 1, 2, 4, 7, 8, 5, 2, 4, 7, 6, 3, 3, 4, 6, 8, 8, 6, 4, 3, 2, 2, 4, 7, 7, 5, 3, 3, 4, 4, 5, 5, 4, 3, 1, 1, 4, 7, 7, 7, 7, 7, 6, 3, 1, 0, 0, 0, 0, 0, 0, 0, 3, 7, 8, 9, 7, 6, 8, 8, 7, 6, 7, 8, 9, 9, 8, 6, 6, 8, 6, 3, 1, 2, 5, 8, 9, 6, 2, 1, 3, 7, 7, 6, 6, 6, 7, 8, 9, 9, 9, 7, 4, 5, 8, 9, 8, 4, 1, 3, 7, 8, 8, 7, 5, 4, 3, 3, 3, 4, 4, 3, 2, 2, 4, 7, 8, 7, 5, 3, 4, 7, 8, 9, 6, 2, 3, 4, 5, 8, 9, 9, 9, 9, 9, 9, 9, 8, 7, 7, 5, 3, 6, 7, 8, 9, 9, 8, 8, 9, 9, 9, 6, 2, 1, 4, 7, 7, 7, 7, 6, 3, 1, 0, 0, 0, 0, 0, 3, 7, 7, 5, 3, 3, 6, 8, 7, 5, 3, 2, 1, 1, 1, 2, 5, 8, 7, 5, 4, 3, 2, 1, 1, 1, 1, 4, 7, 8, 7, 7, 8, 9, 7, 6, 8, 9, 9, 9, 9, 9, 9, 8, 7, 6, 5, 2, 4, 7, 8, 9, 9, 9, 8, 7, 5, 5, 7, 8, 9, 8, 5, 2, 1, 0, 0, 0, 2, 4, 6, 8, 9, 9, 8, 6, 5, 4, 5, 8, 9, 9, 9, 9, 6, 3, 5, 8, 7, 7, 8, 6, 4, 3, 4, 5, 6, 6, 4, 2, 2, 5, 6, 5, 6, 7, 6, 4, 3, 5, 8, 9, 6, 2, 1, 0, 0, 0, 0, 0, 2, 6, 8, 9, 7, 4, 3, 5, 7, 8, 9, 6, 2, 1, 3, 7, 6, 3, 4, 7, 8, 9, 8, 8, 9, 8, 8, 8, 8, 8, 7, 5, 2, 1, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 8, 9, 9, 7, 3, 4, 7, 6, 3, 4, 7, 8, 8, 8, 8, 8, 8, 8, 8, 6, 3, 3, 5, 8, 7, 4, 4, 7, 8, 9, 6, 2, 4, 7, 8, 7, 5, 4, 6, 8, 9, 9, 9, 9, 9, 9, 9, 8, 6, 4, 3, 4, 5, 6, 8, 9, 8, 6, 5, 6, 8, 9, 9, 9, 9, 6, 2, 1, 0, 0, 0, 3, 7, 8, 8, 6, 3, 5, 8, 8, 7, 7, 6, 4, 1, 3, 7, 8, 9, 9, 9, 9, 9, 7, 4, 3, 2, 1, 0, 0, 0, 0, 0, 3, 6, 6, 7, 8, 9, 9, 8, 8, 9, 9, 9, 9, 9, 9, 6, 2, 4, 7, 8, 7, 7, 8, 7, 5, 3, 1, 0, 0, 0, 0, 0, 2, 6, 6, 4, 6, 8, 7, 6, 8, 9, 7, 3, 4, 7, 8, 9, 9, 9, 9, 9, 9, 8, 6, 6, 7, 6, 5, 6, 8, 9, 8, 5, 4, 5, 7, 7, 7, 5, 3, 2, 2, 2, 3, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 4, 7, 8, 9, 8, 6, 3, 1, 0, 0, 0, 0, 1, 4, 6, 7, 8, 8, 7, 5, 5, 6, 6, 5, 3, 2, 2, 1, 0, 0, 0, 0, 0, 3, 7, 8, 9, 9, 9, 6, 5, 8, 9, 7, 4, 2, 5, 8, 8, 8, 8, 8, 8, 7, 7, 6, 5, 6, 8, 9, 7, 4, 4, 4, 6, 8, 9, 9, 8, 7, 5, 4, 5, 5, 4, 4, 5, 5, 3, 1, 0, 0, 0, 0, 2, 6, 8, 5, 5, 8, 8, 6, 3, 4, 7, 8, 6, 4, 6, 8, 8, 7, 6, 4, 3, 3, 3, 4, 4, 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.alCM.bdy.head.head2.vol = gAmp;
_parent.alCM.bdy.vol = gAmp;
_parent.alCM.bdy.head.head2.head3.mouth.gotoAndStop(gAmp + 1);
}
Symbol 168 MovieClip Frame 646
alCM.ok = 0;
Symbol 168 MovieClip Frame 675
alCM.ok = 1;
Symbol 171 MovieClip Frame 3
stop();
Symbol 202 MovieClip Frame 7
stop();
Symbol 265 Button
on (release) {
play();
}
Symbol 271 Button
on (release) {
play();
}
Symbol 272 MovieClip Frame 1
stop();
Symbol 272 MovieClip Frame 2
stop();
Symbol 307 Button
on (release) {
play();
}
Symbol 309 Button
on (release) {
play();
}
Symbol 310 MovieClip Frame 1
stop();
Symbol 310 MovieClip Frame 2
stop();
Symbol 317 MovieClip Frame 10
stop();
Symbol 319 MovieClip Frame 38
stop();
Instance of Symbol 326 MovieClip "head2" in Symbol 327 MovieClip Frame 1
onClipEvent (load) {
stop();
ply = false;
vol = 0;
}
onClipEvent (enterFrame) {
if (_parent._parent._parent.state == 1) {
if (ply == false) {
gotoAndStop (1);
ply = true;
}
if (ply == true) {
dir = 1;
if (_currentframe >= 101) {
_parent._parent._parent.state = 0;
}
}
}
if (_parent._parent._parent.state == 2) {
if (ply == false) {
gotoAndStop (101);
ply = true;
}
if (ply == true) {
dir = 1;
if (_currentframe >= 201) {
_parent._parent._parent.state = 0;
}
}
}
if (_parent._parent._parent.state == 3) {
if (ply == false) {
gotoAndStop (1);
ply = true;
}
if (ply == true) {
dir = 1;
if (_currentframe == 201) {
_parent._parent._parent.state = 0;
}
}
}
if (_parent._parent._parent.state == 4) {
if (ply == false) {
gotoAndStop (201);
ply = true;
}
if (ply == true) {
dir = -1;
if (_currentframe == 1) {
_parent._parent._parent.state = 0;
}
}
}
if (_parent._parent._parent.state == 0) {
dir = 0;
_parent._parent._parent.head = false;
ply = false;
gotoAndStop ("1");
}
dir = dir * ((vol * 2) + (((-_parent._parent._parent.ok) + 1) * 3));
if (dir == 1) {
nextFrame();
}
if (dir == -1) {
prevFrame();
}
if ((dir < -1) || (dir > 1)) {
gotoAndStop((_currentframe + dir) * _parent._parent._parent.headwait);
}
if (dir == 0) {
stop();
}
}
Symbol 336 MovieClip Frame 1
gotoAndPlay(Math.round(Math.random() * 12) + 1);
_xscale = (_xscale * ((Math.round(Math.random() * 1) * 2) - 1));
Instance of Symbol 341 MovieClip in Symbol 342 MovieClip Frame 1
onClipEvent (load) {
gotoAndStop(Math.ceil(Math.random() * 3) + 1);
}
Symbol 350 Button
on (press) {
play();
}
Symbol 361 MovieClip Frame 1
stop();
Symbol 368 Button
on (release) {
getURL ("http://neptunecircle.com/main.php?goto=txt", "_blank");
}
Symbol 375 Button
on (release) {
gotoAndPlay (3498);
}
Symbol 386 Button
on (release) {
getURL ("http://www.neptunecircle.com", "_blank");
}