Frame 1
stop();
stop();
Frame 8777
stop();
Symbol 12 Button
on (release) {
_root.play();
}
Symbol 13 MovieClip Frame 1
PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100;
if (PercentLoaded != 100) {
setProperty(bar, _xscale , PercentLoaded);
} else {
gotoAndStop ("loaded");
}
Symbol 13 MovieClip Frame 2
gotoAndPlay (1);
Symbol 13 MovieClip Frame 3
stop();
Symbol 37 MovieClip Frame 1
x = 0;
stall = _parent.stall;
len = _parent.len;
dir = 1;
_alpha = 0;
Symbol 37 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._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 37 MovieClip Frame 3
gotoAndPlay (2);
Symbol 43 MovieClip Frame 7
i = stall % 8;
gotoAndPlay(_currentframe + i);
Symbol 43 MovieClip Frame 19
_parent.gotoAndStop(1);
Symbol 67 MovieClip Frame 7
i = stall % 8;
gotoAndPlay(_currentframe + i);
Symbol 67 MovieClip Frame 19
_parent._parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 114 MovieClip Frame 1
x = 0;
_alpha = 0;
ply = false;
Symbol 114 MovieClip Frame 3
gotoAndPlay (2);
Instance of Symbol 114 MovieClip "timer" in Symbol 115 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 44 MovieClip "back" in Symbol 116 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 68 MovieClip "front" in Symbol 116 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 115 MovieClip "head" in Symbol 116 MovieClip Frame 1
onClipEvent (load) {
stop();
ply = false;
}
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);
}
if (dir == 0) {
stop();
}
}
Instance of Symbol 117 MovieClip "bdy" in Symbol 118 MovieClip Frame 1
onClipEvent (load) {
stop();
ply = false;
stall = 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 139 MovieClip Frame 1
x = 0;
stall = _parent.stall;
len = _parent.len;
dir = 1;
_alpha = 0;
Symbol 139 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 139 MovieClip Frame 3
gotoAndPlay (2);
Symbol 146 MovieClip Frame 7
i = stall % 8;
gotoAndPlay(_currentframe + i);
Symbol 146 MovieClip Frame 19
_parent._parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 147 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 7
i = stall % 8;
gotoAndPlay(_currentframe + i);
Symbol 164 MovieClip Frame 19
_parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 165 MovieClip Frame 1
stop();
Instance of Symbol 114 MovieClip "timer" in Symbol 194 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 194 MovieClip "head2" in Symbol 195 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);
}
if (dir == 0) {
stop();
}
}
Instance of Symbol 196 MovieClip "bdy" in Symbol 197 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();
}
}
Instance of Symbol 199 MovieClip in Symbol 248 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 2, 5, 6, 6, 5, 5, 5, 5, 4, 3, 3, 3, 3, 2, 1, 4, 8, 8, 8, 8, 8, 6, 4, 3, 4, 5, 6, 6, 4, 3, 5, 7, 6, 6, 7, 6, 6, 7, 7, 7, 7, 8, 8, 7, 5, 3, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 248 MovieClip Frame 61
stop();
Instance of Symbol 115 MovieClip "head" in Symbol 252 MovieClip Frame 1
onClipEvent (load) {
stop();
ply = false;
}
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);
}
if (dir == 0) {
stop();
}
}
Symbol 252 MovieClip Frame 59
stop();
Instance of Symbol 253 MovieClip "bdy" in Symbol 254 MovieClip Frame 1
onClipEvent (load) {
stop();
ply = false;
stall = 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 255 MovieClip Frame 1
pjCM.ok = 0;
bobCM.ok = 1;
Instance of Symbol 118 MovieClip "pjCM" in Symbol 255 MovieClip Frame 1
onClipEvent (load) {
mod = 497;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
onClipEvent (enterFrame) {
i = (ok * (_parent._currentframe * mcid)) % mod;
n = (ok * ((mcid + hmod) + i)) % hmod;
b = (ok * ((mcid + bmod) + i)) % bmod;
if (!ok) {
bdy.bdy2.head.head2.mouth.gotoAndStop(1);
bdy.bdy2.head.vol = 1;
bdy.vol = 1;
}
if (!arm) {
if ((i >= 2) && (i <= 4)) {
z = i;
bdy.bdy2.front.gotoAndStop(i);
bdy.bdy2.front.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.front.arm.stall = (i * mcid) % 10;
arm = true;
if (i == 4) {
bdy.bdy2.back.gotoAndStop(14);
bdy.bdy2.back.arm.stall = (i * mcid) % 10;
}
}
if ((i >= 12) && (i <= 13)) {
z = i;
bdy.bdy2.back.gotoAndStop(i - 10);
bdy.bdy2.back.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.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 197 MovieClip "bobCM" in Symbol 255 MovieClip Frame 1
onClipEvent (load) {
mod = 501;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
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 <= 4)) {
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) {
bdy.back.gotoAndStop(14);
bdy.back.arm.stall = (i * mcid) % 10;
}
}
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 199 MovieClip in Symbol 255 MovieClip Frame 2
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 0, 3, 7, 8, 8, 7, 6, 6, 7, 7, 7, 5, 3, 2, 4, 8, 9, 10, 8, 7, 9, 9, 8, 8, 6, 4, 3, 2, 1, 0, 0, 1, 1, 2, 3, 4, 3, 2, 2, 2, 4, 5, 5, 5, 4, 5, 7, 6, 5, 5, 6, 6, 6, 6, 6, 5, 5, 6, 7, 6, 4, 3, 2, 3, 4, 4, 3, 4, 5, 6, 6, 7, 8, 9, 10, 8, 5, 3, 2, 1, 1, 1, 0, 1, 4, 7, 8, 9, 9, 9, 9, 9, 9, 7, 5, 4, 5, 8, 9, 10, 10, 10, 10, 9, 7, 5, 4, 5, 6, 7, 7, 6, 5, 5, 4, 4, 3, 2, 1, 1, 1, 0, 0, 1, 2, 2, 2, 2, 3, 4, 4, 4, 3, 3, 4, 5, 5, 4, 4, 4, 4, 4, 4, 3, 3, 4, 4, 4, 5, 6, 8, 9, 7, 5, 4, 4, 6, 7, 6, 4, 4, 5, 4, 3, 3, 3, 3, 3, 5, 7, 7, 6, 5, 4, 3, 2, 1, 1, 1, 1, 1, 0, 0, 1, 4, 8, 9, 10, 10, 8, 6, 8, 9, 7, 4, 5, 6, 5, 4, 6, 7, 8, 7, 4, 5, 8, 9, 9, 6, 3, 5, 8, 9, 7, 4, 2, 3, 5, 7, 8, 9, 10, 10, 9, 8, 5, 2, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.pjCM.bdy.bdy2.head.vol = gAmp;
_parent.pjCM.bdy.vol = gAmp;
_parent.pjCM.bdy.bdy2.head.head2.mouth.gotoAndStop(gAmp + 1);
}
Instance of Symbol 199 MovieClip in Symbol 255 MovieClip Frame 2
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 0, 3, 7, 8, 8, 7, 6, 6, 7, 7, 7, 5, 3, 2, 4, 8, 9, 10, 8, 7, 9, 9, 8, 8, 6, 4, 3, 2, 1, 0, 0, 1, 1, 2, 3, 4, 3, 2, 2, 2, 4, 5, 5, 5, 4, 5, 7, 6, 5, 5, 6, 6, 6, 6, 6, 5, 5, 6, 7, 6, 4, 3, 2, 3, 4, 4, 3, 4, 5, 6, 6, 7, 8, 9, 10, 8, 5, 3, 2, 1, 1, 1, 0, 1, 4, 7, 8, 9, 9, 9, 9, 9, 9, 7, 5, 4, 5, 8, 9, 10, 10, 10, 10, 9, 7, 5, 4, 5, 6, 7, 7, 6, 5, 5, 4, 4, 3, 2, 1, 1, 1, 0, 0, 1, 2, 2, 2, 2, 3, 4, 4, 4, 3, 3, 4, 5, 5, 4, 4, 4, 4, 4, 4, 3, 3, 4, 4, 4, 5, 6, 8, 9, 7, 5, 4, 4, 6, 7, 6, 4, 4, 5, 4, 3, 3, 3, 3, 3, 5, 7, 7, 6, 5, 4, 3, 2, 1, 1, 1, 1, 1, 0, 0, 1, 4, 8, 9, 10, 10, 8, 6, 8, 9, 7, 4, 5, 6, 5, 4, 6, 7, 8, 7, 4, 5, 8, 9, 9, 6, 3, 5, 8, 9, 7, 4, 2, 3, 5, 7, 8, 9, 10, 10, 9, 8, 5, 2, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.bobCM.bdy.head.head2.vol = gAmp;
_parent.bobCM.bdy.vol = gAmp;
_parent.bobCM.bdy.head.head2.head.mouth.gotoAndStop(gAmp + 1);
}
Symbol 255 MovieClip Frame 37
pjCM.ok = 1;
bobCM.ok = 0;
Symbol 255 MovieClip Frame 84
pjCM.ok = 0;
Symbol 255 MovieClip Frame 87
bobCM.ok = 1;
Symbol 255 MovieClip Frame 127
pjCM.ok = 1;
bobCM.ok = 0;
Symbol 255 MovieClip Frame 186
pjCM.ok = 0;
Symbol 255 MovieClip Frame 187
bobCM.ok = 1;
Symbol 255 MovieClip Frame 235
bobCM.ok = 0;
Symbol 255 MovieClip Frame 293
pjCM.ok = 0;
bobCM.ok = 1;
Instance of Symbol 199 MovieClip in Symbol 255 MovieClip Frame 294
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 2, 5, 8, 9, 10, 10, 7, 3, 3, 4, 4, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 5, 5, 4, 2, 1, 3, 4, 4, 2, 1, 1, 2, 3, 4, 5, 4, 3, 4, 5, 6, 4, 2, 1, 1, 1, 2, 4, 4, 2, 2, 4, 5, 4, 3, 4, 6, 6, 4, 2, 4, 7, 7, 4, 2, 1, 4, 7, 7, 4, 2, 3, 5, 5, 4, 3, 3, 3, 3, 3, 3, 3, 3, 4, 7, 9, 10, 10, 8, 6, 5, 4, 3, 3, 2, 1, 0, 0, 0, 1, 4, 6, 7, 8, 8, 9, 10, 8, 5, 3, 3, 4, 4, 4, 5, 5, 6, 6, 5, 4, 3, 2, 2, 2, 2, 2, 1, 1, 0, 1, 2, 2, 2, 1, 2, 3, 4, 4, 4, 7, 9, 9, 8, 7, 7, 6, 6, 8, 7, 4, 3, 4, 7, 8, 8, 8, 7, 6, 4, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 1, 2, 4, 4, 2, 2, 3, 5, 6, 7, 6, 4, 4, 5, 5, 3, 2, 2, 2, 5, 8, 9, 10, 10, 10, 9, 7, 6, 7, 9, 10, 9, 8, 7, 6, 6, 5, 3, 1, 1, 2, 2, 3, 4, 4, 3, 2, 3, 6, 8, 8, 8, 6, 4, 3, 5, 6, 5, 3, 2, 1, 2, 5, 8, 8, 7, 6, 5, 3, 2, 2, 3, 2, 4, 8, 9, 9, 8, 6, 5, 4, 3, 2, 1, 1, 1, 1, 0, 0, 0, 1, 3, 5, 6, 6, 7, 6, 4, 3, 3, 3, 4, 4, 5, 6, 6, 5, 4, 3, 2, 2, 4, 6, 7, 6, 4, 4, 5, 4, 3, 3, 5, 8, 9, 7, 6, 6, 4, 2, 3, 4, 5, 4, 2, 3, 5, 5, 3, 3, 4, 4, 4, 5, 5, 5, 4, 4, 5, 4, 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 4, 5, 5, 4, 3, 3, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 2, 5, 7, 7, 6, 5, 4, 2, 2, 3, 4, 4, 4, 4, 5, 5, 5, 4, 2, 1, 3, 5, 6, 7, 7, 4, 2, 2, 3, 4, 6, 8, 8, 5, 3, 3, 2, 1, 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.pjCM.bdy.bdy2.head.vol = gAmp;
_parent.pjCM.bdy.vol = gAmp;
_parent.pjCM.bdy.bdy2.head.head2.mouth.gotoAndStop(gAmp + 1);
}
Instance of Symbol 199 MovieClip in Symbol 255 MovieClip Frame 294
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 2, 5, 8, 9, 10, 10, 7, 3, 3, 4, 4, 3, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 5, 5, 4, 2, 1, 3, 4, 4, 2, 1, 1, 2, 3, 4, 5, 4, 3, 4, 5, 6, 4, 2, 1, 1, 1, 2, 4, 4, 2, 2, 4, 5, 4, 3, 4, 6, 6, 4, 2, 4, 7, 7, 4, 2, 1, 4, 7, 7, 4, 2, 3, 5, 5, 4, 3, 3, 3, 3, 3, 3, 3, 3, 4, 7, 9, 10, 10, 8, 6, 5, 4, 3, 3, 2, 1, 0, 0, 0, 1, 4, 6, 7, 8, 8, 9, 10, 8, 5, 3, 3, 4, 4, 4, 5, 5, 6, 6, 5, 4, 3, 2, 2, 2, 2, 2, 1, 1, 0, 1, 2, 2, 2, 1, 2, 3, 4, 4, 4, 7, 9, 9, 8, 7, 7, 6, 6, 8, 7, 4, 3, 4, 7, 8, 8, 8, 7, 6, 4, 3, 2, 2, 1, 1, 1, 0, 0, 0, 0, 1, 2, 4, 4, 2, 2, 3, 5, 6, 7, 6, 4, 4, 5, 5, 3, 2, 2, 2, 5, 8, 9, 10, 10, 10, 9, 7, 6, 7, 9, 10, 9, 8, 7, 6, 6, 5, 3, 1, 1, 2, 2, 3, 4, 4, 3, 2, 3, 6, 8, 8, 8, 6, 4, 3, 5, 6, 5, 3, 2, 1, 2, 5, 8, 8, 7, 6, 5, 3, 2, 2, 3, 2, 4, 8, 9, 9, 8, 6, 5, 4, 3, 2, 1, 1, 1, 1, 0, 0, 0, 1, 3, 5, 6, 6, 7, 6, 4, 3, 3, 3, 4, 4, 5, 6, 6, 5, 4, 3, 2, 2, 4, 6, 7, 6, 4, 4, 5, 4, 3, 3, 5, 8, 9, 7, 6, 6, 4, 2, 3, 4, 5, 4, 2, 3, 5, 5, 3, 3, 4, 4, 4, 5, 5, 5, 4, 4, 5, 4, 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 3, 4, 5, 5, 4, 3, 3, 4, 4, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 2, 5, 7, 7, 6, 5, 4, 2, 2, 3, 4, 4, 4, 4, 5, 5, 5, 4, 2, 1, 3, 5, 6, 7, 7, 4, 2, 2, 3, 4, 6, 8, 8, 5, 3, 3, 2, 1, 1, 2, 3, 3, 3, 3, 3, 3, 3, 3, 2, 2, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.bobCM.bdy.head.head2.vol = gAmp;
_parent.bobCM.bdy.vol = gAmp;
_parent.bobCM.bdy.head.head2.head.mouth.gotoAndStop(gAmp + 1);
}
Symbol 255 MovieClip Frame 392
bobCM.ok = 0;
Symbol 255 MovieClip Frame 394
pjCM.ok = 1;
Symbol 255 MovieClip Frame 423
pjCM.ok = 0;
Symbol 255 MovieClip Frame 425
bobCM.ok = 1;
Symbol 255 MovieClip Frame 549
bobCM.ok = 0;
Symbol 255 MovieClip Frame 552
pjCM.ok = 1;
Instance of Symbol 254 MovieClip "pjCM" in Symbol 255 MovieClip Frame 575
onClipEvent (load) {
mod = 497;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
onClipEvent (enterFrame) {
i = (ok * (_parent._currentframe * mcid)) % mod;
n = (ok * ((mcid + hmod) + i)) % hmod;
b = (ok * ((mcid + bmod) + i)) % bmod;
if (!ok) {
bdy.bdy2.head.head2.mouth.gotoAndStop(1);
bdy.bdy2.head.vol = 1;
bdy.vol = 1;
}
if (!arm) {
if ((i >= 2) && (i <= 4)) {
z = i;
bdy.bdy2.front.gotoAndStop(i);
bdy.bdy2.front.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.front.arm.stall = (i * mcid) % 10;
arm = true;
if (i == 4) {
bdy.bdy2.back.gotoAndStop(14);
bdy.bdy2.back.arm.stall = (i * mcid) % 10;
}
}
if ((i >= 12) && (i <= 13)) {
z = i;
bdy.bdy2.back.gotoAndStop(i - 10);
bdy.bdy2.back.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.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;
}
}
}
Symbol 255 MovieClip Frame 702
stop();
Instance of Symbol 199 MovieClip in Symbol 285 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 1, 1, 1, 4, 8, 8, 5, 5, 7, 9, 8, 7, 8, 9, 9, 9, 9, 7, 4, 4, 4, 4, 2, 1, 1, 3, 5, 5, 3, 2, 1, 3, 7, 8, 5, 2, 1, 2, 3, 4, 4, 3, 3, 3, 2, 1, 1, 0, 0, 0, 1, 2, 3, 6, 8, 9, 10, 10, 9, 8, 8, 9, 10, 9, 8, 7, 5, 3, 2, 2, 3, 3, 3, 4, 4, 2, 1, 1, 2, 4, 4, 4, 4, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 1, 2, 3, 2, 1, 2, 3, 5, 7, 6, 5, 5, 4, 2, 1, 1, 3, 6, 8, 9, 8, 7, 6, 6, 5, 5, 5, 4, 2, 1, 0, 1, 4, 7, 8, 7, 6, 5, 3, 2, 1, 1, 1, 1, 4, 6, 6, 4, 2, 2, 3, 3, 2, 1, 1, 0, 0, 0, 0, 1, 5, 8, 9, 10, 10, 8, 6, 6, 5, 3, 3, 4, 4, 4, 3, 3, 6, 9, 10, 10, 8, 5, 3, 1, 1, 3, 4, 3, 2, 1, 1, 2, 3, 2, 2, 3, 5, 6, 5, 3, 3, 4, 5, 5, 4, 2, 1, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_chibibob) {
gotoAndStop(gAmp + 1);
}
}
Symbol 285 MovieClip Frame 210
stop();
Instance of Symbol 199 MovieClip in Symbol 296 MovieClip Frame 1
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 2, 4, 5, 5, 7, 9, 8, 7, 6, 5, 3, 1, 1, 1, 0, 0, 0, 0, 0, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 3, 2, 3, 4, 4, 3, 3, 2, 1, 1, 3, 5, 5, 4, 3, 4, 3, 2, 3, 6, 7, 6, 5, 4, 4, 3, 3, 3, 2, 2, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 3, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 2, 3, 5, 5, 5, 4, 3, 3, 4, 4, 5, 5, 4, 3, 2, 4, 7, 7, 7, 8, 7, 4, 2, 2, 4, 6, 7, 8, 9, 10, 10, 10, 9, 7, 6, 5, 5, 4, 4, 4, 4, 4, 4, 3, 1, 0, 0, 0, 0, 0, 2, 4, 6, 7, 7, 6, 5, 4, 5, 8, 9, 9, 8, 5, 3, 1, 1, 4, 7, 8, 8, 8, 9, 10, 10, 7, 5, 5, 5, 4, 4, 4, 4, 4, 5, 6, 5, 4, 4, 3, 3, 4, 4, 3, 2, 2, 2, 3, 5, 6, 7, 6, 5, 4, 3, 2, 2, 2, 2, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_pj) {
gotoAndStop(gAmp + 1);
}
}
Symbol 342 MovieClip Frame 32
stop();
Instance of Symbol 199 MovieClip in Symbol 349 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 3, 4, 4, 5, 6, 5, 4, 4, 4, 4, 3, 2, 2, 2, 1, 1, 1, 2, 3, 5, 6, 5, 4, 2, 2, 4, 5, 5, 4, 3, 3, 3, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 2, 1, 2, 4, 5, 5, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 6, 5, 4, 7, 9, 7, 6, 8, 7, 5, 5, 6, 4, 3, 4, 4, 3, 4, 5, 7, 8, 7, 7, 7, 5, 3, 3, 4, 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 349 MovieClip Frame 126
stop();
Instance of Symbol 114 MovieClip "timer" in Symbol 601 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 601 MovieClip "head2" in Symbol 602 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);
}
if (dir == 0) {
stop();
}
}
Instance of Symbol 603 MovieClip "bdy" in Symbol 604 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();
}
}
Instance of Symbol 199 MovieClip in Symbol 612 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 2, 3, 4, 4, 4, 4, 4, 3, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 4, 4, 4, 4, 3, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 2, 2, 3, 2, 1, 2, 3, 3, 3, 3, 3, 3, 2, 1, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 612 MovieClip Frame 103
stop();
Symbol 612 MovieClip Frame 126
stop();
Instance of Symbol 114 MovieClip "timer" in Symbol 619 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 44 MovieClip "back" in Symbol 620 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 68 MovieClip "front" in Symbol 620 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 619 MovieClip "head" in Symbol 620 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);
}
if (dir == 0) {
stop();
}
}
Symbol 621 MovieClip Frame 51
gotoAndStop (1);
Instance of Symbol 621 MovieClip "bdy" in Symbol 622 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 624 MovieClip Frame 1
stop();
Instance of Symbol 199 MovieClip in Symbol 625 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 1, 3, 5, 6, 5, 3, 1, 1, 2, 4, 6, 7, 6, 3, 2, 2, 2, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 2, 3, 3, 2, 1, 1, 2, 2, 2, 2, 3, 4, 4, 4, 4, 4, 3, 3, 3, 3, 3, 3, 2, 1, 1, 1, 0, 0, 0, 1, 3, 4, 4, 3, 2, 3, 5, 5, 4, 3, 3, 3, 4, 5, 6, 6, 5, 4, 5, 4, 4, 3, 3, 3, 3, 3, 3, 2, 2, 3, 3, 3, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 4, 3, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 625 MovieClip Frame 175
stop();
Symbol 625 MovieClip Frame 198
stop();
Symbol 628 MovieClip Frame 173
bobCM.ok = 1;
Instance of Symbol 604 MovieClip "bobCM" in Symbol 628 MovieClip Frame 173
onClipEvent (load) {
mod = 151;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
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 <= 4)) {
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) {
bdy.back.gotoAndStop(14);
bdy.back.arm.stall = (i * mcid) % 10;
}
}
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 199 MovieClip in Symbol 628 MovieClip Frame 174
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(1, 5, 6, 5, 3, 2, 4, 5, 5, 4, 5, 5, 3, 3, 5, 8, 9, 9, 9, 8, 6, 6, 7, 6, 3, 2, 3, 5, 7, 6, 5, 5, 4, 3, 3, 3, 4, 4, 4, 3, 2, 2, 1, 0, 0, 1, 3, 5, 5, 5, 4, 4, 5, 4, 3, 2, 4, 8, 9, 8, 8, 7, 5, 3, 2, 1, 1, 3, 4, 4, 3, 2, 3, 4, 3, 2, 3, 5, 6, 6, 5, 4, 3, 3, 2, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.bobCM.bdy.head.head2.vol = gAmp;
_parent.bobCM.bdy.vol = gAmp;
_parent.bobCM.bdy.head.head2.head.mouth.gotoAndStop(gAmp + 1);
}
Symbol 628 MovieClip Frame 263
bobCM.ok = 0;
Symbol 628 MovieClip Frame 331
pjCM.ok = 1;
Instance of Symbol 622 MovieClip "pjCM" in Symbol 628 MovieClip Frame 331
onClipEvent (load) {
mod = 499;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
onClipEvent (enterFrame) {
i = (ok * (_parent._currentframe * mcid)) % mod;
n = (ok * ((mcid + hmod) + i)) % hmod;
b = (ok * ((mcid + bmod) + i)) % bmod;
if (!ok) {
bdy.bdy2.head.head2.mouth.gotoAndStop(1);
bdy.bdy2.head.vol = 1;
bdy.vol = 1;
}
if (!arm) {
if ((i >= 2) && (i <= 4)) {
z = i;
bdy.bdy2.front.gotoAndStop(i);
bdy.bdy2.front.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.front.arm.stall = (i * mcid) % 10;
arm = true;
if (i == 4) {
bdy.bdy2.back.gotoAndStop(14);
bdy.bdy2.back.arm.stall = (i * mcid) % 10;
}
}
if ((i >= 12) && (i <= 13)) {
z = i;
bdy.bdy2.back.gotoAndStop(i - 10);
bdy.bdy2.back.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.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 199 MovieClip in Symbol 628 MovieClip Frame 332
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 2, 3, 3, 4, 4, 5, 5, 4, 2, 1, 1, 2, 3, 3, 2, 2, 3, 3, 3, 3, 2, 1, 2, 5, 6, 5, 4, 3, 2, 2, 3, 4, 4, 4, 4, 4, 5, 6, 6, 5, 4, 3, 2, 1, 1, 2, 2, 2, 1, 1, 1, 2, 3, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 2, 3, 3, 2, 2, 2, 3, 3, 2, 2, 1, 2, 3, 4, 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 2, 2, 2, 2, 2, 1, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.pjCM.bdy.bdy2.head.vol = gAmp;
_parent.pjCM.bdy.vol = gAmp;
_parent.pjCM.bdy.bdy2.head.head2.mouth.gotoAndStop(gAmp + 1);
}
Symbol 628 MovieClip Frame 435
pjCM.ok = 0;
Symbol 667 MovieClip Frame 60
stop();
Instance of Symbol 199 MovieClip in Symbol 705 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 3, 7, 6, 4, 2, 5, 8, 6, 2, 1, 0, 0, 0, 1, 3, 5, 5, 3, 2, 1, 1, 2, 5, 8, 9, 7, 6, 7, 7, 5, 3, 5, 8, 9, 7, 5, 3, 2, 5, 8, 9, 8, 5, 2, 3, 6, 7, 6, 6, 7, 8, 6, 5, 4, 2, 3, 5, 6, 7, 7, 6, 5, 4, 2, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 705 MovieClip Frame 336
stop();
Instance of Symbol 199 MovieClip in Symbol 747 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 2, 4, 6, 8, 9, 6, 4, 6, 8, 7, 4, 2, 1, 1, 3, 6, 7, 7, 7, 7, 7, 7, 6, 5, 4, 3, 2, 2, 2, 1, 0, 0, 0, 0, 0, 0, 1, 2, 3, 4, 5, 4, 3, 4, 6, 4, 4, 5, 6, 6, 6, 6, 6, 4, 2, 3, 4, 5, 5, 3, 1, 1, 1, 2, 4, 5, 6, 6, 5, 3, 2, 3, 4, 5, 6, 5, 3, 3, 5, 6, 6, 5, 5, 4, 4, 6, 6, 3, 2, 3, 3, 3, 5, 5, 5, 6, 7, 7, 7, 7, 6, 5, 3, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_pj) {
gotoAndStop(gAmp + 1);
}
}
Symbol 747 MovieClip Frame 117
stop();
Instance of Symbol 199 MovieClip in Symbol 768 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 3, 7, 8, 9, 9, 7, 4, 2, 3, 6, 8, 9, 9, 9, 9, 9, 9, 9, 9, 9, 7, 4, 3, 3, 5, 7, 8, 8, 8, 8, 7, 6, 6, 8, 9, 9, 9, 9, 9, 7, 4, 3, 3, 2, 1, 0, 0, 3, 7, 8, 9, 8, 8, 9, 9, 7, 4, 5, 7, 8, 9, 9, 6, 3, 2, 4, 7, 8, 9, 9, 9, 9, 8, 7, 8, 9, 8, 8, 8, 7, 6, 5, 4, 3, 4, 6, 6, 6, 7, 7, 5, 2, 2, 4, 5, 5, 5, 6, 7, 5, 5, 8, 9, 9, 9, 9, 8, 8, 8, 8, 7, 6, 5, 4, 3, 2, 2, 1, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_bob) {
gotoAndStop(gAmp + 1);
}
}
Symbol 768 MovieClip Frame 105
stop();
Instance of Symbol 199 MovieClip in Symbol 771 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 0, 1, 1, 1, 3, 5, 5, 3, 5, 8, 7, 5, 5, 6, 5, 4, 5, 6, 6, 4, 4, 6, 7, 5, 2, 2, 3, 4, 6, 7, 7, 5, 3, 5, 7, 6, 4, 3, 3, 3, 3, 3, 3, 2, 1, 0, 0, 0, 0, 2, 4, 3, 2, 2, 2, 2, 1, 0, 0, 2, 4, 4, 4, 7, 9, 7, 5, 6, 6, 5, 3, 2, 3, 5, 5, 5, 4, 3, 3, 3, 4, 6, 6, 5, 4, 3, 6, 8, 7, 4, 2, 2, 3, 4, 4, 3, 2, 3, 6, 8, 9, 6, 2, 1, 3, 5, 6, 7, 7, 6, 4, 3, 4, 4, 4, 5, 5, 5, 5, 5, 7, 9, 7, 3, 4, 5, 4, 4, 7, 9, 8, 6, 4, 2, 3, 5, 4, 3, 3, 3, 3, 2, 2, 3, 5, 5, 3, 3, 3, 4, 7, 9, 10, 8, 4, 4, 4, 3, 4, 4, 4, 3, 1, 0, 0, 0, 2, 6, 9, 7, 6, 9, 7, 3, 3, 3, 2, 1, 2, 3, 4, 5, 5, 4, 2, 1, 1, 1, 1, 2, 2, 1, 0, 0, 0, 1, 3, 5, 6, 4, 3, 5, 6, 4, 4, 6, 6, 6, 5, 3, 4, 6, 7, 8, 9, 9, 7, 4, 4, 4, 5, 7, 8, 6, 4, 3, 3, 2, 2, 3, 3, 3, 2, 2, 4, 7, 9, 9, 10, 8, 5, 5, 6, 7, 6, 4, 3, 3, 4, 6, 7, 7, 5, 4, 3, 3, 3, 3, 2, 2, 5, 8, 8, 5, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 5, 7, 7, 7, 8, 7, 5, 4, 7, 8, 5, 3, 4, 4, 3, 4, 7, 8, 8, 6, 4, 3, 2, 3, 5, 7, 7, 7, 7, 6, 5, 4, 4, 5, 6, 7, 8, 8, 7, 7, 7, 6, 5, 5, 4, 3, 2, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 771 MovieClip Frame 336
stop();
Instance of Symbol 199 MovieClip in Symbol 791 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 0, 1, 1, 1, 3, 5, 5, 3, 5, 8, 7, 5, 5, 6, 5, 4, 5, 6, 6, 4, 4, 6, 7, 5, 2, 2, 3, 4, 6, 7, 7, 5, 3, 5, 7, 6, 4, 3, 3, 3, 3, 3, 3, 2, 1, 0, 0, 0, 0, 2, 4, 3, 2, 2, 2, 2, 1, 0, 0, 2, 4, 4, 4, 7, 9, 7, 5, 6, 6, 5, 3, 2, 3, 5, 5, 5, 4, 3, 3, 3, 4, 6, 6, 5, 4, 3, 6, 8, 7, 4, 2, 2, 3, 4, 4, 3, 2, 3, 6, 8, 9, 6, 2, 1, 3, 5, 6, 7, 7, 6, 4, 3, 4, 4, 4, 5, 5, 5, 5, 5, 7, 9, 7, 3, 4, 5, 4, 4, 7, 9, 8, 6, 4, 2, 3, 5, 4, 3, 3, 3, 3, 2, 2, 3, 5, 5, 3, 3, 3, 4, 7, 9, 10, 8, 4, 4, 4, 3, 4, 4, 4, 3, 1, 0, 0, 0, 2, 6, 9, 7, 6, 9, 7, 3, 3, 3, 2, 1, 2, 3, 4, 5, 5, 4, 2, 1, 1, 1, 1, 2, 2, 1, 0, 0, 0, 1, 3, 5, 6, 4, 3, 5, 6, 4, 4, 6, 6, 6, 5, 3, 4, 6, 7, 8, 9, 9, 7, 4, 4, 4, 5, 7, 8, 6, 4, 3, 3, 2, 2, 3, 3, 3, 2, 2, 4, 7, 9, 9, 10, 8, 5, 5, 6, 7, 6, 4, 3, 3, 4, 6, 7, 7, 5, 4, 3, 3, 3, 3, 2, 2, 5, 8, 8, 5, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 5, 7, 7, 7, 8, 7, 5, 4, 7, 8, 5, 3, 4, 4, 3, 4, 7, 8, 8, 6, 4, 3, 2, 3, 5, 7, 7, 7, 7, 6, 5, 4, 4, 5, 6, 7, 8, 8, 7, 7, 7, 6, 5, 5, 4, 3, 2, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 791 MovieClip Frame 274
stop();
Symbol 796 MovieClip Frame 13
stop();
Instance of Symbol 199 MovieClip in Symbol 836 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 1, 3, 5, 6, 5, 4, 3, 4, 4, 4, 3, 3, 5, 6, 4, 2, 1, 3, 7, 7, 6, 6, 6, 6, 5, 4, 5, 5, 5, 5, 5, 4, 4, 4, 3, 3, 4, 4, 4, 4, 4, 5, 5, 4, 3, 2, 2, 1, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_pj) {
gotoAndStop(gAmp + 1);
}
}
Instance of Symbol 199 MovieClip in Symbol 851 MovieClip Frame 16
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(3, 5, 5, 4, 2, 2, 3, 5, 7, 7, 7, 5, 3, 2, 1, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_bob) {
gotoAndStop(gAmp + 1);
}
}
Symbol 851 MovieClip Frame 39
stop();
Instance of Symbol 199 MovieClip in Symbol 863 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 1, 1, 2, 2, 3, 4, 4, 3, 3, 3, 3, 4, 4, 4, 4, 4, 3, 3, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_pj) {
gotoAndStop(gAmp + 1);
}
}
Symbol 882 MovieClip Frame 73
stop();
Instance of Symbol 199 MovieClip in Symbol 888 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 2, 5, 7, 9, 7, 6, 6, 5, 5, 6, 6, 4, 2, 1, 1, 3, 5, 5, 4, 3, 2, 2, 2, 2, 4, 5, 6, 6, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_bob) {
gotoAndStop(gAmp + 1);
}
}
Instance of Symbol 199 MovieClip in Symbol 891 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 2, 3, 4, 6, 6, 5, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 5, 3, 2, 2, 3, 5, 6, 5, 3, 3, 5, 6, 7, 6, 5, 4, 3, 4, 4, 4, 4, 5, 7, 7, 5, 4, 3, 3, 4, 5, 4, 3, 4, 6, 4, 3, 6, 8, 8, 9, 10, 10, 10, 8, 5, 2, 4, 8, 9, 10, 9, 9, 10, 10, 7, 3, 2, 4, 7, 9, 10, 10, 10, 10, 9, 5, 5, 8, 9, 10, 10, 8, 4, 1, 0, 0, 0, 0, 0, 0, 1, 3, 4, 6, 8, 8, 6, 6, 7, 7, 4, 2, 1, 1, 0, 0, 2, 6, 9, 10, 8, 4, 4, 7, 9, 10, 10, 10, 10, 9, 8, 8, 9, 8, 8, 6, 3, 3, 6, 9, 8, 8, 9, 10, 7, 4, 6, 9, 8, 6, 5, 4, 4, 5, 4, 4, 7, 6, 3, 1, 0, 0, 4, 8, 9, 10, 7, 3, 2, 4, 8, 9, 9, 7, 6, 5, 4, 3, 3, 5, 5, 5, 5, 6, 8, 7, 4, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 5, 6, 8, 8, 6, 4, 2, 1, 0, 0, 0, 0, 1, 3, 4, 5, 5, 6, 7, 7, 6, 7, 8, 6, 5, 5, 5, 4, 3, 4, 5, 4, 2, 1, 2, 4, 5, 6, 7, 8, 9, 9, 6, 3, 4, 8, 8, 7, 7, 7, 6, 5, 4, 3, 1, 3, 7, 8, 9, 10, 10, 7, 4, 3, 3, 3, 4, 5, 6, 6, 6, 7, 9, 8, 7, 6, 7, 8, 8, 6, 3, 1, 0, 0, 0, 0, 0, 0, 1, 3, 6, 7, 7, 6, 5, 5, 6, 8, 9, 8, 6, 6, 8, 9, 9, 10, 10, 9, 6, 2, 4, 8, 9, 8, 5, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 891 MovieClip Frame 336
stop();
Symbol 924 MovieClip Frame 50
gotoAndPlay (17);
Instance of Symbol 199 MovieClip in Symbol 961 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 2, 5, 7, 8, 6, 3, 5, 8, 8, 8, 9, 10, 9, 9, 9, 8, 7, 5, 4, 3, 3, 2, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 3, 4, 4, 4, 3, 3, 3, 2, 1, 1, 1, 2, 3, 3, 3, 2, 1, 1, 2, 2, 2, 3, 4, 5, 5, 3, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 4, 3, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 2, 6, 9, 10, 10, 9, 7, 5, 4, 3, 3, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 3, 2, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 2, 4, 5, 3, 2, 2, 3, 3, 3, 3, 3, 2, 1, 1, 0, 1, 1, 1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 3, 2, 1, 1, 0, 0, 0, 1, 2, 3, 3, 3, 2, 2, 2, 3, 3, 3, 4, 4, 3, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 3, 2, 2, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 1, 2, 3, 2, 1, 1, 2, 2, 2, 2, 1, 2, 3, 3, 3, 2, 2, 3, 2, 1, 1, 2, 2, 1, 1, 2, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 2, 3, 3, 4, 4, 4, 4, 3, 2, 1, 1, 2, 3, 5, 7, 7, 5, 3, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 0, 1, 2, 2, 2, 1, 1, 1, 1, 0, 1, 2, 2, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 2, 3, 4, 3, 2, 2, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 3, 2, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 3, 3, 4, 3, 2, 2, 1, 1, 2, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 4, 7, 9, 8, 7, 7, 7, 7, 7, 6, 5, 4, 3, 2, 1, 0, 0, 0, 1, 3, 5, 5, 4, 3, 1, 0, 0, 0, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 8, 8, 7, 6, 4, 4, 5, 7, 7, 7, 5, 3, 2, 1, 1, 2, 3, 3, 3, 2, 1, 1, 2, 3, 4, 5, 5, 4, 3, 2, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 4, 6, 6, 6, 6, 6, 6, 6, 5, 3, 2, 2, 3, 4, 5, 7, 8, 8, 7, 7, 5, 3, 2, 3, 4, 3, 2, 1, 1, 0, 1, 2, 4, 5, 5, 4, 2, 1, 2, 3, 3, 2, 1, 1, 2, 4, 5, 5, 5, 4, 3, 4, 4, 4, 4, 4, 3, 3, 2, 2, 3, 4, 5, 5, 5, 5, 4, 3, 3, 4, 5, 5, 6, 7, 6, 3, 2, 2, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 3, 4, 3, 2, 1, 1, 2, 3, 4, 5, 6, 5, 2, 1, 1, 1, 2, 3, 3, 4, 6, 7, 6, 5, 4, 4, 5, 6, 5, 4, 2, 1, 3, 5, 6, 6, 6, 4, 2, 3, 4, 5, 5, 4, 4, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 1, 1, 2, 3, 4, 4, 4, 5, 6, 5, 3, 2, 1, 3, 5, 5, 3, 2, 2, 2, 2, 2, 2, 3, 4, 5, 5, 3, 3, 5, 6, 4, 3, 3, 4, 4, 4, 4, 3, 3, 2, 1, 2, 3, 3, 2, 2, 2, 3, 3, 3, 2, 3, 6, 8, 9, 10, 8, 4, 2, 1, 2, 3, 3, 3, 4, 4, 4, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 961 MovieClip Frame 939
stop();
Symbol 962 MovieClip Frame 942
stop();
Instance of Symbol 44 MovieClip "back" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 68 MovieClip "front" in Symbol 964 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 619 MovieClip "head" in Symbol 964 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);
}
if (dir == 0) {
stop();
}
}
Symbol 965 MovieClip Frame 51
gotoAndStop (1);
Instance of Symbol 965 MovieClip "bdy" in Symbol 966 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 967 MovieClip Frame 1
pjCM.ok = 0;
Instance of Symbol 966 MovieClip "pjCM" in Symbol 967 MovieClip Frame 1
onClipEvent (load) {
mod = 499;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
onClipEvent (enterFrame) {
i = (ok * (_parent._currentframe * mcid)) % mod;
n = (ok * ((mcid + hmod) + i)) % hmod;
b = (ok * ((mcid + bmod) + i)) % bmod;
if (!ok) {
bdy.bdy2.head.head2.mouth.gotoAndStop(1);
bdy.bdy2.head.vol = 1;
bdy.vol = 1;
}
if (!arm) {
if ((i >= 2) && (i <= 4)) {
z = i;
bdy.bdy2.front.gotoAndStop(i);
bdy.bdy2.front.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.front.arm.stall = (i * mcid) % 10;
arm = true;
if (i == 4) {
bdy.bdy2.back.gotoAndStop(14);
bdy.bdy2.back.arm.stall = (i * mcid) % 10;
}
}
if ((i >= 12) && (i <= 13)) {
z = i;
bdy.bdy2.back.gotoAndStop(i - 10);
bdy.bdy2.back.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.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 199 MovieClip in Symbol 967 MovieClip Frame 2
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 2, 5, 7, 8, 6, 3, 5, 8, 8, 8, 9, 10, 9, 9, 9, 8, 7, 5, 4, 3, 3, 2, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 3, 4, 4, 4, 3, 3, 3, 2, 1, 1, 1, 2, 3, 3, 3, 2, 1, 1, 2, 2, 2, 3, 4, 5, 5, 3, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 4, 3, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 2, 6, 9, 10, 10, 9, 7, 5, 4, 3, 3, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 3, 2, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 2, 4, 5, 3, 2, 2, 3, 3, 3, 3, 3, 2, 1, 1, 0, 1, 1, 1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 3, 2, 1, 1, 0, 0, 0, 1, 2, 3, 3, 3, 2, 2, 2, 3, 3, 3, 4, 4, 3, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 3, 2, 2, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 1, 2, 3, 2, 1, 1, 2, 2, 2, 2, 1, 2, 3, 3, 3, 2, 2, 3, 2, 1, 1, 2, 2, 1, 1, 2, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 2, 3, 3, 4, 4, 4, 4, 3, 2, 1, 1, 2, 3, 5, 7, 7, 5, 3, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 0, 1, 2, 2, 2, 1, 1, 1, 1, 0, 1, 2, 2, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 2, 3, 4, 3, 2, 2, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 3, 2, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 3, 3, 4, 3, 2, 2, 1, 1, 2, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 4, 7, 9, 8, 7, 7, 7, 7, 7, 6, 5, 4, 3, 2, 1, 0, 0, 0, 1, 3, 5, 5, 4, 3, 1, 0, 0, 0, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 8, 8, 7, 6, 4, 4, 5, 7, 7, 7, 5, 3, 2, 1, 1, 2, 3, 3, 3, 2, 1, 1, 2, 3, 4, 5, 5, 4, 3, 2, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 4, 6, 6, 6, 6, 6, 6, 6, 5, 3, 2, 2, 3, 4, 5, 7, 8, 8, 7, 7, 5, 3, 2, 3, 4, 3, 2, 1, 1, 0, 1, 2, 4, 5, 5, 4, 2, 1, 2, 3, 3, 2, 1, 1, 2, 4, 5, 5, 5, 4, 3, 4, 4, 4, 4, 4, 3, 3, 2, 2, 3, 4, 5, 5, 5, 5, 4, 3, 3, 4, 5, 5, 6, 7, 6, 3, 2, 2, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 3, 4, 3, 2, 1, 1, 2, 3, 4, 5, 6, 5, 2, 1, 1, 1, 2, 3, 3, 4, 6, 7, 6, 5, 4, 4, 5, 6, 5, 4, 2, 1, 3, 5, 6, 6, 6, 4, 2, 3, 4, 5, 5, 4, 4, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 1, 1, 2, 3, 4, 4, 4, 5, 6, 5, 3, 2, 1, 3, 5, 5, 3, 2, 2, 2, 2, 2, 2, 3, 4, 5, 5, 3, 3, 5, 6, 4, 3, 3, 4, 4, 4, 4, 3, 3, 2, 1, 2, 3, 3, 2, 2, 2, 3, 3, 3, 2, 3, 6, 8, 9, 10, 8, 4, 2, 1, 2, 3, 3, 3, 4, 4, 4, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.pjCM.bdy.bdy2.head.vol = gAmp;
_parent.pjCM.bdy.vol = gAmp;
_parent.pjCM.bdy.bdy2.head.head2.mouth.gotoAndStop(gAmp + 1);
}
Symbol 967 MovieClip Frame 265
pjCM.ok = 1;
Symbol 967 MovieClip Frame 338
pjCM.ok = 0;
Instance of Symbol 601 MovieClip "head2" in Symbol 968 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);
}
if (dir == 0) {
stop();
}
}
Instance of Symbol 969 MovieClip "bdy" in Symbol 970 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 971 MovieClip Frame 1
bobCM.ok = 0;
Instance of Symbol 970 MovieClip "bobCM" in Symbol 971 MovieClip Frame 1
onClipEvent (load) {
mod = 151;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
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 <= 4)) {
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) {
bdy.back.gotoAndStop(14);
bdy.back.arm.stall = (i * mcid) % 10;
}
}
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 199 MovieClip in Symbol 971 MovieClip Frame 2
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 2, 5, 7, 8, 6, 3, 5, 8, 8, 8, 9, 10, 9, 9, 9, 8, 7, 5, 4, 3, 3, 2, 2, 2, 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 1, 3, 4, 4, 4, 3, 3, 3, 2, 1, 1, 1, 2, 3, 3, 3, 2, 1, 1, 2, 2, 2, 3, 4, 5, 5, 3, 2, 3, 4, 5, 5, 5, 5, 5, 5, 5, 5, 5, 4, 4, 3, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 2, 6, 9, 10, 10, 9, 7, 5, 4, 3, 3, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 4, 4, 3, 2, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 2, 4, 5, 3, 2, 2, 3, 3, 3, 3, 3, 2, 1, 1, 0, 1, 1, 1, 2, 2, 3, 3, 3, 4, 4, 4, 4, 4, 4, 3, 3, 3, 3, 2, 2, 2, 2, 3, 2, 1, 1, 0, 0, 0, 1, 2, 3, 3, 3, 2, 2, 2, 3, 3, 3, 4, 4, 3, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 3, 2, 2, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2, 2, 2, 1, 2, 3, 2, 1, 1, 2, 2, 2, 2, 1, 2, 3, 3, 3, 2, 2, 3, 2, 1, 1, 2, 2, 1, 1, 2, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 2, 2, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 1, 2, 3, 3, 4, 4, 4, 4, 3, 2, 1, 1, 2, 3, 5, 7, 7, 5, 3, 1, 1, 1, 2, 2, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 0, 1, 2, 2, 2, 1, 1, 1, 1, 0, 1, 2, 2, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 1, 2, 3, 4, 3, 2, 2, 3, 3, 3, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 2, 3, 2, 1, 1, 1, 1, 0, 0, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 1, 1, 2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 3, 3, 4, 3, 2, 2, 1, 1, 2, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 3, 3, 4, 7, 9, 8, 7, 7, 7, 7, 7, 6, 5, 4, 3, 2, 1, 0, 0, 0, 1, 3, 5, 5, 4, 3, 1, 0, 0, 0, 1, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4, 4, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 8, 8, 7, 6, 4, 4, 5, 7, 7, 7, 5, 3, 2, 1, 1, 2, 3, 3, 3, 2, 1, 1, 2, 3, 4, 5, 5, 4, 3, 2, 2, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 4, 6, 6, 6, 6, 6, 6, 6, 5, 3, 2, 2, 3, 4, 5, 7, 8, 8, 7, 7, 5, 3, 2, 3, 4, 3, 2, 1, 1, 0, 1, 2, 4, 5, 5, 4, 2, 1, 2, 3, 3, 2, 1, 1, 2, 4, 5, 5, 5, 4, 3, 4, 4, 4, 4, 4, 3, 3, 2, 2, 3, 4, 5, 5, 5, 5, 4, 3, 3, 4, 5, 5, 6, 7, 6, 3, 2, 2, 3, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 3, 4, 3, 2, 1, 1, 2, 3, 4, 5, 6, 5, 2, 1, 1, 1, 2, 3, 3, 4, 6, 7, 6, 5, 4, 4, 5, 6, 5, 4, 2, 1, 3, 5, 6, 6, 6, 4, 2, 3, 4, 5, 5, 4, 4, 3, 3, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 1, 1, 2, 3, 4, 4, 4, 5, 6, 5, 3, 2, 1, 3, 5, 5, 3, 2, 2, 2, 2, 2, 2, 3, 4, 5, 5, 3, 3, 5, 6, 4, 3, 3, 4, 4, 4, 4, 3, 3, 2, 1, 2, 3, 3, 2, 2, 2, 3, 3, 3, 2, 3, 6, 8, 9, 10, 8, 4, 2, 1, 2, 3, 3, 3, 4, 4, 4, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.bobCM.bdy.head.head2.vol = gAmp;
_parent.bobCM.bdy.vol = gAmp;
_parent.bobCM.bdy.head.head2.head.mouth.gotoAndStop(gAmp + 1);
}
Symbol 971 MovieClip Frame 339
bobCM.ok = 1;
Symbol 971 MovieClip Frame 404
bobCM.ok = 0;
Symbol 976 MovieClip Frame 938
stop();
Instance of Symbol 199 MovieClip in Symbol 992 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 2, 3, 4, 4, 3, 2, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 1, 1, 1, 3, 5, 5, 3, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 1, 3, 5, 5, 4, 3, 2, 2, 2, 2, 3, 4, 3, 2, 1, 1, 1, 2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0, 1, 2, 2, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 2, 2, 2, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 1, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 993 MovieClip Frame 942
stop();
Symbol 1001 MovieClip Frame 83
stop();
Symbol 1014 MovieClip Frame 131
stop();
Symbol 1014 MovieClip Frame 217
stop();
Symbol 1017 MovieClip Frame 132
stop();
Instance of Symbol 199 MovieClip in Symbol 1044 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(2, 2, 4, 7, 8, 7, 5, 3, 3, 3, 4, 4, 4, 3, 4, 6, 7, 6, 5, 6, 7, 8, 7, 5, 5, 7, 5, 2, 2, 4, 5, 5, 5, 4, 2, 3, 5, 6, 5, 4, 4, 4, 4, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 6, 7, 8, 9, 7, 5, 5, 3, 2, 4, 7, 9, 10, 9, 7, 4, 2, 2, 2, 3, 4, 3, 1, 1, 2, 2, 3, 4, 5, 6, 6, 5, 4, 3, 3, 3, 2, 1, 1, 2, 3, 4, 4, 2, 1, 2, 3, 3, 3, 4, 3, 2, 1, 1, 1, 2, 2, 1, 1, 2, 3, 3, 2, 1, 1, 1, 1, 2, 3, 3, 3, 3, 3, 4, 6, 7, 8, 9, 9, 7, 5, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 3, 4, 5, 6, 6, 6, 7, 6, 4, 3, 4, 3, 1, 0, 0, 0, 0, 1, 1, 2, 4, 5, 6, 7, 7, 6, 5, 4, 4, 3, 3, 3, 3, 4, 5, 4, 2, 2, 3, 5, 6, 7, 7, 5, 4, 3, 3, 3, 3, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 4, 4, 5, 6, 6, 5, 3, 3, 4, 3, 3, 3, 4, 4, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 4, 4, 4, 4, 5, 7, 8, 7, 7, 6, 4, 3, 5, 6, 5, 4, 5, 5, 4, 5, 4, 2, 1, 2, 4, 4, 4, 4, 4, 4, 3, 1, 1, 2, 4, 4, 4, 4, 4, 4, 4, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 4, 7, 9, 10, 10, 10, 8, 6, 5, 3, 1, 1, 2, 3, 4, 5, 5, 5, 3, 3, 4, 3, 2, 1, 0, 0, 4, 8, 7, 6, 6, 4, 4, 5, 5, 3, 2, 2, 2, 1, 3, 7, 9, 10, 7, 3, 2, 2, 2, 3, 3, 3, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1044 MovieClip Frame 363
stop();
Instance of Symbol 601 MovieClip "head2" in Symbol 1045 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);
}
if (dir == 0) {
stop();
}
}
Instance of Symbol 1046 MovieClip "bdy" in Symbol 1047 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 1053 MovieClip Frame 11
stop();
Symbol 1054 MovieClip Frame 1
pjCM.ok = 0;
bobCM.ok = 0;
Instance of Symbol 1047 MovieClip "bobCM" in Symbol 1054 MovieClip Frame 1
onClipEvent (load) {
mod = 499;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
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 <= 4)) {
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) {
bdy.back.gotoAndStop(14);
bdy.back.arm.stall = (i * mcid) % 10;
}
}
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 622 MovieClip "pjCM" in Symbol 1054 MovieClip Frame 1
onClipEvent (load) {
mod = 497;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
onClipEvent (enterFrame) {
i = (ok * (_parent._currentframe * mcid)) % mod;
n = (ok * ((mcid + hmod) + i)) % hmod;
b = (ok * ((mcid + bmod) + i)) % bmod;
if (!ok) {
bdy.bdy2.head.head2.mouth.gotoAndStop(1);
bdy.bdy2.head.vol = 1;
bdy.vol = 1;
}
if (!arm) {
if ((i >= 2) && (i <= 4)) {
z = i;
bdy.bdy2.front.gotoAndStop(i);
bdy.bdy2.front.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.front.arm.stall = (i * mcid) % 10;
arm = true;
if (i == 4) {
bdy.bdy2.back.gotoAndStop(14);
bdy.bdy2.back.arm.stall = (i * mcid) % 10;
}
}
if ((i >= 12) && (i <= 13)) {
z = i;
bdy.bdy2.back.gotoAndStop(i - 10);
bdy.bdy2.back.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.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 199 MovieClip in Symbol 1054 MovieClip Frame 2
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(2, 2, 4, 7, 8, 7, 5, 3, 3, 3, 4, 4, 4, 3, 4, 6, 7, 6, 5, 6, 7, 8, 7, 5, 5, 7, 5, 2, 2, 4, 5, 5, 5, 4, 2, 3, 5, 6, 5, 4, 4, 4, 4, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 6, 7, 8, 9, 7, 5, 5, 3, 2, 4, 7, 9, 10, 9, 7, 4, 2, 2, 2, 3, 4, 3, 1, 1, 2, 2, 3, 4, 5, 6, 6, 5, 4, 3, 3, 3, 2, 1, 1, 2, 3, 4, 4, 2, 1, 2, 3, 3, 3, 4, 3, 2, 1, 1, 1, 2, 2, 1, 1, 2, 3, 3, 2, 1, 1, 1, 1, 2, 3, 3, 3, 3, 3, 4, 6, 7, 8, 9, 9, 7, 5, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 3, 4, 5, 6, 6, 6, 7, 6, 4, 3, 4, 3, 1, 0, 0, 0, 0, 1, 1, 2, 4, 5, 6, 7, 7, 6, 5, 4, 4, 3, 3, 3, 3, 4, 5, 4, 2, 2, 3, 5, 6, 7, 7, 5, 4, 3, 3, 3, 3, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 4, 4, 5, 6, 6, 5, 3, 3, 4, 3, 3, 3, 4, 4, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 4, 4, 4, 4, 5, 7, 8, 7, 7, 6, 4, 3, 5, 6, 5, 4, 5, 5, 4, 5, 4, 2, 1, 2, 4, 4, 4, 4, 4, 4, 3, 1, 1, 2, 4, 4, 4, 4, 4, 4, 4, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 4, 7, 9, 10, 10, 10, 8, 6, 5, 3, 1, 1, 2, 3, 4, 5, 5, 5, 3, 3, 4, 3, 2, 1, 0, 0, 4, 8, 7, 6, 6, 4, 4, 5, 5, 3, 2, 2, 2, 1, 3, 7, 9, 10, 7, 3, 2, 2, 2, 3, 3, 3, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.bobCM.bdy.head.head2.vol = gAmp;
_parent.bobCM.bdy.vol = gAmp;
_parent.bobCM.bdy.head.head2.head.mouth.gotoAndStop(gAmp + 1);
}
Instance of Symbol 199 MovieClip in Symbol 1054 MovieClip Frame 2
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(2, 2, 4, 7, 8, 7, 5, 3, 3, 3, 4, 4, 4, 3, 4, 6, 7, 6, 5, 6, 7, 8, 7, 5, 5, 7, 5, 2, 2, 4, 5, 5, 5, 4, 2, 3, 5, 6, 5, 4, 4, 4, 4, 3, 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 6, 7, 8, 9, 7, 5, 5, 3, 2, 4, 7, 9, 10, 9, 7, 4, 2, 2, 2, 3, 4, 3, 1, 1, 2, 2, 3, 4, 5, 6, 6, 5, 4, 3, 3, 3, 2, 1, 1, 2, 3, 4, 4, 2, 1, 2, 3, 3, 3, 4, 3, 2, 1, 1, 1, 2, 2, 1, 1, 2, 3, 3, 2, 1, 1, 1, 1, 2, 3, 3, 3, 3, 3, 4, 6, 7, 8, 9, 9, 7, 5, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 3, 4, 5, 6, 6, 6, 7, 6, 4, 3, 4, 3, 1, 0, 0, 0, 0, 1, 1, 2, 4, 5, 6, 7, 7, 6, 5, 4, 4, 3, 3, 3, 3, 4, 5, 4, 2, 2, 3, 5, 6, 7, 7, 5, 4, 3, 3, 3, 3, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 3, 4, 4, 5, 6, 6, 5, 3, 3, 4, 3, 3, 3, 4, 4, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 4, 4, 4, 4, 5, 7, 8, 7, 7, 6, 4, 3, 5, 6, 5, 4, 5, 5, 4, 5, 4, 2, 1, 2, 4, 4, 4, 4, 4, 4, 3, 1, 1, 2, 4, 4, 4, 4, 4, 4, 4, 3, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 0, 0, 0, 1, 4, 7, 9, 10, 10, 10, 8, 6, 5, 3, 1, 1, 2, 3, 4, 5, 5, 5, 3, 3, 4, 3, 2, 1, 0, 0, 4, 8, 7, 6, 6, 4, 4, 5, 5, 3, 2, 2, 2, 1, 3, 7, 9, 10, 7, 3, 2, 2, 2, 3, 3, 3, 2, 1, 1, 1, 0, 0, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.pjCM.bdy.bdy2.head.vol = gAmp;
_parent.pjCM.bdy.vol = gAmp;
_parent.pjCM.bdy.bdy2.head.head2.mouth.gotoAndStop(gAmp + 1);
}
Symbol 1054 MovieClip Frame 56
bobCM.ok = 1;
Symbol 1054 MovieClip Frame 148
bobCM.ok = 0;
Symbol 1054 MovieClip Frame 211
pjCM.ok = 1;
Symbol 1054 MovieClip Frame 298
pjCM.ok = 0;
bobCM.ok = 1;
Symbol 1054 MovieClip Frame 374
stop();
Instance of Symbol 199 MovieClip in Symbol 1073 MovieClip Frame 1
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 3, 6, 8, 9, 10, 10, 8, 6, 4, 4, 5, 5, 5, 3, 1, 2, 4, 4, 3, 3, 4, 4, 3, 2, 2, 4, 7, 8, 8, 7, 5, 3, 3, 3, 3, 4, 5, 6, 6, 6, 4, 4, 5, 5, 5, 6, 7, 5, 2, 1, 3, 4, 4, 4, 4, 3, 2, 3, 2, 2, 3, 3, 2, 2, 5, 8, 9, 10, 9, 6, 3, 2, 2, 2, 3, 3, 2, 1, 1, 2, 3, 3, 4, 4, 4, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 1, 2, 4, 5, 4, 3, 3, 3, 3, 2, 3, 5, 6, 6, 5, 4, 3, 2, 2, 1, 0, 0, 0, 0, 1, 2, 2, 3, 4, 3, 3, 4, 3, 2, 2, 2, 2, 1, 2, 4, 3, 1, 1, 2, 2, 3, 5, 6, 5, 3, 2, 2, 2, 2, 3, 3, 3, 3, 3, 4, 4, 3, 2, 3, 3, 1, 2, 3, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 7, 9, 10, 10, 10, 7, 3, 1, 3, 7, 8, 7, 7, 8, 7, 4, 5, 8, 8, 7, 6, 6, 6, 4, 2, 1, 0, 1, 3, 5, 6, 5, 4, 4, 6, 7, 5, 3, 4, 4, 5, 6, 6, 5, 5, 4, 4, 4, 4, 5, 6, 5, 4, 3, 3, 2, 1, 0, 0, 0, 1, 2, 3, 5, 5, 5, 7, 9, 7, 4, 2, 2, 3, 4, 4, 5, 4, 3, 3, 3, 3, 2, 1, 4, 6, 5, 4, 4, 5, 5, 6, 6, 5, 5, 5, 4, 3, 2, 1, 1, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1073 MovieClip Frame 363
stop();
Symbol 1081 MovieClip Frame 1
stop();
Instance of Symbol 199 MovieClip in Symbol 1128 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 1, 3, 4, 3, 2, 3, 6, 5, 2, 4, 7, 8, 9, 9, 9, 9, 9, 9, 9, 8, 7, 5, 3, 2, 3, 2, 1, 0, 0, 0, 0, 0, 0, 1, 3, 3, 3, 4, 5, 4, 2, 1, 3, 5, 6, 5, 5, 5, 5, 4, 4, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_pj) {
gotoAndStop(gAmp + 1);
}
}
Instance of Symbol 199 MovieClip in Symbol 1129 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 1, 3, 4, 3, 2, 3, 6, 5, 2, 4, 7, 8, 9, 9, 9, 9, 9, 9, 9, 8, 7, 5, 3, 2, 3, 2, 1, 0, 0, 0, 0, 0, 0, 1, 3, 3, 3, 4, 5, 4, 2, 1, 3, 5, 6, 5, 5, 5, 5, 4, 4, 3, 3, 2, 2, 2, 1, 1, 1, 1, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_bob) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1166 MovieClip Frame 7
i = stall % 8;
gotoAndPlay(_currentframe + i);
Symbol 1166 MovieClip Frame 19
_parent._parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 1168 MovieClip Frame 49
_parent._parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 1169 MovieClip Frame 1
stop();
Instance of Symbol 1197 MovieClip "head2" in Symbol 1198 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 1254 MovieClip Frame 54
_parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 1277 MovieClip Frame 7
i = stall % 8;
gotoAndPlay(_currentframe + i);
Symbol 1277 MovieClip Frame 19
_parent._parent._parent.arm = false;
_parent.gotoAndStop(1);
Symbol 1280 MovieClip Frame 49
_parent._parent._parent.arm = false;
_parent._parent._parent.headwait = 1;
_parent.gotoAndStop(1);
Symbol 1281 MovieClip Frame 1
stop();
Instance of Symbol 1282 MovieClip "bdy" in Symbol 1283 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 1284 MovieClip Frame 1
alCM.ok = 0;
Symbol 1284 MovieClip Frame 13
alCM.ok = 1;
Instance of Symbol 1283 MovieClip "alCM" in Symbol 1284 MovieClip Frame 13
onClipEvent (load) {
mod = 499;
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 199 MovieClip in Symbol 1284 MovieClip Frame 14
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 1, 3, 3, 1, 0, 0, 0, 1, 2, 4, 7, 5, 2, 1, 0, 0, 0, 0, 0, 2, 4, 3, 1, 3, 6, 5, 3, 2, 1, 1, 2, 4, 5, 5, 3, 1, 1, 1, 1, 2, 3, 3, 2, 2, 2, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 1, 1, 1, 1, 1, 1, 1, 1, 1, 0, 0, 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 1293 MovieClip Frame 11
gotoAndPlay (1);
Symbol 1294 MovieClip Frame 160
stop();
Symbol 1294 MovieClip Frame 363
stop();
Symbol 1327 MovieClip Frame 109
stop();
Instance of Symbol 199 MovieClip in Symbol 1335 MovieClip Frame 1
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 1, 3, 3, 2, 2, 3, 4, 4, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2, 2, 2, 2, 3, 4, 4, 4, 4, 5, 5, 6, 7, 7, 7, 5, 2, 1, 0, 0, 0, 0, 1, 1, 1, 2, 3, 3, 4, 4, 4, 3, 3, 3, 3, 3, 2, 2, 2, 3, 3, 3, 3, 2, 2, 2, 1, 2, 3, 2, 2, 2, 3, 3, 4, 4, 4, 3, 2, 1, 1, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1335 MovieClip Frame 363
stop();
Instance of Symbol 199 MovieClip in Symbol 1349 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 1, 3, 4, 6, 7, 6, 6, 5, 5, 6, 6, 4, 4, 4, 4, 3, 3, 4, 5, 6, 6, 7, 9, 9, 9, 7, 4, 1, 0, 0, 0, 0, 0, 0, 0, 1, 2, 4, 6, 6, 5, 5, 6, 6, 6, 6, 6, 5, 4, 5, 5, 3, 1, 3, 5, 6, 6, 4, 2, 2, 2, 3, 5, 7, 9, 10, 9, 7, 6, 5, 4, 3, 2, 2, 2, 2, 2, 1, 1, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_pj) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1349 MovieClip Frame 87
stop();
Symbol 1369 MovieClip Frame 130
stop();
Symbol 1374 MovieClip Frame 106
stop();
Symbol 1384 MovieClip Frame 3
stop();
Instance of Symbol 199 MovieClip in Symbol 1392 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 3, 5, 5, 4, 3, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 4, 4, 3, 2, 3, 3, 3, 3, 2, 2, 2, 2, 2, 2, 3, 4, 4, 3, 2, 1, 1, 1, 2, 2, 2, 3, 3, 3, 2, 2, 2, 1, 1, 2, 2, 3, 3, 2, 2, 2, 2, 2, 2, 2, 1, 1, 1, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_superman) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1392 MovieClip Frame 85
stop();
Symbol 1396 MovieClip Frame 34
stop();
Instance of Symbol 199 MovieClip in Symbol 1397 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 3, 7, 9, 10, 8, 7, 6, 7, 9, 9, 6, 2, 2, 2, 2, 3, 4, 4, 4, 5, 7, 8, 7, 5, 4, 4, 5, 7, 7, 4, 2, 2, 2, 3, 4, 4, 3, 3, 2, 2, 2, 3, 3, 2, 2, 2, 1, 1, 2, 2, 2, 1, 1, 0, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_clarence) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1397 MovieClip Frame 363
stop();
Symbol 1398 MovieClip Frame 142
stop();
Instance of Symbol 114 MovieClip "timer" in Symbol 1399 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1399 MovieClip "head2" in Symbol 1400 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);
}
if (dir == 0) {
stop();
}
}
Instance of Symbol 1401 MovieClip "bdy" in Symbol 1402 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();
}
}
Instance of Symbol 199 MovieClip in Symbol 1403 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 1, 3, 5, 6, 7, 8, 9, 10, 10, 10, 8, 5, 3, 3, 2, 1, 0, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_pj) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1404 MovieClip Frame 921
bobCM.ok = 1;
Instance of Symbol 1402 MovieClip "bobCM" in Symbol 1404 MovieClip Frame 921
onClipEvent (load) {
mod = 499;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
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 <= 4)) {
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) {
bdy.back.gotoAndStop(14);
bdy.back.arm.stall = (i * mcid) % 10;
}
}
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 199 MovieClip in Symbol 1404 MovieClip Frame 922
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 0, 0, 1, 2, 4, 6, 8, 9, 9, 10, 10, 10, 10, 9, 6, 5, 4, 4, 4, 4, 3, 2, 3, 4, 5, 6, 5, 3, 5, 7, 7, 5, 4, 6, 7, 7, 6, 5, 5, 5, 5, 6, 6, 5, 3, 2, 3, 5, 6, 5, 4, 5, 5, 4, 2, 1, 1, 2, 3, 5, 6, 5, 5, 4, 3, 2, 4, 7, 8, 7, 4, 2, 2, 2, 2, 2, 4, 5, 6, 6, 5, 3, 1, 0, 0, 0, 0, 1, 1, 1, 1, 4, 6, 6, 6, 7, 8, 8, 9, 10, 8, 4, 2, 2, 5, 7, 7, 6, 5, 3, 2, 3, 5, 6, 5, 4, 2, 1, 1, 2, 4, 5, 5, 4, 3, 3, 4, 5, 7, 9, 10, 10, 9, 7, 5, 2, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.bobCM.bdy.head.head2.vol = gAmp;
_parent.bobCM.bdy.vol = gAmp;
_parent.bobCM.bdy.head.head2.head.mouth.gotoAndStop(gAmp + 1);
}
Instance of Symbol 199 MovieClip in Symbol 1426 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 5, 8, 9, 10, 10, 10, 9, 5, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 2, 6, 7, 5, 2, 1, 0, 1, 2, 3, 4, 5, 5, 4, 4, 4, 3, 2, 1, 0, 0, 0, 0, 1, 5, 8, 6, 3, 1, 1, 1, 1, 1, 1, 0, 1, 3, 6, 9, 7, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 4, 4, 4, 4, 5, 7, 7, 5, 3, 4, 4, 3, 4, 7, 9, 8, 5, 4, 5, 6, 5, 4, 3, 5, 6, 6, 5, 5, 5, 5, 4, 2, 1, 1, 1, 0, 1, 4, 8, 9, 10, 10, 10, 8, 4, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 8, 9, 10, 10, 9, 7, 5, 3, 2, 1, 1, 3, 5, 5, 5, 4, 3, 3, 2, 1, 1, 1, 1, 4, 8, 9, 8, 6, 5, 6, 5, 2, 1, 1, 3, 5, 7, 7, 6, 6, 6, 5, 5, 7, 9, 9, 8, 5, 2, 1, 0, 0, 0, 0, 0, 2, 3, 5, 8, 9, 10, 10, 10, 10, 9, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 1, 3, 6, 8, 8, 5, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 8, 9, 6, 3, 1, 1, 4, 8, 9, 10, 10, 10, 10, 7, 3, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_superman) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1426 MovieClip Frame 242
stop();
Instance of Symbol 199 MovieClip in Symbol 1433 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(1, 4, 3, 3, 4, 6, 8, 7, 4, 3, 4, 4, 5, 7, 9, 9, 7, 5, 5, 5, 5, 4, 4, 5, 6, 6, 5, 4, 5, 5, 4, 2, 1, 1, 1, 0, 0, 3, 7, 9, 10, 10, 10, 8, 5, 3, 1, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_superman) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1433 MovieClip Frame 242
stop();
Symbol 1437 MovieClip Frame 12
stop();
Symbol 1442 MovieClip Frame 5
stop();
Symbol 1472 MovieClip Frame 20
stop();
Symbol 1485 MovieClip Frame 12
stop();
Instance of Symbol 199 MovieClip in Symbol 1493 MovieClip Frame 2
onClipEvent (load) {
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 4, 8, 9, 10, 10, 9, 7, 5, 3, 2, 1, 1, 3, 5, 5, 5, 4, 3, 4, 3, 1, 1, 1, 1, 4, 8, 9, 8, 5, 4, 5, 5, 2, 1, 1, 3, 5, 7, 7, 6, 6, 6, 5, 5, 7, 9, 9, 8, 5, 2, 1, 0, 0, 0, 0, 0, 2, 3, 5, 8, 9, 10, 10, 10, 10, 9, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 1, 3, 6, 8, 8, 5, 2, 1, 0, 0, 0, 0, 0, 0, 0, 1, 5, 8, 9, 7, 3, 1, 1, 4, 8, 9, 10, 10, 10, 10, 7, 3, 1, 0, 0, 0);
}
onClipEvent (enterFrame) {
gFrame = _parent._currentframe - gStartFrame;
gAmp = ampList[gFrame];
with (_parent.mouth_superman) {
gotoAndStop(gAmp + 1);
}
}
Symbol 1493 MovieClip Frame 242
stop();
Instance of Symbol 44 MovieClip "back" in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 68 MovieClip "front" in Symbol 1500 MovieClip Frame 1
onClipEvent (load) {
stop();
}
Instance of Symbol 619 MovieClip "head" in Symbol 1500 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);
}
if (dir == 0) {
stop();
}
}
Symbol 1501 MovieClip Frame 51
gotoAndStop (1);
Instance of Symbol 1501 MovieClip "bdy" in Symbol 1502 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();
}
}
Instance of Symbol 114 MovieClip "timer" in Symbol 1504 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 1504 MovieClip "head2" in Symbol 1505 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);
}
if (dir == 0) {
stop();
}
}
Instance of Symbol 1506 MovieClip "bdy" in Symbol 1507 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 1508 MovieClip Frame 138
pjCM.ok = 1;
bobCM.ok = 0;
Instance of Symbol 1502 MovieClip "pjCM" in Symbol 1508 MovieClip Frame 138
onClipEvent (load) {
mod = 499;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
onClipEvent (enterFrame) {
i = (ok * (_parent._currentframe * mcid)) % mod;
n = (ok * ((mcid + hmod) + i)) % hmod;
b = (ok * ((mcid + bmod) + i)) % bmod;
if (!ok) {
bdy.bdy2.head.head2.mouth.gotoAndStop(1);
bdy.bdy2.head.vol = 1;
bdy.vol = 1;
}
if (!arm) {
if ((i >= 2) && (i <= 4)) {
z = i;
bdy.bdy2.front.gotoAndStop(i);
bdy.bdy2.front.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.front.arm.stall = (i * mcid) % 10;
arm = true;
if (i == 4) {
bdy.bdy2.back.gotoAndStop(14);
bdy.bdy2.back.arm.stall = (i * mcid) % 10;
}
}
if ((i >= 12) && (i <= 13)) {
z = i;
bdy.bdy2.back.gotoAndStop(i - 10);
bdy.bdy2.back.arm.len = ((i * mcid) % 15) + 2;
bdy.bdy2.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 1507 MovieClip "bobCM" in Symbol 1508 MovieClip Frame 138
onClipEvent (load) {
mod = 501;
hmod = 13;
bmod = 17;
mcid = 12;
arm = false;
head = false;
body = false;
}
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 <= 4)) {
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) {
bdy.back.gotoAndStop(14);
bdy.back.arm.stall = (i * mcid) % 10;
}
}
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 199 MovieClip in Symbol 1508 MovieClip Frame 139
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 2, 6, 9, 10, 10, 10, 10, 10, 10, 9, 7, 6, 4, 2, 1, 0, 0, 0, 2, 6, 8, 8, 6, 6, 7, 8, 9, 9, 7, 4, 2, 1, 2, 5, 7, 6, 6, 7, 8, 8, 7, 4, 3, 3, 3, 2, 2, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 2, 2, 3, 3, 2, 3, 4, 6, 6, 5, 4, 3, 3, 4, 3, 3, 4, 5, 5, 5, 4, 3, 5, 7, 7, 6, 6, 7, 5, 3, 3, 5, 7, 6, 5, 5, 4, 2, 1, 3, 5, 6, 5, 5, 5, 5, 6, 6, 6, 6, 4, 3, 4, 4, 3, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 3, 2, 2, 5, 8, 9, 8, 6, 5, 5, 5, 6, 7, 5, 4, 5, 5, 4, 4, 3, 2, 1, 1, 2, 3, 5, 6, 7, 6, 4, 3, 2, 1, 1, 1, 1, 1, 1, 0, 0, 1, 2, 2, 1, 1, 2, 2, 2, 4, 5, 5, 5, 3, 1, 1, 2, 2, 3, 4, 4, 4, 4, 3, 4, 6, 7, 8, 7, 6, 4, 2, 1, 1, 1, 1, 2, 3, 4, 5, 5, 4, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 9, 9, 7, 5, 3, 2, 1, 1, 1, 3, 4, 5, 5, 5, 5, 3, 2, 1, 1, 1, 1, 1, 0, 0, 1, 2, 3, 3, 3, 3, 3, 3, 2, 1, 1, 0, 1, 2, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.bobCM.bdy.head.head2.vol = gAmp;
_parent.bobCM.bdy.vol = gAmp;
_parent.bobCM.bdy.head.head2.head.mouth.gotoAndStop(gAmp + 1);
}
Instance of Symbol 199 MovieClip in Symbol 1508 MovieClip Frame 139
onClipEvent (load) {
_alpha = 0;
gAmp = 0;
gFrame = 0;
gStartFrame = _parent._currentFrame;
ampList = new Array(0, 2, 6, 9, 10, 10, 10, 10, 10, 10, 9, 7, 6, 4, 2, 1, 0, 0, 0, 2, 6, 8, 8, 6, 6, 7, 8, 9, 9, 7, 4, 2, 1, 2, 5, 7, 6, 6, 7, 8, 8, 7, 4, 3, 3, 3, 2, 2, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 2, 2, 3, 3, 2, 3, 4, 6, 6, 5, 4, 3, 3, 4, 3, 3, 4, 5, 5, 5, 4, 3, 5, 7, 7, 6, 6, 7, 5, 3, 3, 5, 7, 6, 5, 5, 4, 2, 1, 3, 5, 6, 5, 5, 5, 5, 6, 6, 6, 6, 4, 3, 4, 4, 3, 3, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 3, 3, 2, 2, 5, 8, 9, 8, 6, 5, 5, 5, 6, 7, 5, 4, 5, 5, 4, 4, 3, 2, 1, 1, 2, 3, 5, 6, 7, 6, 4, 3, 2, 1, 1, 1, 1, 1, 1, 0, 0, 1, 2, 2, 1, 1, 2, 2, 2, 4, 5, 5, 5, 3, 1, 1, 2, 2, 3, 4, 4, 4, 4, 3, 4, 6, 7, 8, 7, 6, 4, 2, 1, 1, 1, 1, 2, 3, 4, 5, 5, 4, 3, 3, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 8, 9, 9, 7, 5, 3, 2, 1, 1, 1, 3, 4, 5, 5, 5, 5, 3, 2, 1, 1, 1, 1, 1, 0, 0, 1, 2, 3, 3, 3, 3, 3, 3, 2, 1, 1, 0, 1, 2, 3, 3, 3, 3, 2, 2, 2, 1, 1, 1, 1, 0, 0);
}
onClipEvent (enterFrame) {
gFrame++;
gAmp = ampList[gFrame];
_parent.pjCM.bdy.bdy2.head.vol = gAmp;
_parent.pjCM.bdy.vol = gAmp;
_parent.pjCM.bdy.bdy2.head.head2.mouth.gotoAndStop(gAmp + 1);
}
Symbol 1508 MovieClip Frame 263
bobCM.ok = 1;
Symbol 1508 MovieClip Frame 264
pjCM.ok = 0;
Symbol 1550 Button
on (release) {
getURL ("http://www.neptunecircle.com", "_blank");
}
Symbol 1554 Button
on (release) {
gotoAndPlay (2);
}