Frame 1
_quality = "MEDIUM";
bgmusic = new Sound();
click = new Sound();
mute = 0;
stop();
Frame 2
gotoAndStop (10);
Frame 5
play();
Frame 6
gotoAndStop (10);
Frame 10
item = new Array(null, null);
ammo = new Array(0, 0, 0, 0, 0, 0, 0, 0);
win = new Array(0, 0, 0, 0, 0, 0, 0);
totalscore = 0;
lock = 0;
ppow = 18;
prev = 1;
selected = 0;
shopberas = 2;
shopkris = 1;
shopjamu = 2;
shopscroll = 3;
if (tko == null) {
tko = 3;
}
if (rolimit == null) {
rolimit = 2;
}
if (rtime == null) {
rtime = 60;
}
stop();
Frame 11
gotoAndStop (10);
Frame 15
stop();
Frame 16
gotoAndStop (10);
Frame 20
stop();
Frame 21
gotoAndStop (10);
Frame 25
stop();
Symbol 33 Button
on (release) {
getURL ("http://www.miniclip.com", "_blank");
}
Symbol 36 MovieClip Frame 10
stop();
Symbol 37 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
play();
}
Symbol 39 MovieClip Frame 1
x = _root._framesloaded / _root._totalframes;
if (y == null) {
y = 0;
} else if (y < (x * 100)) {
y = y + 1;
}
pos = (y / 100) * 65;
setProperty("bar", _x , -65 + pos);
setProperty("bar", _xscale , y);
Symbol 39 MovieClip Frame 2
if (y == 100) {
gotoAndStop (5);
} else {
gotoAndPlay (1);
}
Symbol 39 MovieClip Frame 5
_parent.click.attachSound("click02");
_parent.click.start();
stop();
Symbol 39 MovieClip Frame 10
_root.gotoandstop(10);
Symbol 40 Button
on (release, keyPress "<Space>") {
_parent.click.attachSound("click01");
_parent.click.start();
go = 41;
play();
}
Symbol 42 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
go = 11;
play();
}
Symbol 44 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
go = 21;
play();
}
Symbol 46 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
go = 31;
play();
}
Symbol 53 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
_parent.tko = tko;
_parent.rolimit = rolimit;
_parent.rtime = rtime;
go = 1;
play();
}
Symbol 57 Button
on (release, keyPress "<Enter>") {
cheat = cheat.toLowerCase();
if (cheat == null) {
msg = "";
} else if (cheat == "jannata") {
_parent.click.attachSound("click02");
msg = "Hello there! Thanks for playing";
} else if (cheat == "starwars") {
_parent.click.attachSound("click02");
msg = "Episode 2 on May 16th, whoa YEAH!";
} else if (cheat == "allitems") {
_parent.click.attachSound("click02");
msg = "MAXIMUM ITEMS!";
i = 0;
while (i < 8) {
_parent.ammo[i] = 99;
i++;
}
} else if (cheat == "99999") {
_parent.click.attachSound("click02");
msg = "99999 POINTS!";
_parent.totalscore = 99999 /* 0x01869F */;
} else if (cheat == "allclear") {
_parent.click.attachSound("click02");
msg = "ALL LOCATION CLEARED!";
i = 0;
while (i < 6) {
_parent.win[i] = 1;
i++;
}
_parent.win[6] = 6;
} else {
_parent.click.attachSound("click01");
msg = "INVALID CODE";
}
_parent.click.start();
}
Symbol 68 Button
on (release) {
if (rtime > 30) {
rtime = rtime - 30;
} else {
rtime = 90;
}
}
Symbol 69 Button
on (release) {
if (rtime < 90) {
rtime = rtime + 30;
} else {
rtime = 30;
}
}
Symbol 72 Button
on (release) {
if (tko > 1) {
tko = tko - 1;
} else {
tko = 5;
}
}
Symbol 73 Button
on (release) {
if (tko < 5) {
tko = tko + 1;
} else {
tko = 1;
}
}
Symbol 76 Button
on (release) {
if (_quality == "MEDIUM") {
_quality = "LOW";
q = "LOW";
} else if (_quality == "HIGH") {
_quality = "MEDIUM";
q = "MEDIUM";
} else if (_quality == "BEST") {
_quality = "HIGH";
q = "HIGH";
} else {
_quality = "BEST";
q = "BEST";
}
}
Symbol 77 Button
on (release) {
if (_quality == "LOW") {
_quality = "MEDIUM";
q = "MEDIUM";
} else if (_quality == "MEDIUM") {
_quality = "HIGH";
q = "HIGH";
} else if (_quality == "HIGH") {
_quality = "BEST";
q = "BEST";
} else {
_quality = "LOW";
q = "LOW";
}
}
Symbol 79 Button
on (release) {
if (rolimit > 1) {
rolimit = rolimit - 1;
} else {
rolimit = 5;
}
}
Symbol 80 Button
on (release) {
if (rolimit < 5) {
rolimit = rolimit + 1;
} else {
rolimit = 1;
}
}
Symbol 85 Button
on (release) {
if (m == "ON") {
_parent.bgmusic.stop();
m = "OFF";
_parent.mute = 1;
} else if (m == "OFF") {
_parent.musicplay = "music04";
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
m = "ON";
_parent.mute = 0;
}
}
Symbol 88 Button
on (release, keyPress "<Space>") {
_parent.click.attachSound("click01");
_parent.click.start();
go = 1;
play();
}
Symbol 108 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
_parent.mode = "story";
mode = "story";
play();
}
Symbol 110 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
_parent.mode = "practice";
mode = "practice";
play();
}
Symbol 112 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
go = 1;
play();
}
Symbol 114 MovieClip Frame 1
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
Symbol 114 MovieClip Frame 5
stop();
Symbol 114 MovieClip Frame 9
gotoAndPlay(go);
Symbol 114 MovieClip Frame 11
q = _quality;
if (_parent.mute == 0) {
m = "ON";
} else {
m = "OFF";
}
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
if (_parent.tko == null) {
tko = 3;
} else {
tko = _parent.tko;
}
if (_parent.rolimit == null) {
rolimit = 2;
} else {
rolimit = _parent.rolimit;
}
if (_parent.rtime == null) {
rtime = 60;
} else {
rtime = _parent.rtime;
}
Symbol 114 MovieClip Frame 15
stop();
Symbol 114 MovieClip Frame 19
gotoAndPlay(go);
Symbol 114 MovieClip Frame 21
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
Symbol 114 MovieClip Frame 25
stop();
Symbol 114 MovieClip Frame 29
gotoAndPlay(go);
Symbol 114 MovieClip Frame 31
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
Symbol 114 MovieClip Frame 35
stop();
Symbol 114 MovieClip Frame 39
gotoAndPlay(go);
Symbol 114 MovieClip Frame 41
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
Symbol 114 MovieClip Frame 45
stop();
Symbol 114 MovieClip Frame 49
if ((mode == "story") || (mode == "practice")) {
tellTarget ("_parent") {
gotoAndStop (15);
};
} else {
gotoAndPlay(go);
}
Symbol 115 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
_parent.pbelt = barray[pb - 1];
_parent.phead = phead;
_parent.pcostume = carray[pc - 1];
_parent.pname = pname;
gotoAndPlay (8);
}
Symbol 119 Button
on (release) {
_parent.pbelt = barray[pb - 1];
_parent.phead = phead;
_parent.pcostume = carray[pc - 1];
_parent.pname = pname;
x = "reset";
gotoAndPlay (8);
}
Symbol 120 Button
on (release) {
_parent.pbelt = barray[pb - 1];
_parent.phead = phead;
_parent.pcostume = carray[pc - 1];
_parent.pname = pname;
gotoAndPlay (8);
}
Symbol 123 Button
on (release) {
if (phead > 0) {
phead = phead - 1;
} else {
phead = 8;
}
play();
}
Symbol 124 Button
on (release) {
if (phead < 8) {
phead = phead + 1;
} else {
phead = 0;
}
play();
}
Symbol 127 Button
on (release) {
if (pc > 1) {
pc = pc - 1;
} else {
pc = 8;
}
play();
}
Symbol 128 Button
on (release) {
if (pc < 8) {
pc = pc + 1;
} else {
pc = 1;
}
play();
}
Symbol 131 Button
on (release) {
if (pb > 1) {
pb = pb - 1;
} else {
pb = 3;
}
play();
}
Symbol 132 Button
on (release) {
if (pb < 3) {
pb = pb + 1;
} else {
pb = 1;
}
play();
}
Symbol 144 MovieClip Frame 1
if (_parent._parent.leg == "none") {
gotoAndStop (1);
} else if (_parent._parent.leg == "ref") {
gotoAndStop (2);
} else if (_parent._parent.leg == "red") {
gotoAndStop (3);
} else if (_parent._parent.leg == "jampang") {
gotoAndStop (4);
} else {
gotoAndStop (1);
}
stop();
Symbol 149 MovieClip Frame 1
if (_parent._parent.leg == "none") {
gotoAndStop (1);
} else if (_parent._parent.leg == "ref") {
gotoAndStop (2);
} else if (_parent._parent.leg == "red") {
gotoAndStop (3);
} else if (_parent._parent.leg == "jampang") {
gotoAndStop (4);
} else {
gotoAndStop (1);
}
stop();
Symbol 158 MovieClip Frame 1
if (_parent._parent.bicep == "none") {
gotoAndStop (1);
} else if (_parent._parent.bicep == "silat") {
gotoAndStop (2);
} else if (_parent._parent.bicep == "ref") {
gotoAndStop (3);
} else if (_parent._parent.bicep == "red") {
gotoAndStop (4);
} else if (_parent._parent.bicep == "jampang") {
gotoAndStop (5);
} else if (_parent._parent.bicep == "armless") {
gotoAndStop (6);
} else if (_parent._parent.bicep == "warmless") {
gotoAndStop (7);
} else if (_parent._parent.bicep == "tiger") {
gotoAndStop (8);
} else {
gotoAndStop (1);
}
stop();
Symbol 167 MovieClip Frame 1
if (_parent._parent.arm == "none") {
gotoAndStop (1);
} else if (_parent._parent.arm == "bracelet") {
gotoAndStop (2);
} else if (_parent._parent.arm == "wbracelet") {
gotoAndStop (3);
} else if (_parent._parent.arm == "silat") {
gotoAndStop (4);
} else if (_parent._parent.arm == "ref") {
gotoAndStop (5);
} else if (_parent._parent.arm == "red") {
gotoAndStop (6);
} else if (_parent._parent.arm == "jampang") {
gotoAndStop (7);
} else if (_parent._parent.arm == "tiger") {
gotoAndStop (8);
} else {
gotoAndStop (1);
}
stop();
Symbol 176 MovieClip Frame 1
if (_parent._parent.body == "none") {
gotoAndStop (1);
} else if (_parent._parent.body == "silat") {
gotoAndStop (2);
} else if (_parent._parent.body == "ref") {
gotoAndStop (3);
} else if (_parent._parent.body == "red") {
gotoAndStop (4);
} else if (_parent._parent.body == "jampang") {
gotoAndStop (5);
} else if (_parent._parent.body == "tiger") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
stop();
Symbol 180 MovieClip Frame 1
if (_parent._parent.belt == "blue") {
gotoAndStop (2);
} else if (_parent._parent.belt == "white") {
gotoAndStop (3);
} else if (_parent._parent.belt == "red") {
gotoAndStop (1);
} else {
gotoAndStop (1);
}
stop();
Symbol 191 MovieClip Frame 1
if (_parent._parent.bicep == "none") {
gotoAndStop (1);
} else if (_parent._parent.bicep == "silat") {
gotoAndStop (2);
} else if (_parent._parent.bicep == "ref") {
gotoAndStop (3);
} else if (_parent._parent.bicep == "red") {
gotoAndStop (4);
} else if (_parent._parent.bicep == "jampang") {
gotoAndStop (5);
} else if (_parent._parent.bicep == "armless") {
gotoAndStop (6);
} else if (_parent._parent.bicep == "warmless") {
gotoAndStop (7);
} else if (_parent._parent.bicep == "tiger") {
gotoAndStop (8);
} else {
gotoAndStop (1);
}
stop();
Symbol 201 MovieClip Frame 1
gotoAndStop(_parent._parent.head + 1);
stop();
Symbol 202 MovieClip Frame 1
idle = 1;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 2
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 3
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 4
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 5
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 6
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 7
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 8
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 9
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 10
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 11
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 12
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 13
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 14
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 15
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 16
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 17
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 18
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 19
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 20
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 21
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 22
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 23
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 24
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 25
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 26
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 27
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 28
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 29
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 30
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 31
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 32
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 33
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 34
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 35
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 36
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 37
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 38
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 39
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 40
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 41
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 42
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 43
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 44
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 45
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 46
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 47
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 48
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 49
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 50
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 51
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 52
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 53
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 54
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 55
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 56
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 57
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 58
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 59
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 202 MovieClip Frame 60
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
gotoAndStop (2);
};
} else if (((_parent._parent.cpu._x - _parent._parent.player._x) > 0) && (Key.isDown(39))) {
tellTarget ("_parent") {
gotoAndStop (3);
};
} else if (Key.isDown(37)) {
tellTarget ("_parent") {
gotoAndStop (4);
};
} else if (Key.isDown(40)) {
tellTarget ("_parent") {
gotoAndStop (11);
};
} else if (Key.isDown(38)) {
tellTarget ("_parent") {
gotoAndStop (13);
};
} else if (Key.isDown(90) || (Key.isDown(122))) {
_parent.item = _parent._parent.item1;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if (Key.isDown(88) || (Key.isDown(120))) {
_parent.item = _parent._parent.item2;
tellTarget ("_parent") {
gotoAndStop (15);
};
} else if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 209 MovieClip Frame 1
if (_parent._parent.body == "none") {
gotoAndStop (1);
} else if (_parent._parent.body == "silat") {
gotoAndStop (2);
} else if (_parent._parent.body == "ref") {
gotoAndStop (3);
} else if (_parent._parent.body == "red") {
gotoAndStop (4);
} else if (_parent._parent.body == "jampang") {
gotoAndStop (5);
} else if (_parent._parent.body == "tiger") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
stop();
Symbol 216 MovieClip Frame 1
if (_parent._parent.body == "none") {
gotoAndStop (1);
} else if (_parent._parent.body == "silat") {
gotoAndStop (2);
} else if (_parent._parent.body == "ref") {
gotoAndStop (3);
} else if (_parent._parent.body == "red") {
gotoAndStop (4);
} else if (_parent._parent.body == "jampang") {
gotoAndStop (5);
} else if (_parent._parent.body == "tiger") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
stop();
Symbol 227 MovieClip Frame 1
if (_parent._parent.body == "none") {
gotoAndStop (1);
} else if (_parent._parent.body == "silat") {
gotoAndStop (2);
} else if (_parent._parent.body == "ref") {
gotoAndStop (3);
} else if (_parent._parent.body == "red") {
gotoAndStop (4);
} else if (_parent._parent.body == "jampang") {
gotoAndStop (5);
} else if (_parent._parent.body == "tiger") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
stop();
Symbol 230 MovieClip Frame 1
if (x == null) {
x = 0;
}
Symbol 230 MovieClip Frame 4
if (x >= 10) {
gotoAndPlay (5);
} else {
x = x + 1;
gotoAndPlay (2);
}
Symbol 230 MovieClip Frame 73
stop();
Symbol 231 MovieClip Frame 1
if (x == null) {
x = 0;
}
Symbol 231 MovieClip Frame 4
if (x >= 5) {
gotoAndPlay (11);
} else {
x = x + 1;
gotoAndPlay (2);
}
Symbol 231 MovieClip Frame 72
stop();
Symbol 232 MovieClip Frame 1
if (x == null) {
x = 0;
}
Symbol 232 MovieClip Frame 4
if (x >= 10) {
gotoAndPlay (5);
} else {
x = x + 1;
gotoAndPlay (2);
}
Symbol 232 MovieClip Frame 34
stop();
Symbol 233 MovieClip Frame 1
stop();
Symbol 235 Button
on (release) {
if (cskill > 1) {
cskill = cskill - 1;
} else {
cskill = 3;
}
}
Symbol 236 Button
on (release) {
if (cskill < 3) {
cskill = cskill + 1;
} else {
cskill = 1;
}
}
Symbol 238 Button
on (release, keyPress "<Space>") {
_parent.click.attachSound("click01");
_parent.click.start();
_parent.cbelt = barray[cb - 1];
_parent.chead = chead;
_parent.ccostume = carray[cc - 1];
_parent.cname = "CPU";
_parent.cskill = cskill;
go = 30;
gotoAndPlay (22);
}
Symbol 241 Button
on (release) {
_parent.cbelt = barray[cb - 1];
_parent.chead = chead;
_parent.ccostume = carray[cc - 1];
_parent.cname = "CPU";
_parent.cskill = cskill;
go = 1;
gotoAndPlay (22);
}
Symbol 242 Button
on (release) {
_parent.cbelt = barray[cb - 1];
_parent.chead = chead;
_parent.ccostume = carray[cc - 1];
_parent.cname = "CPU";
_parent.cskill = cskill;
go = 30;
gotoAndPlay (22);
}
Symbol 246 Button
on (release) {
if (chead > 0) {
chead = chead - 1;
} else {
chead = 8;
}
play();
}
Symbol 247 Button
on (release) {
if (chead < 8) {
chead = chead + 1;
} else {
chead = 0;
}
play();
}
Symbol 250 Button
on (release) {
if (cc > 1) {
cc = cc - 1;
} else {
cc = 8;
}
play();
}
Symbol 251 Button
on (release) {
if (cc < 8) {
cc = cc + 1;
} else {
cc = 1;
}
play();
}
Symbol 254 Button
on (release) {
if (cb > 1) {
cb = cb - 1;
} else {
cb = 3;
}
play();
}
Symbol 255 Button
on (release) {
if (cb < 3) {
cb = cb + 1;
} else {
cb = 1;
}
play();
}
Symbol 272 MovieClip Frame 1
if (_parent._parent.bg == 0) {
gotoAndPlay (5);
} else if (_parent._parent.bg == 1) {
gotoAndPlay (60);
} else if (_parent._parent.bg == 2) {
gotoAndPlay (115);
} else if (_parent._parent.bg == 3) {
gotoAndPlay (170);
} else if (_parent._parent.bg == 4) {
gotoAndPlay (225);
} else if (_parent._parent.bg == 5) {
gotoAndPlay (280);
} else {
gotoAndPlay (5);
}
Symbol 272 MovieClip Frame 55
stop();
Symbol 272 MovieClip Frame 110
stop();
Symbol 272 MovieClip Frame 165
stop();
Symbol 272 MovieClip Frame 220
stop();
Symbol 272 MovieClip Frame 275
stop();
Symbol 272 MovieClip Frame 330
stop();
Symbol 273 Button
on (release, keyPress "<Space>") {
_parent.click.attachSound("click01");
_parent.click.start();
x = "fight";
gotoAndPlay (37);
}
Symbol 276 Button
on (release) {
go = 15;
gotoAndPlay (37);
}
Symbol 278 Button
on (release, keyPress "<Right>") {
if (_parent.bg < 5) {
_parent.bg = _parent.bg + 1;
} else {
_parent.bg = 0;
}
play();
}
Symbol 279 Button
on (release, keyPress "<Left>") {
if (_parent.bg > 0) {
_parent.bg = _parent.bg - 1;
} else {
_parent.bg = 5;
}
play();
}
Symbol 283 Button
on (release) {
if (_parent.lock >= 1) {
go = 90;
} else {
go = 1;
}
if (_parent.selected == 1) {
k = _parent.bg;
}
gotoAndPlay(_currentframe + 2);
}
Symbol 284 Button
on (release) {
if (((_parent.win[6] < 3) && (k == null)) && (_parent.selected == 0)) {
do {
k = random(6);
} while (k == 5);
go = "play";
} else if (((_parent.win[6] >= 3) && (k == null)) && (_parent.selected == 0)) {
k = random(6);
go = "play";
}
if (_parent.selected == 1) {
k = _parent.bg;
go = 60;
}
if (((_parent.win[6] % 3) == 0) && (_parent.win[6] != 0)) {
_parent.musicreq = "music03";
} else if ((k == 0) || (k == 4)) {
_parent.musicreq = "music01";
} else {
_parent.musicreq = "music02";
}
gotoAndPlay(_currentframe + 2);
}
Symbol 287 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
go = "play";
if (_parent.win[6] < 3) {
do {
k = random(6);
} while (k == 5);
} else {
k = random(6);
}
if (((_parent.win[6] % 3) == 0) && (_parent.win[6] != 0)) {
_parent.musicreq = "music03";
} else if ((k == 0) || (k == 4)) {
_parent.musicreq = "music01";
} else {
_parent.musicreq = "music02";
}
gotoAndPlay(_currentframe + 2);
}
Symbol 289 Button
on (rollOver) {
message.t = 1;
message.play();
message.msgtitle = "- The Shop -";
message.msg = "Use your earned points to buy items and get valuable information here.";
}
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
if (_parent.selected == 1) {
k = _parent.bg;
}
go = 105;
gotoAndPlay(_currentframe + 2);
}
Symbol 295 Button
on (rollOver) {
message.t = 1;
message.play();
message.msgtitle = "- Beach of Aceh -";
message.msg = "Voyagers came from this side of Sumatra Island. Place of once the great Pasai kingdom.";
}
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
k = 3;
go = "play";
if (((_parent.win[6] % 3) == 0) && (_parent.win[6] != 0)) {
_parent.musicreq = "music03";
} else {
_parent.musicreq = "music02";
}
gotoAndPlay(_currentframe + 2);
}
Symbol 296 Button
on (rollOver) {
message.t = 1;
message.play();
message.msgtitle = "- The Rice Fields of West Java -";
message.msg = "Western of Java Island with high quality rice plant. It was once the great lands of Banten Kingdom.";
}
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
k = 0;
go = "play";
if (((_parent.win[6] % 3) == 0) && (_parent.win[6] != 0)) {
_parent.musicreq = "music03";
} else {
_parent.musicreq = "music01";
}
gotoAndPlay(_currentframe + 2);
}
Symbol 297 Button
on (rollOver) {
message.t = 1;
message.play();
message.msgtitle = "- The Prambanan Temple -";
message.msg = "The court of ancient Hindu temples from the 9th century. Legend said this temple was built in one night.";
}
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
k = 1;
go = "play";
if (((_parent.win[6] % 3) == 0) && (_parent.win[6] != 0)) {
_parent.musicreq = "music03";
} else {
_parent.musicreq = "music02";
}
gotoAndPlay(_currentframe + 2);
}
Symbol 298 Button
on (rollOver) {
message.t = 1;
message.play();
message.msgtitle = "- The Crest of Mount Bromo -";
if (_parent.win[6] < 3) {
message.msg = "You should at least beat 3 location to access this";
} else {
message.msg = "The wilds of east Java, this is your final showdown to meet your brother";
}
}
on (release) {
if (_parent.win[6] >= 3) {
_parent.click.attachSound("click01");
_parent.click.start();
k = 5;
go = "play";
_parent.musicreq = "music03";
gotoAndPlay(_currentframe + 2);
}
}
Symbol 299 Button
on (rollOver) {
message.t = 1;
message.play();
message.msgtitle = "- The Moyo Island -";
message.msg = "Considered to be one of the most beautiful Islands. Variety of wildlife are located here.";
}
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
k = 2;
go = "play";
if (((_parent.win[6] % 3) == 0) && (_parent.win[6] != 0)) {
_parent.musicreq = "music03";
} else {
_parent.musicreq = "music02";
}
gotoAndPlay(_currentframe + 2);
}
Symbol 300 Button
on (rollOver) {
message.t = 1;
message.play();
message.msgtitle = "- The Besakih Temple -";
message.msg = "On the top of Mount Agung where this holiest Hindu temple in Bali Island is located.";
}
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
k = 4;
go = "play";
if (((_parent.win[6] % 3) == 0) && (_parent.win[6] != 0)) {
_parent.musicreq = "music03";
} else {
_parent.musicreq = "music01";
}
gotoAndPlay(_currentframe + 2);
}
Symbol 304 MovieClip Frame 1
if (t == null) {
t = 0;
}
if (t == 0) {
stop();
} else if (t == 1) {
play();
}
Symbol 304 MovieClip Frame 6
if (t == 1) {
stop();
} else if (t == 0) {
play();
}
Symbol 305 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
go = 75;
gotoAndPlay(_currentframe + 2);
}
Symbol 308 Button
on (release) {
go = 45;
gotoAndPlay(_currentframe + 3);
}
Symbol 309 Button
on (release) {
go = 75;
gotoAndPlay(_currentframe + 2);
}
Symbol 314 MovieClip Frame 1
if (_parent._parent.leg == "none") {
gotoAndStop (1);
} else if (_parent._parent.leg == "ref") {
gotoAndStop (2);
} else if (_parent._parent.leg == "red") {
gotoAndStop (3);
} else if (_parent._parent.leg == "jampang") {
gotoAndStop (4);
} else {
gotoAndStop (1);
}
stop();
Symbol 319 MovieClip Frame 1
if (_parent._parent.leg == "none") {
gotoAndStop (1);
} else if (_parent._parent.leg == "ref") {
gotoAndStop (2);
} else if (_parent._parent.leg == "red") {
gotoAndStop (3);
} else if (_parent._parent.leg == "jampang") {
gotoAndStop (4);
} else {
gotoAndStop (1);
}
stop();
Symbol 328 MovieClip Frame 1
if (_parent._parent.arm == "none") {
gotoAndStop (1);
} else if (_parent._parent.arm == "bracelet") {
gotoAndStop (2);
} else if (_parent._parent.arm == "wbracelet") {
gotoAndStop (3);
} else if (_parent._parent.arm == "silat") {
gotoAndStop (4);
} else if (_parent._parent.arm == "ref") {
gotoAndStop (5);
} else if (_parent._parent.arm == "red") {
gotoAndStop (6);
} else if (_parent._parent.arm == "jampang") {
gotoAndStop (7);
} else if (_parent._parent.arm == "tiger") {
gotoAndStop (8);
} else {
gotoAndStop (1);
}
stop();
Symbol 338 MovieClip Frame 1
gotoAndStop(_parent._parent.head + 1);
stop();
Symbol 339 MovieClip Frame 27
stop();
Symbol 340 MovieClip Frame 29
stop();
Symbol 341 MovieClip Frame 1
x = 0;
Symbol 341 MovieClip Frame 42
if (x >= random(5)) {
x = 0;
play();
} else {
x = x + 1;
gotoAndPlay (2);
}
Symbol 341 MovieClip Frame 89
if (x >= random(5)) {
x = 0;
play();
} else {
x = x + 1;
gotoAndPlay (57);
}
Symbol 341 MovieClip Frame 137
if (x >= random(5)) {
x = 0;
play();
} else {
x = x + 1;
gotoAndPlay (103);
}
Symbol 342 MovieClip Frame 1
stop();
Symbol 346 MovieClip Frame 10
stop();
Symbol 347 Button
on (release) {
if ((this._name != "item1") && (this._name != "item2")) {
if ((selection._visible == 0) && (_parent.itemcount < 2)) {
_parent._parent.click.attachSound("click01");
_parent._parent.click.start();
_parent.itemcount = _parent.itemcount + 1;
setProperty("selection", _visible , 1);
_parent.itemsel[_parent.itemcount - 1] = item;
_parent.lastslot = this;
} else if ((selection._visible == 0) && (_parent.itemcount >= 2)) {
_parent.lastslot.selection._visible = 0;
_parent._parent.click.attachSound("click01");
_parent._parent.click.start();
setProperty("selection", _visible , 1);
_parent.itemsel[_parent.itemcount - 1] = item;
_parent.lastslot = this;
} else if (selection._visible == 1) {
_parent._parent.click.attachSound("click01");
_parent._parent.click.start();
if (this == _parent.lastslot) {
_parent.itemsel[_parent.itemcount - 1] = null;
} else {
_parent.itemsel[_parent.itemcount - 2] = _parent.itemsel[_parent.itemcount - 1];
_parent.itemsel[_parent.itemcount - 1] = null;
}
_parent.itemcount = _parent.itemcount - 1;
setProperty("selection", _visible , 0);
}
if (_parent.itemcount > 1) {
_parent.buttonmsg = "COMB.";
} else {
_parent.buttonmsg = "USE";
}
}
}
on (rollOver) {
_parent.msg = msg;
}
Symbol 357 MovieClip Frame 1
if (((_name == "item1") && (_parent.eqcount == 0)) || ((_name == "item2") && (_parent.eqcount == 1))) {
setProperty("selection", _visible , 1);
} else {
setProperty("selection", _visible , 0);
}
stop();
Symbol 357 MovieClip Frame 2
if (((_name == "item1") && (_parent.eqcount == 0)) || ((_name == "item2") && (_parent.eqcount == 1))) {
setProperty("selection", _visible , 1);
} else {
setProperty("selection", _visible , 0);
}
msg = "- Keris Sakti -\nJust one hit of this weapon for instant KO";
if (((_name == "item1") || (_name == "item2")) || ((((_name == "shop1") || (_name == "shop2")) || (_name == "shop3")) || (_name == "shop4"))) {
ammo = "";
} else {
ammo = _parent._parent.ammo[_currentframe - 2];
}
item = _currentframe - 2;
stop();
Symbol 357 MovieClip Frame 3
if (((_name == "item1") && (_parent.eqcount == 0)) || ((_name == "item2") && (_parent.eqcount == 1))) {
setProperty("selection", _visible , 1);
} else {
setProperty("selection", _visible , 0);
}
msg = "- Sharp Stones -\nCan be used as a weapon but seems to be ineffective";
if (((_name == "item1") || (_name == "item2")) || ((((_name == "shop1") || (_name == "shop2")) || (_name == "shop3")) || (_name == "shop4"))) {
ammo = "";
} else {
ammo = _parent._parent.ammo[_currentframe - 2];
}
item = _currentframe - 2;
stop();
Symbol 357 MovieClip Frame 4
if (((_name == "item1") && (_parent.eqcount == 0)) || ((_name == "item2") && (_parent.eqcount == 1))) {
setProperty("selection", _visible , 1);
} else {
setProperty("selection", _visible , 0);
}
msg = "- Poison Darts -\nDrain opponent's stamina quickly";
if (((_name == "item1") || (_name == "item2")) || ((((_name == "shop1") || (_name == "shop2")) || (_name == "shop3")) || (_name == "shop4"))) {
ammo = "";
} else {
ammo = _parent._parent.ammo[_currentframe - 2];
}
item = _currentframe - 2;
stop();
Symbol 357 MovieClip Frame 5
if (((_name == "item1") && (_parent.eqcount == 0)) || ((_name == "item2") && (_parent.eqcount == 1))) {
setProperty("selection", _visible , 1);
} else {
setProperty("selection", _visible , 0);
}
msg = "- Stun Darts -\nStun your opponent but doesn't give much damage";
if (((_name == "item1") || (_name == "item2")) || ((((_name == "shop1") || (_name == "shop2")) || (_name == "shop3")) || (_name == "shop4"))) {
ammo = "";
} else {
ammo = _parent._parent.ammo[_currentframe - 2];
}
item = _currentframe - 2;
stop();
Symbol 357 MovieClip Frame 6
if (((_name == "item1") && (_parent.eqcount == 0)) || ((_name == "item2") && (_parent.eqcount == 1))) {
setProperty("selection", _visible , 1);
} else {
setProperty("selection", _visible , 0);
}
msg = "- Beras Kencur -\nThe one and only stamina builder of all time, made from medicinal herbs and rice";
if (((_name == "item1") || (_name == "item2")) || ((((_name == "shop1") || (_name == "shop2")) || (_name == "shop3")) || (_name == "shop4"))) {
ammo = "";
} else {
ammo = _parent._parent.ammo[_currentframe - 2];
}
item = _currentframe - 2;
stop();
Symbol 357 MovieClip Frame 7
if (((_name == "item1") && (_parent.eqcount == 0)) || ((_name == "item2") && (_parent.eqcount == 1))) {
setProperty("selection", _visible , 1);
} else {
setProperty("selection", _visible , 0);
}
msg = "- Jamu Kuat Extra -\nWith extra Ginseng, Royal Jelly and Ginger, the ultimate power energizer";
if (((_name == "item1") || (_name == "item2")) || ((((_name == "shop1") || (_name == "shop2")) || (_name == "shop3")) || (_name == "shop4"))) {
ammo = "";
} else {
ammo = _parent._parent.ammo[_currentframe - 2];
}
item = _currentframe - 2;
stop();
Symbol 357 MovieClip Frame 8
if (((_name == "item1") && (_parent.eqcount == 0)) || ((_name == "item2") && (_parent.eqcount == 1))) {
setProperty("selection", _visible , 1);
} else {
setProperty("selection", _visible , 0);
}
msg = "- Poison -\nTaken from various mountain plants and flowers";
if (((_name == "item1") || (_name == "item2")) || ((((_name == "shop1") || (_name == "shop2")) || (_name == "shop3")) || (_name == "shop4"))) {
ammo = "";
} else {
ammo = _parent._parent.ammo[_currentframe - 2];
}
item = _currentframe - 2;
stop();
Symbol 357 MovieClip Frame 9
if (((_name == "item1") && (_parent.eqcount == 0)) || ((_name == "item2") && (_parent.eqcount == 1))) {
setProperty("selection", _visible , 1);
} else {
setProperty("selection", _visible , 0);
}
msg = "- Stun Powder -\nPepper, flour and various spices combination";
if (((_name == "item1") || (_name == "item2")) || ((((_name == "shop1") || (_name == "shop2")) || (_name == "shop3")) || (_name == "shop4"))) {
ammo = "";
} else {
ammo = _parent._parent.ammo[_currentframe - 2];
}
item = _currentframe - 2;
stop();
Symbol 360 Button
on (release) {
if ((itemcount < 2) && ((((itemsel[0] == 0) || (itemsel[0] == 1)) || (itemsel[0] == 2)) || (itemsel[0] == 3))) {
_parent.click.attachSound("click01");
_parent.click.start();
setProperty(eqslot[eqcount].selection, _visible , 0);
eqslot[eqcount].gotoAndStop(itemsel[0] + 2);
_parent.item[eqcount] = itemsel[0];
eqcount = eqcount + 1;
if (eqcount > 1) {
eqcount = 0;
}
setProperty(eqslot[eqcount].selection, _visible , 1);
msg = "Item equipped!";
} else if ((itemcount < 2) && (itemsel[0] == 4)) {
if ((_parent.prev < 3) && (_parent.ammo[4] > 0)) {
_parent.click.attachSound("click02");
_parent.click.start();
_parent.prev = _parent.prev + 1;
_parent.ammo[4] = _parent.ammo[4] - 1;
msg = "Stamina increased!";
play();
}
if (_parent.prev >= 3) {
_parent.click.attachSound("click01");
_parent.click.start();
msg = "Stamina is already maximum!";
}
} else if ((itemcount < 2) && (itemsel[0] == 5)) {
if ((_parent.ppow < 54) && (_parent.ammo[5] > 0)) {
_parent.click.attachSound("click02");
_parent.click.start();
_parent.ppow = _parent.ppow + 18;
_parent.ammo[5] = _parent.ammo[5] - 1;
msg = "Power increased!";
play();
}
if (_parent.ppow >= 54) {
_parent.click.attachSound("click01");
_parent.click.start();
msg = "Power is already maximum!";
}
} else if (((itemcount >= 2) && ((itemsel[0] == 1) && (itemsel[1] == 6))) || ((itemsel[0] == 6) && (itemsel[1] == 1))) {
_parent.click.attachSound("click02");
_parent.click.start();
if (_parent.ammo[1] >= _parent.ammo[6]) {
_parent.ammo[2] = _parent.ammo[2] + _parent.ammo[6];
_parent.ammo[1] = _parent.ammo[1] - _parent.ammo[6];
_parent.ammo[6] = 0;
} else if (_parent.ammo[1] < _parent.ammo[6]) {
_parent.ammo[2] = _parent.ammo[2] + _parent.ammo[1];
_parent.ammo[6] = _parent.ammo[6] - _parent.ammo[1];
_parent.ammo[1] = 0;
}
msg = _parent.ammo[2] + " Poison Dart(s) created!";
play();
} else if (((itemcount >= 2) && ((itemsel[0] == 1) && (itemsel[1] == 7))) || ((itemsel[0] == 7) && (itemsel[1] == 1))) {
_parent.click.attachSound("click02");
_parent.click.start();
if (_parent.ammo[1] >= _parent.ammo[7]) {
_parent.ammo[3] = _parent.ammo[3] + _parent.ammo[7];
_parent.ammo[1] = _parent.ammo[1] - _parent.ammo[7];
_parent.ammo[7] = 0;
} else if (_parent.ammo[1] < _parent.ammo[7]) {
_parent.ammo[3] = _parent.ammo[3] + _parent.ammo[1];
_parent.ammo[7] = _parent.ammo[7] - _parent.ammo[1];
_parent.ammo[1] = 0;
}
msg = _parent.ammo[3] + " Stun Dart(s) created!";
play();
} else {
_parent.click.attachSound("click01");
_parent.click.start();
msg = "Can't do action...";
}
}
Symbol 365 MovieClip Frame 1
if (_currentframe == x) {
stop();
} else {
play();
}
Symbol 365 MovieClip Frame 10
if (_currentframe == x) {
stop();
} else {
play();
}
Symbol 365 MovieClip Frame 20
if (_currentframe == x) {
stop();
} else {
play();
}
Symbol 365 MovieClip Frame 30
stop();
Symbol 368 Button
on (release, keyPress "<Space>") {
_parent.click.attachSound("click01");
_parent.click.start();
x = "fight";
k = null;
gotoAndPlay(_currentframe + 3);
}
Symbol 371 Button
on (release) {
go = 60;
gotoAndPlay(_currentframe + 3);
}
Symbol 375 Button
on (release, keyPress "<Space>") {
_parent.click.attachSound("click01");
_parent.click.start();
go = 45;
gotoAndPlay(_currentframe + 3);
}
Symbol 377 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
x = "reset";
gotoAndPlay(_currentframe + 3);
}
Symbol 379 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
go = 45;
mer_msg = null;
gotoAndPlay(_currentframe + 2);
}
Symbol 382 Button
on (release) {
go = 45;
mer_msg = null;
gotoAndPlay(_currentframe + 2);
}
Symbol 383 Button
on (rollOver) {
mer_msg = "Jamu Kuat Extra, traditional herb drink to increase your power, 4000 each.";
}
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
setProperty("shop2_sel", _visible , 1);
setProperty("shop1_sel", _visible , 0);
setProperty("shop3_sel", _visible , 0);
setProperty("shop4_sel", _visible , 0);
price_sel = 4000;
}
Symbol 386 Button
on (rollOver) {
mer_msg = "Beras Kencur, made with medicinal herbs and rice that will increase your stamina, 3000 each.";
}
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
setProperty("shop1_sel", _visible , 1);
setProperty("shop2_sel", _visible , 0);
setProperty("shop3_sel", _visible , 0);
setProperty("shop4_sel", _visible , 0);
price_sel = 3000;
}
Symbol 389 Button
on (release) {
if (_parent.totalscore < price_sel) {
_parent.click.attachSound("click01");
mer_msg = "I'm sorry, you don't have enough points to buy that.";
} else if ((_parent.totalscore >= price_sel) && (price_sel == 3000)) {
if (_parent.shopberas > 0) {
_parent.click.attachSound("click02");
_parent.shopberas--;
_parent.totalscore = _parent.totalscore - price_sel;
_parent.ammo[4]++;
mer_msg = "Thank you for buying!";
} else {
_parent.click.attachSound("click01");
mer_msg = "Sorry, this item is sold out!";
}
} else if ((_parent.totalscore >= price_sel) && (price_sel == 4000)) {
if (_parent.shopjamu > 0) {
_parent.click.attachSound("click02");
_parent.shopjamu--;
_parent.totalscore = _parent.totalscore - price_sel;
_parent.ammo[5]++;
mer_msg = "Thank you for buying!";
} else {
_parent.click.attachSound("click01");
mer_msg = "Sorry, this item is sold out!";
}
} else if ((_parent.totalscore >= price_sel) && (price_sel == kprice)) {
if (_parent.shopkris > 0) {
_parent.click.attachSound("click02");
_parent.shopkris--;
_parent.ammo[0]++;
_parent.totalscore = _parent.totalscore - price_sel;
mer_msg = "Thank you for buying!";
} else {
_parent.click.attachSound("click01");
mer_msg = "Sorry, this item is sold out!";
}
} else if ((_parent.totalscore >= price_sel) && (price_sel == 1000)) {
if (_parent.shopscroll > 0) {
_parent.click.attachSound("click02");
mer_msg = scroll[3 - _parent.shopscroll];
_parent.shopscroll--;
_parent.totalscore = _parent.totalscore - price_sel;
} else {
_parent.click.attachSound("click01");
mer_msg = "Sorry, this item is sold out!";
}
} else if ((_parent.totalscore >= price_sel) && (price_sel == 0)) {
_parent.click.attachSound("click01");
mer_msg = "Please select an item first...";
}
_parent.click.start();
play();
}
Symbol 391 Button
on (rollOver) {
mer_msg = ("Keris Sakti, the most noble and deadly magical weapon from Majapahit era, " + kprice) + " each.";
}
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
setProperty("shop3_sel", _visible , 1);
setProperty("shop2_sel", _visible , 0);
setProperty("shop1_sel", _visible , 0);
setProperty("shop4_sel", _visible , 0);
price_sel = kprice;
}
Symbol 397 Button
on (rollOver) {
mer_msg = "You can get helpful information from me for 1000 points.";
}
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
setProperty("shop4_sel", _visible , 1);
setProperty("shop2_sel", _visible , 0);
setProperty("shop3_sel", _visible , 0);
setProperty("shop1_sel", _visible , 0);
price_sel = 1000;
}
Symbol 404 MovieClip Frame 1
carray = new Array("silat", "ref", "jampang", "red", "armless", "warmless", "tiger", "none");
barray = new Array("blue", "red", "white");
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
if (_parent.pbelt == null) {
pb = 1;
} else {
i = 0;
while (i < 3) {
if (_parent.pbelt == barray[i]) {
pb = i + 1;
}
i++;
}
}
if (_parent.phead == null) {
phead = 0;
} else {
phead = _parent.phead;
}
if (_parent.pcostume == null) {
pc = 1;
} else {
i = 0;
while (i < 8) {
if (_parent.pcostume == carray[i]) {
pc = i + 1;
}
i++;
}
}
if (_parent.pname == null) {
pname = "Player 1";
} else {
pname = _parent.pname;
}
if (_parent.mode == "story") {
title = "STORY MODE";
} else if (_parent.mode == "practice") {
title = "PRACTICE MODE";
_parent.lock = 0;
}
if (_parent.lock == 1) {
gotoAndPlay (45);
} else if (_parent.lock == 2) {
gotoAndPlay (60);
}
Symbol 404 MovieClip Frame 5
player.belt = barray[pb - 1];
player.head = phead;
ph = phead + 1;
pcostume = carray[pc - 1];
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
} else {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
}
Symbol 404 MovieClip Frame 6
stop();
Symbol 404 MovieClip Frame 7
gotoAndPlay (5);
Symbol 404 MovieClip Frame 12
if (x == "reset") {
tellTarget ("_parent") {
gotoAndStop (10);
};
} else if (_parent.mode == "practice") {
gotoAndPlay (15);
} else if (_parent.mode == "story") {
_parent.movid = "m_intro";
_root.gotoAndStop(25);
}
Symbol 404 MovieClip Frame 15
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
if (_parent.cbelt == null) {
cb = 1;
} else {
i = 0;
while (i < 3) {
if (_parent.cbelt == barray[i]) {
cb = i + 1;
}
i++;
}
}
if (_parent.chead == null) {
chead = 0;
} else {
chead = _parent.chead;
}
if (_parent.cskill == null) {
cskill = 3;
} else {
cskill = _parent.cskill;
}
if (_parent.ccostume == null) {
cc = 1;
} else {
i = 0;
while (i < 8) {
if (_parent.ccostume == carray[i]) {
cc = i + 1;
}
i++;
}
}
Symbol 404 MovieClip Frame 19
cpu.belt = barray[cb - 1];
cpu.head = chead;
ch = chead + 1;
ccostume = carray[cc - 1];
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
Symbol 404 MovieClip Frame 20
stop();
Symbol 404 MovieClip Frame 21
gotoAndPlay (19);
Symbol 404 MovieClip Frame 26
gotoAndPlay(go);
Symbol 404 MovieClip Frame 30
ploop = 0;
if (_parent.bg == null) {
_parent.bg = 0;
}
if (_parent.mode == "practice") {
musicreq = "music01";
} else {
musicreq = _parent.musicreq;
}
if (((_parent.musicplay == null) || (_parent.musicplay != musicreq)) && (_parent.mute == 0)) {
_parent.musicplay = musicreq;
_parent.bgmusic.stop();
_parent.bgmusic.attachSound(musicreq);
_parent.bgmusic.start(0, 999);
}
Symbol 404 MovieClip Frame 34
pp = random(3) + 2;
do {
cp = random(3) + 2;
} while (cp == pp);
if (ploop != 1) {
tellTarget ("player") {
gotoAndPlay(_parent.pp);
};
tellTarget ("cpu") {
gotoAndPlay(_parent.cp);
};
}
if (_parent.bg == 0) {
bgtitle = "The Rice Field";
} else if (_parent.bg == 1) {
bgtitle = "Prambanan";
} else if (_parent.bg == 2) {
bgtitle = "Moyo Island";
} else if (_parent.bg == 3) {
bgtitle = "Aceh Beach";
} else if (_parent.bg == 4) {
bgtitle = "Besakih Temple";
} else if (_parent.bg == 5) {
bgtitle = "Mount Bromo";
}
player.belt = barray[pb - 1];
player.head = phead;
cpu.belt = barray[cb - 1];
cpu.head = chead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
} else {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
}
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
Symbol 404 MovieClip Frame 35
stop();
Symbol 404 MovieClip Frame 36
ploop = 1;
gotoAndPlay (34);
Symbol 404 MovieClip Frame 41
if (x == "fight") {
tellTarget ("_root") {
gotoAndStop (20);
};
} else {
gotoAndPlay(go);
}
Symbol 404 MovieClip Frame 45
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
Symbol 404 MovieClip Frame 49
copp = new Array("jampang", "ref", "tiger", "none", "silat", "red");
movid = new Array("m_rice", "m_prambanan", "m_moyo", "m_aceh", "m_besakih", "m_bromo");
bopp = new Array("white", "red", "red", "blue", "red", "white");
hopp = new Array(4, 6, 1, 0, 2, 8);
nopp = new Array("Jampang", "Sang Raden", "Si Macan", "Teuku", "Nyoman", "Jagoan");
Symbol 404 MovieClip Frame 50
stop();
Symbol 404 MovieClip Frame 56
_parent.cbelt = bopp[k];
_parent.chead = hopp[k];
_parent.ccostume = copp[k];
_parent.cname = nopp[k];
_parent.bg = k;
_parent.movid = movid[k];
if (_parent.win[6] > 0) {
_parent.cskill = 3;
} else {
_parent.cskill = 2;
}
if (go == "play") {
_root.gotoAndStop(25);
} else {
gotoAndPlay(go);
}
Symbol 404 MovieClip Frame 60
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
_parent.selected = 1;
msg = "Click an item to use it";
Symbol 404 MovieClip Frame 64
if (_parent.ppow == null) {
_parent.ppow = 18;
}
plev.x = (_parent.ppow / 18) * 10;
if (_parent.prev == null) {
_parent.prev = 1;
}
slev.x = _parent.prev * 10;
itemcount = 0;
buttonmsg = "USE";
itemsel = new Array(null, null);
eqslot = new Array(item1, item2);
if (_parent.ammo[_parent.item[0]] == 0) {
_parent.item[0] = null;
}
if (_parent.ammo[_parent.item[1]] == 0) {
_parent.item[1] = null;
}
if (_parent.item[0] != null) {
eqslot[0].gotoAndStop(_parent.item[0] + 2);
} else {
eqslot[0].gotoAndStop(1);
}
if (_parent.item[1] != null) {
eqslot[1].gotoAndStop(_parent.item[1] + 2);
} else {
eqslot[1].gotoAndStop(1);
}
eqcount = 0;
count = 0;
slot = new Array(slot1, slot2, slot3, slot4, slot5, slot6, slot7, slot8);
i = 0;
while (i < 8) {
if (_parent.ammo[i] != 0) {
slot[count].gotoAndStop(i + 2);
count = count + 1;
}
i++;
}
player.gotoAndStop(3);
player.belt = barray[pb - 1];
player.head = phead;
ph = phead + 1;
pcostume = carray[pc - 1];
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
} else {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
}
Symbol 404 MovieClip Frame 65
stop();
Symbol 404 MovieClip Frame 66
gotoAndPlay (64);
Symbol 404 MovieClip Frame 71
gotoAndPlay(go);
Symbol 404 MovieClip Frame 75
ploop = 0;
if (_parent.bg == null) {
_parent.bg = 0;
}
if (_parent.musicreq == null) {
_parent.musicreq = "music02";
}
musicreq = _parent.musicreq;
if (((_parent.musicplay == null) || (_parent.musicplay != musicreq)) && (_parent.mute == 0)) {
_parent.musicplay = musicreq;
_parent.bgmusic.stop();
_parent.bgmusic.attachSound(musicreq);
_parent.bgmusic.start(0, 999);
}
Symbol 404 MovieClip Frame 79
pp = random(3) + 2;
do {
cp = random(3) + 2;
} while (cp == pp);
if (ploop != 1) {
tellTarget ("player") {
gotoAndPlay(_parent.pp);
};
tellTarget ("cpu") {
gotoAndPlay(_parent.cp);
};
}
if (_parent.bg == 0) {
bgtitle = "The Rice Field";
} else if (_parent.bg == 1) {
bgtitle = "Prambanan";
} else if (_parent.bg == 2) {
bgtitle = "Moyo Island";
} else if (_parent.bg == 3) {
bgtitle = "Aceh Beach";
} else if (_parent.bg == 4) {
bgtitle = "Besakih Temple";
} else if (_parent.bg == 5) {
bgtitle = "Mount Bromo";
}
player.belt = _parent.pbelt;
player.head = _parent.phead;
pcostume = _parent.pcostume;
cpu.belt = _parent.cbelt;
cpu.head = _parent.chead;
ccostume = _parent.ccostume;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
} else {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
}
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 404 MovieClip Frame 86
if (x == "fight") {
tellTarget ("_root") {
gotoAndStop (20);
};
} else {
gotoAndPlay(go);
}
Symbol 404 MovieClip Frame 90
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
Symbol 404 MovieClip Frame 94
stop();
Symbol 404 MovieClip Frame 101
if (x == "reset") {
_root.gotoAndStop(10);
} else {
gotoAndPlay(go);
}
Symbol 404 MovieClip Frame 105
if (((_parent.musicplay == null) || (_parent.musicplay != "music04")) && (_parent.mute == 0)) {
_parent.musicplay = "music04";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music04");
_parent.bgmusic.start(0, 999);
}
Symbol 404 MovieClip Frame 109
scroll = new Array("Try combining sharp stones with poison or stun powder.", "There are a total of 5 codes in this game available", "Try finishing the game by defeating all locations");
if (mer_msg == null) {
mer_msg = "Good day, how can I help you?";
}
if (_parent.shopberas == 0) {
setProperty("beras", _alpha , 50);
}
if (_parent.shopjamu == 0) {
setProperty("jamu", _alpha , 50);
}
if (_parent.shopkris == 0) {
setProperty("kris", _alpha , 50);
}
if (_parent.shopscroll == 0) {
setProperty("scroll", _alpha , 50);
}
kprice = (_parent.tko * 760) * 4;
kprice_msg = kprice + " pts";
price_sel = 0;
setProperty("shop1_sel", _visible , 0);
setProperty("shop2_sel", _visible , 0);
setProperty("shop3_sel", _visible , 0);
setProperty("shop4_sel", _visible , 0);
cpu.belt = _parent.pbelt;
if (_parent.phead >= 7) {
cpu.head = _parent.phead - 7;
} else {
cpu.head = _parent.phead + 1;
}
ccostume = _parent.pcostume;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
Symbol 404 MovieClip Frame 110
stop();
Symbol 404 MovieClip Frame 111
gotoAndPlay (109);
Symbol 404 MovieClip Frame 116
gotoAndPlay(go);
Symbol 406 MovieClip Frame 1
pshadow = new Color(_parent._parent.player.shadow);
cshadow = new Color(_parent._parent.cpu.shadow);
pshadow.setTransform(_parent.ctransform);
cshadow.setTransform(_parent.ctransform);
Symbol 406 MovieClip Frame 2
gotoAndPlay (1);
Symbol 410 MovieClip Frame 1
play();
Symbol 410 MovieClip Frame 26
if (_parent._parent.rtime != 0) {
gotoAndPlay (2);
_parent._parent.rtime = _parent._parent.rtime - 1;
} else {
tellTarget ("_parent._parent.message") {
x = "time";
play();
};
stop();
}
Symbol 411 MovieClip Frame 1
if (_parent._parent.bg == 0) {
gotoAndStop (5);
} else if (_parent._parent.bg == 1) {
gotoAndStop (10);
} else if (_parent._parent.bg == 2) {
gotoAndStop (15);
} else if (_parent._parent.bg == 3) {
gotoAndStop (20);
} else if (_parent._parent.bg == 4) {
gotoAndStop (25);
} else if (_parent._parent.bg == 5) {
gotoAndStop (30);
} else {
gotoAndStop (5);
}
Symbol 411 MovieClip Frame 5
ctransform = new Object();
ctransform = {ra:"0", rb:"36", ga:"0", gb:"23", ba:"0", bb:"4", aa:"100", ab:"0"};
stop();
Symbol 411 MovieClip Frame 10
ctransform = new Object();
ctransform = {ra:"0", rb:"45", ga:"0", gb:"30", ba:"0", bb:"15", aa:"100", ab:"0"};
stop();
Symbol 411 MovieClip Frame 15
ctransform = new Object();
ctransform = {ra:"0", rb:"0", ga:"0", gb:"0", ba:"0", bb:"0", aa:"100", ab:"0"};
stop();
Symbol 411 MovieClip Frame 20
ctransform = new Object();
ctransform = {ra:"0", rb:"56", ga:"0", gb:"29", ba:"0", bb:"7", aa:"100", ab:"0"};
stop();
Symbol 411 MovieClip Frame 25
ctransform = new Object();
ctransform = {ra:"0", rb:"12", ga:"0", gb:"11", ba:"0", bb:"10", aa:"100", ab:"0"};
stop();
Symbol 411 MovieClip Frame 30
ctransform = new Object();
ctransform = {ra:"0", rb:"44", ga:"0", gb:"24", ba:"0", bb:"10", aa:"100", ab:"0"};
stop();
Symbol 424 MovieClip Frame 1
if (_parent._parent.body == "none") {
gotoAndStop (1);
} else if (_parent._parent.body == "silat") {
gotoAndStop (2);
} else if (_parent._parent.body == "ref") {
gotoAndStop (3);
} else if (_parent._parent.body == "red") {
gotoAndStop (4);
} else if (_parent._parent.body == "jampang") {
gotoAndStop (5);
} else if (_parent._parent.body == "tiger") {
gotoAndStop (6);
} else {
gotoAndStop (1);
}
stop();
Symbol 425 MovieClip Frame 1
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 425 MovieClip Frame 2
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
if (_name == "action") {
_parent._parent.swing01.start();
_parent._parent.voice[random(3)].start();
}
Symbol 425 MovieClip Frame 3
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 425 MovieClip Frame 4
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
_parent.hitpos = 8;
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 5
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 6
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 7
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 8
if ((x == 1) && (_parent.control == 1)) {
x = 0;
gotoAndPlay (12);
}
if ((x != 0) && (_parent.control == 0)) {
x = x - 1;
gotoAndPlay (12);
}
Symbol 425 MovieClip Frame 11
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x + 8);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x - 8);
gotoAndStop (1);
};
}
Symbol 425 MovieClip Frame 12
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
if (_name == "action") {
_parent._parent.swing02.start();
_parent._parent.voice[random(3)].start();
}
Symbol 425 MovieClip Frame 13
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 425 MovieClip Frame 14
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 15
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
_parent.hitpos = 14;
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 16
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 17
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 18
if ((x == 1) && (_parent.control == 1)) {
x = 0;
gotoAndPlay (22);
}
if ((x != 0) && (_parent.control == 0)) {
x = x - 1;
gotoAndPlay (22);
}
Symbol 425 MovieClip Frame 21
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x + 16);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x - 16);
gotoAndStop (1);
};
}
Symbol 425 MovieClip Frame 23
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
if (_name == "action") {
_parent._parent.swing01.start();
_parent._parent.voice[random(3)].start();
}
Symbol 425 MovieClip Frame 24
_parent.hitpos = 39;
Symbol 425 MovieClip Frame 25
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 26
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 27
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 28
_parent.hitpos = 75;
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 29
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 30
if (Key.isDown(32) && (_parent.control == 1)) {
x = 1;
}
Symbol 425 MovieClip Frame 31
_parent.hitpos = 55;
if ((x == 1) && (_parent.control == 1)) {
x = 0;
gotoAndPlay (36);
}
if ((x != 0) && (_parent.control == 0)) {
x = x - 1;
gotoAndPlay (36);
}
Symbol 425 MovieClip Frame 35
_parent.hitpos = 16;
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x + 16);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x - 16);
gotoAndStop (1);
};
}
Symbol 425 MovieClip Frame 36
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
_parent.hitpos = 65;
if (_name == "action") {
_parent._parent.swing01.start();
_parent._parent.voice[random(3)].start();
}
Symbol 425 MovieClip Frame 37
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 425 MovieClip Frame 38
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 425 MovieClip Frame 39
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 425 MovieClip Frame 40
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 425 MovieClip Frame 42
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
_parent.hitpos = 65;
if (_name == "action") {
_parent._parent.swing02.start();
_parent._parent.voice[3].start();
}
Symbol 425 MovieClip Frame 43
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 50;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 50;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 425 MovieClip Frame 44
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 50;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 50;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 425 MovieClip Frame 45
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 50;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 50;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 425 MovieClip Frame 46
_parent.hitpos = 31;
Symbol 425 MovieClip Frame 50
_parent.hitpos = 16;
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x + 16);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x - 16);
gotoAndStop (1);
};
}
Symbol 426 MovieClip Frame 1
x = 51 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 2
x = 51 - _currentframe;
_parent.hitpos = 2;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 3
x = 51 - _currentframe;
_parent.hitpos = 5;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 4
x = 51 - _currentframe;
_parent.hitpos = 7;
pos = 6;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 5
x = 51 - _currentframe;
_parent.hitpos = 11;
pos = 8;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 6
x = 51 - _currentframe;
_parent.hitpos = 9;
pos = 11;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 7
x = 51 - _currentframe;
_parent.hitpos = 16;
pos = 14;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 8
x = 51 - _currentframe;
_parent.hitpos = 18;
pos = 17;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 9
x = 51 - _currentframe;
_parent.hitpos = 22;
pos = 19;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 10
x = 51 - _currentframe;
_parent.hitpos = 24;
pos = 22;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 11
x = 51 - _currentframe;
_parent.hitpos = 27;
pos = 25;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 12
x = 51 - _currentframe;
_parent.hitpos = 29;
pos = 27;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 13
x = 51 - _currentframe;
_parent.hitpos = 32;
pos = 31;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 14
x = 51 - _currentframe;
_parent.hitpos = 35;
pos = 37;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 15
x = 51 - _currentframe;
_parent.hitpos = 38;
pos = 42;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x - pos);
gotoAndStop (5);
}
};
}
Symbol 426 MovieClip Frame 16
x = 51 - _currentframe;
_parent.hitpos = 40;
pos = 47;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 17
x = 51 - _currentframe;
_parent.hitpos = 43;
pos = 52;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 18
x = 51 - _currentframe;
_parent.hitpos = 46;
pos = 55;
if (_parent.control == 1) {
if (!Key.isDown(39)) {
gotoAndPlay(x);
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (5);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 19
_parent.hitpos = 48;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 20
_parent.hitpos = 51;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 21
_parent.hitpos = 53;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 22
_parent.hitpos = 55;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 23
_parent.hitpos = 58;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 24
_parent.hitpos = 60;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 25
_parent.hitpos = 63;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 26
_parent.hitpos = 65;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 27
_parent.hitpos = 68;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 28
_parent.hitpos = 70;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 29
_parent.hitpos = 72;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 30
_parent.hitpos = 75;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 31
_parent.hitpos = 77;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 32
_parent.hitpos = 79;
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x + 80);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x - 80);
gotoAndStop (1);
};
}
Symbol 426 MovieClip Frame 33
_parent.hitpos = 48;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 34
_parent.hitpos = 46;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 35
_parent.hitpos = 43;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 36
_parent.hitpos = 40;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 37
_parent.hitpos = 38;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 38
_parent.hitpos = 35;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 39
_parent.hitpos = 32;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 40
_parent.hitpos = 29;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 41
_parent.hitpos = 27;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 42
_parent.hitpos = 24;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 43
_parent.hitpos = 22;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 44
_parent.hitpos = 18;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 45
_parent.hitpos = 16;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 46
_parent.hitpos = 14;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 47
_parent.hitpos = 11;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 48
_parent.hitpos = 7;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 49
_parent.hitpos = 5;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 50
_parent.hitpos = 2;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 426 MovieClip Frame 51
_parent.hitpos = 0;
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 427 MovieClip Frame 1
_parent.hitpos = 0;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 427 MovieClip Frame 2
_parent.hitpos = -6;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 427 MovieClip Frame 3
_parent.hitpos = -13;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 427 MovieClip Frame 4
_parent.hitpos = -20;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 427 MovieClip Frame 5
_parent.hitpos = -26;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 427 MovieClip Frame 6
_parent.hitpos = -31;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 427 MovieClip Frame 7
_parent.hitpos = -35;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 427 MovieClip Frame 8
_parent.hitpos = -39;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 427 MovieClip Frame 9
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 10
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 11
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 12
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 13
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 14
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 15
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 16
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 17
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 18
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 19
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 20
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 21
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 22
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 23
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 24
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 25
if (_parent.control == 1) {
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (2);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
if (_parent.control == 0) {
tellTarget ("_parent") {
if (command == "attack") {
_x = (_x + 48);
gotoAndStop (2);
}
};
}
Symbol 427 MovieClip Frame 26
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x - 48);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x + 48);
gotoAndStop (1);
};
}
Symbol 428 MovieClip Frame 1
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
Symbol 428 MovieClip Frame 2
if (_name == "action") {
_parent._parent.swing01.start();
_parent._parent.voice[random(3)].start();
}
Symbol 428 MovieClip Frame 3
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.lupleg) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.lupleg) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 428 MovieClip Frame 4
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.lupleg) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.lupleg) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
if ((Key.isDown(32) && (Key.isDown(39))) && (_parent.control == 1)) {
x = 1;
}
Symbol 428 MovieClip Frame 5
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.lupleg) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.lupleg) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
if ((Key.isDown(32) && (Key.isDown(39))) && (_parent.control == 1)) {
x = 1;
}
Symbol 428 MovieClip Frame 6
_parent.hitpos = 8;
if ((Key.isDown(32) && (Key.isDown(39))) && (_parent.control == 1)) {
x = 1;
}
Symbol 428 MovieClip Frame 7
if ((Key.isDown(32) && (Key.isDown(39))) && (_parent.control == 1)) {
x = 1;
}
Symbol 428 MovieClip Frame 8
if ((x == 1) && (_parent.control == 1)) {
x = 0;
gotoAndPlay (10);
}
if ((x != 0) && (_parent.control == 0)) {
x = x - 1;
gotoAndPlay (10);
}
Symbol 428 MovieClip Frame 9
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x + 25);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x - 25);
gotoAndStop (1);
};
}
Symbol 428 MovieClip Frame 10
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
_parent.hitpos = 6;
Symbol 428 MovieClip Frame 13
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
if (_name == "action") {
_parent._parent.swing01.start();
_parent._parent.voice[random(3)].start();
}
Symbol 428 MovieClip Frame 14
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 428 MovieClip Frame 15
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 428 MovieClip Frame 16
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
_parent.hitpos = 6;
Symbol 428 MovieClip Frame 17
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 428 MovieClip Frame 18
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
if (_name == "action") {
_parent._parent.swing02.start();
_parent._parent.voice[3].start();
}
Symbol 428 MovieClip Frame 19
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 50;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 50;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 428 MovieClip Frame 20
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 50;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.cscore = _parent._parent.cscore + 50;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
_parent.hitpos = 7;
Symbol 428 MovieClip Frame 30
_parent.hitpos = 2;
Symbol 428 MovieClip Frame 33
_parent.hitpos = -6;
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x - 3);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x + 3);
gotoAndStop (1);
};
}
Symbol 429 MovieClip Frame 1
_parent._parent.buffer = _parent._parent.buffer + 1;
if ((_name == "action") && (_parent._parent.buffer <= 2)) {
_parent._parent.hit01.start();
}
_parent.hitpos = 0;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 2
_parent.hitpos = -6;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 3
_parent.hitpos = -11;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 4
_parent.hitpos = -17;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 5
_parent.hitpos = -25;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 6
_parent._parent.buffer = 0;
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 7
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 8
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 9
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 10
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 11
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 12
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 13
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 14
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 15
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 16
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 17
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 18
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 19
if (body.hitTest(_parent._parent.cpu.action.hitarea)) {
gotoAndPlay (1);
} else if (body.hitTest(_parent._parent.player.action.hitarea)) {
gotoAndPlay (1);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 429 MovieClip Frame 20
_parent.hitpos = 44;
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x - 44);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x + 44);
gotoAndStop (1);
};
}
Symbol 430 MovieClip Frame 1
_parent._parent.buffer = _parent._parent.buffer + 1;
if ((_name == "action") && (_parent._parent.buffer <= 2)) {
_parent._parent.hit02.start();
_parent._parent.voice05.start();
}
if (_parent._parent.scoring == 1) {
if (_parent.control == 1) {
_parent._parent.pko = _parent._parent.pko + 0.5;
_parent._parent.pro = 0;
} else if (_parent.control == 0) {
_parent._parent.cko = _parent._parent.cko + 0.5;
_parent._parent.cro = 0;
}
}
if ((_parent.control == 0) && (_parent._parent.scoring == 1)) {
_parent._parent.pscore = _parent._parent.pscore + 250;
} else if ((_parent.control == 1) && (_parent._parent.scoring == 1)) {
_parent._parent.cscore = _parent._parent.cscore + 250;
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 2
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 3
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 4
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 5
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 6
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 7
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 8
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 9
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 10
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 11
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 12
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 13
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 14
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 15
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 16
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 17
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 18
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 19
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 20
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 21
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 22
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 23
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 24
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 25
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 26
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 27
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 28
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 29
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 30
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 430 MovieClip Frame 31
_parent._parent.buffer = 0;
if ((_parent._parent.cko == _parent._parent.tko) || (_parent._parent.pko == _parent._parent.tko)) {
tellTarget ("_parent._parent.message") {
x = "tko";
play();
};
} else {
tellTarget ("_parent._parent.message") {
x = "ko";
play();
};
}
stop();
Symbol 431 MovieClip Frame 1
_parent._parent.buffer = _parent._parent.buffer + 1;
if ((_name == "action") && (_parent._parent.buffer <= 2)) {
_parent._parent.hit02.start();
_parent._parent.voice05.start();
}
if (_parent._parent.scoring == 1) {
if (_parent.control == 1) {
_parent._parent.pko = _parent._parent.pko + 0.5;
} else if (_parent.control == 0) {
_parent._parent.cko = _parent._parent.cko + 0.5;
}
}
if ((_parent.control == 0) && (_parent._parent.scoring == 1)) {
_parent._parent.pscore = _parent._parent.pscore + 250;
} else if ((_parent.control == 1) && (_parent._parent.scoring == 1)) {
_parent._parent.cscore = _parent._parent.cscore + 250;
}
Symbol 431 MovieClip Frame 2
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 3
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 4
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 5
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 6
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 7
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 8
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 9
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 10
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 11
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 12
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 13
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 14
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 15
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 16
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 17
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 18
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 19
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 20
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 21
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 22
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 23
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 24
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 25
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 26
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 27
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 28
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 29
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 30
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 31
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 32
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 33
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 34
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 35
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 36
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 37
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 38
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 39
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 431 MovieClip Frame 40
_parent._parent.buffer = 0;
if ((_parent._parent.cko == _parent._parent.tko) || (_parent._parent.pko == _parent._parent.tko)) {
tellTarget ("_parent._parent.message") {
x = "tko";
play();
};
} else {
tellTarget ("_parent._parent.message") {
x = "ko";
play();
};
}
stop();
Symbol 432 MovieClip Frame 1
if (_name == "action") {
_parent._parent.hit01.start();
}
count = 0;
_parent.hitpos = 0;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 2
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 3
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 4
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 5
if (_name == "action") {
_parent._parent.voice06.start();
}
count = count + 1;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 6
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 7
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 8
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 9
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 10
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 11
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 12
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 13
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 14
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 15
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 16
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 17
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 18
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 19
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 20
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 21
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 22
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 23
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 24
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 25
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 26
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 27
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 28
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 29
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 30
if (count < 3) {
gotoAndPlay (5);
}
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 31
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 32
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 33
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 432 MovieClip Frame 34
_parent.hitpos = 0;
tellTarget ("_parent") {
gotoAndStop (1);
};
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 1
x = 12 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(40)) {
gotoAndPlay(x);
}
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (12);
};
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 2
x = 12 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(40)) {
gotoAndPlay(x);
}
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (12);
};
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 3
x = 12 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(40)) {
gotoAndPlay(x);
}
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (12);
};
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 4
x = 12 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(40)) {
gotoAndPlay(x);
}
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (12);
};
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 5
x = 12 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(40)) {
gotoAndPlay(x);
}
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (12);
};
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 6
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (12);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
Symbol 433 MovieClip Frame 7
_parent.hitpos = 0;
if (_parent.control == 1) {
if (Key.isDown(40)) {
gotoAndPlay (6);
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 8
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 9
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 10
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 11
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 433 MovieClip Frame 12
_parent.hitpos = 0;
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 434 MovieClip Frame 1
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
Symbol 434 MovieClip Frame 2
if (_name == "action") {
_parent._parent.swing01.start();
_parent._parent.voice[random(3)].start();
}
Symbol 434 MovieClip Frame 3
_parent.hitpos = 6;
Symbol 434 MovieClip Frame 5
if ((Key.isDown(32) && (Key.isDown(40))) && (_parent.control == 1)) {
x = 1;
}
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 434 MovieClip Frame 6
if ((Key.isDown(32) && (Key.isDown(40))) && (_parent.control == 1)) {
x = 1;
}
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 434 MovieClip Frame 7
_parent.hitpos = 26;
if ((Key.isDown(32) && (Key.isDown(40))) && (_parent.control == 1)) {
x = 1;
}
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 434 MovieClip Frame 8
if ((Key.isDown(32) && (Key.isDown(40))) && (_parent.control == 1)) {
x = 1;
}
Symbol 434 MovieClip Frame 9
if ((Key.isDown(32) && (Key.isDown(40))) && (_parent.control == 1)) {
x = 1;
}
Symbol 434 MovieClip Frame 10
if ((x == 1) && (_parent.control == 1)) {
x = 0;
gotoAndPlay (15);
}
if ((x != 0) && (_parent.control == 0)) {
x = x - 1;
gotoAndPlay (15);
}
Symbol 434 MovieClip Frame 13
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x + 20);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x - 20);
gotoAndStop (1);
};
}
Symbol 434 MovieClip Frame 14
_parent.hitpos = 21;
Symbol 434 MovieClip Frame 15
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
if (_name == "action") {
_parent._parent.swing01.start();
_parent._parent.voice[random(3)].start();
}
Symbol 434 MovieClip Frame 16
if ((Key.isDown(32) && (Key.isDown(40))) && (_parent.control == 1)) {
x = 1;
}
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.head) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.head) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 434 MovieClip Frame 17
if ((Key.isDown(32) && (Key.isDown(40))) && (_parent.control == 1)) {
x = 1;
}
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.head) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.head) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 434 MovieClip Frame 18
if ((Key.isDown(32) && (Key.isDown(40))) && (_parent.control == 1)) {
x = 1;
}
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.head) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 30;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.head) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 30;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 434 MovieClip Frame 19
if ((Key.isDown(32) && (Key.isDown(40))) && (_parent.control == 1)) {
x = 1;
}
Symbol 434 MovieClip Frame 20
if ((Key.isDown(32) && (Key.isDown(40))) && (_parent.control == 1)) {
x = 1;
}
Symbol 434 MovieClip Frame 21
if ((x == 1) && (_parent.control == 1)) {
x = 0;
gotoAndPlay (25);
}
if ((x != 0) && (_parent.control == 0)) {
x = x - 1;
gotoAndPlay (25);
}
Symbol 434 MovieClip Frame 24
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x + 24);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x - 24);
gotoAndStop (1);
};
}
Symbol 434 MovieClip Frame 26
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
if (_name == "action") {
_parent._parent.swing02.start();
_parent._parent.voice[3].start();
}
Symbol 434 MovieClip Frame 27
_parent.hitpos = 21;
Symbol 434 MovieClip Frame 29
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 50;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 50;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 434 MovieClip Frame 30
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 50;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 50;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 434 MovieClip Frame 31
_parent.hitpos = 11;
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 50;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 50;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 434 MovieClip Frame 35
_parent.hitpos = 26;
Symbol 434 MovieClip Frame 40
_parent.hitpos = 41;
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x + 45);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x - 45);
gotoAndStop (1);
};
}
Symbol 435 MovieClip Frame 1
x = 12 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(38)) {
gotoAndPlay(x);
}
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (14);
};
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 435 MovieClip Frame 2
x = 12 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(38)) {
gotoAndPlay(x);
}
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (14);
};
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 435 MovieClip Frame 3
x = 12 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(38)) {
gotoAndPlay(x);
}
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (14);
};
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 435 MovieClip Frame 4
x = 12 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(38)) {
gotoAndPlay(x);
}
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (14);
};
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 435 MovieClip Frame 5
x = 12 - _currentframe;
_parent.hitpos = 0;
if (_parent.control == 1) {
if (!Key.isDown(38)) {
gotoAndPlay(x);
}
}
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (14);
};
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 435 MovieClip Frame 6
if (Key.isDown(32)) {
tellTarget ("_parent") {
_x = (_x + pos);
gotoAndStop (14);
};
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
Symbol 435 MovieClip Frame 7
_parent.hitpos = 0;
if (_parent.control == 1) {
if (Key.isDown(38)) {
gotoAndPlay (6);
}
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 435 MovieClip Frame 8
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 435 MovieClip Frame 9
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 435 MovieClip Frame 10
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 435 MovieClip Frame 11
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 435 MovieClip Frame 12
_parent.hitpos = 0;
tellTarget ("_parent") {
gotoAndStop (1);
};
Symbol 436 MovieClip Frame 1
if (_parent.control == 1) {
_parent.stamina = _parent.stamina - (_parent._parent.ppow / 3);
} else if (_parent.control == 0) {
_parent.stamina = _parent.stamina - (_parent._parent.cpow / 3);
}
if (_parent.stamina <= 0) {
_parent.stamina = 1;
tellTarget ("_parent") {
gotoAndStop (10);
};
}
Symbol 436 MovieClip Frame 2
if (_name == "action") {
_parent._parent.swing01.start();
_parent._parent.voice[random(3)].start();
}
Symbol 436 MovieClip Frame 3
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 436 MovieClip Frame 4
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 436 MovieClip Frame 5
_parent.hitpos = -21;
setProperty("hitarea", _visible , 0);
if (hitarea.hitTest(_parent._parent.cpu.action.body) && (_parent.control == 1)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.pscore + 20;
}
tellTarget ("_parent._parent.cpu") {
_x = (_x - hitpos);
hitpos = 0;
gotoAndStop (6);
};
} else if (hitarea.hitTest(_parent._parent.player.action.body) && (_parent.control == 0)) {
if (_parent._parent.scoring == 1) {
_parent._parent.score = _parent._parent.cscore + 20;
}
tellTarget ("_parent._parent.player") {
_x = (_x + hitpos);
hitpos = 0;
gotoAndStop (6);
};
}
Symbol 436 MovieClip Frame 11
_parent.hitpos = 2;
if (_parent.control == 1) {
tellTarget ("_parent") {
_x = (_x + 2);
gotoAndStop (1);
};
} else if (_parent.control == 0) {
tellTarget ("_parent") {
_x = (_x - 2);
gotoAndStop (1);
};
}
Symbol 442 MovieClip Frame 1
setProperty("hitarea", _visible , 0);
if (_root.ammo[_parent._parent.item] > 0) {
gotoAndStop(_parent._parent.item + 2);
} else {
gotoAndStop (11);
}
Symbol 442 MovieClip Frame 2
_root.ammo[_parent._parent.item] = _root.ammo[_parent._parent.item] - 0.5;
Symbol 442 MovieClip Frame 3
_root.ammo[_parent._parent.item] = _root.ammo[_parent._parent.item] - 0.5;
Symbol 442 MovieClip Frame 4
_root.ammo[_parent._parent.item] = _root.ammo[_parent._parent.item] - 0.5;
Symbol 442 MovieClip Frame 5
_root.ammo[_parent._parent.item] = _root.ammo[_parent._parent.item] - 0.5;
Symbol 442 MovieClip Frame 10
_parent._parent._parent.hit03.start();
if (_parent._parent.item == 0) {
tellTarget ("_parent._parent._parent.cpu") {
stamina = -10;
gotoAndStop (6);
};
} else if (_parent._parent.item == 1) {
tellTarget ("_parent._parent._parent.cpu") {
stamina = stamina - 10;
gotoAndStop (6);
};
} else if (_parent._parent.item == 2) {
_parent._parent._parent.crev = -1;
tellTarget ("_parent._parent._parent.cpu") {
gotoAndStop (6);
};
} else if (_parent._parent.item == 3) {
tellTarget ("_parent._parent._parent.cpu") {
gotoAndStop (10);
};
}
Symbol 442 MovieClip Frame 11
stop();
Symbol 443 MovieClip Frame 1
_parent.hitpos = 0;
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 443 MovieClip Frame 2
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 443 MovieClip Frame 3
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 443 MovieClip Frame 4
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 443 MovieClip Frame 5
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 443 MovieClip Frame 6
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 443 MovieClip Frame 7
if (_parent.control == 1) {
if ((Key.isDown(80) || (Key.isDown(112))) && (_parent._parent.scoring == 1)) {
if (_parent.pause > 0) {
_parent.pause = _parent.pause - 1;
} else if (_parent.pause <= 0) {
_parent.pause = 0;
_parent._parent.message.gotoAndStop(265);
}
}
}
Symbol 443 MovieClip Frame 8
if (_name == "action") {
_parent._parent.swing01.start();
}
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 9
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 10
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 11
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 12
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 13
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 14
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 15
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 16
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 17
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 18
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 19
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 443 MovieClip Frame 20
_parent.hitpos = 0;
tellTarget ("_parent") {
gotoAndStop (1);
};
if (item.hitarea.hitTest(_parent._parent.cpu.action.head)) {
if (_parent._parent.scoring == 1) {
_parent._parent.pscore = _parent._parent.pscore + 20;
}
tellTarget ("item") {
gotoAndPlay (10);
};
}
Symbol 444 MovieClip Frame 1
stop();
Symbol 444 MovieClip Frame 6
if (stamina >= 10) {
gotoAndStop (7);
} else if (stamina < 10) {
_parent.buffer = 0;
gotoAndStop(random(2) + 8);
}
Symbol 444 MovieClip Frame 7
if (control == 0) {
stamina = stamina - _parent.ppow;
} else if (control == 1) {
stamina = stamina - _parent.cpow;
}
if (stamina < 0) {
_parent.buffer = 0;
gotoAndStop(random(2) + 8);
}
Symbol 447 MovieClip Frame 1
stop();
Symbol 455 MovieClip Frame 1
if (_name == "pkobutton") {
x = (6 - _parent.TKO) + _parent.pko;
} else if (_name == "ckobutton") {
x = (6 - _parent.TKO) + _parent.cko;
}
gotoAndStop(x);
stop();
Symbol 460 Button
on (keyPress "P") {
_parent.player.shadow.play();
_parent.player.action.play();
_parent.cpu.action.play();
_parent.cpu.shadow.play();
_parent.bar_updater.play();
_parent.AI.play();
_parent.player.pause = 7;
tellTarget ("_parent.bg.time") {
play();
};
gotoAndStop (1);
}
on (keyPress "p") {
_parent.player.shadow.play();
_parent.player.action.play();
_parent.cpu.action.play();
_parent.cpu.shadow.play();
_parent.bar_updater.play();
_parent.AI.play();
_parent.player.pause = 7;
tellTarget ("_parent.bg.time") {
play();
};
gotoAndStop (1);
}
Symbol 461 Button
on (keyPress "q") {
_parent._parent.click.attachSound("click01");
_parent._parent.click.start();
_root.gotoAndStop(10);
}
on (keyPress "Q") {
_parent._parent.click.attachSound("click01");
_parent._parent.click.start();
_root.gotoAndStop(10);
}
Symbol 463 MovieClip Frame 1
stop();
Symbol 463 MovieClip Frame 2
if (x == "ringout") {
gotoAndPlay (5);
} else if (x == "ko") {
gotoAndPlay (70);
} else if (x == "time") {
gotoAndPlay (135);
} else if (x == "tko") {
gotoAndPlay (200);
}
Symbol 463 MovieClip Frame 5
_parent.scoring = 0;
_parent.bell.start();
Symbol 463 MovieClip Frame 65
tellTarget ("_parent") {
gotoAndPlay (4);
};
Symbol 463 MovieClip Frame 70
_parent.scoring = 0;
_parent.bell.start();
tellTarget ("_parent.bg.time") {
stop();
};
Symbol 463 MovieClip Frame 130
tellTarget ("_parent") {
gotoAndPlay (4);
};
Symbol 463 MovieClip Frame 135
_parent.scoring = 0;
_parent.bell.start();
tellTarget ("_parent.bg.time") {
stop();
};
Symbol 463 MovieClip Frame 140
_parent.bell.start();
Symbol 463 MovieClip Frame 195
tellTarget ("_parent") {
if (pscore > cscore) {
game = "win";
gotoAndStop (20);
} else if (pscore <= cscore) {
game = "lose";
gotoAndStop (25);
}
};
Symbol 463 MovieClip Frame 200
_parent.scoring = 0;
_parent.bell.start();
tellTarget ("_parent.bg.time") {
stop();
};
Symbol 463 MovieClip Frame 205
_parent.bell.start();
Symbol 463 MovieClip Frame 260
if (_parent.pko == _parent.tko) {
tellTarget ("_parent") {
game = "lose";
gotoAndPlay (25);
};
} else if (_parent.cko == _parent.tko) {
tellTarget ("_parent") {
game = "win";
gotoAndPlay (20);
};
}
Symbol 463 MovieClip Frame 265
_parent.player.shadow.stop();
_parent.player.action.stop();
_parent.cpu.action.stop();
_parent.cpu.shadow.stop();
_parent.bar_updater.stop();
_parent.AI.stop();
tellTarget ("_parent.bg.time") {
stop();
};
stop();
Symbol 467 MovieClip Frame 1
tellTarget ("_parent.p_stamina") {
gotoAndStop(_parent.player.stamina);
};
tellTarget ("_parent.c_stamina") {
gotoAndStop(_parent.cpu.stamina);
};
if ((_parent.player.stamina > 0) && (_parent.player.stamina <= 100)) {
_parent.player.stamina = _parent.player.stamina + _parent.prev;
} else if (_parent.player.stamina <= 0) {
tellTarget ("_parent.p_stamina") {
stop();
};
}
if ((_parent.cpu.stamina > 0) && (_parent.cpu.stamina <= 100)) {
_parent.cpu.stamina = _parent.cpu.stamina + _parent.crev;
} else if (_parent.cpu.stamina <= 0) {
tellTarget ("_parent.c_stamina") {
stop();
};
}
Symbol 467 MovieClip Frame 2
gotoAndPlay (1);
Symbol 468 MovieClip Frame 1
if (_parent.left_ringout.hitTest(_parent.player.action.rfoot)) {
gotoAndStop (5);
}
if (_parent.right_ringout.hitTest(_parent.cpu.action.rfoot)) {
gotoAndStop (10);
}
Symbol 468 MovieClip Frame 2
gotoAndPlay (1);
Symbol 468 MovieClip Frame 5
if (_parent.scoring == 1) {
_parent.cscore = _parent.cscore + 150;
}
_parent.pro = _parent.pro + 1;
if (_parent.pro == _parent.rolimit) {
_parent.pro = 0;
_parent.pko = _parent.pko + 1;
if (_parent.pko == _parent.tko) {
tellTarget ("_parent.message") {
x = "tko";
play();
};
} else {
tellTarget ("_parent.message") {
x = "ko";
play();
};
}
} else {
tellTarget ("_parent.message") {
x = "ringout";
play();
};
}
Symbol 468 MovieClip Frame 10
if (_parent.scoring == 1) {
_parent.pscore = _parent.pscore + 150;
}
_parent.cro = _parent.cro + 1;
if (_parent.cro == _parent.rolimit) {
_parent.cro = 0;
_parent.cko = _parent.cko + 1;
if (_parent.cko == _parent.tko) {
tellTarget ("_parent.message") {
x = "tko";
play();
};
} else {
tellTarget ("_parent.message") {
x = "ko";
play();
};
}
} else {
tellTarget ("_parent.message") {
x = "ringout";
play();
};
}
Symbol 469 MovieClip Frame 1
attack = new Array(14, 2, 5, 12);
amount = new Array(1, 4, 2, 3);
cskill = _parent._parent.cskill;
Symbol 469 MovieClip Frame 5
if ((((_parent.cpu._x - _parent.player._x) <= 100) && ((_parent.cpu._x - _parent.player._x) > 20)) && (_parent.cpu._currentframe == 1)) {
gotoAndPlay (10);
} else if ((((_parent.cpu._x - _parent.player._x) <= 180) && ((_parent.cpu._x - _parent.player._x) > 100)) && (_parent.cpu._currentframe == 1)) {
gotoAndPlay (15);
} else if (((_parent.cpu._x - _parent.player._x) > 180) && (_parent.cpu._currentframe == 1)) {
gotoAndPlay (20);
} else if (((_parent.cpu._x - _parent.player._x) <= 20) && (_parent.cpu._currentframe == 1)) {
gotoAndPlay (25);
}
Symbol 469 MovieClip Frame 6
gotoAndPlay (5);
Symbol 469 MovieClip Frame 10
i = random(1 + cskill);
att = attack[i];
amo = amount[i];
if (!(((_parent.player._currentframe == 4) || (_parent.player._currentframe == 8)) || (_parent.player._currentframe == 9))) {
tellTarget ("_parent.cpu") {
gotoAndStop(_parent.AI.att);
action.x = random(_parent.AI.amo);
};
}
Symbol 469 MovieClip Frame 11
gotoAndPlay (5);
Symbol 469 MovieClip Frame 15
i = random(1 + cskill);
att = attack[i];
amo = amount[i];
if (!((((((_parent.player._currentframe == 1) || (_parent.player._currentframe == 4)) || (_parent.player._currentframe == 8)) || (_parent.player._currentframe == 9)) || (_parent.player._currentframe == 11)) || (_parent.player._currentframe == 13))) {
tellTarget ("_parent.cpu") {
gotoAndStop(_parent.AI.att);
action.x = random(_parent.AI.amo);
};
} else if ((((_parent.player._currentframe == 4) || (_parent.player._currentframe == 1)) || (_parent.player._currentframe == 11)) || (_parent.player._currentframe == 13)) {
tellTarget ("_parent.cpu") {
gotoAndStop (3);
};
} else if ((_parent.player._currentframe == 8) || (_parent.player._currentframe == 9)) {
tellTarget ("_parent.cpu") {
gotoAndStop (1);
};
}
Symbol 469 MovieClip Frame 16
gotoAndPlay (5);
Symbol 469 MovieClip Frame 20
tellTarget ("_parent.cpu") {
gotoAndStop (3);
};
Symbol 469 MovieClip Frame 21
gotoAndPlay (5);
Symbol 469 MovieClip Frame 25
tellTarget ("_parent.cpu") {
gotoAndStop (4);
};
Symbol 469 MovieClip Frame 26
gotoAndPlay (5);
Symbol 477 MovieClip Frame 28
_parent.hit02.start();
Symbol 477 MovieClip Frame 90
tellTarget ("_parent._parent") {
gotoAndPlay (15);
};
Symbol 485 MovieClip Frame 29
_parent.hit02.start();
_parent.voice05.start();
Symbol 485 MovieClip Frame 96
tellTarget ("_parent._parent") {
gotoAndPlay (15);
};
Symbol 486 MovieClip Frame 1
_parent.selected = 0;
_parent.lock = 1;
name = new Array("Wiro Sableng", "Jokotingkir", "Jampang", "Bima", "Arjuna", "Chandi", "Hardi", "Gilang", "Ikhsan", "Barry", "Adam", "Dhika", "Imam", "Panji", "Huda", "Anggit", "Abdul", "Mulkan", "Iman", "Janna", "Fadli", "Hakeem", "Stany", "Fatqi", "Khidir", "Didit", "Firman", "Jagoan Kampung");
carray = new Array("silat", "ref", "jampang", "red", "armless", "warmless", "tiger", "none");
pscore = 0;
cscore = 0;
if (_parent.rtime == null) {
rtime = 60;
} else {
rtime = _parent.rtime;
}
if (_parent.rolimit == null) {
rolimit = 2;
} else {
rolimit = _parent.rolimit;
}
if (_parent.tko == null) {
tko = 3;
} else {
tko = _parent.tko;
}
item1 = _parent.item[0];
item2 = _parent.item[1];
if (_parent.mode == "practice") {
musicreq = "music01";
} else {
musicreq = _parent.musicreq;
}
if (((_parent.musicplay == null) || (_parent.musicplay != musicreq)) && (_parent.mute == 0)) {
_parent.musicplay = musicreq;
_parent.bgmusic.stop();
_parent.bgmusic.attachSound(musicreq);
_parent.bgmusic.start(0, 999);
}
hit01 = new Sound();
hit02 = new Sound();
hit03 = new Sound();
bell = new Sound();
swing01 = new Sound();
swing02 = new Sound();
voice01 = new Sound();
voice02 = new Sound();
voice03 = new Sound();
voice04 = new Sound();
voice05 = new Sound();
voice06 = new Sound();
voice = new Array(voice01, voice02, voice03, voice04);
swing01.attachSound("swing01");
swing02.attachSound("swing02");
voice01.attachSound("voice01");
voice02.attachSound("voice02");
voice03.attachSound("voice03");
voice04.attachSound("voice04");
voice05.attachSound("voice05");
voice06.attachSound("voice06");
hit01.attachSound("hit01");
hit02.attachSound("hit02");
hit03.attachSound("hit03");
bell.attachSound("bell");
Symbol 486 MovieClip Frame 4
scoring = 1;
win = 0;
bg = _parent.bg;
pname = _parent.pname;
pcostume = _parent.pcostume;
pbelt = _parent.pbelt;
phead = _parent.phead;
if (_parent.ppow == null) {
ppow = 18;
} else {
ppow = _parent.ppow;
}
if (_parent.prev == null) {
prev = 1;
} else {
prev = _parent.prev;
}
cname = _parent.cname;
ccostume = _parent.ccostume;
cbelt = _parent.cbelt;
chead = _parent.chead;
if (_parent.cpow == null) {
cpow = 18;
} else {
cpow = _parent.cpow;
}
if (_parent.crev == null) {
crev = 1;
} else {
crev = _parent.crev;
}
if ((_parent.win[6] >= 3) && (_parent.bg == 5)) {
crev = 2;
cpow = 36;
}
Symbol 486 MovieClip Frame 5
bell.start();
if (pko == null) {
pko = 0;
}
if (music != 1) {
bgmusic.start(0, 999);
music = 1;
}
if (pro == null) {
pro = 0;
}
if (cko == null) {
cko = 0;
}
if (cro == null) {
cro = 0;
}
player.stamina = 100;
cpu.stamina = 100;
player.control = 1;
cpu.control = 0;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 486 MovieClip Frame 20
setProperty("bg.time", _visible , 0);
tellTarget ("player") {
gotoAndStop (1);
};
if (_parent.mode == "story") {
_parent.win[_parent.bg] = 1;
_parent.win[6] = 0;
i = 0;
while (i < 6) {
_parent.win[6] = _parent.win[6] + _parent.win[i];
i++;
}
chance = new Array(1, 1, 2, 1, 1, 1, 1, 1, 1, 3, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1);
gift1 = random(2) + 6;
gift2 = chance[random(20)];
_parent.ammo[gift1] = _parent.ammo[gift1] + 2;
_parent.ammo[gift2] = _parent.ammo[gift2] + 2;
if (((_parent.win[6] % 5) == 0) && (_parent.win[6] != 0)) {
_parent.ammo[0]++;
}
_parent.totalscore = _parent.totalscore + pscore;
}
if ((_parent.win[6] >= 3) && (_parent.bg == 5)) {
_parent.movid = "m_end";
_root.gotoAndStop(25);
}
if (_parent.mode == "practice") {
musicreq = "music01";
} else {
musicreq = _parent.musicreq;
}
musicreq = musicreq + "end";
if (((_parent.musicplay == null) || (_parent.musicplay != musicreq)) && (_parent.mute == 0)) {
_parent.musicplay = musicreq;
_parent.bgmusic.stop();
_parent.bgmusic.attachSound(musicreq);
_parent.bgmusic.start();
}
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 486 MovieClip Frame 25
setProperty("bg.time", _visible , 0);
tellTarget ("player") {
gotoAndStop (2);
};
if (_parent.mode == "practice") {
musicreq = "music01";
} else {
musicreq = _parent.musicreq;
}
musicreq = musicreq + "end";
if (((_parent.musicplay == null) || (_parent.musicplay != musicreq)) && (_parent.mute == 0)) {
_parent.musicplay = musicreq;
_parent.bgmusic.stop();
_parent.bgmusic.attachSound(musicreq);
_parent.bgmusic.start();
}
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 487 MovieClip Frame 1
gotoAndStop(_parent.exp);
stop();
Symbol 487 MovieClip Frame 2
gotoAndStop(_parent.exp);
stop();
Symbol 487 MovieClip Frame 3
gotoAndStop(_parent.exp);
stop();
Symbol 488 MovieClip Frame 1
gotoAndStop(_parent.exp);
stop();
Symbol 488 MovieClip Frame 2
gotoAndStop(_parent.exp);
stop();
Symbol 488 MovieClip Frame 3
gotoAndStop(_parent.exp);
stop();
Symbol 489 MovieClip Frame 1
gotoAndStop(_parent.exp);
stop();
Symbol 489 MovieClip Frame 2
gotoAndStop(_parent.exp);
stop();
Symbol 489 MovieClip Frame 3
gotoAndStop(_parent.exp);
stop();
Symbol 497 MovieClip Frame 1
gotoAndStop(_parent._parent.head + 1);
stop();
Symbol 498 MovieClip Frame 1
gotoAndStop(_parent.exp);
stop();
Symbol 498 MovieClip Frame 2
gotoAndStop(_parent.exp);
stop();
Symbol 498 MovieClip Frame 3
gotoAndStop(_parent.exp);
stop();
Symbol 499 MovieClip Frame 1
gotoAndStop(_parent.exp);
stop();
Symbol 499 MovieClip Frame 2
gotoAndStop(_parent.exp);
stop();
Symbol 499 MovieClip Frame 3
gotoAndStop(_parent.exp);
stop();
Symbol 500 MovieClip Frame 1
stop();
Symbol 501 Button
on (release) {
gotoAndStop(frw);
}
Symbol 503 Button
on (release) {
gotoAndStop(rew);
}
Symbol 509 MovieClip Frame 1
msg = "The Archipelago 1900";
frw = 110;
player.gotoAndStop(3);
player.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
play();
Symbol 509 MovieClip Frame 60
msg = "";
play();
Symbol 509 MovieClip Frame 110
player.gotoAndStop(3);
player.exp = 1;
msg = "This land has been in great disorder for centuries...";
frw = 111;
rew = 1;
stop();
Symbol 509 MovieClip Frame 111
player.gotoAndStop(3);
player.exp = 1;
msg = "the time has come for someone who's going to gather the clans...";
frw = 112;
rew = 110;
stop();
Symbol 509 MovieClip Frame 112
player.gotoAndStop(3);
player.exp = 1;
msg = "I'll travel the land and gain allies, this land will unite, and that's my oath!";
frw = 163;
rew = 111;
play();
Symbol 509 MovieClip Frame 162
player.gotoAndStop(3);
player.exp = 1;
frw = 163;
rew = 111;
stop();
Symbol 509 MovieClip Frame 163
msg = ("Ridiculous effort, " + _parent._parent.pname) + "...";
frw = 185;
rew = 112;
player.gotoAndStop(3);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
ccostume = "none";
cbelt = pbelt;
chead = 7;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 509 MovieClip Frame 185
player.gotoAndStop(3);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
frw = 186;
rew = 112;
stop();
Symbol 509 MovieClip Frame 186
player.gotoAndStop(3);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
msg = "the only cause for human to live together in peace is by power,";
frw = 187;
rew = 163;
stop();
Symbol 509 MovieClip Frame 187
player.gotoAndStop(3);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
msg = "of a person good enough to conquer!";
frw = 188;
rew = 186;
stop();
Symbol 509 MovieClip Frame 188
msg = "What I see is that one person is not enough to conquer this world";
frw = 213;
rew = 187;
cpu.gotoAndStop(2);
cpu.exp = 2;
player.gotoAndStop(4);
player.exp = 2;
play();
Symbol 509 MovieClip Frame 213
frw = 214;
rew = 187;
cpu.gotoAndStop(2);
cpu.exp = 2;
player.gotoAndStop(4);
player.exp = 2;
stop();
Symbol 509 MovieClip Frame 214
msg = "throughout history, this land has suffered because of power";
frw = 215;
rew = 188;
cpu.gotoAndStop(2);
cpu.exp = 2;
player.gotoAndStop(4);
player.exp = 2;
stop();
Symbol 509 MovieClip Frame 215
msg = "your thought is not my way, brother. You're on your own...";
frw = 216;
rew = 214;
cpu.gotoAndStop(2);
cpu.exp = 2;
player.gotoAndStop(4);
player.exp = 2;
stop();
Symbol 509 MovieClip Frame 216
msg = "Then, you're not good enough to fulfill your task...";
frw = 241;
rew = 215;
cpu.gotoAndStop(2);
cpu.exp = 2;
player.gotoAndStop(4);
player.exp = 2;
play();
Symbol 509 MovieClip Frame 241
rew = 215;
cpu.gotoAndStop(2);
cpu.exp = 1;
player.gotoAndStop(4);
player.exp = 1;
stop();
Symbol 510 Button
on (release) {
_parent.click.attachSound("click01");
_parent.click.start();
gotoAndPlay(_totalframes - 4);
}
Symbol 520 MovieClip Frame 1
if (_parent._parent.win[0] == 1) {
gotoAndPlay (103);
}
msg = "This land has been suffering my friend, join me and we'll unite in peace";
frw = 2;
rew = 1;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(1);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 520 MovieClip Frame 2
msg = "Liar! You seek nothing but power, I've seen what your brother did to us";
frw = 22;
rew = 1;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(1);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 520 MovieClip Frame 22
msg = "Liar! You seek nothing but power, I've seen what your brother did to us";
frw = 23;
rew = 1;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(1);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 520 MovieClip Frame 23
msg = "Wrong! What my brother did has nothing to do with this mission";
frw = 42;
rew = 22;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(1);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 520 MovieClip Frame 42
msg = "Wrong! What my brother did has nothing to do with this mission";
frw = 43;
rew = 22;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(1);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 520 MovieClip Frame 43
msg = "I protect this village, don't expect you'll expand your way here";
frw = 62;
rew = 42;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 520 MovieClip Frame 62
msg = "I protect this village, don't expect you'll expand your way here";
frw = 63;
rew = 42;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 520 MovieClip Frame 63
msg = "My mission is not for battle, I chose a different way from my brother...";
frw = 82;
rew = 62;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 520 MovieClip Frame 82
msg = "My mission is not for battle, I chose a different way from my brother...";
frw = 83;
rew = 62;
player.gotoAndStop(2);
player.action.gotoAndStop(1);
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 520 MovieClip Frame 83
msg = ("I thought you were a good boy once, " + _parent._parent.pname) + "... now let's finish this up!";
frw = 102;
rew = 82;
player.gotoAndStop(2);
player.action.gotoAndStop(1);
cpu.gotoAndStop(5);
cpu.action.gotoAndStop(3);
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 520 MovieClip Frame 102
msg = ("I thought you were a good boy once, " + _parent._parent.pname) + "... now let's finish this up!";
frw = 102;
rew = 82;
player.gotoAndStop(2);
player.action.gotoAndStop(1);
cpu.gotoAndStop(5);
cpu.action.gotoAndStop(3);
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 520 MovieClip Frame 103
msg = "haven't got enough yet, eh?";
player.gotoAndStop(2);
player.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 520 MovieClip Frame 104
cpu.gotoAndStop(1);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 520 MovieClip Frame 123
msg = "haven't got enough yet, eh?";
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 529 MovieClip Frame 1
if (_parent._parent.win[1] == 1) {
gotoAndPlay (103);
}
msg = "Nobleman, I've come to ask you a good proposal";
frw = 2;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(2);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 529 MovieClip Frame 2
msg = "I know your intention, don't ever think that the land of Kraton will fall upon you";
frw = 22;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(2);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 529 MovieClip Frame 22
msg = "I know your intention, don't ever think that the land of Kraton will fall upon you";
frw = 23;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(2);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 529 MovieClip Frame 23
msg = "Patience my friend, I'm not asking you to fall into nothing...";
frw = 42;
rew = 22;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(2);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 529 MovieClip Frame 42
msg = "Patience my friend, I'm not asking you to fall into nothing...";
frw = 43;
rew = 22;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(2);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 529 MovieClip Frame 43
msg = "Your brother's act, has shown what your true intentions are";
frw = 62;
rew = 42;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(2);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 529 MovieClip Frame 62
msg = "Your brother's act, has shown what your true intentions are";
frw = 63;
rew = 42;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(2);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 529 MovieClip Frame 63
msg = "My brother? We're on the different path Nobleman, I come in peace";
frw = 82;
rew = 62;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(2);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 529 MovieClip Frame 82
msg = "My brother? We're on the different path Nobleman, I come in peace";
frw = 83;
rew = 62;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(2);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 529 MovieClip Frame 83
msg = "Nevertheless he has put a scar among the Kraton's Noblemen. Prepare yourself!";
frw = 102;
rew = 82;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(2);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 529 MovieClip Frame 102
msg = "Nevertheless he has put a scar among the Kraton's Noblemen. Prepare yourself!";
frw = 102;
rew = 82;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(2);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 529 MovieClip Frame 103
msg = "This time will not be the same as before";
player.gotoAndStop(1);
player.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
play();
Symbol 529 MovieClip Frame 104
cpu.gotoAndStop(2);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 529 MovieClip Frame 123
msg = "This time will not be the same as before";
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 538 MovieClip Frame 1
if (_parent._parent.win[2] == 1) {
gotoAndPlay (103);
}
msg = ("Greetings! I am " + _parent._parent.pname) + ", seeking for ally from this Island. I have traveled...";
frw = 2;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(4);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 538 MovieClip Frame 2
msg = "Leave, trespasser! Your arrival is undesirable";
frw = 22;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(4);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 538 MovieClip Frame 22
msg = "Leave, trespasser! Your arrival is undesirable";
frw = 23;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(4);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 538 MovieClip Frame 23
msg = "I've come in peace, I've no intention of evil...";
frw = 42;
rew = 22;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(4);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 538 MovieClip Frame 42
msg = "I've come in peace, I've no intention of evil...";
frw = 43;
rew = 22;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(4);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 538 MovieClip Frame 43
msg = "You got my time to leave this place!";
frw = 62;
rew = 42;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(4);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 538 MovieClip Frame 62
msg = "You got my time to leave this place!";
frw = 63;
rew = 42;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(4);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 538 MovieClip Frame 63
msg = "I will not fail my mission to unite the land! You could've been my ally...";
frw = 82;
rew = 62;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(4);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 538 MovieClip Frame 82
msg = "I will not fail my mission to unite the land! You could've been my ally...";
frw = 83;
rew = 62;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(4);
cpu.action.gotoAndStop(3);
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 538 MovieClip Frame 83
msg = "Good, then you've come prepared. Time's up! enough talking";
frw = 102;
rew = 82;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(4);
cpu.action.gotoAndStop(3);
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 538 MovieClip Frame 102
msg = "Good, then you've come prepared. Time's up! enough talking";
frw = 102;
rew = 82;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(4);
cpu.action.gotoAndStop(3);
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 538 MovieClip Frame 103
msg = "...";
player.gotoAndStop(1);
player.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
play();
Symbol 538 MovieClip Frame 104
cpu.gotoAndStop(4);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 538 MovieClip Frame 123
msg = "...";
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 547 MovieClip Frame 1
if (_parent._parent.win[3] == 1) {
gotoAndPlay (103);
}
msg = "Such far away land, would you help me unite the Archipelago, friend?";
frw = 2;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(5);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 547 MovieClip Frame 2
msg = "Such optimistic mind, can you govern the diversity of nature";
frw = 22;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(5);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 547 MovieClip Frame 22
msg = "Such optimistic mind, can you govern the diversity of nature";
frw = 23;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(5);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 547 MovieClip Frame 23
msg = "Diversity of nature...?";
frw = 42;
rew = 22;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(5);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 547 MovieClip Frame 42
msg = "Diversity of nature...?";
frw = 43;
rew = 22;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(5);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 547 MovieClip Frame 43
msg = "Voyagers, conquerers, colonialists! They are the one who have what it takes!";
frw = 62;
rew = 42;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(5);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 547 MovieClip Frame 62
msg = "Voyagers, conquerers, colonialists! They are the one who have what it takes!";
frw = 63;
rew = 42;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(5);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 547 MovieClip Frame 63
msg = "If that's what you call diversity, then you haven't seen the other side of nature";
frw = 82;
rew = 62;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(5);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 547 MovieClip Frame 82
msg = "If that's what you call diversity, then you haven't seen the other side of nature";
frw = 83;
rew = 62;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(5);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 547 MovieClip Frame 83
msg = "Clear your vision, peasant... Nature is the jungle! Power is the way things go";
frw = 102;
rew = 82;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 547 MovieClip Frame 102
msg = "Clear your vision, peasant... Nature is the jungle! Power is the way things go";
frw = 102;
rew = 82;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 547 MovieClip Frame 103
msg = "Travel this far, I won't let you down!";
player.gotoAndStop(1);
player.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
play();
Symbol 547 MovieClip Frame 104
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 547 MovieClip Frame 123
msg = "Travel this far, I won't let you down!";
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 556 MovieClip Frame 1
if (_parent._parent.win[4] == 1) {
gotoAndPlay (103);
}
msg = "I've come to the holiest place in this island to ask your concurrency of unity";
frw = 2;
rew = 1;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 556 MovieClip Frame 2
msg = "The holiest place here is nothing for the likes of you, villain";
frw = 22;
rew = 1;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 556 MovieClip Frame 22
msg = "The holiest place here is nothing for the likes of you, villain";
frw = 23;
rew = 1;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 556 MovieClip Frame 23
msg = "I've come for the sake of this whole land, and you dare to throw me away";
frw = 42;
rew = 22;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 556 MovieClip Frame 42
msg = "I've come for the sake of this whole land, and you dare to throw me away";
frw = 43;
rew = 22;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 556 MovieClip Frame 43
msg = "None yet from you, but your brother. Chaos raging since his 'mission' begun";
frw = 62;
rew = 42;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 556 MovieClip Frame 62
msg = "None yet from you, but your brother. Chaos raging since his 'mission' begun";
frw = 63;
rew = 42;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 556 MovieClip Frame 63
msg = "No action of mine is under the control of my brother";
frw = 82;
rew = 62;
player.gotoAndStop(2);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 556 MovieClip Frame 82
msg = "No action of mine is under the control of my brother";
frw = 83;
rew = 62;
player.gotoAndStop(2);
player.action.gotoAndStop(1);
cpu.gotoAndStop(3);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 556 MovieClip Frame 83
msg = "I seek peace of my people. It is my duty to get rid of the kinds like you";
frw = 102;
rew = 82;
player.gotoAndStop(2);
player.action.gotoAndStop(1);
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 556 MovieClip Frame 102
msg = "I seek peace of my people. It is my duty to get rid of the kinds like you";
frw = 102;
rew = 82;
player.gotoAndStop(2);
player.action.gotoAndStop(1);
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 556 MovieClip Frame 103
msg = "...for another";
player.gotoAndStop(2);
player.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
play();
Symbol 556 MovieClip Frame 104
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 556 MovieClip Frame 123
msg = "...for another";
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 564 MovieClip Frame 1
msg = "Identify yourself Intruder!";
frw = 2;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 564 MovieClip Frame 2
msg = "Finally, we meet again... brother!";
frw = 22;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 564 MovieClip Frame 22
msg = "Finally, we meet again... brother!";
frw = 23;
rew = 1;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 564 MovieClip Frame 23
msg = "Why do you put chaos upon the land? Why do you want people to suffer?";
frw = 42;
rew = 22;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 564 MovieClip Frame 42
msg = "Why do you put chaos upon the land? Why do you want people to suffer?";
frw = 43;
rew = 22;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 1;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 564 MovieClip Frame 43
msg = ("Don't you learn, " + _parent._parent.pname) + "? What you've been through?";
frw = 62;
rew = 42;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 564 MovieClip Frame 62
msg = ("Don't you learn, " + _parent._parent.pname) + "? What you've been through?";
frw = 63;
rew = 42;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 564 MovieClip Frame 63
msg = "What do you mean?";
frw = 82;
rew = 62;
player.gotoAndStop(1);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 564 MovieClip Frame 82
msg = "What do you mean?";
frw = 83;
rew = 62;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(3);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
stop();
Symbol 564 MovieClip Frame 83
msg = "You're getting deeper into this... Now for the final step! Get ready, brother!";
frw = 102;
rew = 82;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(4);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 564 MovieClip Frame 102
msg = "You're getting deeper into this... Now for the final step! Get ready, brother!";
frw = 102;
rew = 82;
player.gotoAndStop(1);
player.action.gotoAndStop(1);
cpu.gotoAndStop(4);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 565 Button
on (release) {
gotoAndStop(frw);
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
}
Symbol 567 Button
on (release) {
gotoAndStop(rew);
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
}
Symbol 573 MovieClip Frame 1
msg = ("Welll done, " + _parent._parent.pname) + "...";
frw = 18;
rew = 1;
cpu.gotoAndStop(1);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 573 MovieClip Frame 18
msg = ("Welll done, " + _parent._parent.pname) + "...";
frw = 19;
rew = 1;
cpu.gotoAndStop(1);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 573 MovieClip Frame 19
msg = "You see that power prevails anything... even now you've gone beyond myself!";
frw = 20;
rew = 18;
cpu.gotoAndStop(1);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 573 MovieClip Frame 20
msg = "You're WRONG, brother!";
frw = 29;
rew = 19;
player.gotoAndStop(4);
player.exp = 3;
cpu.gotoAndStop(1);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 573 MovieClip Frame 29
msg = "You're WRONG, brother!";
frw = 30;
rew = 19;
player.gotoAndStop(4);
player.exp = 3;
cpu.gotoAndStop(1);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 573 MovieClip Frame 30
msg = "If this fist is what you call power, then you are such a disgrace!";
frw = 32;
rew = 29;
player.gotoAndStop(4);
player.exp = 3;
cpu.gotoAndStop(1);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 573 MovieClip Frame 32
msg = "I've travel and meet great fighters all over the land that against me!";
frw = 53;
rew = 30;
player.gotoAndStop(4);
player.exp = 3;
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 573 MovieClip Frame 53
msg = "I've travel and meet great fighters all over the land that against me!";
frw = 54;
rew = 30;
player.gotoAndStop(4);
player.exp = 3;
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 573 MovieClip Frame 54
msg = "Do you know the reason why they fought me, brother?";
frw = 55;
rew = 53;
player.gotoAndStop(4);
player.exp = 3;
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 573 MovieClip Frame 55
msg = "Because they struggle from you! From your act of chaos and destruction...";
frw = 99;
rew = 54;
player.gotoAndStop(4);
player.exp = 3;
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 573 MovieClip Frame 99
msg = "Because they struggle from you! From your act of chaos and destruction...";
frw = 101;
rew = 54;
player.gotoAndStop(4);
player.exp = 3;
cpu.gotoAndStop(1);
cpu.exp = 3;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 573 MovieClip Frame 101
msg = "For the sake of peace and prosper... for their people...";
frw = 168;
rew = 99;
player.gotoAndStop(4);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
play();
Symbol 573 MovieClip Frame 168
play();
Symbol 573 MovieClip Frame 180
msg = "For the sake of peace and prosper... for their people...";
frw = 0;
rew = 99;
player.gotoAndStop(4);
player.exp = 1;
cpu.gotoAndStop(3);
cpu.exp = 2;
pcostume = _parent._parent.pcostume;
pbelt = _parent._parent.pbelt;
phead = _parent._parent.phead;
player.belt = pbelt;
player.head = phead;
if (pcostume == "silat") {
player.arm = "silat";
player.bicep = "silat";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "ref") {
player.arm = "ref";
player.bicep = "ref";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "jampang") {
player.arm = "jampang";
player.bicep = "jampang";
player.body = "jampang";
player.leg = "jampang";
} else if (pcostume == "red") {
player.arm = "red";
player.bicep = "red";
player.body = "red";
player.leg = "red";
} else if (pcostume == "armless") {
player.arm = "bracelet";
player.bicep = "armless";
player.body = "silat";
player.leg = "none";
} else if (pcostume == "warmless") {
player.arm = "wbracelet";
player.bicep = "warmless";
player.body = "ref";
player.leg = "ref";
} else if (pcostume == "tiger") {
player.arm = "tiger";
player.bicep = "tiger";
player.body = "tiger";
player.leg = "none";
} else if (pcostume == "none") {
player.arm = "none";
player.bicep = "none";
player.body = "none";
player.leg = "none";
}
ccostume = _parent._parent.ccostume;
cbelt = _parent._parent.cbelt;
chead = _parent._parent.chead;
cpu.belt = cbelt;
cpu.head = chead;
if (ccostume == "silat") {
cpu.arm = "silat";
cpu.bicep = "silat";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "ref") {
cpu.arm = "ref";
cpu.bicep = "ref";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "jampang") {
cpu.arm = "jampang";
cpu.bicep = "jampang";
cpu.body = "jampang";
cpu.leg = "jampang";
} else if (ccostume == "armless") {
cpu.arm = "bracelet";
cpu.bicep = "armless";
cpu.body = "silat";
cpu.leg = "none";
} else if (ccostume == "warmless") {
cpu.arm = "wbracelet";
cpu.bicep = "warmless";
cpu.body = "ref";
cpu.leg = "ref";
} else if (ccostume == "tiger") {
cpu.arm = "tiger";
cpu.bicep = "tiger";
cpu.body = "tiger";
cpu.leg = "none";
} else if (ccostume == "none") {
cpu.arm = "none";
cpu.bicep = "none";
cpu.body = "none";
cpu.leg = "none";
} else if (ccostume == "red") {
cpu.arm = "red";
cpu.bicep = "red";
cpu.body = "red";
cpu.leg = "red";
}
stop();
Symbol 574 MovieClip Frame 1
if (((_parent.musicplay == null) || (_parent.musicplay != "music05")) && (_parent.mute == 0)) {
_parent.musicplay = "music05";
_parent.bgmusic.stop();
_parent.bgmusic.attachSound("music05");
_parent.bgmusic.start(0, 999);
}
movid = _parent.movid;
if (_parent.movid == null) {
movid = "m_intr0";
}
Symbol 574 MovieClip Frame 4
if (movid == "m_intro") {
gotoAndStop(_currentframe + 1);
} else if (movid == "m_rice") {
gotoAndStop(_currentframe + 2);
} else if (movid == "m_prambanan") {
gotoAndStop(_currentframe + 3);
} else if (movid == "m_moyo") {
gotoAndStop(_currentframe + 4);
} else if (movid == "m_aceh") {
gotoAndStop(_currentframe + 5);
} else if (movid == "m_besakih") {
gotoAndStop(_currentframe + 6);
} else if (movid == "m_bromo") {
gotoAndStop(_currentframe + 7);
} else if (movid == "m_end") {
gotoAndStop(_currentframe + 8);
}
stop();
Symbol 574 MovieClip Frame 5
_parent.lock = 1;
Symbol 574 MovieClip Frame 6
_parent.lock = 2;
Symbol 574 MovieClip Frame 7
_parent.lock = 2;
Symbol 574 MovieClip Frame 8
_parent.lock = 2;
Symbol 574 MovieClip Frame 9
_parent.lock = 2;
Symbol 574 MovieClip Frame 10
_parent.lock = 2;
Symbol 574 MovieClip Frame 11
_parent.lock = 2;
Symbol 574 MovieClip Frame 12
_parent.lock = 3;
Symbol 574 MovieClip Frame 17
if (_parent.lock == 3) {
_root.gotoAndStop(10);
} else {
_root.gotoAndStop(15);
}