Frame 1
_root.ku = 87;
_root.kd = 83;
_root.kl = 65;
_root.kr = 68;
_root.kg = 74;
_root.kt = 75;
_root.kf = 76;
_root.kjs = 186;
_root.ki = 73;
_root.khs = 79;
_root.euu = 0;
_root.edd = 0;
_root.ell = 0;
_root.err = 0;
_root.egg = 0;
_root.ett = 0;
_root.eff = 0;
_root.ess = 0;
_root.eii = 0;
_root.ehh = 0;
_root.img = 1;
_root.hard = 5;
_root.life = 0;
fscommand ("allowscale", "false");
fscommand ("showmenu", "false");
stop();
_quality = "medium";
Instance of Symbol 10 MovieClip in Frame 1
onClipEvent (load) {
this.swapDepths(9999);
}
Frame 2
_root.shifang = 0;
_root.dong = 0;
_root.walk = 0;
_root.b = 0;
_root.tim = 0;
_root.pas = 0;
_root.map = 0;
_root.an = 0;
_root.jump = 0;
_root.f = 0;
_root.jz = 0;
_root.gjzd = 0;
_root.du = 0;
_root.mabi = 0;
_root.wsp = 0;
_root.zhq = 0;
_root.face = 1;
_root.hits = 0;
_root.hp = 100;
_root.shp = 100;
_root.exp = 100;
_root.sexp = 100;
_root.lv = 1;
_root.s = 0;
_root.atk = 5;
_root.i = 10;
_root.g = 100;
_root.pause = 0;
_root.over = 0;
_root.juanzhou = 0;
_root.djz = 0;
_root.mantou = 0;
_root.lvgao = 1;
_root.guopan = 0;
_root.siyecao = 0;
_root.jieduhua = 1;
_root.jiemabi = 0;
_root.kongquewei = 0;
_root.yueshi = 0;
_root.hongzhu = 0;
_root.huo = 0;
_root.shui = 0;
_root.feng = 0;
_root.lei = 0;
_root.tu = 0;
stop();
Frame 3
stop();
Instance of Symbol 4 MovieClip in Symbol 7 MovieClip Frame 1
onClipEvent (load) {
_xscale = 0;
btotal = _root.getBytesTotal();
}
onClipEvent (enterFrame) {
bload = _root.getBytesLoaded();
percent_load = Math.round((bload / btotal) * 100);
_xscale = percent_load;
_parent.kb = percent_load + "%";
if (percent_load >= 100) {
with (_root) {
play();
}
}
}
Symbol 36 MovieClip Frame 45
gotoAndPlay (13);
Symbol 55 Button
on (release) {
a = 1;
play();
}
Symbol 56 Button
on (release) {
a = 2;
play();
}
Symbol 61 Button
on (release) {
_root.life = 0;
}
Symbol 62 Button
on (release) {
_root.life = 1;
}
Symbol 63 Button
on (release) {
_root.life = 2;
}
Symbol 64 Button
on (release) {
_root.hard = 8;
}
Symbol 65 Button
on (release) {
_root.hard = 5;
}
Symbol 66 Button
on (release) {
_root.hard = 2;
}
Symbol 67 Button
on (release) {
_quality = "HIGH";
_root.img = 0;
}
Symbol 68 Button
on (release) {
_quality = "MEDIUM";
_root.img = 1;
}
Symbol 69 Button
on (release) {
_quality = "LOW";
_root.img = 2;
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
a = _root.ku;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "\u7A7A\u683C";
}
if (a == 18) {
a = "Alt";
}
if (a == 17) {
a = "Ctrl";
}
if (a == 16) {
a = "Shift";
}
if (a == 13) {
a = "Enter";
}
if (a == 20) {
a = "Caps";
}
if (a == 9) {
a = "Tab";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "enter";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
if ((((((((((((((((((((((((((((((((a == 112) || (a == 113)) || (a == 114)) || (a == 115)) || (a == 116)) || (a == 44)) || (a == 117)) || (a == 118)) || (a == 119)) || (a == 120)) || (a == 121)) || (a == 122)) || (a == 123)) || (a == 33)) || (a == 34)) || (a == 35)) || (a == 36)) || (a == 45)) || (a == 46)) || (a == 47)) || (a == 144)) || (a == 187)) || (a == 189)) || (a == 191)) || (a == 192)) || (a == 219)) || (a == 220)) || (a == 221)) || (a == 222)) || (a == 8)) || (a == 12)) || (a == 27)) {
mycolor = new Color(this);
mycolor.setRGB(16711680);
a = "\u91CD\u8BBE";
_root.euu = 1;
} else {
mycolor.setRGB(0);
_root.euu = 0;
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
a = _root.kd;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "\u7A7A\u683C";
}
if (a == 18) {
a = "Alt";
}
if (a == 17) {
a = "Ctrl";
}
if (a == 16) {
a = "Shift";
}
if (a == 13) {
a = "Enter";
}
if (a == 20) {
a = "Caps";
}
if (a == 9) {
a = "Tab";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "enter";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
if ((((((((((((((((((((((((((((((((a == 112) || (a == 113)) || (a == 114)) || (a == 115)) || (a == 116)) || (a == 44)) || (a == 117)) || (a == 118)) || (a == 119)) || (a == 120)) || (a == 121)) || (a == 122)) || (a == 123)) || (a == 33)) || (a == 34)) || (a == 35)) || (a == 36)) || (a == 45)) || (a == 46)) || (a == 47)) || (a == 144)) || (a == 187)) || (a == 189)) || (a == 191)) || (a == 192)) || (a == 219)) || (a == 220)) || (a == 221)) || (a == 222)) || (a == 8)) || (a == 12)) || (a == 27)) {
mycolor = new Color(this);
mycolor.setRGB(16711680);
a = "\u91CD\u8BBE";
_root.edd = 1;
} else {
mycolor.setRGB(0);
_root.edd = 0;
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
a = _root.kl;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "\u7A7A\u683C";
}
if (a == 18) {
a = "Alt";
}
if (a == 17) {
a = "Ctrl";
}
if (a == 16) {
a = "Shift";
}
if (a == 13) {
a = "Enter";
}
if (a == 20) {
a = "Caps";
}
if (a == 9) {
a = "Tab";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "enter";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
if ((((((((((((((((((((((((((((((((a == 112) || (a == 113)) || (a == 114)) || (a == 115)) || (a == 116)) || (a == 44)) || (a == 117)) || (a == 118)) || (a == 119)) || (a == 120)) || (a == 121)) || (a == 122)) || (a == 123)) || (a == 33)) || (a == 34)) || (a == 35)) || (a == 36)) || (a == 45)) || (a == 46)) || (a == 47)) || (a == 144)) || (a == 187)) || (a == 189)) || (a == 191)) || (a == 192)) || (a == 219)) || (a == 220)) || (a == 221)) || (a == 222)) || (a == 8)) || (a == 12)) || (a == 27)) {
mycolor = new Color(this);
mycolor.setRGB(16711680);
a = "\u91CD\u8BBE";
_root.ell = 1;
} else {
mycolor.setRGB(0);
_root.ell = 0;
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
a = _root.kr;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "\u7A7A\u683C";
}
if (a == 18) {
a = "Alt";
}
if (a == 17) {
a = "Ctrl";
}
if (a == 16) {
a = "Shift";
}
if (a == 13) {
a = "Enter";
}
if (a == 20) {
a = "Caps";
}
if (a == 9) {
a = "Tab";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "enter";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
if ((((((((((((((((((((((((((((((((a == 112) || (a == 113)) || (a == 114)) || (a == 115)) || (a == 116)) || (a == 44)) || (a == 117)) || (a == 118)) || (a == 119)) || (a == 120)) || (a == 121)) || (a == 122)) || (a == 123)) || (a == 33)) || (a == 34)) || (a == 35)) || (a == 36)) || (a == 45)) || (a == 46)) || (a == 47)) || (a == 144)) || (a == 187)) || (a == 189)) || (a == 191)) || (a == 192)) || (a == 219)) || (a == 220)) || (a == 221)) || (a == 222)) || (a == 8)) || (a == 12)) || (a == 27)) {
mycolor = new Color(this);
mycolor.setRGB(16711680);
a = "\u91CD\u8BBE";
_root.err = 1;
} else {
mycolor.setRGB(0);
_root.err = 0;
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
a = _root.kg;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "\u7A7A\u683C";
}
if (a == 18) {
a = "Alt";
}
if (a == 17) {
a = "Ctrl";
}
if (a == 16) {
a = "Shift";
}
if (a == 13) {
a = "Enter";
}
if (a == 20) {
a = "Caps";
}
if (a == 9) {
a = "Tab";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "enter";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
if ((((((((((((((((((((((((((((((((a == 112) || (a == 113)) || (a == 114)) || (a == 115)) || (a == 116)) || (a == 44)) || (a == 117)) || (a == 118)) || (a == 119)) || (a == 120)) || (a == 121)) || (a == 122)) || (a == 123)) || (a == 33)) || (a == 34)) || (a == 35)) || (a == 36)) || (a == 45)) || (a == 46)) || (a == 47)) || (a == 144)) || (a == 187)) || (a == 189)) || (a == 191)) || (a == 192)) || (a == 219)) || (a == 220)) || (a == 221)) || (a == 222)) || (a == 8)) || (a == 12)) || (a == 27)) {
mycolor = new Color(this);
mycolor.setRGB(16711680);
a = "\u91CD\u8BBE";
_root.egg = 1;
} else {
mycolor.setRGB(0);
_root.egg = 0;
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
a = _root.kt;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "\u7A7A\u683C";
}
if (a == 18) {
a = "Alt";
}
if (a == 17) {
a = "Ctrl";
}
if (a == 16) {
a = "Shift";
}
if (a == 13) {
a = "Enter";
}
if (a == 20) {
a = "Caps";
}
if (a == 9) {
a = "Tab";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "enter";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
if ((((((((((((((((((((((((((((((((a == 112) || (a == 113)) || (a == 114)) || (a == 115)) || (a == 116)) || (a == 44)) || (a == 117)) || (a == 118)) || (a == 119)) || (a == 120)) || (a == 121)) || (a == 122)) || (a == 123)) || (a == 33)) || (a == 34)) || (a == 35)) || (a == 36)) || (a == 45)) || (a == 46)) || (a == 47)) || (a == 144)) || (a == 187)) || (a == 189)) || (a == 191)) || (a == 192)) || (a == 219)) || (a == 220)) || (a == 221)) || (a == 222)) || (a == 8)) || (a == 12)) || (a == 27)) {
mycolor = new Color(this);
mycolor.setRGB(16711680);
a = "\u91CD\u8BBE";
_root.ett = 1;
} else {
mycolor.setRGB(0);
_root.ett = 0;
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
a = _root.kf;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "\u7A7A\u683C";
}
if (a == 18) {
a = "Alt";
}
if (a == 17) {
a = "Ctrl";
}
if (a == 16) {
a = "Shift";
}
if (a == 13) {
a = "Enter";
}
if (a == 20) {
a = "Caps";
}
if (a == 9) {
a = "Tab";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "enter";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
if ((((((((((((((((((((((((((((((((a == 112) || (a == 113)) || (a == 114)) || (a == 115)) || (a == 116)) || (a == 44)) || (a == 117)) || (a == 118)) || (a == 119)) || (a == 120)) || (a == 121)) || (a == 122)) || (a == 123)) || (a == 33)) || (a == 34)) || (a == 35)) || (a == 36)) || (a == 45)) || (a == 46)) || (a == 47)) || (a == 144)) || (a == 187)) || (a == 189)) || (a == 191)) || (a == 192)) || (a == 219)) || (a == 220)) || (a == 221)) || (a == 222)) || (a == 8)) || (a == 12)) || (a == 27)) {
mycolor = new Color(this);
mycolor.setRGB(16711680);
a = "\u91CD\u8BBE";
_root.eff = 1;
} else {
mycolor.setRGB(0);
_root.eff = 0;
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
a = _root.ki;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "\u7A7A\u683C";
}
if (a == 18) {
a = "Alt";
}
if (a == 17) {
a = "Ctrl";
}
if (a == 16) {
a = "Shift";
}
if (a == 13) {
a = "Enter";
}
if (a == 20) {
a = "Caps";
}
if (a == 9) {
a = "Tab";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "enter";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
if ((((((((((((((((((((((((((((((((a == 112) || (a == 113)) || (a == 114)) || (a == 115)) || (a == 116)) || (a == 44)) || (a == 117)) || (a == 118)) || (a == 119)) || (a == 120)) || (a == 121)) || (a == 122)) || (a == 123)) || (a == 33)) || (a == 34)) || (a == 35)) || (a == 36)) || (a == 45)) || (a == 46)) || (a == 47)) || (a == 144)) || (a == 187)) || (a == 189)) || (a == 191)) || (a == 192)) || (a == 219)) || (a == 220)) || (a == 221)) || (a == 222)) || (a == 8)) || (a == 12)) || (a == 27)) {
mycolor = new Color(this);
mycolor.setRGB(16711680);
a = "\u91CD\u8BBE";
_root.eii = 1;
} else {
mycolor.setRGB(0);
_root.eii = 0;
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
a = _root.kjs;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "\u7A7A\u683C";
}
if (a == 18) {
a = "Alt";
}
if (a == 17) {
a = "Ctrl";
}
if (a == 16) {
a = "Shift";
}
if (a == 13) {
a = "Enter";
}
if (a == 20) {
a = "Caps";
}
if (a == 9) {
a = "Tab";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "enter";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
if ((((((((((((((((((((((((((((((((a == 112) || (a == 113)) || (a == 114)) || (a == 115)) || (a == 116)) || (a == 44)) || (a == 117)) || (a == 118)) || (a == 119)) || (a == 120)) || (a == 121)) || (a == 122)) || (a == 123)) || (a == 33)) || (a == 34)) || (a == 35)) || (a == 36)) || (a == 45)) || (a == 46)) || (a == 47)) || (a == 144)) || (a == 187)) || (a == 189)) || (a == 191)) || (a == 192)) || (a == 219)) || (a == 220)) || (a == 221)) || (a == 222)) || (a == 8)) || (a == 12)) || (a == 27)) {
mycolor = new Color(this);
mycolor.setRGB(16711680);
a = "\u91CD\u8BBE";
_root.ess = 1;
} else {
mycolor.setRGB(0);
_root.ess = 0;
}
}
Instance of Symbol 75 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
a = _root.khs;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "\u7A7A\u683C";
}
if (a == 18) {
a = "Alt";
}
if (a == 17) {
a = "Ctrl";
}
if (a == 16) {
a = "Shift";
}
if (a == 13) {
a = "Enter";
}
if (a == 20) {
a = "Caps";
}
if (a == 9) {
a = "Tab";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "enter";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
_root.ehh = 0;
}
if ((((((((((((((((((((((((((((((((a == 112) || (a == 113)) || (a == 114)) || (a == 115)) || (a == 116)) || (a == 44)) || (a == 117)) || (a == 118)) || (a == 119)) || (a == 120)) || (a == 121)) || (a == 122)) || (a == 123)) || (a == 33)) || (a == 34)) || (a == 35)) || (a == 36)) || (a == 45)) || (a == 46)) || (a == 47)) || (a == 144)) || (a == 187)) || (a == 189)) || (a == 191)) || (a == 192)) || (a == 219)) || (a == 220)) || (a == 221)) || (a == 222)) || (a == 8)) || (a == 12)) || (a == 27)) {
mycolor = new Color(this);
mycolor.setRGB(16711680);
a = "\u91CD\u8BBE";
_root.ehh = 1;
} else {
mycolor.setRGB(0);
_root.ehh = 0;
}
}
Symbol 78 Button
on (release) {
_root.ku = 0;
with (this.jwsz) {
play();
}
}
Symbol 79 Button
on (release) {
_root.kd = 0;
with (this.jwsz) {
play();
}
}
Symbol 80 Button
on (release) {
_root.kl = 0;
with (this.jwsz) {
play();
}
}
Symbol 81 Button
on (release) {
_root.kr = 0;
with (this.jwsz) {
play();
}
}
Symbol 82 Button
on (release) {
_root.kg = 0;
with (this.jwsz) {
play();
}
}
Symbol 83 Button
on (release) {
_root.kt = 0;
with (this.jwsz) {
play();
}
}
Symbol 84 Button
on (release) {
_root.kf = 0;
with (this.jwsz) {
play();
}
}
Symbol 85 Button
on (release) {
_root.ki = 0;
with (this.jwsz) {
play();
}
}
Symbol 86 Button
on (release) {
_root.kjs = 0;
with (this.jwsz) {
play();
}
}
Symbol 87 Button
on (release) {
_root.khs = 0;
with (this.jwsz) {
play();
}
}
Symbol 88 Button
on (release) {
play();
}
Symbol 89 Button
on (release) {
_root.ku = 87;
_root.kd = 83;
_root.kl = 65;
_root.kr = 68;
_root.kg = 74;
_root.kt = 75;
_root.kf = 76;
_root.kjs = 186;
_root.ki = 73;
_root.khs = 79;
}
Symbol 95 MovieClip Frame 1
stop();
Symbol 95 MovieClip Frame 7
stop();
Instance of Symbol 94 MovieClip in Symbol 95 MovieClip Frame 7
onClipEvent (enterFrame) {
if (Key.isDown(Key.getCode())) {
if (_root.ku == 0) {
Set("_root:ku", Key.getCode());
_parent.nextFrame();
}
if (_root.kd == 0) {
Set("_root:kd", Key.getCode());
_parent.nextFrame();
}
if (_root.kl == 0) {
Set("_root:kl", Key.getCode());
_parent.nextFrame();
}
if (_root.kr == 0) {
Set("_root:kr", Key.getCode());
_parent.nextFrame();
}
if (_root.kg == 0) {
Set("_root:kg", Key.getCode());
_parent.nextFrame();
}
if (_root.kt == 0) {
Set("_root:kt", Key.getCode());
_parent.nextFrame();
}
if (_root.kf == 0) {
Set("_root:kf", Key.getCode());
_parent.nextFrame();
}
if (_root.kjs == 0) {
Set("_root:kjs", Key.getCode());
_parent.nextFrame();
}
if (_root.ki == 0) {
Set("_root:ki", Key.getCode());
_parent.nextFrame();
}
if (_root.khs == 0) {
Set("_root:khs", Key.getCode());
_parent.nextFrame();
}
}
}
Symbol 95 MovieClip Frame 8
play();
Symbol 99 MovieClip Frame 12
stop();
Symbol 99 MovieClip Frame 17
if (a == 2) {
gotoAndPlay (29);
}
Symbol 99 MovieClip Frame 18
if (a == 2) {
gotoAndPlay (29);
}
Symbol 99 MovieClip Frame 24
if (a == 1) {
with (_parent._parent) {
play();
}
}
stop();
Symbol 99 MovieClip Frame 47
stop();
Instance of Symbol 71 MovieClip in Symbol 99 MovieClip Frame 47
onClipEvent (enterFrame) {
if (_root.img == 0) {
_x = 40.8;
}
if (_root.img == 1) {
_x = 87.3;
}
if (_root.img == 2) {
_x = 135.3;
}
}
Instance of Symbol 71 MovieClip in Symbol 99 MovieClip Frame 47
onClipEvent (enterFrame) {
if (_root.hard == 8) {
_x = 40.8;
}
if (_root.hard == 5) {
_x = 87.3;
}
if (_root.hard == 2) {
_x = 135.3;
}
}
Instance of Symbol 71 MovieClip in Symbol 99 MovieClip Frame 47
onClipEvent (enterFrame) {
if (_root.life == 0) {
_x = 40.8;
}
if (_root.life == 1) {
_x = 87.3;
}
if (_root.life == 2) {
_x = 135.3;
}
}
Symbol 99 MovieClip Frame 64
if (a == 2) {
play();
} else {
gotoAndPlay (1);
}
Symbol 99 MovieClip Frame 73
stop();
Symbol 99 MovieClip Frame 76
var temp = [_root.ku, _root.kd, _root.kl, _root.kr, _root.kg, _root.kt, _root.kf, _root.kjs, _root.ki, _root.khs];
temp.sort();
var i = 0;
while (i < 10) {
if (temp[i] == temp[i + 1]) {
gotoAndPlay (85);
}
i++;
}
Symbol 99 MovieClip Frame 80
if ((((((((((_root.euu == 0) && (_root.edd == 0)) && (_root.ell == 0)) && (_root.err == 0)) && (_root.egg == 0)) && (_root.ett == 0)) && (_root.eff == 0)) && (_root.ess == 0)) && (_root.eii == 0)) && (_root.ehh == 0)) {
gotoAndPlay (29);
} else {
gotoAndPlay (105);
}
Symbol 99 MovieClip Frame 100
gotoAndPlay (66);
Symbol 99 MovieClip Frame 120
gotoAndPlay (66);
Symbol 125 Button
on (release, keyPress "<Enter>") {
gotoAndPlay (203);
}
Symbol 155 MovieClip Frame 100
_parent.nextFrame();
Symbol 169 MovieClip Frame 1
play();
Instance of Symbol 94 MovieClip in Symbol 169 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 1) {
_parent.stop();
} else {
_parent.play();
}
}
Symbol 169 MovieClip Frame 2
play();
Symbol 169 MovieClip Frame 5
stop();
Symbol 192 MovieClip Frame 4
stop();
Symbol 286 MovieClip Frame 151
stop();
Instance of Symbol 75 MovieClip in Symbol 286 MovieClip Frame 167
onClipEvent (enterFrame) {
a = _root.ku;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "Sp";
}
if (a == 18) {
a = "Al";
}
if (a == 17) {
a = "Ct";
}
if (a == 16) {
a = "Sh";
}
if (a == 13) {
a = "En";
}
if (a == 20) {
a = "Ca";
}
if (a == 9) {
a = "Ta";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "en";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
}
Instance of Symbol 75 MovieClip in Symbol 286 MovieClip Frame 167
onClipEvent (enterFrame) {
a = _root.kd;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "Sp";
}
if (a == 18) {
a = "Al";
}
if (a == 17) {
a = "Ct";
}
if (a == 16) {
a = "Sh";
}
if (a == 13) {
a = "En";
}
if (a == 20) {
a = "Ca";
}
if (a == 9) {
a = "Ta";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "en";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
}
Instance of Symbol 75 MovieClip in Symbol 286 MovieClip Frame 167
onClipEvent (enterFrame) {
a = _root.kl;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "Sp";
}
if (a == 18) {
a = "Al";
}
if (a == 17) {
a = "Ct";
}
if (a == 16) {
a = "Sh";
}
if (a == 13) {
a = "En";
}
if (a == 20) {
a = "Ca";
}
if (a == 9) {
a = "Ta";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "en";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
}
Instance of Symbol 75 MovieClip in Symbol 286 MovieClip Frame 167
onClipEvent (enterFrame) {
a = _root.kr;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "Sp";
}
if (a == 18) {
a = "Al";
}
if (a == 17) {
a = "Ct";
}
if (a == 16) {
a = "Sh";
}
if (a == 13) {
a = "En";
}
if (a == 20) {
a = "Ca";
}
if (a == 9) {
a = "Ta";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "en";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
}
Instance of Symbol 75 MovieClip in Symbol 286 MovieClip Frame 167
onClipEvent (enterFrame) {
a = _root.kg;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "Sp";
}
if (a == 18) {
a = "Al";
}
if (a == 17) {
a = "Ct";
}
if (a == 16) {
a = "Sh";
}
if (a == 13) {
a = "En";
}
if (a == 20) {
a = "Ca";
}
if (a == 9) {
a = "Ta";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "en";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
}
Instance of Symbol 75 MovieClip in Symbol 286 MovieClip Frame 167
onClipEvent (enterFrame) {
a = _root.kt;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "Sp";
}
if (a == 18) {
a = "Al";
}
if (a == 17) {
a = "Ct";
}
if (a == 16) {
a = "Sh";
}
if (a == 13) {
a = "En";
}
if (a == 20) {
a = "Ca";
}
if (a == 9) {
a = "Ta";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "en";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
}
Instance of Symbol 75 MovieClip in Symbol 286 MovieClip Frame 167
onClipEvent (enterFrame) {
a = _root.kf;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "Sp";
}
if (a == 18) {
a = "Al";
}
if (a == 17) {
a = "Ct";
}
if (a == 16) {
a = "Sh";
}
if (a == 13) {
a = "En";
}
if (a == 20) {
a = "Ca";
}
if (a == 9) {
a = "Ta";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "en";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
}
Instance of Symbol 75 MovieClip in Symbol 286 MovieClip Frame 167
onClipEvent (enterFrame) {
a = _root.ki;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "Sp";
}
if (a == 18) {
a = "Al";
}
if (a == 17) {
a = "Ct";
}
if (a == 16) {
a = "Sh";
}
if (a == 13) {
a = "En";
}
if (a == 20) {
a = "Ca";
}
if (a == 9) {
a = "Ta";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "en";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
}
Instance of Symbol 75 MovieClip in Symbol 286 MovieClip Frame 167
onClipEvent (enterFrame) {
a = _root.kjs;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "Sp";
}
if (a == 18) {
a = "Al";
}
if (a == 17) {
a = "Ct";
}
if (a == 16) {
a = "Sh";
}
if (a == 13) {
a = "En";
}
if (a == 20) {
a = "Ca";
}
if (a == 9) {
a = "Ta";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "en";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
}
Instance of Symbol 75 MovieClip in Symbol 286 MovieClip Frame 167
onClipEvent (enterFrame) {
a = _root.khs;
if (a == 65) {
a = "A";
}
if (a == 66) {
a = "B";
}
if (a == 67) {
a = "C";
}
if (a == 68) {
a = "D";
}
if (a == 69) {
a = "E";
}
if (a == 70) {
a = "F";
}
if (a == 71) {
a = "G";
}
if (a == 72) {
a = "H";
}
if (a == 73) {
a = "I";
}
if (a == 74) {
a = "J";
}
if (a == 75) {
a = "K";
}
if (a == 76) {
a = "L";
}
if (a == 77) {
a = "M";
}
if (a == 78) {
a = "N";
}
if (a == 79) {
a = "O";
}
if (a == 80) {
a = "P";
}
if (a == 81) {
a = "Q";
}
if (a == 82) {
a = "R";
}
if (a == 83) {
a = "S";
}
if (a == 84) {
a = "T";
}
if (a == 85) {
a = "U";
}
if (a == 86) {
a = "V";
}
if (a == 87) {
a = "W";
}
if (a == 88) {
a = "X";
}
if (a == 89) {
a = "Y";
}
if (a == 90) {
a = "Z";
}
if (a == 32) {
a = "Sp";
}
if (a == 18) {
a = "Al";
}
if (a == 17) {
a = "Ct";
}
if (a == 16) {
a = "Sh";
}
if (a == 13) {
a = "En";
}
if (a == 20) {
a = "Ca";
}
if (a == 9) {
a = "Ta";
}
if (a == 37) {
a = "\u2190";
}
if (a == 38) {
a = "\u2191";
}
if (a == 39) {
a = "\u2192";
}
if (a == 40) {
a = "\u2193";
}
if (a == 110) {
a = ".";
}
if ((a == 96) || (a == 48)) {
a = "0";
}
if ((a == 97) || (a == 49)) {
a = "1";
}
if ((a == 98) || (a == 50)) {
a = "2";
}
if ((a == 99) || (a == 51)) {
a = "3";
}
if ((a == 100) || (a == 52)) {
a = "4";
}
if ((a == 101) || (a == 53)) {
a = "5";
}
if ((a == 102) || (a == 54)) {
a = "6";
}
if ((a == 103) || (a == 55)) {
a = "7";
}
if ((a == 104) || (a == 56)) {
a = "8";
}
if ((a == 105) || (a == 57)) {
a = "9";
}
if (a == 108) {
a = "en";
}
if (a == 107) {
a = "+";
}
if (a == 109) {
a = "-";
}
if (a == 111) {
a = "/";
}
if (a == 106) {
a = "*";
}
if (a == 186) {
a = ";";
}
}
Symbol 286 MovieClip Frame 191
stop();
Symbol 286 MovieClip Frame 192
stop();
Symbol 286 MovieClip Frame 193
stop();
Symbol 286 MovieClip Frame 194
stop();
Symbol 286 MovieClip Frame 195
stop();
Symbol 286 MovieClip Frame 196
stop();
Symbol 286 MovieClip Frame 197
stop();
Symbol 286 MovieClip Frame 198
stop();
Symbol 286 MovieClip Frame 199
stop();
Symbol 286 MovieClip Frame 200
stop();
Symbol 286 MovieClip Frame 201
gotoAndPlay (167);
Symbol 286 MovieClip Frame 217
stop();
stopAllSounds();
_root.nextFrame();
Symbol 295 MovieClip Frame 1
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 50)) {
gotoAndPlay (110);
}
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 11)) {
gotoAndPlay (50);
}
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 8)) {
gotoAndPlay (50);
}
if ((((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (30);
}
if ((((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (10);
}
Symbol 295 MovieClip Frame 2
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 50)) {
gotoAndPlay (110);
}
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 11)) {
gotoAndPlay (50);
}
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 8)) {
gotoAndPlay (50);
}
if ((((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (30);
}
if ((((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (10);
}
Symbol 295 MovieClip Frame 3
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 50)) {
gotoAndPlay (110);
}
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 11)) {
gotoAndPlay (50);
}
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 8)) {
gotoAndPlay (50);
}
if ((((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (30);
}
if ((((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (10);
}
Symbol 295 MovieClip Frame 4
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 50)) {
gotoAndPlay (110);
}
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 11)) {
gotoAndPlay (50);
}
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 8)) {
gotoAndPlay (50);
}
if ((((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (30);
}
if ((((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (10);
}
Symbol 295 MovieClip Frame 5
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 50)) {
gotoAndPlay (110);
}
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 11)) {
gotoAndPlay (50);
}
if ((((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.dong == 0)) and (_root.walk == 0)) and (_root.an == 0)) and (_root.exp >= 8)) {
gotoAndPlay (50);
}
if ((((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (30);
}
if ((((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (10);
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 10
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (20);
}
Symbol 295 MovieClip Frame 11
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (20);
}
Symbol 295 MovieClip Frame 12
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (20);
}
Symbol 295 MovieClip Frame 13
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (20);
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 20
if ((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 295 MovieClip Frame 21
if ((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 295 MovieClip Frame 22
if ((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 295 MovieClip Frame 23
if ((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 30
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (40);
}
Symbol 295 MovieClip Frame 31
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (40);
}
Symbol 295 MovieClip Frame 32
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (40);
}
Symbol 295 MovieClip Frame 33
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (40);
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 40
if ((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 295 MovieClip Frame 41
if ((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 295 MovieClip Frame 42
if ((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 295 MovieClip Frame 43
if ((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 50
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 295 MovieClip Frame 51
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 295 MovieClip Frame 52
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 295 MovieClip Frame 53
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 295 MovieClip Frame 54
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
gotoAndPlay (1);
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 60
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
} else {
gotoAndPlay (70);
}
}
Symbol 295 MovieClip Frame 61
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
} else {
gotoAndPlay (70);
}
}
Symbol 295 MovieClip Frame 62
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
} else {
gotoAndPlay (70);
}
}
Symbol 295 MovieClip Frame 63
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
} else {
gotoAndPlay (70);
}
}
Symbol 295 MovieClip Frame 64
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
gotoAndPlay (1);
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
} else {
gotoAndPlay (70);
}
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 70
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
}
Symbol 295 MovieClip Frame 71
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
}
Symbol 295 MovieClip Frame 72
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
}
Symbol 295 MovieClip Frame 73
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
}
Symbol 295 MovieClip Frame 74
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 100
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
}
Symbol 295 MovieClip Frame 101
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
}
Symbol 295 MovieClip Frame 102
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
}
Symbol 295 MovieClip Frame 103
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
}
Symbol 295 MovieClip Frame 104
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 110
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (120);
}
Symbol 295 MovieClip Frame 111
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (120);
}
Symbol 295 MovieClip Frame 112
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (120);
}
Symbol 295 MovieClip Frame 113
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (120);
}
Symbol 295 MovieClip Frame 114
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (120);
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 120
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) {
gotoAndPlay (130);
}
Symbol 295 MovieClip Frame 121
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) {
gotoAndPlay (130);
}
Symbol 295 MovieClip Frame 122
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) {
gotoAndPlay (130);
}
Symbol 295 MovieClip Frame 123
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) {
gotoAndPlay (130);
}
Symbol 295 MovieClip Frame 124
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) {
gotoAndPlay (130);
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 130
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (140);
}
Symbol 295 MovieClip Frame 131
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (140);
}
Symbol 295 MovieClip Frame 132
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (140);
}
Symbol 295 MovieClip Frame 133
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (140);
}
Symbol 295 MovieClip Frame 134
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (140);
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 140
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
gotoAndPlay (150);
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
gotoAndPlay (150);
}
Symbol 295 MovieClip Frame 141
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
gotoAndPlay (150);
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
gotoAndPlay (150);
}
Symbol 295 MovieClip Frame 142
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
gotoAndPlay (150);
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
gotoAndPlay (150);
}
Symbol 295 MovieClip Frame 143
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
gotoAndPlay (150);
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
gotoAndPlay (150);
}
Symbol 295 MovieClip Frame 144
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
gotoAndPlay (150);
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
gotoAndPlay (150);
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 150
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (160);
}
Symbol 295 MovieClip Frame 151
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (160);
}
Symbol 295 MovieClip Frame 152
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (160);
}
Symbol 295 MovieClip Frame 153
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (160);
}
Symbol 295 MovieClip Frame 154
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (160);
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 160
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
Symbol 295 MovieClip Frame 161
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
Symbol 295 MovieClip Frame 162
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
Symbol 295 MovieClip Frame 163
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
Symbol 295 MovieClip Frame 164
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
gotoAndPlay (1);
Symbol 295 MovieClip Frame 170
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
}
Symbol 295 MovieClip Frame 171
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
}
Symbol 295 MovieClip Frame 172
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
}
Symbol 295 MovieClip Frame 173
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
}
Symbol 295 MovieClip Frame 174
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
}
gotoAndPlay (1);
Symbol 297 MovieClip Frame 1
stop();
Symbol 297 MovieClip Frame 18
_root.zhq = 0;
Instance of Symbol 94 MovieClip in Symbol 325 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
if ((_root.face == 1) and (_parent._x > -250)) {
if (_root.juanzhou == 0) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 0) and (_parent._x < 310)) {
if (_root.juanzhou == 0) {
_parent._x = _parent._x + 10;
}
}
}
}
}
Instance of Symbol 94 MovieClip in Symbol 325 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 1) {
_parent.stop();
} else {
_parent.play();
}
}
Symbol 331 MovieClip Frame 1
stop();
Symbol 331 MovieClip Frame 8
gotoAndPlay (1);
Symbol 331 MovieClip Frame 18
gotoAndPlay (1);
Instance of Symbol 94 MovieClip in Symbol 361 MovieClip Frame 1
onClipEvent (enterFrame) {
with (_parent) {
if (Key.isDown(_root.kg)) {
if (_root.an == 0) {
_root.an = 1;
if ((_root.rm == 1) || (_root.lm == 1)) {
gotoAndPlay(25);
} else {
gotoAndPlay(15);
}
}
} else {
_root.an = 0;
}
}
}
Symbol 361 MovieClip Frame 6
stop();
Symbol 361 MovieClip Frame 15
play();
Symbol 361 MovieClip Frame 17
_root.an = 1;
Symbol 361 MovieClip Frame 19
with (_parent.hit5) {
gotoAndPlay(15);
}
Symbol 361 MovieClip Frame 21
stop();
Symbol 361 MovieClip Frame 25
play();
Symbol 361 MovieClip Frame 27
_root.an = 1;
Symbol 361 MovieClip Frame 29
with (_parent.hit5) {
gotoAndPlay(5);
}
Symbol 361 MovieClip Frame 31
stop();
Instance of Symbol 94 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
}
}
Symbol 376 MovieClip Frame 15
stop();
Symbol 378 MovieClip Frame 1
if (((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.an == 0)) and (_root.exp >= 8)) and (!Key.isDown(_root.kg))) {
gotoAndPlay (50);
}
Symbol 378 MovieClip Frame 2
if (((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.an == 0)) and (_root.exp >= 8)) and (!Key.isDown(_root.kg))) {
gotoAndPlay (50);
}
Symbol 378 MovieClip Frame 3
if (((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.an == 0)) and (_root.exp >= 8)) and (!Key.isDown(_root.kg))) {
gotoAndPlay (50);
}
Symbol 378 MovieClip Frame 4
if (((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.an == 0)) and (_root.exp >= 8)) and (!Key.isDown(_root.kg))) {
gotoAndPlay (50);
}
Symbol 378 MovieClip Frame 5
if (((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.an == 0)) and (_root.exp >= 8)) and (!Key.isDown(_root.kg))) {
gotoAndPlay (50);
}
gotoAndPlay (1);
Symbol 378 MovieClip Frame 50
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 378 MovieClip Frame 51
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 378 MovieClip Frame 52
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 378 MovieClip Frame 53
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 378 MovieClip Frame 54
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
gotoAndPlay (1);
Symbol 378 MovieClip Frame 60
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
} else {
gotoAndPlay (70);
}
}
Symbol 378 MovieClip Frame 61
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
} else {
gotoAndPlay (70);
}
}
Symbol 378 MovieClip Frame 62
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
} else {
gotoAndPlay (70);
}
}
Symbol 378 MovieClip Frame 63
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
} else {
gotoAndPlay (70);
}
}
Symbol 378 MovieClip Frame 64
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
} else {
gotoAndPlay (70);
}
}
gotoAndPlay (1);
Symbol 378 MovieClip Frame 70
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
}
Symbol 378 MovieClip Frame 71
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
}
Symbol 378 MovieClip Frame 72
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
}
Symbol 378 MovieClip Frame 73
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
}
Symbol 378 MovieClip Frame 74
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(150);
}
}
gotoAndPlay (1);
Symbol 380 MovieClip Frame 1
if ((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.exp >= 11)) and (!Key.isDown(_root.kg))) {
gotoAndPlay (50);
}
Symbol 380 MovieClip Frame 2
if ((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.exp >= 11)) and (!Key.isDown(_root.kg))) {
gotoAndPlay (50);
}
Symbol 380 MovieClip Frame 3
if ((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.exp >= 11)) and (!Key.isDown(_root.kg))) {
gotoAndPlay (50);
}
Symbol 380 MovieClip Frame 4
if ((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.exp >= 11)) and (!Key.isDown(_root.kg))) {
gotoAndPlay (50);
}
Symbol 380 MovieClip Frame 5
if ((((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) and (_root.exp >= 11)) and (!Key.isDown(_root.kg))) {
gotoAndPlay (50);
}
gotoAndPlay (1);
Symbol 380 MovieClip Frame 50
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 380 MovieClip Frame 51
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 380 MovieClip Frame 52
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 380 MovieClip Frame 53
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
Symbol 380 MovieClip Frame 54
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (60);
}
gotoAndPlay (1);
Symbol 380 MovieClip Frame 60
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
Symbol 380 MovieClip Frame 61
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
Symbol 380 MovieClip Frame 62
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
Symbol 380 MovieClip Frame 63
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
Symbol 380 MovieClip Frame 64
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
} else {
gotoAndPlay (100);
}
}
gotoAndPlay (1);
Symbol 380 MovieClip Frame 100
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
}
Symbol 380 MovieClip Frame 101
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
}
Symbol 380 MovieClip Frame 102
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
}
Symbol 380 MovieClip Frame 103
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
}
Symbol 380 MovieClip Frame 104
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(200);
}
}
gotoAndPlay (1);
Symbol 395 MovieClip Frame 1
play();
Symbol 395 MovieClip Frame 2
play();
Symbol 395 MovieClip Frame 6
stop();
Symbol 396 MovieClip Frame 1
if ((((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (30);
}
if ((((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (10);
}
Symbol 396 MovieClip Frame 2
if ((((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (30);
}
if ((((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (10);
}
Symbol 396 MovieClip Frame 3
if ((((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (30);
}
if ((((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (10);
}
Symbol 396 MovieClip Frame 4
if ((((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (30);
}
if ((((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (10);
}
Symbol 396 MovieClip Frame 5
if ((((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (30);
}
if ((((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.dong == 0)) and (_root.walk == 0)) {
gotoAndPlay (10);
}
gotoAndPlay (1);
Symbol 396 MovieClip Frame 10
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (20);
}
Symbol 396 MovieClip Frame 11
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (20);
}
Symbol 396 MovieClip Frame 12
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (20);
}
Symbol 396 MovieClip Frame 13
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (20);
}
gotoAndPlay (1);
Symbol 396 MovieClip Frame 20
if ((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 396 MovieClip Frame 21
if ((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 396 MovieClip Frame 22
if ((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 396 MovieClip Frame 23
if ((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
gotoAndPlay (1);
Symbol 396 MovieClip Frame 30
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (40);
}
Symbol 396 MovieClip Frame 31
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (40);
}
Symbol 396 MovieClip Frame 32
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (40);
}
Symbol 396 MovieClip Frame 33
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (40);
}
gotoAndPlay (1);
Symbol 396 MovieClip Frame 40
if ((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 396 MovieClip Frame 41
if ((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 396 MovieClip Frame 42
if ((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
Symbol 396 MovieClip Frame 43
if ((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) {
with (_parent) {
_root.dong = 1;
gotoAndPlay(10);
}
}
gotoAndPlay (1);
Symbol 410 MovieClip Frame 7
gotoAndPlay (6);
Symbol 431 MovieClip Frame 1
play();
Symbol 431 MovieClip Frame 2
play();
Symbol 431 MovieClip Frame 7
stop();
Instance of Symbol 94 MovieClip in Symbol 450 MovieClip Frame 1
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
}
}
Symbol 450 MovieClip Frame 18
stop();
Symbol 490 MovieClip Frame 1
play();
Instance of Symbol 94 MovieClip in Symbol 490 MovieClip Frame 1
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
}
}
Symbol 490 MovieClip Frame 2
play();
Symbol 490 MovieClip Frame 16
stop();
Symbol 519 MovieClip Frame 1
play();
Instance of Symbol 94 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
}
}
Symbol 519 MovieClip Frame 2
play();
Symbol 519 MovieClip Frame 18
with (_parent._parent.zhongjing) {
_y = _y - 5;
}
Symbol 519 MovieClip Frame 19
with (_parent._parent.zhongjing) {
_y = _y + 5;
}
Symbol 519 MovieClip Frame 31
stop();
Symbol 521 MovieClip Frame 1
if (((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) and (_root.exp >= 50)) {
gotoAndPlay (110);
}
Symbol 521 MovieClip Frame 2
if (((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) and (_root.exp >= 50)) {
gotoAndPlay (110);
}
Symbol 521 MovieClip Frame 3
if (((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) and (_root.exp >= 50)) {
gotoAndPlay (110);
}
Symbol 521 MovieClip Frame 4
if (((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) and (_root.exp >= 50)) {
gotoAndPlay (110);
}
Symbol 521 MovieClip Frame 5
if (((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 1)) and (_root:dm == 0)) and (_root.exp >= 50)) {
gotoAndPlay (110);
}
gotoAndPlay (1);
Symbol 521 MovieClip Frame 110
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (120);
}
Symbol 521 MovieClip Frame 111
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (120);
}
Symbol 521 MovieClip Frame 112
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (120);
}
Symbol 521 MovieClip Frame 113
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (120);
}
Symbol 521 MovieClip Frame 114
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (120);
}
gotoAndPlay (1);
Symbol 521 MovieClip Frame 120
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) {
gotoAndPlay (130);
}
Symbol 521 MovieClip Frame 121
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) {
gotoAndPlay (130);
}
Symbol 521 MovieClip Frame 122
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) {
gotoAndPlay (130);
}
Symbol 521 MovieClip Frame 123
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) {
gotoAndPlay (130);
}
Symbol 521 MovieClip Frame 124
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 1)) {
gotoAndPlay (130);
}
gotoAndPlay (1);
Symbol 521 MovieClip Frame 130
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (140);
}
Symbol 521 MovieClip Frame 131
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (140);
}
Symbol 521 MovieClip Frame 132
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (140);
}
Symbol 521 MovieClip Frame 133
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (140);
}
Symbol 521 MovieClip Frame 134
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (140);
}
gotoAndPlay (1);
Symbol 521 MovieClip Frame 140
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
gotoAndPlay (150);
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
gotoAndPlay (150);
}
Symbol 521 MovieClip Frame 141
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
gotoAndPlay (150);
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
gotoAndPlay (150);
}
Symbol 521 MovieClip Frame 142
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
gotoAndPlay (150);
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
gotoAndPlay (150);
}
Symbol 521 MovieClip Frame 143
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
gotoAndPlay (150);
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
gotoAndPlay (150);
}
Symbol 521 MovieClip Frame 144
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
gotoAndPlay (150);
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
gotoAndPlay (150);
}
gotoAndPlay (1);
Symbol 521 MovieClip Frame 150
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (160);
}
Symbol 521 MovieClip Frame 151
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (160);
}
Symbol 521 MovieClip Frame 152
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (160);
}
Symbol 521 MovieClip Frame 153
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (160);
}
Symbol 521 MovieClip Frame 154
if ((((_root:rm == 0) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) {
gotoAndPlay (160);
}
gotoAndPlay (1);
Symbol 521 MovieClip Frame 160
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
Symbol 521 MovieClip Frame 161
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
Symbol 521 MovieClip Frame 162
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
Symbol 521 MovieClip Frame 163
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
Symbol 521 MovieClip Frame 164
if (((((_root:rm == 0) and (_root:lm == 1)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 1)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
if (((((_root:rm == 1) and (_root:lm == 0)) and (_root:um == 0)) and (_root:dm == 0)) and (_root.face == 0)) {
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
} else {
gotoAndPlay (170);
}
}
gotoAndPlay (1);
Symbol 521 MovieClip Frame 170
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
}
Symbol 521 MovieClip Frame 171
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
}
Symbol 521 MovieClip Frame 172
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
}
Symbol 521 MovieClip Frame 173
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
}
Symbol 521 MovieClip Frame 174
if (Key.isDown(_root.kg)) {
with (_parent) {
gotoAndPlay(330);
}
}
gotoAndPlay (1);
Symbol 595 MovieClip Frame 1
play();
Symbol 595 MovieClip Frame 2
play();
Instance of Symbol 94 MovieClip in Symbol 595 MovieClip Frame 55
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
}
}
Symbol 595 MovieClip Frame 83
gotoAndPlay (82);
Instance of Symbol 94 MovieClip in Symbol 608 MovieClip Frame 15
onClipEvent (enterFrame) {
if (_root.jz == 1) {
with (_parent._parent) {
gotoAndPlay(240);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 608 MovieClip Frame 15
onClipEvent (enterFrame) {
with (_parent) {
if ((_root.face == 1) and (_parent._x > -250)) {
_parent._x = _parent._x - 20;
}
if ((_root.face == 0) and (_parent._x < 310)) {
_parent._x = _parent._x + 20;
}
}
}
Symbol 608 MovieClip Frame 17
gotoAndPlay (15);
Symbol 631 MovieClip Frame 8
stop();
Symbol 631 MovieClip Frame 22
stop();
Symbol 668 MovieClip Frame 15
stop();
with (_parent) {
play();
}
Symbol 682 MovieClip Frame 8
gotoAndPlay (6);
Instance of Symbol 94 MovieClip in Symbol 685 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mabi == 0) {
with (_parent._parent) {
gotoAndPlay(1);
}
}
}
Symbol 718 MovieClip [magic] Frame 1
stop();
_root.dong = 0;
_root.walk = 0;
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
if (Key.isDown(_root.kl) and (_root.dong == 0)) {
gotoAndPlay(5);
if (_root.juanzhou == 0) {
_xscale = 20.5;
_root.face = 1;
if (_x > -250) {
_x = _x - 6;
}
}
}
if (Key.isDown(_root.kr) and (_root.dong == 0)) {
gotoAndPlay(5);
if (_root.juanzhou == 0) {
_xscale = -20.5;
_root.face = 0;
if (_x < 310) {
_x = _x + 6;
}
}
}
if (Key.isDown(_root.ku) and (_root.dong == 0)) {
gotoAndPlay(5);
if (_y > 50) {
_y = _y - 4;
}
}
if (Key.isDown(_root.kd) and (_root.dong == 0)) {
gotoAndPlay(5);
if (_y < 155) {
_y = _y + 4;
}
}
if (Key.isDown(_root.kf)) {
if (_root.f == 0) {
_root.f = 1;
gotoAndPlay(130);
}
} else {
_root.f = 0;
}
if ((Key.isDown(_root.kg) and Key.isDown(_root.kt)) and (_root.hp > 10)) {
_root.dong = 1;
gotoAndPlay(175);
} else {
if (Key.isDown(_root.kt) and (_root.dong == 0)) {
if (_root.jump == 0) {
_root.jump = 1;
gotoAndPlay(20);
}
} else {
_root.jump = 0;
}
if (Key.isDown(_root.kg) and (_root.dong == 0)) {
if (_root.an == 0) {
_root.an = 1;
if (_root.zhq == 0) {
gotoAndPlay(50);
}
if (_root.zhq == 1) {
gotoAndPlay(85);
}
if (_root.zhq == 2) {
gotoAndPlay(100);
}
if (_root.zhq == 3) {
gotoAndPlay(115);
}
}
} else {
_root.an = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.hp <= 0) {
with (_parent) {
gotoAndPlay(380);
}
}
}
Instance of Symbol 295 MovieClip in Symbol 718 MovieClip [magic] Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(_root.kr) and (_root.pause == 0)) {
Set("_root:rm", 1);
} else {
Set("_root:rm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kl) and (_root.pause == 0)) {
Set("_root:lm", 1);
} else {
Set("_root:lm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.ku) and (_root.pause == 0)) {
Set("_root:um", 1);
} else {
Set("_root:um", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kd) and (_root.pause == 0)) {
Set("_root:dm", 1);
} else {
Set("_root:dm", 0);
}
}
Instance of Symbol 297 MovieClip "time" in Symbol 718 MovieClip [magic] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
}
onClipEvent (load) {
_parent._width = 89.9;
_parent._height = 125.1;
}
Symbol 718 MovieClip [magic] Frame 5
_root.walk = 1;
Symbol 718 MovieClip [magic] Frame 7
gotoAndPlay (1);
Symbol 718 MovieClip [magic] Frame 10
if (_root.pause == 0) {
if (Key.isDown(_root.ku) and (_y > 50)) {
_y = (_y - 4);
}
if (Key.isDown(_root.kd) and (_y < 155)) {
_y = (_y + 4);
}
}
_root.dong = 1;
_root.walk = 2;
_root.lm = 0;
_root.rm = 0;
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 10
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
if ((Key.isDown(_root.kt) and Key.isDown(_root.kg)) and (_root.hp > 10)) {
_root.dong = 1;
gotoAndPlay(175);
} else {
if (Key.isDown(_root.kt)) {
if (_root.jump == 0) {
gotoAndPlay(20);
_root.jump = 1;
}
} else {
_root.jump = 0;
}
if (Key.isDown(_root.kf)) {
if (_root.f == 0) {
_root.f = 1;
_root.dong = 1;
gotoAndPlay(130);
}
} else {
_root.f = 0;
}
if (Key.isDown(_root.kg)) {
if ((_root.an == 0) and (_root.exp >= 3)) {
gotoAndPlay(65);
_root.an = 1;
}
} else {
_root.an = 0;
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.hp <= 0) {
with (_parent) {
gotoAndPlay(380);
}
}
}
Symbol 718 MovieClip [magic] Frame 11
if (_root.pause == 0) {
if (Key.isDown(_root.ku) and (_y > 50)) {
_y = (_y - 4);
}
if (Key.isDown(_root.kd) and (_y < 155)) {
_y = (_y + 4);
}
}
Symbol 718 MovieClip [magic] Frame 12
if (_root.pause == 0) {
if (Key.isDown(_root.ku) and (_y > 50)) {
_y = (_y - 4);
}
if (Key.isDown(_root.kd) and (_y < 155)) {
_y = (_y + 4);
}
}
Symbol 718 MovieClip [magic] Frame 13
if (_root.pause == 0) {
if (Key.isDown(_root.ku) and (_y > 50)) {
_y = (_y - 4);
}
if (Key.isDown(_root.kd) and (_y < 155)) {
_y = (_y + 4);
}
}
if ((Key.isDown(_root.kl) and (_root.face == 1)) and (_root.pause == 0)) {
gotoAndPlay (11);
} else if ((Key.isDown(_root.kr) and (_root.face == 0)) and (_root.pause == 0)) {
gotoAndPlay (11);
} else {
play();
}
Symbol 718 MovieClip [magic] Frame 14
if (_root.pause == 0) {
if (Key.isDown(_root.ku) and (_y > 50)) {
_y = (_y - 4);
}
if (Key.isDown(_root.kd) and (_y < 155)) {
_y = (_y + 4);
}
}
Symbol 718 MovieClip [magic] Frame 15
if ((_root.face == 1) and (_x > -250)) {
_x = (_x - 6);
}
if ((_root.face == 0) and (_x < 310)) {
_x = (_x + 6);
}
Symbol 718 MovieClip [magic] Frame 16
if ((_root.face == 1) and (_x > -250)) {
_x = (_x - 4);
}
if ((_root.face == 0) and (_x < 310)) {
_x = (_x + 4);
}
gotoAndPlay (1);
Symbol 718 MovieClip [magic] Frame 20
_root.dong = 1;
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 20
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
if (Key.isDown(_root.kl) and (_x > -250)) {
if (_root.walk == 1) {
_x = _x - 6;
}
if (_root.walk == 2) {
_x = _x - 10;
}
}
if (Key.isDown(_root.kr) and (_x < 310)) {
if (_root.walk == 1) {
_x = _x + 6;
}
if (_root.walk == 2) {
_x = _x + 10;
}
}
if (Key.isDown(_root.ku) and (_y > 50)) {
_y = _y - 3;
}
if (Key.isDown(_root.kd) and (_y < 155)) {
_y = _y + 3;
}
}
}
}
Symbol 718 MovieClip [magic] Frame 35
gotoAndPlay (1);
_root.an = 1;
Symbol 718 MovieClip [magic] Frame 54
if (_root.jz == 1) {
play();
} else {
gotoAndPlay (1);
}
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 55
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
if (Key.isDown(_root.kg) and (_root.dong == 0)) {
if (_root.an == 0) {
_root.an = 1;
if (_root.zhq == 0) {
gotoAndPlay(50);
}
if (_root.zhq == 1) {
gotoAndPlay(85);
}
if (_root.zhq == 2) {
gotoAndPlay(100);
}
if (_root.zhq == 3) {
gotoAndPlay(115);
}
}
} else {
_root.an = 0;
}
}
}
Symbol 718 MovieClip [magic] Frame 56
gotoAndPlay (1);
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 65
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
}
}
Symbol 718 MovieClip [magic] Frame 67
if (_root.wsp == 0) {
_root.exp = _root.exp - 3;
}
Symbol 718 MovieClip [magic] Frame 70
if ((_root.face == 1) and (_x > -250)) {
_x = (_x - 20);
}
if ((_root.face == 0) and (_x < 310)) {
_x = (_x + 20);
}
Symbol 718 MovieClip [magic] Frame 71
if ((_root.face == 1) and (_x > -250)) {
_x = (_x - 20);
}
if ((_root.face == 0) and (_x < 310)) {
_x = (_x + 20);
}
Symbol 718 MovieClip [magic] Frame 72
if ((_root.face == 1) and (_x > -250)) {
_x = (_x - 20);
}
if ((_root.face == 0) and (_x < 310)) {
_x = (_x + 20);
}
Instance of Symbol 378 MovieClip in Symbol 718 MovieClip [magic] Frame 72
onClipEvent (enterFrame) {
if (Key.isDown(_root.kr)) {
Set("_root:rm", 1);
} else {
Set("_root:rm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kl)) {
Set("_root:lm", 1);
} else {
Set("_root:lm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.ku)) {
Set("_root:um", 1);
} else {
Set("_root:um", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kd)) {
Set("_root:dm", 1);
} else {
Set("_root:dm", 0);
}
}
Symbol 718 MovieClip [magic] Frame 73
if ((_root.face == 1) and (_x > -250)) {
_x = (_x - 10);
}
if ((_root.face == 0) and (_x < 310)) {
_x = (_x + 10);
}
Symbol 718 MovieClip [magic] Frame 74
if ((_root.face == 1) and (_x > -250)) {
_x = (_x - 10);
}
if ((_root.face == 0) and (_x < 310)) {
_x = (_x + 10);
}
Symbol 718 MovieClip [magic] Frame 75
if ((_root.face == 1) and (_x > -250)) {
_x = (_x - 5);
}
if ((_root.face == 0) and (_x < 310)) {
_x = (_x + 5);
}
Symbol 718 MovieClip [magic] Frame 76
if ((_root.face == 1) and (_x > -250)) {
_x = (_x - 5);
}
if ((_root.face == 0) and (_x < 310)) {
_x = (_x + 5);
}
Symbol 718 MovieClip [magic] Frame 77
if ((_root.face == 1) and (_x > -250)) {
_x = (_x - 5);
}
if ((_root.face == 0) and (_x < 310)) {
_x = (_x + 5);
}
Symbol 718 MovieClip [magic] Frame 80
gotoAndPlay (1);
_root.an = 1;
Instance of Symbol 396 MovieClip in Symbol 718 MovieClip [magic] Frame 85
onClipEvent (enterFrame) {
if (Key.isDown(_root.kr)) {
Set("_root:rm", 1);
} else {
Set("_root:rm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kl)) {
Set("_root:lm", 1);
} else {
Set("_root:lm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.ku)) {
Set("_root:um", 1);
} else {
Set("_root:um", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kd)) {
Set("_root:dm", 1);
} else {
Set("_root:dm", 0);
}
}
Symbol 718 MovieClip [magic] Frame 92
if (_root.jz == 1) {
play();
} else {
gotoAndPlay (1);
}
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 92
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
if (Key.isDown(_root.kg) and (_root.dong == 0)) {
if (_root.an == 0) {
_root.an = 1;
if (_root.zhq == 0) {
gotoAndPlay(50);
}
if (_root.zhq == 1) {
gotoAndPlay(85);
}
if (_root.zhq == 2) {
gotoAndPlay(100);
}
if (_root.zhq == 3) {
gotoAndPlay(115);
}
}
} else {
_root.an = 0;
}
}
}
Symbol 718 MovieClip [magic] Frame 94
gotoAndPlay (1);
Instance of Symbol 396 MovieClip in Symbol 718 MovieClip [magic] Frame 100
onClipEvent (enterFrame) {
if (Key.isDown(_root.kr)) {
Set("_root:rm", 1);
} else {
Set("_root:rm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kl)) {
Set("_root:lm", 1);
} else {
Set("_root:lm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.ku)) {
Set("_root:um", 1);
} else {
Set("_root:um", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kd)) {
Set("_root:dm", 1);
} else {
Set("_root:dm", 0);
}
}
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 105
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
if (Key.isDown(_root.kg) and (_root.dong == 0)) {
if (_root.an == 0) {
_root.an = 1;
if (_root.zhq == 0) {
gotoAndPlay(50);
}
if (_root.zhq == 1) {
gotoAndPlay(85);
}
if (_root.zhq == 2) {
gotoAndPlay(100);
}
if (_root.zhq == 3) {
gotoAndPlay(115);
}
}
} else {
_root.an = 0;
}
}
}
Symbol 718 MovieClip [magic] Frame 106
if (_root.jz == 1) {
play();
} else {
gotoAndPlay (1);
}
Symbol 718 MovieClip [magic] Frame 108
gotoAndPlay (1);
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 115
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
}
}
Symbol 718 MovieClip [magic] Frame 125
gotoAndPlay (1);
Symbol 718 MovieClip [magic] Frame 144
gotoAndPlay (1);
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 150
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
}
}
Symbol 718 MovieClip [magic] Frame 152
if (_root.wsp == 0) {
_root.exp = _root.exp - 8;
}
Symbol 718 MovieClip [magic] Frame 170
gotoAndPlay (1);
Symbol 718 MovieClip [magic] Frame 175
_root.hp = _root.hp - 10;
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 175
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
}
}
Symbol 718 MovieClip [magic] Frame 192
gotoAndPlay (1);
Instance of Symbol 521 MovieClip in Symbol 718 MovieClip [magic] Frame 200
onClipEvent (enterFrame) {
if (Key.isDown(_root.kr)) {
Set("_root:rm", 1);
} else {
Set("_root:rm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kl)) {
Set("_root:lm", 1);
} else {
Set("_root:lm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.ku)) {
Set("_root:um", 1);
} else {
Set("_root:um", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kd)) {
Set("_root:dm", 1);
} else {
Set("_root:dm", 0);
}
}
Symbol 718 MovieClip [magic] Frame 202
if (_root.wsp == 0) {
_root.exp = _root.exp - 11;
}
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 220
onClipEvent (enterFrame) {
with (_parent) {
if (_root.jz == 1) {
stop();
} else {
play();
}
}
}
Instance of Symbol 378 MovieClip in Symbol 718 MovieClip [magic] Frame 220
onClipEvent (enterFrame) {
if (Key.isDown(_root.kr)) {
Set("_root:rm", 1);
} else {
Set("_root:rm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kl)) {
Set("_root:lm", 1);
} else {
Set("_root:lm", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.ku)) {
Set("_root:um", 1);
} else {
Set("_root:um", 0);
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kd)) {
Set("_root:dm", 1);
} else {
Set("_root:dm", 0);
}
}
Symbol 718 MovieClip [magic] Frame 232
gotoAndPlay (1);
_root.an = 1;
Symbol 718 MovieClip [magic] Frame 322
gotoAndPlay (150);
Symbol 718 MovieClip [magic] Frame 332
_root.exp = _root.exp - 50;
Symbol 718 MovieClip [magic] Frame 352
gotoAndPlay (1);
Symbol 718 MovieClip [magic] Frame 360
if (_root.hp <= 0) {
gotoAndPlay (380);
}
Instance of Symbol 631 MovieClip in Symbol 718 MovieClip [magic] Frame 360
onClipEvent (load) {
if (_root.adxz == 1) {
gotoAndPlay (15);
}
}
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 360
onClipEvent (enterFrame) {
with (_parent) {
if ((Key.isDown(_root.kg) and Key.isDown(_root.kt)) and (_root.hp > 10)) {
_root.dong = 1;
gotoAndPlay(175);
}
}
}
Symbol 718 MovieClip [magic] Frame 369
if (_root.mabi == 1) {
gotoAndStop (450);
} else {
gotoAndPlay (1);
}
Symbol 718 MovieClip [magic] Frame 410
if (_root.hp <= 0) {
play();
} else {
gotoAndPlay (1);
}
Symbol 718 MovieClip [magic] Frame 412
_root.life = _root.life - 1;
if (_root.life < 0) {
play();
} else {
gotoAndPlay (455);
}
Symbol 718 MovieClip [magic] Frame 413
_root.life = 0;
Symbol 718 MovieClip [magic] Frame 420
stop();
_root.over = 1;
_root.pause = 1;
with (_parent.over) {
play();
}
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 425
onClipEvent (enterFrame) {
if (_root.pause == 1) {
with (_parent) {
stop();
}
} else {
with (_parent) {
play();
}
}
}
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 425
onClipEvent (enterFrame) {
with (_parent) {
if ((Key.isDown(_root.kg) and Key.isDown(_root.kt)) and (_root.hp > 10)) {
_root.dong = 1;
gotoAndPlay(175);
}
}
}
Symbol 718 MovieClip [magic] Frame 428
if (_root.gjzd == 1) {
gotoAndPlay (1);
} else {
play();
}
Symbol 718 MovieClip [magic] Frame 445
gotoAndPlay (1);
Instance of Symbol 94 MovieClip in Symbol 718 MovieClip [magic] Frame 458
onClipEvent (enterFrame) {
with (_parent) {
if (_y < 155) {
_y = _y + 5;
}
}
}
Symbol 718 MovieClip [magic] Frame 459
_root.hp = 100;
_root.du = 0;
_root.mabi = 0;
Symbol 718 MovieClip [magic] Frame 472
gotoAndPlay (1);
Symbol 718 MovieClip [magic] Frame 482
gotoAndPlay (1);
Symbol 730 MovieClip Frame 1
stop();
Symbol 738 MovieClip Frame 7
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 0;
_root.hp = _root.hp - (_root.hard + 5);
gotoAndPlay(360);
}
}
if ((_root.face == 0) and (_parent._x > _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay(110);
}
}
} else if ((_root.face == 1) and (_parent._x < _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay(110);
}
}
} else if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 0;
_root.hp = _root.hp - (_root.hard + 5);
gotoAndPlay(360);
}
}
Symbol 738 MovieClip Frame 8
stop();
Symbol 755 MovieClip Frame 8
stop();
Symbol 771 MovieClip Frame 18
stop();
with (_parent) {
if (a <= 0) {
gotoAndPlay(96);
}
}
Symbol 784 MovieClip Frame 8
gotoAndPlay (6);
Symbol 788 MovieClip [rock] Frame 1
stop();
_root.jz = 0;
Instance of Symbol 94 MovieClip in Symbol 788 MovieClip [rock] Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
m = random(100);
if (m < 5) {
gotoAndPlay(10);
}
}
}
}
onClipEvent (enterFrame) {
with (_parent) {
if (back == 1) {
gotoAndPlay("\u884C\u8D70");
}
}
}
Instance of Symbol 94 MovieClip in Symbol 788 MovieClip [rock] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 788 MovieClip [rock] Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (hitTest(_parent._parent.man.ai)) {
gongji = random(100);
if (gongji < 5) {
with (_parent) {
gotoAndPlay(35);
}
}
if (gongji > 97) {
with (_parent) {
gotoAndPlay(135);
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (hitTest(_parent._parent.man.dao)) {
_parent.back = 1;
} else {
_parent.back = 0;
}
}
}
Instance of Symbol 94 MovieClip in Symbol 788 MovieClip [rock] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
with (_parent) {
if (_x < _parent.man._x) {
_xscale = -38.7;
}
if (_x > _parent.man._x) {
_xscale = 38.7;
}
}
}
onClipEvent (load) {
_parent.a = (_parent.ma = 150);
_parent._width = 129.6;
_parent._height = 135.3;
}
Instance of Symbol 730 MovieClip in Symbol 788 MovieClip [rock] Frame 1
onClipEvent (load) {
var s = int((_parent.a / _parent.ma) * 100);
}
onClipEvent (enterFrame) {
var n = int((_parent.a / _parent.ma) * 100);
gotoAndStop(s + 1);
if (s < n) {
s++;
}
if (s > n) {
s--;
}
if (_parent.a < 0) {
_parent.a = 0;
}
if (_parent.a > _parent.ma) {
_parent.a = _parent.ma;
}
}
Instance of Symbol 94 MovieClip in Symbol 788 MovieClip [rock] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 788 MovieClip [rock] Frame 11
aaa = random(50) + 50;
bbb = random(20) - 10;
var xspeed = 3;
var yspeed = 2;
Instance of Symbol 94 MovieClip in Symbol 788 MovieClip [rock] Frame 12
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (_parent.back == 1) {
with (_parent) {
if (_x < _parent.man._x) {
_x = _x - xspeed;
}
if (_x > _parent.man._x) {
_x = _x + xspeed;
}
}
} else {
with (_parent) {
if (_y < (_parent.man._y - bbb)) {
_y = _y + yspeed;
}
if (_y > (_parent.man._y - bbb)) {
_y = _y - yspeed;
}
if (_x < _parent.man._x) {
if (_x < (_parent.man._x - aaa)) {
_x = _x + xspeed;
}
if (_x > (_parent.man._x - aaa)) {
_x = _x - xspeed;
}
}
if (_x > _parent.man._x) {
if (_x < (_parent.man._x + aaa)) {
_x = _x + xspeed;
}
if (_x > (_parent.man._x + aaa)) {
_x = _x - xspeed;
}
}
}
}
}
}
Symbol 788 MovieClip [rock] Frame 26
m = random(10);
if (m < 3) {
gotoAndPlay (10);
} else {
gotoAndPlay (1);
}
Symbol 788 MovieClip [rock] Frame 44
gotoAndPlay (1);
Symbol 788 MovieClip [rock] Frame 50
_root.jz = 1;
if (a <= 0) {
gotoAndPlay (70);
}
Symbol 788 MovieClip [rock] Frame 52
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
Symbol 788 MovieClip [rock] Frame 55
_root.jz = 0;
Symbol 788 MovieClip [rock] Frame 58
gotoAndPlay (1);
Symbol 788 MovieClip [rock] Frame 70
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
Symbol 788 MovieClip [rock] Frame 75
_root.jz = 0;
Symbol 788 MovieClip [rock] Frame 76
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 10);
}
if (_x > _parent.man._x) {
_x = (_x + 10);
}
}
Symbol 788 MovieClip [rock] Frame 77
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 10);
}
if (_x > _parent.man._x) {
_x = (_x + 10);
}
}
Symbol 788 MovieClip [rock] Frame 78
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 5);
}
if (_x > _parent.man._x) {
_x = (_x + 5);
}
}
Symbol 788 MovieClip [rock] Frame 79
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 5);
}
if (_x > _parent.man._x) {
_x = (_x + 5);
}
}
Symbol 788 MovieClip [rock] Frame 95
if (a <= 0) {
play();
} else {
gotoAndPlay (1);
}
Symbol 788 MovieClip [rock] Frame 103
if (_root.hp >= 100) {
_root.s = _root.s + 2000;
} else {
_root.s = _root.s + 1000;
}
_parent.diren--;
_root.exp = _root.exp + 5;
_root.jz = 0;
Symbol 788 MovieClip [rock] Frame 106
var rr = random(10);
if (rr == 1) {
_parent.attachMovie("fenshu", "fenshu", _root.i++);
_parent.fenshu._x = _x;
_parent.fenshu._y = _y;
}
if (rr == 2) {
_parent.attachMovie("money", "money", _root.i++);
_parent.money._x = _x;
_parent.money._y = _y;
}
this.removeMovieClip();
stop();
Instance of Symbol 94 MovieClip in Symbol 788 MovieClip [rock] Frame 110
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Symbol 788 MovieClip [rock] Frame 130
gotoAndPlay (1);
Instance of Symbol 94 MovieClip in Symbol 788 MovieClip [rock] Frame 135
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 150;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Symbol 788 MovieClip [rock] Frame 144
gotoAndPlay (1);
Symbol 792 MovieClip [up] Frame 1
_width = 152;
_height = 18;
Symbol 792 MovieClip [up] Frame 20
this.removeMovieClip();
Symbol 794 MovieClip [huifu] Frame 1
_width = 30;
_height = 30;
Symbol 794 MovieClip [huifu] Frame 16
this.removeMovieClip();
Symbol 809 MovieClip Frame 5
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
_root.hp = _root.hp - _root.hard;
gotoAndPlay(360);
}
}
if ((_root.face == 0) and (_parent._x > _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay(110);
}
}
} else if ((_root.face == 1) and (_parent._x < _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay(110);
}
}
} else if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 1;
_root.hp = _root.hp - _root.hard;
gotoAndPlay(360);
}
}
Symbol 809 MovieClip Frame 8
stop();
Symbol 813 MovieClip Frame 8
stop();
Symbol 818 MovieClip Frame 18
stop();
with (_parent) {
if (a <= 0) {
gotoAndPlay(96);
}
}
Symbol 824 MovieClip Frame 8
gotoAndPlay (6);
Symbol 833 MovieClip Frame 4
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 0;
_root.hp = _root.hp - 5;
_root.du = 1;
gotoAndPlay(360);
}
}
if ((_root.face == 0) and (_parent._x > _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay(110);
}
}
} else if ((_root.face == 1) and (_parent._x < _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay(110);
}
}
} else if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 0;
_root.hp = _root.hp - 5;
gotoAndPlay(360);
}
}
Symbol 834 MovieClip [futou] Frame 1
stop();
_root.jz = 0;
Instance of Symbol 94 MovieClip in Symbol 834 MovieClip [futou] Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
m = random(10);
if (m < 5) {
gotoAndPlay(10);
} else {
gotoAndPlay(155);
}
}
}
}
onClipEvent (enterFrame) {
with (_parent) {
if (back == 1) {
gotoAndPlay("\u884C\u8D70");
}
}
}
Instance of Symbol 94 MovieClip in Symbol 834 MovieClip [futou] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 8);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 834 MovieClip [futou] Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (this.hitTest(_parent._parent.man.ai)) {
gongji = random(100);
if (gongji < 5) {
with (_parent) {
gotoAndPlay(35);
}
}
if (gongji > 97) {
with (_parent) {
gotoAndPlay(135);
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (hitTest(_parent._parent.man.dao)) {
_parent.back = 1;
} else {
_parent.back = 0;
}
}
}
Instance of Symbol 94 MovieClip in Symbol 834 MovieClip [futou] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
with (_parent) {
if (_x < _parent.man._x) {
_xscale = -36.1;
}
if (_x > _parent.man._x) {
_xscale = 36.1;
}
}
}
onClipEvent (load) {
_parent.a = (_parent.ma = 200);
_parent._width = 121.1;
_parent._height = 148.7;
}
Instance of Symbol 730 MovieClip in Symbol 834 MovieClip [futou] Frame 1
onClipEvent (load) {
var s = int((_parent.a / _parent.ma) * 100);
}
onClipEvent (enterFrame) {
var n = int((_parent.a / _parent.ma) * 100);
gotoAndStop(s + 1);
if (s < n) {
s++;
}
if (s > n) {
s--;
}
if (_parent.a < 0) {
_parent.a = 0;
}
if (_parent.a > _parent.ma) {
_parent.a = _parent.ma;
}
}
Instance of Symbol 94 MovieClip in Symbol 834 MovieClip [futou] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 834 MovieClip [futou] Frame 11
aaa = random(100) + 50;
bbb = random(20) - 10;
var xspeed = 5;
var yspeed = 3;
Instance of Symbol 94 MovieClip in Symbol 834 MovieClip [futou] Frame 12
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (_parent.back == 1) {
with (_parent) {
if (_x < _parent.man._x) {
_x = _x - xspeed;
}
if (_x > _parent.man._x) {
_x = _x + xspeed;
}
}
} else {
with (_parent) {
if (_y < (_parent.man._y - bbb)) {
_y = _y + yspeed;
}
if (_y > (_parent.man._y - bbb)) {
_y = _y - yspeed;
}
if (_x < _parent.man._x) {
if (_x < (_parent.man._x - aaa)) {
_x = _x + xspeed;
}
if (_x > (_parent.man._x - aaa)) {
_x = _x - xspeed;
}
}
if (_x > _parent.man._x) {
if (_x < (_parent.man._x + aaa)) {
_x = _x + xspeed;
}
if (_x > (_parent.man._x + aaa)) {
_x = _x - xspeed;
}
}
}
}
}
}
Symbol 834 MovieClip [futou] Frame 26
m = random(10);
if (m < 3) {
gotoAndPlay (10);
} else {
gotoAndPlay (1);
}
Symbol 834 MovieClip [futou] Frame 44
gotoAndPlay (1);
Symbol 834 MovieClip [futou] Frame 50
_root.jz = 1;
if (a <= 0) {
gotoAndPlay (70);
}
Symbol 834 MovieClip [futou] Frame 52
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
Symbol 834 MovieClip [futou] Frame 55
_root.jz = 0;
Symbol 834 MovieClip [futou] Frame 58
gotoAndPlay (1);
Symbol 834 MovieClip [futou] Frame 70
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
Symbol 834 MovieClip [futou] Frame 75
_root.jz = 0;
Symbol 834 MovieClip [futou] Frame 76
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 10);
}
if (_x > _parent.man._x) {
_x = (_x + 10);
}
}
Symbol 834 MovieClip [futou] Frame 77
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 10);
}
if (_x > _parent.man._x) {
_x = (_x + 10);
}
}
Symbol 834 MovieClip [futou] Frame 78
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 5);
}
if (_x > _parent.man._x) {
_x = (_x + 5);
}
}
Symbol 834 MovieClip [futou] Frame 79
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 5);
}
if (_x > _parent.man._x) {
_x = (_x + 5);
}
}
Symbol 834 MovieClip [futou] Frame 95
if (a <= 0) {
play();
} else {
gotoAndPlay (1);
}
Symbol 834 MovieClip [futou] Frame 103
if (_root.hp >= 100) {
_root.s = _root.s + 3000;
} else {
_root.s = _root.s + 1500;
}
_parent.diren--;
_root.exp = _root.exp + 5;
_root.jz = 0;
Symbol 834 MovieClip [futou] Frame 106
var rr = random(10);
if (rr == 1) {
_parent.attachMovie("jdh", "jdh", _root.i++);
_parent.jdh._x = _x;
_parent.jdh._y = _y;
}
if (rr == 2) {
_parent.attachMovie("money", "money", _root.i++);
_parent.money._x = _x;
_parent.money._y = _y;
}
this.removeMovieClip();
stop();
Instance of Symbol 94 MovieClip in Symbol 834 MovieClip [futou] Frame 110
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 8);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Symbol 834 MovieClip [futou] Frame 130
gotoAndPlay (1);
Instance of Symbol 94 MovieClip in Symbol 834 MovieClip [futou] Frame 135
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 8);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Symbol 834 MovieClip [futou] Frame 150
gotoAndPlay (1);
Instance of Symbol 94 MovieClip in Symbol 834 MovieClip [futou] Frame 155
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 8);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 834 MovieClip [futou] Frame 155
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (this.hitTest(_parent._parent.man.ai)) {
gongji = random(100);
if (gongji < 5) {
with (_parent) {
gotoAndPlay(35);
}
}
if (gongji > 97) {
with (_parent) {
gotoAndPlay(135);
}
}
}
}
}
Symbol 857 MovieClip [huojingling] Frame 1
_width = 252.4;
_height = 8.5;
_root.shifang = 1;
Instance of Symbol 94 MovieClip in Symbol 857 MovieClip [huojingling] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 857 MovieClip [huojingling] Frame 7
gotoAndStop (20);
Symbol 857 MovieClip [huojingling] Frame 20
stop();
Instance of Symbol 94 MovieClip in Symbol 857 MovieClip [huojingling] Frame 20
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
with (_parent) {
if (_root.face == 1) {
aa = Math.abs(_x - (_parent.man._x + 30)) / 20;
if (_x < (_parent.man._x + 30)) {
_x = _x + aa;
}
if (_x > (_parent.man._x + 30)) {
_x = _x - aa;
}
}
if (_root.face == 0) {
aa = Math.abs(_x - (_parent.man._x - 30)) / 20;
if (_x < (_parent.man._x - 30)) {
_x = _x + aa;
}
if (_x > (_parent.man._x - 30)) {
_x = _x - aa;
}
}
_parent.man;
bb = Math.abs(_y - (_y - 100)) / 50;
if (_y < _parent.man._y) {
_y = _y + bb;
}
if (_y > _parent.man._y) {
_y = _y - bb;
}
if (_x < _parent.man._x) {
_xscale = -18.8;
} else {
_xscale = 18.8;
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
a = random(100);
if (a == 1) {
with (_parent) {
gotoAndPlay(24);
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kjs) and (_root.exp >= 20)) {
with (_parent) {
gotoAndPlay(55);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 857 MovieClip [huojingling] Frame 20
onClipEvent (enterFrame) {
if ((_root.over == 1) || (_root.hp <= 0)) {
with (_parent) {
gotoAndPlay(39);
}
}
if (Key.isDown(_root.khs) and (_root.pause == 0)) {
with (_parent) {
gotoAndPlay(39);
}
}
}
Symbol 857 MovieClip [huojingling] Frame 36
gotoAndPlay (20);
Symbol 857 MovieClip [huojingling] Frame 45
stop();
_root.huo = 1;
_root.shifang = 0;
this.removeMovieClip();
Symbol 857 MovieClip [huojingling] Frame 63
_root.exp = _root.exp - 20;
Symbol 857 MovieClip [huojingling] Frame 92
gotoAndStop (20);
Symbol 939 MovieClip [shuijingling] Frame 1
_width = 114.7;
_height = 14;
_root.shifang = 1;
Instance of Symbol 94 MovieClip in Symbol 939 MovieClip [shuijingling] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 939 MovieClip [shuijingling] Frame 8
gotoAndStop (20);
Symbol 939 MovieClip [shuijingling] Frame 20
stop();
Instance of Symbol 94 MovieClip in Symbol 939 MovieClip [shuijingling] Frame 20
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
with (_parent) {
if (_root.face == 1) {
aa = Math.abs(_x - (_parent.man._x + 30)) / 20;
if (_x < (_parent.man._x + 30)) {
_x = _x + aa;
}
if (_x > (_parent.man._x + 30)) {
_x = _x - aa;
}
}
if (_root.face == 0) {
aa = Math.abs(_x - (_parent.man._x - 30)) / 10;
if (_x < (_parent.man._x - 30)) {
_x = _x + aa;
}
if (_x > (_parent.man._x - 30)) {
_x = _x - aa;
}
}
_parent.man;
bb = Math.abs(_y - (_y - 100)) / 40;
if (_y < _parent.man._y) {
_y = _y + bb;
}
if (_y > _parent.man._y) {
_y = _y - bb;
}
if (_x < _parent.man._x) {
_xscale = -18.8;
} else {
_xscale = 18.8;
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
a = random(100);
if (a == 1) {
with (_parent) {
gotoAndPlay(25);
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kjs) and (_root.exp >= 20)) {
with (_parent) {
gotoAndPlay(55);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 939 MovieClip [shuijingling] Frame 20
onClipEvent (enterFrame) {
if ((_root.over == 1) || (_root.hp <= 0)) {
with (_parent) {
gotoAndPlay(39);
}
}
if (Key.isDown(_root.khs) and (_root.pause == 0)) {
with (_parent) {
gotoAndPlay(39);
}
}
}
Symbol 939 MovieClip [shuijingling] Frame 36
gotoAndStop (20);
Symbol 939 MovieClip [shuijingling] Frame 45
stop();
_root.shui = 1;
_root.shifang = 0;
this.removeMovieClip();
Symbol 939 MovieClip [shuijingling] Frame 63
_root.exp = _root.exp - 20;
Symbol 939 MovieClip [shuijingling] Frame 92
gotoAndStop (20);
Symbol 972 MovieClip [fengjingling] Frame 1
_width = 252.4;
_height = 8.5;
_root.shifang = 1;
Instance of Symbol 94 MovieClip in Symbol 972 MovieClip [fengjingling] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 972 MovieClip [fengjingling] Frame 7
gotoAndStop (20);
Symbol 972 MovieClip [fengjingling] Frame 20
stop();
Instance of Symbol 94 MovieClip in Symbol 972 MovieClip [fengjingling] Frame 20
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
with (_parent) {
if (_root.face == 1) {
aa = Math.abs(_x - (_parent.man._x + 30)) / 20;
if (_x < (_parent.man._x + 30)) {
_x = _x + aa;
}
if (_x > (_parent.man._x + 30)) {
_x = _x - aa;
}
}
if (_root.face == 0) {
aa = Math.abs(_x - (_parent.man._x - 30)) / 20;
if (_x < (_parent.man._x - 30)) {
_x = _x + aa;
}
if (_x > (_parent.man._x - 30)) {
_x = _x - aa;
}
}
_parent.man;
bb = Math.abs(_y - (_y - 100)) / 50;
if (_y < _parent.man._y) {
_y = _y + bb;
}
if (_y > _parent.man._y) {
_y = _y - bb;
}
if (_x < _parent.man._x) {
_xscale = -18.8;
} else {
_xscale = 18.8;
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
a = random(100);
if (a == 1) {
with (_parent) {
gotoAndPlay(24);
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kjs) and (_root.exp >= 20)) {
with (_parent) {
gotoAndPlay(55);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 972 MovieClip [fengjingling] Frame 20
onClipEvent (enterFrame) {
if ((_root.over == 1) || (_root.hp <= 0)) {
with (_parent) {
gotoAndPlay(39);
}
}
if (Key.isDown(_root.khs) and (_root.pause == 0)) {
with (_parent) {
gotoAndPlay(39);
}
}
}
Symbol 972 MovieClip [fengjingling] Frame 36
gotoAndPlay (20);
Symbol 972 MovieClip [fengjingling] Frame 45
stop();
_root.feng = 1;
_root.shifang = 0;
this.removeMovieClip();
Symbol 972 MovieClip [fengjingling] Frame 63
_root.exp = _root.exp - 20;
Symbol 972 MovieClip [fengjingling] Frame 92
gotoAndStop (20);
Symbol 1093 MovieClip [leijingling] Frame 1
_width = 230;
_height = 8;
_root.shifang = 1;
Instance of Symbol 94 MovieClip in Symbol 1093 MovieClip [leijingling] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1093 MovieClip [leijingling] Frame 7
gotoAndStop (20);
Symbol 1093 MovieClip [leijingling] Frame 20
stop();
Instance of Symbol 94 MovieClip in Symbol 1093 MovieClip [leijingling] Frame 20
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
with (_parent) {
if (_root.face == 1) {
aa = Math.abs(_x - (_parent.man._x + 30)) / 15;
if (_x < (_parent.man._x + 30)) {
_x = _x + aa;
}
if (_x > (_parent.man._x + 30)) {
_x = _x - aa;
}
}
if (_root.face == 0) {
aa = Math.abs(_x - (_parent.man._x - 30)) / 15;
if (_x < (_parent.man._x - 30)) {
_x = _x + aa;
}
if (_x > (_parent.man._x - 30)) {
_x = _x - aa;
}
}
_parent.man;
bb = Math.abs(_y - (_y - 100)) / 40;
if (_y < _parent.man._y) {
_y = _y + bb;
}
if (_y > _parent.man._y) {
_y = _y - bb;
}
if (_x < _parent.man._x) {
_xscale = -18.8;
} else {
_xscale = 18.8;
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
a = random(100);
if (a == 1) {
with (_parent) {
gotoAndPlay(24);
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kjs) and (_root.exp >= 20)) {
with (_parent) {
gotoAndPlay(55);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1093 MovieClip [leijingling] Frame 20
onClipEvent (enterFrame) {
if ((_root.over == 1) || (_root.hp <= 0)) {
with (_parent) {
gotoAndPlay(39);
}
}
if (Key.isDown(_root.khs) and (_root.pause == 0)) {
with (_parent) {
gotoAndPlay(39);
}
}
}
Symbol 1093 MovieClip [leijingling] Frame 36
gotoAndPlay (20);
Symbol 1093 MovieClip [leijingling] Frame 45
stop();
_root.lei = 1;
_root.shifang = 0;
this.removeMovieClip();
Symbol 1093 MovieClip [leijingling] Frame 63
_root.exp = _root.exp - 20;
Symbol 1093 MovieClip [leijingling] Frame 70
with (_parent.zhongjing) {
_y = _y - 5;
}
Symbol 1093 MovieClip [leijingling] Frame 71
with (_parent.zhongjing) {
_y = _y + 5;
}
Symbol 1093 MovieClip [leijingling] Frame 73
with (_parent.zhongjing) {
_y = _y - 5;
}
Symbol 1093 MovieClip [leijingling] Frame 74
with (_parent.zhongjing) {
_y = _y + 5;
}
Symbol 1093 MovieClip [leijingling] Frame 76
with (_parent.zhongjing) {
_y = _y - 5;
}
Symbol 1093 MovieClip [leijingling] Frame 77
with (_parent.zhongjing) {
_y = _y + 5;
}
Symbol 1093 MovieClip [leijingling] Frame 79
with (_parent.zhongjing) {
_y = _y - 5;
}
Symbol 1093 MovieClip [leijingling] Frame 80
with (_parent.zhongjing) {
_y = _y + 5;
}
Symbol 1093 MovieClip [leijingling] Frame 92
gotoAndStop (20);
Symbol 1156 MovieClip [tujingling] Frame 1
_width = 52.3;
_height = 276.4;
_root.shifang = 1;
Instance of Symbol 94 MovieClip in Symbol 1156 MovieClip [tujingling] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1156 MovieClip [tujingling] Frame 12
gotoAndPlay (30);
Symbol 1156 MovieClip [tujingling] Frame 30
stop();
Instance of Symbol 94 MovieClip in Symbol 1156 MovieClip [tujingling] Frame 30
onClipEvent (enterFrame) {
a = random(30);
if (a == 1) {
with (_parent) {
gotoAndPlay(34);
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
b = random(150);
if (b == 1) {
with (_parent) {
gotoAndPlay(65);
}
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1156 MovieClip [tujingling] Frame 30
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
}
onClipEvent (enterFrame) {
with (_parent) {
if (_x < _parent.man._x) {
_xscale = -25;
} else {
_xscale = 25;
}
}
}
onClipEvent (enterFrame) {
if ((_root.over == 1) || (_root.hp <= 0)) {
with (_parent) {
gotoAndPlay(130);
}
}
if (Key.isDown(_root.khs) and (_root.pause == 0)) {
with (_parent) {
gotoAndPlay(130);
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(_root.kjs) and (_root.exp >= 20)) {
with (_parent) {
gotoAndPlay(90);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1156 MovieClip [tujingling] Frame 34
onClipEvent (enterFrame) {
with (_parent) {
if (_root.face == 1) {
if (_x < (_parent.man._x + 40)) {
_x = _x + 8;
}
if (_x > (_parent.man._x + 40)) {
_x = _x - 8;
}
}
if (_root.face == 0) {
if (_x < (_parent.man._x - 40)) {
_x = _x + 8;
}
if (_x > (_parent.man._x - 40)) {
_x = _x - 8;
}
}
if (_y < _parent.man._y) {
_y = _y + 5;
}
if (_y > _parent.man._y) {
_y = _y - 5;
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
b = random(100);
if (b == 1) {
with (_parent) {
gotoAndPlay(65);
}
}
}
}
onClipEvent (enterFrame) {
if (Key.isDown(186) and (_root.exp >= 20)) {
with (_parent) {
gotoAndPlay(90);
}
}
}
Symbol 1156 MovieClip [tujingling] Frame 54
gotoAndPlay (30);
Symbol 1156 MovieClip [tujingling] Frame 80
gotoAndPlay (30);
Symbol 1156 MovieClip [tujingling] Frame 96
_root.exp = _root.exp - 20;
Instance of Symbol 94 MovieClip in Symbol 1156 MovieClip [tujingling] Frame 96
onClipEvent (load) {
if (_parent._x < _parent._parent.man._x) {
fx = 0;
}
if (_parent._x > _parent._parent.man._x) {
fx = 1;
}
}
onClipEvent (enterFrame) {
if (fx == 0) {
if (_parent._x < 310) {
_parent._x = _parent._x + 8;
}
}
if (fx == 1) {
if (_parent._x > -250) {
_parent._x = _parent._x - 8;
}
}
}
Symbol 1156 MovieClip [tujingling] Frame 126
gotoAndPlay (30);
Symbol 1156 MovieClip [tujingling] Frame 140
stop();
_root.tu = 1;
_root.shifang = 0;
this.removeMovieClip();
Symbol 1165 MovieClip Frame 1
stop();
Symbol 1173 MovieClip Frame 5
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 0;
_root.hp = _root.hp - (_root.hard + 5);
gotoAndPlay(380);
}
}
if ((_root.face == 0) and (_parent._x > _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay(110);
}
}
} else if ((_root.face == 1) and (_parent._x < _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay(110);
}
}
} else if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 0;
_root.hp = _root.hp - (_root.hard + 10);
gotoAndPlay(380);
}
}
Symbol 1188 MovieClip Frame 8
gotoAndPlay (6);
Symbol 1191 MovieClip [niu] Frame 1
stop();
_root.jz = 0;
Instance of Symbol 94 MovieClip in Symbol 1191 MovieClip [niu] Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
m = random(100);
if (m < 6) {
gotoAndPlay(10);
}
}
}
}
onClipEvent (enterFrame) {
with (_parent) {
if (back == 1) {
gotoAndPlay("\u884C\u8D70");
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1191 MovieClip [niu] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1191 MovieClip [niu] Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (hitTest(_parent._parent.man.ai)) {
gongji = random(100);
if (gongji < 10) {
with (_parent) {
gotoAndPlay(35);
}
}
if (gongji > 97) {
with (_parent) {
gotoAndPlay(135);
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (hitTest(_parent._parent.man.dao)) {
_parent.back = 1;
} else {
_parent.back = 0;
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1191 MovieClip [niu] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
with (_parent) {
if (_x < _parent.man._x) {
_xscale = -37.5;
}
if (_x > _parent.man._x) {
_xscale = 37.5;
}
}
}
onClipEvent (load) {
_parent.a = (_parent.ma = 300);
_parent._width = 125.8;
_parent._height = 180.4;
}
Instance of Symbol 1165 MovieClip in Symbol 1191 MovieClip [niu] Frame 1
onClipEvent (load) {
var s = int((_parent.a / _parent.ma) * 100);
}
onClipEvent (enterFrame) {
var n = int((_parent.a / _parent.ma) * 100);
gotoAndStop(s + 1);
if (s < n) {
s++;
}
if (s > n) {
s--;
}
if (_parent.a < 0) {
_parent.a = 0;
}
if (_parent.a > _parent.ma) {
_parent.a = _parent.ma;
}
}
Instance of Symbol 94 MovieClip in Symbol 1191 MovieClip [niu] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1191 MovieClip [niu] Frame 11
aaa = random(100) + 50;
bbb = random(20) - 10;
var xspeed = 5;
var yspeed = 3;
Instance of Symbol 94 MovieClip in Symbol 1191 MovieClip [niu] Frame 12
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (_parent.back == 1) {
with (_parent) {
if (_x < _parent.man._x) {
_x = _x - xspeed;
}
if (_x > _parent.man._x) {
_x = _x + xspeed;
}
}
} else {
with (_parent) {
if (_y < (_parent.man._y - bbb)) {
_y = _y + yspeed;
}
if (_y > (_parent.man._y - bbb)) {
_y = _y - yspeed;
}
if (_x < _parent.man._x) {
if (_x < (_parent.man._x - aaa)) {
_x = _x + xspeed;
}
if (_x > (_parent.man._x - aaa)) {
_x = _x - xspeed;
}
}
if (_x > _parent.man._x) {
if (_x < (_parent.man._x + aaa)) {
_x = _x + xspeed;
}
if (_x > (_parent.man._x + aaa)) {
_x = _x - xspeed;
}
}
}
}
}
}
Symbol 1191 MovieClip [niu] Frame 26
m = random(10);
if (m < 3) {
gotoAndPlay (10);
} else {
gotoAndPlay (1);
}
Symbol 1191 MovieClip [niu] Frame 45
gotoAndPlay (1);
Symbol 1191 MovieClip [niu] Frame 50
_root.jz = 1;
if (a <= 0) {
gotoAndPlay (70);
}
Symbol 1191 MovieClip [niu] Frame 52
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
Symbol 1191 MovieClip [niu] Frame 55
_root.jz = 0;
Symbol 1191 MovieClip [niu] Frame 58
gotoAndPlay (1);
Symbol 1191 MovieClip [niu] Frame 70
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
play();
Symbol 1191 MovieClip [niu] Frame 71
play();
Symbol 1191 MovieClip [niu] Frame 72
play();
Symbol 1191 MovieClip [niu] Frame 73
play();
Symbol 1191 MovieClip [niu] Frame 75
_root.jz = 0;
play();
Symbol 1191 MovieClip [niu] Frame 76
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 10);
}
if (_x > _parent.man._x) {
_x = (_x + 10);
}
}
Symbol 1191 MovieClip [niu] Frame 77
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 10);
}
if (_x > _parent.man._x) {
_x = (_x + 10);
}
}
Symbol 1191 MovieClip [niu] Frame 78
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 5);
}
if (_x > _parent.man._x) {
_x = (_x + 5);
}
}
Symbol 1191 MovieClip [niu] Frame 79
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 5);
}
if (_x > _parent.man._x) {
_x = (_x + 5);
}
}
Symbol 1191 MovieClip [niu] Frame 95
if (a <= 0) {
play();
} else {
gotoAndPlay (1);
}
Symbol 1191 MovieClip [niu] Frame 103
if (_root.hp >= 100) {
_root.s = _root.s + 6000;
} else {
_root.s = _root.s + 3000;
}
_parent.diren--;
_root.exp = _root.exp + 5;
_root.jz = 0;
Symbol 1191 MovieClip [niu] Frame 106
var rr = random(10);
if (rr == 1) {
_parent.attachMovie("mt", "mt", _root.i++);
_parent.mt._x = _x;
_parent.mt._y = _y;
}
if (rr == 2) {
_parent.attachMovie("money", "money", _root.i++);
_parent.money._x = _x;
_parent.money._y = _y;
}
this.removeMovieClip();
stop();
Instance of Symbol 94 MovieClip in Symbol 1191 MovieClip [niu] Frame 110
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Symbol 1191 MovieClip [niu] Frame 130
gotoAndPlay (1);
Instance of Symbol 94 MovieClip in Symbol 1191 MovieClip [niu] Frame 135
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 150;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Symbol 1210 MovieClip [mubei] Frame 1
this.swapDepths(_y);
_width = 84.7;
_height = 84.4;
var a = 150;
Instance of Symbol 94 MovieClip in Symbol 1210 MovieClip [mubei] Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 1;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 2;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 3;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
_root.zhq = 0;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
_root.zhq = 0;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
gotoAndPlay(5);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1210 MovieClip [mubei] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
onClipEvent (enterFrame) {
if (_parent._parent.m != 1) {
_parent.removeMovieClip();
}
}
Symbol 1210 MovieClip [mubei] Frame 2
stop();
_root.jz = 0;
Symbol 1210 MovieClip [mubei] Frame 5
_root.jz = 1;
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
Symbol 1210 MovieClip [mubei] Frame 7
if (a <= 0) {
gotoAndPlay (16);
}
Instance of Symbol 94 MovieClip in Symbol 1210 MovieClip [mubei] Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 1;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 2;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 3;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
_root.zhq = 0;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
_root.zhq = 0;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
gotoAndPlay(5);
}
}
}
Symbol 1210 MovieClip [mubei] Frame 11
_root.jz = 0;
Symbol 1210 MovieClip [mubei] Frame 13
gotoAndPlay (2);
Symbol 1210 MovieClip [mubei] Frame 21
_root.jz = 0;
_parent.tomb--;
Symbol 1210 MovieClip [mubei] Frame 22
this.removeMovieClip();
stop();
Symbol 1216 MovieClip [b1] Frame 1
stop();
this.swapDepths(9978);
_x = -260;
_y = 115;
var s = int((_parent.boss1.a / _parent.boss1.ma) * 500);
this.onEnterFrame = function () {
var n = int((_parent.boss1.a / _parent.boss1.ma) * 500);
gotoAndStop(s + 1);
if (s < n) {
s++;
}
if (s > n) {
s--;
}
if (_parent.boss1.a < 0) {
_parent.boss1.a = 0;
}
if (_parent.boss1.a > _parent.boss1.ma) {
_parent.boss1.a = _parent.boss1.ma;
}
if (s <= 0) {
this.removeMovieClip();
}
};
Symbol 1249 MovieClip Frame 7
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 0;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
if ((_root.face == 0) and (_parent._x > _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u5B9A");
}
}
} else if ((_root.face == 1) and (_parent._x < _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u5B9A");
}
}
} else if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 0;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 10);
}
}
Symbol 1266 MovieClip Frame 5
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 0;
gotoAndPlay("\u6B7B");
_root.du = 1;
_root.hp = _root.hp - _root.hard;
}
}
if ((_root.face == 0) and (_parent._x > _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u5B9A");
}
}
} else if ((_root.face == 1) and (_parent._x < _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u5B9A");
}
}
} else if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 0;
gotoAndPlay("\u6B7B");
_root.du = 1;
_root.hp = _root.hp - (_root.hard + 10);
}
}
Symbol 1292 MovieClip Frame 4
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
Symbol 1292 MovieClip Frame 8
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
Symbol 1292 MovieClip Frame 12
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
Symbol 1292 MovieClip Frame 16
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
Symbol 1292 MovieClip Frame 20
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
Symbol 1292 MovieClip Frame 24
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
Symbol 1292 MovieClip Frame 27
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
Symbol 1306 MovieClip [boss01] Frame 1
a = (ma = 800);
_width = 149.3;
_height = 121.3;
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (_parent._x < _parent._parent.man._x) {
_parent._xscale = -33.3;
_parent.f = 0;
}
if (_parent._x > _parent._parent.man._x) {
_parent._xscale = 33.3;
_parent.f = 1;
}
}
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1306 MovieClip [boss01] Frame 28
gotoAndPlay (40);
_parent.attachMovie("b1", "boss1h", 9979);
_parent.boss1h.name = "\u6076\u7075\u5315\u9996";
Symbol 1306 MovieClip [boss01] Frame 40
stop();
_root.jz = 0;
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 40
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
m = random(100);
if (m < 4) {
gotoAndPlay("\u884C\u8D70");
}
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 40
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 20);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay("\u6328\u6253");
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 40
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (this.hitTest(_parent._parent.man.ai)) {
gongji = random(100);
if (gongji < 10) {
with (_parent) {
gotoAndPlay("\u666E\u901A\u653B\u51FB");
}
}
if (gongji > 95) {
with (_parent) {
gotoAndPlay("\u9632\u5FA1");
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if ((_parent._x > (_parent._parent.man._x + 250)) || (_parent._x < (_parent._parent.man._x - 250))) {
gongji = random(100);
if (gongji < 3) {
with (_parent) {
gotoAndPlay("\u653B\u51FB\u9884\u5907");
}
}
}
}
}
Symbol 1306 MovieClip [boss01] Frame 46
aaa = random(100) + 100;
bbb = random(20) - 10;
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 47
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
if (_y < (_parent.man._y - bbb)) {
_y = _y + 3;
}
if (_y > (_parent.man._y - bbb)) {
_y = _y - 3;
}
if (_x < _parent.man._x) {
if (_x < (_parent.man._x - aaa)) {
_x = _x + 6;
}
if (_x > (_parent.man._x - aaa)) {
_x = _x - 6;
}
}
if (_x > _parent.man._x) {
if (_x < (_parent.man._x + aaa)) {
_x = _x + 6;
}
if (_x > (_parent.man._x + aaa)) {
_x = _x - 6;
}
}
}
}
}
Symbol 1306 MovieClip [boss01] Frame 65
gotoAndPlay (40);
Symbol 1306 MovieClip [boss01] Frame 68
_root.jz = 1;
if (a <= 0) {
gotoAndPlay (271);
}
Symbol 1306 MovieClip [boss01] Frame 70
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
Symbol 1306 MovieClip [boss01] Frame 73
_root.jz = 0;
Symbol 1306 MovieClip [boss01] Frame 76
gotoAndPlay (40);
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 78
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 150;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Symbol 1306 MovieClip [boss01] Frame 89
gotoAndPlay (40);
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 98
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 7);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay("\u6328\u6253");
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
}
Symbol 1306 MovieClip [boss01] Frame 109
gotoAndPlay (40);
Symbol 1306 MovieClip [boss01] Frame 137
var s = random(2);
if (s == 0) {
gotoAndPlay (168);
}
if (s == 1) {
gotoAndPlay (188);
}
Symbol 1306 MovieClip [boss01] Frame 138
gotoAndPlay (40);
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 174
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 7);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay("\u6328\u6253");
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
}
Symbol 1306 MovieClip [boss01] Frame 178
gotoAndPlay (40);
Symbol 1306 MovieClip [boss01] Frame 190
var speed = (random(10) + 15);
Symbol 1306 MovieClip [boss01] Frame 191
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 192
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 193
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 194
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 195
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 196
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 197
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 198
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 199
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 200
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 201
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 202
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 203
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 204
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 205
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 206
if (f == 0) {
_x = (_x + speed);
}
if (f == 1) {
_x = (_x - speed);
}
Symbol 1306 MovieClip [boss01] Frame 217
gotoAndPlay (40);
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 240
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 7);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay("\u6328\u6253");
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1306 MovieClip [boss01] Frame 240
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
with (_parent) {
if (_x < _parent.man._x) {
_xscale = -33.3;
_parent.f = 0;
}
if (_x > _parent.man._x) {
_xscale = 33.3;
_parent.f = 1;
}
}
}
Symbol 1306 MovieClip [boss01] Frame 265
gotoAndPlay (40);
Symbol 1306 MovieClip [boss01] Frame 270
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
play();
Symbol 1306 MovieClip [boss01] Frame 271
play();
Symbol 1306 MovieClip [boss01] Frame 272
play();
Symbol 1306 MovieClip [boss01] Frame 274
_root.jz = 0;
Symbol 1306 MovieClip [boss01] Frame 275
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 5);
}
if (_x > _parent.man._x) {
_x = (_x + 5);
}
}
Symbol 1306 MovieClip [boss01] Frame 276
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 5);
}
if (_x > _parent.man._x) {
_x = (_x + 5);
}
}
Symbol 1306 MovieClip [boss01] Frame 277
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 2);
}
if (_x > _parent.man._x) {
_x = (_x + 2);
}
}
Symbol 1306 MovieClip [boss01] Frame 278
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 2);
}
if (_x > _parent.man._x) {
_x = (_x + 2);
}
}
Symbol 1306 MovieClip [boss01] Frame 300
if (a <= 0) {
play();
} else {
aaa = random(2);
if (aaa == 0) {
gotoAndPlay (78);
}
if (aaa == 1) {
gotoAndPlay (188);
}
}
Symbol 1306 MovieClip [boss01] Frame 307
if (_root.hp >= 100) {
_root.s = _root.s + 10000;
} else {
_root.s = _root.s + 5000;
}
_parent.diren--;
_parent.bos = 1;
_root.exp = _root.exp + 15;
_root.jz = 0;
Symbol 1306 MovieClip [boss01] Frame 313
_parent.attachMovie("fireball", "fireball", 10);
_parent.fireball._x = _x;
_parent.fireball._y = _y;
Symbol 1306 MovieClip [boss01] Frame 319
this.removeMovieClip();
stop();
Symbol 1323 MovieClip [box] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
this.swapDepths(_y);
_width = 125.6;
_height = 79.3;
var a = 150;
Instance of Symbol 94 MovieClip in Symbol 1323 MovieClip [box] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1323 MovieClip [box] Frame 2
stop();
_root.jz = 0;
Instance of Symbol 94 MovieClip in Symbol 1323 MovieClip [box] Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 1;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 2;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 3;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
_root.zhq = 0;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
_root.zhq = 0;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
gotoAndPlay(5);
}
}
}
Symbol 1323 MovieClip [box] Frame 5
_root.jz = 1;
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
Symbol 1323 MovieClip [box] Frame 7
if (a <= 0) {
gotoAndPlay (15);
}
Instance of Symbol 94 MovieClip in Symbol 1323 MovieClip [box] Frame 9
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 1;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 2;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
_parent.a = _parent.a - 10;
with (_parent) {
_root.zhq = 3;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
_root.zhq = 0;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
_root.zhq = 0;
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
_parent.a = _parent.a - 20;
with (_parent) {
gotoAndPlay(5);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
gotoAndPlay(5);
}
}
}
Symbol 1323 MovieClip [box] Frame 11
_root.jz = 0;
Symbol 1323 MovieClip [box] Frame 12
gotoAndPlay (2);
Symbol 1323 MovieClip [box] Frame 18
_root.jz = 0;
Symbol 1323 MovieClip [box] Frame 21
_parent.shi = 1;
Symbol 1323 MovieClip [box] Frame 22
_parent.attachMovie("redball", "redball", 9);
_parent.redball._x = _x;
_parent.redball._y = _y;
Symbol 1323 MovieClip [box] Frame 23
var xx = -50;
var yy = 20;
var rr = random(6);
if (rr == 0) {
_parent.attachMovie("money", "money", 8);
_parent.money._x = _x + xx;
_parent.money._y = _y + yy;
}
if (rr == 1) {
_parent.attachMovie("syc", "syc", 7);
_parent.syc._x = _x + xx;
_parent.syc._y = _y + yy;
}
if (rr == 2) {
_parent.attachMovie("fenshu", "fenshu", 6);
_parent.fenshu._x = _x + xx;
_parent.fenshu._y = _y + yy;
}
if (rr == 3) {
_parent.attachMovie("feicuigao", "feicuigao", 5);
_parent.feicuigao._x = _x + xx;
_parent.feicuigao._y = _y + yy;
}
if (rr == 4) {
_parent.attachMovie("jdh", "jdh", 4);
_parent.jdh._x = _x + xx;
_parent.jdh._y = _y + yy;
}
if (rr == 5) {
_parent.attachMovie("yzs", "yzs", 3);
_parent.yzs._x = _x + xx;
_parent.yzs._y = _y + yy;
}
Symbol 1323 MovieClip [box] Frame 24
var xx = 10;
var yy = -25;
var rr = random(6);
if (rr == 0) {
_parent.attachMovie("money", "money", 8);
_parent.money._x = _x + xx;
_parent.money._y = _y + yy;
}
if (rr == 1) {
_parent.attachMovie("syc", "syc", 7);
_parent.syc._x = _x + xx;
_parent.syc._y = _y + yy;
}
if (rr == 2) {
_parent.attachMovie("fenshu", "fenshu", 6);
_parent.fenshu._x = _x + xx;
_parent.fenshu._y = _y + yy;
}
if (rr == 3) {
_parent.attachMovie("feicuigao", "feicuigao", 5);
_parent.feicuigao._x = _x + xx;
_parent.feicuigao._y = _y + yy;
}
if (rr == 4) {
_parent.attachMovie("jdh", "jdh", 4);
_parent.jdh._x = _x + xx;
_parent.jdh._y = _y + yy;
}
if (rr == 5) {
_parent.attachMovie("yzs", "yzs", 3);
_parent.yzs._x = _x + xx;
_parent.yzs._y = _y + yy;
}
Symbol 1323 MovieClip [box] Frame 25
this.removeMovieClip();
stop();
Symbol 1327 MovieClip [money] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
_width = 45;
_height = 50;
Instance of Symbol 94 MovieClip in Symbol 1327 MovieClip [money] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1327 MovieClip [money] Frame 7
gotoAndPlay (1);
Symbol 1327 MovieClip [money] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1327 MovieClip [money] Frame 12
var mm = (random(50) + 100);
_root.g = _root.g + mm;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = ("\u53D6\u5F97 " + mm) + "\u4E2A\u91D1\u5E01";
Symbol 1327 MovieClip [money] Frame 13
this.removeMovieClip();
Symbol 1331 MovieClip Frame 1
stop();
Symbol 1331 MovieClip Frame 2
stop();
Symbol 1332 MovieClip [walker] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
this.swapDepths(_y);
_width = 59.1;
_height = 120.6;
_parent.attachMovie("box", "box", 2);
_parent.box._x = this._x + 100;
_parent.box._y = this._y + 50;
Instance of Symbol 94 MovieClip in Symbol 1332 MovieClip [walker] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.man.take)) {
_parent._parent.attachMovie("autospeak", "autospeak", 20);
_parent._parent.autospeak.attachMovie("wf1", "face", 2);
if (_parent._parent.shi == 1) {
_parent._parent.autospeak.txt = "\u76D7\u8D3C\uFF1A\r\u54C7\u9760\uFF01\u6211.....\u6211.......\u7684\u5B9D\u7BB1\uFF01\uFF01\uFF01\uFF01";
} else {
_parent._parent.autospeak.txt = "\u76D7\u8D3C\uFF1A\r\u54C8\u54C8\uFF01\u53D1\u8D22\u4E86\u54E6\uFF01\u521A\u5077\u4E86\u4E2A\u5B9D\u7BB1\uFF0C\u62D6\u4E86\u4E00\u6BB5\u8DEF\u5B9E\u5728\u6CA1\u529B\u6C14\uFF01\r\u5148\u4F11\u606F\u4F11\u606F!\u4E0D\u77E5\u9053\u8FD9\u91CC\u9762\u5230\u5E95\u662F\u4EC0\u4E48\u4E1C\u897F\uFF01";
}
}
}
Symbol 1332 MovieClip [walker] Frame 2
stop();
Instance of Symbol 1331 MovieClip in Symbol 1332 MovieClip [walker] Frame 2
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
with (_parent) {
if (_x < _parent.man._x) {
_xscale = -29.1;
}
if (_x > _parent.man._x) {
_xscale = 29.1;
}
}
}
onClipEvent (enterFrame) {
if (_parent._parent.shi == 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 1335 MovieClip [wf1] Frame 1
_width = 120;
_height = 140;
_x = 540;
_y = 45;
this.onEnterFrame = function () {
if (_parent._parent.shi == 1) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
};
Symbol 1335 MovieClip [wf1] Frame 2
_width = 120;
_height = 140;
_x = 540;
_y = 45;
Symbol 1342 MovieClip [fireball] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 55;
_height = 60;
if (_parent.diren <= 0) {
_parent.diren = 1;
} else {
_parent.diren++;
}
Instance of Symbol 94 MovieClip in Symbol 1342 MovieClip [fireball] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1342 MovieClip [fireball] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1342 MovieClip [fireball] Frame 12
_root.huo = _root.huo + 1;
_parent.diren--;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u706B\u7CBE\u7075\u7403";
Symbol 1342 MovieClip [fireball] Frame 19
this.removeMovieClip();
Symbol 1348 MovieClip [itemline] Frame 1
_x = (_parent.man._x - 70);
_y = (_parent.man._y - 150);
Symbol 1348 MovieClip [itemline] Frame 39
stop();
this.removeMovieClip();
Symbol 1350 MovieClip [redball] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 39;
_height = 34;
Instance of Symbol 94 MovieClip in Symbol 1350 MovieClip [redball] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1350 MovieClip [redball] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1350 MovieClip [redball] Frame 12
_root.hongzhu = _root.hongzhu + 1;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u9F99\u4E4B\u7EA2\u5B9D\u77F3";
Symbol 1350 MovieClip [redball] Frame 19
this.removeMovieClip();
Symbol 1352 MovieClip [mt] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 42;
_height = 23;
Instance of Symbol 94 MovieClip in Symbol 1352 MovieClip [mt] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1352 MovieClip [mt] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1352 MovieClip [mt] Frame 12
_root.mantou = _root.mantou + 1;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u9992\u5934";
Symbol 1352 MovieClip [mt] Frame 19
this.removeMovieClip();
Symbol 1358 MovieClip [windball] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 55;
_height = 45;
if (_parent.diren <= 0) {
_parent.diren = 1;
} else {
_parent.diren++;
}
Instance of Symbol 94 MovieClip in Symbol 1358 MovieClip [windball] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1358 MovieClip [windball] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1358 MovieClip [windball] Frame 12
_root.feng = _root.feng + 1;
_parent.diren--;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u98CE\u7CBE\u7075\u7403";
Symbol 1358 MovieClip [windball] Frame 19
this.removeMovieClip();
Symbol 1364 MovieClip [leiball] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 55;
_height = 50;
if (_parent.diren <= 0) {
_parent.diren = 1;
} else {
_parent.diren++;
}
Instance of Symbol 94 MovieClip in Symbol 1364 MovieClip [leiball] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1364 MovieClip [leiball] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1364 MovieClip [leiball] Frame 12
_root.lei = _root.lei + 1;
_parent.diren--;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u96F7\u7CBE\u7075\u7403";
Symbol 1364 MovieClip [leiball] Frame 19
this.removeMovieClip();
Symbol 1370 MovieClip [waterball] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 55;
_height = 46;
if (_parent.diren <= 0) {
_parent.diren = 1;
} else {
_parent.diren++;
}
Instance of Symbol 94 MovieClip in Symbol 1370 MovieClip [waterball] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1370 MovieClip [waterball] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1370 MovieClip [waterball] Frame 12
_root.shui = _root.shui + 1;
_parent.diren--;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u6C34\u7CBE\u7075\u7403";
Symbol 1370 MovieClip [waterball] Frame 19
this.removeMovieClip();
Symbol 1376 MovieClip [tuball] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 55;
_height = 50;
if (_parent.diren <= 0) {
_parent.diren = 1;
} else {
_parent.diren++;
}
Instance of Symbol 94 MovieClip in Symbol 1376 MovieClip [tuball] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1376 MovieClip [tuball] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1376 MovieClip [tuball] Frame 12
_root.tu = _root.tu + 1;
_parent.diren--;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u571F\u7CBE\u7075\u7403";
Symbol 1376 MovieClip [tuball] Frame 19
this.removeMovieClip();
Symbol 1378 MovieClip [fenshu] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 20;
_height = 20;
Instance of Symbol 94 MovieClip in Symbol 1378 MovieClip [fenshu] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1378 MovieClip [fenshu] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1378 MovieClip [fenshu] Frame 12
var ss = (random(20000) + 10000);
_root.s = _root.s + ss;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = ("\u53D6\u5F97 " + ss) + " \u5206";
Symbol 1378 MovieClip [fenshu] Frame 19
this.removeMovieClip();
Symbol 1380 MovieClip [feicuigao] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 45.5;
_height = 30;
Instance of Symbol 94 MovieClip in Symbol 1380 MovieClip [feicuigao] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1380 MovieClip [feicuigao] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1380 MovieClip [feicuigao] Frame 12
_root.lvgao = _root.lvgao + 1;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u7FE1\u7FE0\u7CD5";
Symbol 1380 MovieClip [feicuigao] Frame 19
this.removeMovieClip();
Symbol 1382 MovieClip [gp] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 51;
_height = 38;
Instance of Symbol 94 MovieClip in Symbol 1382 MovieClip [gp] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1382 MovieClip [gp] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1382 MovieClip [gp] Frame 12
_root.guopan = _root.guopan + 1;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u6C34\u679C\u76D8";
Symbol 1382 MovieClip [gp] Frame 19
this.removeMovieClip();
Symbol 1384 MovieClip [syc] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 32;
_height = 31;
Instance of Symbol 94 MovieClip in Symbol 1384 MovieClip [syc] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1384 MovieClip [syc] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1384 MovieClip [syc] Frame 12
_root.siyecao = _root.siyecao + 1;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u56DB\u53F6\u8349";
Symbol 1384 MovieClip [syc] Frame 19
this.removeMovieClip();
Symbol 1386 MovieClip [jdh] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 24.5;
_height = 28.1;
Instance of Symbol 94 MovieClip in Symbol 1386 MovieClip [jdh] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1386 MovieClip [jdh] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1386 MovieClip [jdh] Frame 12
_root.jieduhua = _root.jieduhua + 1;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u89E3\u6BD2\u82B1";
Symbol 1386 MovieClip [jdh] Frame 19
this.removeMovieClip();
Symbol 1388 MovieClip [kqw] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 34.3;
_height = 21.6;
Instance of Symbol 94 MovieClip in Symbol 1388 MovieClip [kqw] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1388 MovieClip [kqw] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1388 MovieClip [kqw] Frame 12
_root.kongquewei = _root.kongquewei + 1;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u51E4\u51F0\u7FBD\u6BDB";
Symbol 1388 MovieClip [kqw] Frame 19
this.removeMovieClip();
Symbol 1390 MovieClip [yzs] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 39;
_height = 29;
Instance of Symbol 94 MovieClip in Symbol 1390 MovieClip [yzs] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1390 MovieClip [yzs] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1390 MovieClip [yzs] Frame 12
_root.yueshi = _root.yueshi + 1;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u6708\u4E4B\u77F3";
Symbol 1390 MovieClip [yzs] Frame 19
this.removeMovieClip();
Symbol 1392 MovieClip [jbh] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
stop();
_width = 29;
_height = 33;
Instance of Symbol 94 MovieClip in Symbol 1392 MovieClip [jbh] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent.gotoAndPlay("\u5F97\u5230");
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1392 MovieClip [jbh] Frame 11
with (_parent.man) {
gotoAndPlay("\u6361\u4E1C\u897F");
}
Symbol 1392 MovieClip [jbh] Frame 12
_root.jiemabi = _root.jiemabi + 1;
_parent.attachMovie("itemline", "itemline", 9991);
_parent.itemline.txt = "\u53D6\u5F97 \u6D88\u75F9\u82B1";
Symbol 1392 MovieClip [jbh] Frame 19
this.removeMovieClip();
Symbol 1435 MovieClip Frame 7
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6328\u6253");
_root.hp = _root.hp - (_root.hard + 7);
}
}
if ((_root.face == 0) and (_parent._x > _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u9707");
}
}
} else if ((_root.face == 1) and (_parent._x < _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u9707");
}
}
} else if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 0;
gotoAndPlay("\u6328\u6253");
_root.hp = _root.hp - (_root.hard + 7);
}
}
Symbol 1467 MovieClip Frame 6
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6328\u6253");
_root.hp = _root.hp - (_root.hard + 5);
}
}
if ((_root.face == 0) and (_parent._x > _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u9707");
}
}
} else if ((_root.face == 1) and (_parent._x < _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u9707");
}
}
} else if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 0;
gotoAndPlay("\u6328\u6253");
_root.hp = _root.hp - (_root.hard + 5);
}
}
Symbol 1467 MovieClip Frame 14
if (this.g.hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
if ((_root.face == 0) and (_parent._x > _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u9707");
}
}
} else if ((_root.face == 1) and (_parent._x < _parent._parent.man._x)) {
if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u9707");
}
}
} else if (this.g.hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 0;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 7);
}
}
Symbol 1482 MovieClip Frame 8
_parent._parent.attachMovie("knife", "knife", 10000);
_parent._parent.knife._x = _parent._x;
_parent._parent.knife._y = _parent._y + 1;
Symbol 1521 MovieClip [boss02] Frame 1
a = (ma = 1500);
_width = 95;
_height = 126;
_parent.attachMovie("b2", "boss2h", 9979);
_parent.boss2h.name = "\u5C0F\u767D\u83DC";
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (_parent._x < _parent._parent.man._x) {
_parent._xscale = -19.2;
_parent.f = 0;
}
if (_parent._x > _parent._parent.man._x) {
_parent._xscale = 19.2;
_parent.f = 1;
}
}
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1521 MovieClip [boss02] Frame 2
stop();
_root.jz = 0;
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 2
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
m = random(100);
if (m < 5) {
gotoAndPlay("\u884C\u8D70");
}
if (m > 95) {
gotoAndPlay("\u8DD1");
}
}
}
}
onClipEvent (enterFrame) {
with (_parent) {
if (back == 1) {
gotoAndPlay("\u8D70");
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 2
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 20);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay("\u6328\u6253");
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 25);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 2
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (this.hitTest(_parent._parent.man.ai)) {
gongji = random(50);
if (gongji < 6) {
with (_parent) {
gotoAndPlay("\u5C0F\u653B\u51FB");
}
}
if (gongji > 45) {
with (_parent) {
gotoAndPlay("\u9632\u5FA1");
}
}
if (gongji == 25) {
with (_parent) {
gotoAndPlay("\u5927\u653B\u51FB");
}
}
}
}
}
onClipEvent (enterFrame) {
if ((_root.pause == 0) and (_root.b == 0)) {
if ((_parent._x > (_parent._parent.man._x + 200)) || (_parent._x < (_parent._parent.man._x - 200))) {
gongji = random(100);
if (gongji < 3) {
with (_parent) {
gotoAndPlay("\u6807");
}
}
}
}
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (hitTest(_parent._parent.man.dao)) {
_parent.back = 1;
} else {
_parent.back = 0;
}
}
}
Symbol 1521 MovieClip [boss02] Frame 6
aaa = random(100) + 100;
bbb = random(20) - 10;
var xspeed = 5;
var yspeed = 3;
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 7
onClipEvent (enterFrame) {
if (_root.pause == 0) {
if (_parent.back == 1) {
with (_parent) {
if (_x < _parent.man._x) {
_x = _x - xspeed;
}
if (_x > _parent.man._x) {
_x = _x + xspeed;
}
}
} else {
with (_parent) {
if (_y < (_parent.man._y - bbb)) {
_y = _y + yspeed;
}
if (_y > (_parent.man._y - bbb)) {
_y = _y - yspeed;
}
if (_x < _parent.man._x) {
if (_x < (_parent.man._x - aaa)) {
_x = _x + xspeed;
}
if (_x > (_parent.man._x - aaa)) {
_x = _x - xspeed;
}
}
if (_x > _parent.man._x) {
if (_x < (_parent.man._x + aaa)) {
_x = _x + xspeed;
}
if (_x > (_parent.man._x + aaa)) {
_x = _x - xspeed;
}
}
}
}
}
}
Symbol 1521 MovieClip [boss02] Frame 20
var e = random(10);
if (e < 3) {
gotoAndPlay (5);
} else {
gotoAndPlay (2);
}
Symbol 1521 MovieClip [boss02] Frame 30
aaa = random(100) + 50;
bbb = random(20) - 10;
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 31
onClipEvent (enterFrame) {
if (_root.pause == 0) {
with (_parent) {
if (_y < (_parent.man._y - bbb)) {
_y = _y + 4;
}
if (_y > (_parent.man._y - bbb)) {
_y = _y - 4;
}
if (_x < _parent.man._x) {
if (_x < (_parent.man._x - aaa)) {
_x = _x + 9;
}
if (_x > (_parent.man._x - aaa)) {
_x = _x - 9;
}
}
if (_x > _parent.man._x) {
if (_x < (_parent.man._x + aaa)) {
_x = _x + 9;
}
if (_x > (_parent.man._x + aaa)) {
_x = _x - 9;
}
}
}
}
}
Symbol 1521 MovieClip [boss02] Frame 42
var e = random(10);
if (e < 2) {
gotoAndPlay (30);
} else {
gotoAndPlay (5);
}
Symbol 1521 MovieClip [boss02] Frame 50
_root.jz = 1;
if (a <= 0) {
gotoAndPlay (180);
}
Symbol 1521 MovieClip [boss02] Frame 52
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
Symbol 1521 MovieClip [boss02] Frame 55
_root.jz = 0;
Symbol 1521 MovieClip [boss02] Frame 58
gotoAndPlay (2);
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 65
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 20);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay("\u6328\u6253");
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 25);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
}
Symbol 1521 MovieClip [boss02] Frame 79
var e = random(10);
if (e < 2) {
gotoAndPlay (110);
} else {
gotoAndPlay (5);
}
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 85
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 20);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay("\u6328\u6253");
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 25);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
}
Symbol 1521 MovieClip [boss02] Frame 106
var e = random(10);
if (e < 5) {
gotoAndPlay (130);
} else {
gotoAndPlay (2);
}
Symbol 1521 MovieClip [boss02] Frame 122
var e = random(50);
if (e == 1) {
gotoAndPlay (110);
} else {
gotoAndPlay (5);
}
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 130
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent._parent.man) {
gotoAndPlay(425);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 7);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 150;
a = a - _root.atk;
gotoAndPlay(50);
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 3);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 4);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay(70);
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(50);
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay(70);
}
}
}
Symbol 1521 MovieClip [boss02] Frame 142
var e = random(5);
if (e == 1) {
gotoAndPlay (85);
}
if (e > 3) {
gotoAndPlay (5);
} else {
gotoAndPlay (30);
}
Instance of Symbol 94 MovieClip in Symbol 1521 MovieClip [boss02] Frame 150
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.man.hit5.gong)) {
with (_parent) {
_root.s = _root.s + 50;
a = a - _root.atk;
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit1.gong)) {
with (_parent) {
_root.zhq = 1;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit6.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit2.gong)) {
with (_parent) {
_root.zhq = 2;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit3.gong)) {
with (_parent) {
_root.zhq = 3;
_root.s = _root.s + 50;
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit4.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 60;
a = a - (_root.atk + 10);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit7.gong)) {
with (_parent) {
_root.zhq = 0;
_root.s = _root.s + 200;
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit8.gong)) {
with (_parent) {
_root.s = _root.s + 100;
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.man.hit9.gong)) {
with (_parent) {
_root.s = _root.s + 200;
a = a - (_root.atk + 20);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit10.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.man.hit11.gong)) {
with (_parent) {
_root.s = _root.s + 10;
a = a - _root.atk;
gotoAndPlay("\u6328\u6253");
}
}
}
onClipEvent (enterFrame) {
if (this.hitTest(_parent._parent.huojingling.gong)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.huojingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 25);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.shuijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.fengjingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.leijingling.gong)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 10);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.leijingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 15);
gotoAndPlay("\u6B7B");
}
}
if (this.hitTest(_parent._parent.tujingling.gong)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong1)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6328\u6253");
}
}
if (this.hitTest(_parent._parent.tujingling.gong2)) {
with (_parent) {
a = a - (_root.atk + 5);
gotoAndPlay("\u6B7B");
}
}
}
Symbol 1521 MovieClip [boss02] Frame 175
gotoAndPlay (30);
Symbol 1521 MovieClip [boss02] Frame 180
_root.hits = _root.hits + 1;
with (_parent.combo) {
gotoAndPlay(2);
}
with (_parent.man.time) {
gotoAndPlay(5);
}
play();
Symbol 1521 MovieClip [boss02] Frame 181
play();
Symbol 1521 MovieClip [boss02] Frame 182
play();
Symbol 1521 MovieClip [boss02] Frame 184
_root.jz = 0;
Symbol 1521 MovieClip [boss02] Frame 185
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 10);
}
if (_x > _parent.man._x) {
_x = (_x + 10);
}
}
Symbol 1521 MovieClip [boss02] Frame 186
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 10);
}
if (_x > _parent.man._x) {
_x = (_x + 10);
}
}
Symbol 1521 MovieClip [boss02] Frame 187
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 5);
}
if (_x > _parent.man._x) {
_x = (_x + 5);
}
}
Symbol 1521 MovieClip [boss02] Frame 188
if ((_x > -250) and (_x < 310)) {
if (_x < _parent.man._x) {
_x = (_x - 5);
}
if (_x > _parent.man._x) {
_x = (_x + 5);
}
}
Symbol 1521 MovieClip [boss02] Frame 210
if (a <= 0) {
play();
} else {
aaa = random(2);
if (aaa == 0) {
gotoAndPlay (130);
}
if (aaa == 1) {
gotoAndPlay (85);
}
}
Symbol 1521 MovieClip [boss02] Frame 217
if (_root.hp >= 100) {
_root.s = _root.s + 20000;
} else {
_root.s = _root.s + 10000;
}
_parent.diren--;
_parent.bos = 1;
_root.exp = _root.exp + 20;
_root.jz = 0;
Symbol 1521 MovieClip [boss02] Frame 223
_parent.attachMovie("redball", "redball", 10);
_parent.redball._x = _x;
_parent.redball._y = _y;
rr = random(4);
if (rr == 0) {
_parent.attachMovie("money", "money", 9);
_parent.money._x = _x + 50;
_parent.money._y = _y + 10;
}
if (rr == 1) {
_parent.attachMovie("syc", "syc", 9);
_parent.syc._x = _x + 50;
_parent.syc._y = _y + 10;
}
if (rr == 2) {
_parent.attachMovie("mt", "mt", 9);
_parent.mt._x = _x + 50;
_parent.mt._y = _y + 10;
}
if (rr == 3) {
_parent.attachMovie("gp", "gp", 9);
_parent.gp._x = _x + 50;
_parent.gp._y = _y + 10;
}
Symbol 1521 MovieClip [boss02] Frame 224
rr = random(4);
if (rr == 0) {
_parent.attachMovie("feicuigao", "feicuigao", 9);
_parent.feicuigao._x = _x - 50;
_parent.feicuigao._y = _y + 10;
}
if (rr == 1) {
_parent.attachMovie("syc", "syc", 9);
_parent.syc._x = _x - 50;
_parent.syc._y = _y + 13;
}
if (rr == 2) {
_parent.attachMovie("money", "money", 9);
_parent.money._x = _x - 50;
_parent.money._y = _y + 13;
}
if (rr == 3) {
_parent.attachMovie("gp", "gp", 9);
_parent.gp._x = _x - 50;
_parent.gp._y = _y + 13;
}
Symbol 1521 MovieClip [boss02] Frame 229
this.removeMovieClip();
stop();
Symbol 1525 MovieClip Frame 26
if (t <= 0) {
with (_parent) {
play();
}
} else {
t = t - 1;
gotoAndPlay (2);
}
Symbol 1531 MovieClip [autospeak] Frame 1
_x = -264;
_y = 82;
this.swapDepths(9996);
Symbol 1531 MovieClip [autospeak] Frame 2
_root.pause = 1;
Symbol 1531 MovieClip [autospeak] Frame 7
stop();
Instance of Symbol 1525 MovieClip in Symbol 1531 MovieClip [autospeak] Frame 7
onClipEvent (load) {
var t = 0;
}
Symbol 1531 MovieClip [autospeak] Frame 8
stop();
Instance of Symbol 1530 MovieClip in Symbol 1531 MovieClip [autospeak] Frame 8
onClipEvent (enterFrame) {
if (Key.isDown(_root.kg)) {
if (_parent.s >= 1) {
_parent._parent.talk++;
with (_parent) {
gotoAndPlay(2);
}
} else {
with (_parent) {
play();
}
}
}
}
Symbol 1531 MovieClip [autospeak] Frame 13
_root.pause = 0;
Symbol 1531 MovieClip [autospeak] Frame 14
stop();
this.removeMovieClip();
Symbol 1533 MovieClip [cabbage] Frame 1
_width = 120;
_height = 140;
_x = 540;
_y = 45;
Symbol 1535 MovieClip [magicwing] Frame 1
_width = 120;
_height = 150;
_x = 540;
_y = 45;
Symbol 1537 MovieClip [elbs] Frame 1
_width = 160;
_height = 140;
_x = 540;
_y = 45;
Symbol 1539 MovieClip [look] Frame 1
this.onEnterFrame = function () {
if (_parent.del == 1) {
this.removeMovieClip();
}
};
_width = 73;
_height = 110;
Instance of Symbol 94 MovieClip in Symbol 1539 MovieClip [look] Frame 1
onClipEvent (enterFrame) {
_parent.swapDepths(_parent._y);
if (hitTest(_parent._parent.man.take)) {
_parent._parent.attachMovie("autospeak", "autospeak", 5);
_parent._parent.autospeak.txt = _parent.show;
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Symbol 1545 MovieClip [b2] Frame 1
stop();
this.swapDepths(9978);
_x = -260;
_y = 115;
var s = int((_parent.boss2.a / _parent.boss2.ma) * 500);
this.onEnterFrame = function () {
var n = int((_parent.boss2.a / _parent.boss2.ma) * 500);
gotoAndStop(s + 1);
if (s < n) {
s++;
}
if (s > n) {
s--;
}
if (_parent.boss2.a < 0) {
_parent.boss2.a = 0;
}
if (_parent.boss2.a > _parent.boss2.ma) {
_parent.boss2.a = _parent.boss2.ma;
}
if (s <= 0) {
this.removeMovieClip();
}
};
Symbol 1554 MovieClip [knife] Frame 1
_root.b = 1;
speed = 20;
_width = 34.4;
_height = 80.3;
if (_x < _parent.man._x) {
_xscale = -21.8;
var f = 1;
}
if (_x > _parent.man._x) {
_xscale = 21.8;
var f = 0;
}
Symbol 1554 MovieClip [knife] Frame 2
this.onEnterFrame = function () {
this.swapDepths(_y);
if (f == 0) {
if (_x < -300) {
_root.b = 0;
this.removeMovieClip();
}
}
if (f == 1) {
if (_x > 400) {
_root.b = 0;
this.removeMovieClip();
}
}
};
if (f == 0) {
_x = (_x - speed);
}
if (f == 1) {
_x = (_x + speed);
}
Instance of Symbol 94 MovieClip in Symbol 1554 MovieClip [knife] Frame 2
onClipEvent (enterFrame) {
if (hitTest(_parent._parent.man.ai)) {
with (_parent._parent.man) {
_root.adxz = 1;
_root.hp = _root.hp - (_root.hard + 3);
gotoAndPlay("\u6B7B");
}
_root.b = 0;
_parent.removeMovieClip();
}
}
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_parent._x > _parent._parent.man._x)) {
if (hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u5B9A");
}
}
} else if ((_root.face == 1) and (_parent._x < _parent._parent.man._x)) {
if (hitTest(_parent._parent.man.fang)) {
with (_parent) {
gotoAndPlay("\u5B9A");
}
}
} else if (hitTest(_parent._parent.man.fang)) {
with (_parent._parent.man) {
_root.adxz = 1;
gotoAndPlay("\u6B7B");
_root.hp = _root.hp - (_root.hard + 3);
}
}
}
Symbol 1554 MovieClip [knife] Frame 3
if (f == 0) {
_x = (_x - speed);
}
if (f == 1) {
_x = (_x + speed);
}
Symbol 1554 MovieClip [knife] Frame 4
if (f == 0) {
_x = (_x - speed);
}
if (f == 1) {
_x = (_x + speed);
}
Symbol 1554 MovieClip [knife] Frame 5
if (f == 0) {
_x = (_x - speed);
}
if (f == 1) {
_x = (_x + speed);
}
gotoAndPlay (2);
Symbol 1554 MovieClip [knife] Frame 15
stop();
_root.b = 0;
this.removeMovieClip();
Symbol 1555 MovieClip Frame 1
stop();
Symbol 1561 Button
on (release, keyPress "j") {
gotoAndPlay (175);
}
Symbol 1571 MovieClip Frame 35
stop();
Instance of Symbol 1525 MovieClip in Symbol 1571 MovieClip Frame 35
onClipEvent (load) {
var t = 2;
}
Symbol 1571 MovieClip Frame 67
stop();
Instance of Symbol 1525 MovieClip in Symbol 1571 MovieClip Frame 67
onClipEvent (load) {
var t = 5;
}
Symbol 1571 MovieClip Frame 105
stop();
Instance of Symbol 1525 MovieClip in Symbol 1571 MovieClip Frame 105
onClipEvent (load) {
var t = 4;
}
Symbol 1571 MovieClip Frame 133
stop();
Instance of Symbol 1525 MovieClip in Symbol 1571 MovieClip Frame 133
onClipEvent (load) {
var t = 4;
}
Symbol 1571 MovieClip Frame 160
stop();
Instance of Symbol 1525 MovieClip in Symbol 1571 MovieClip Frame 160
onClipEvent (load) {
var t = 6;
}
Symbol 1571 MovieClip Frame 193
stop();
Instance of Symbol 1525 MovieClip in Symbol 1571 MovieClip Frame 193
onClipEvent (load) {
var t = 2;
}
Symbol 1571 MovieClip Frame 203
stopAllSounds();
with (_parent) {
play();
}
Instance of Symbol 94 MovieClip "exit2" in Symbol 1577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.diren <= 0) {
if (_root.map != 1) {
if (hitTest(_parent._parent._parent.man.zou) || (hitTest(_parent._parent._parent.man.zou2))) {
_root.pas = 1;
with (_parent._parent._parent.gd) {
play();
}
}
}
}
}
Instance of Symbol 94 MovieClip "exit" in Symbol 1577 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.diren <= 0) {
if (_root.map != 2) {
if (hitTest(_parent._parent._parent.man.zou) || (hitTest(_parent._parent._parent.man.zou2))) {
_root.pas = 2;
with (_parent._parent._parent.gd) {
play();
}
}
}
}
}
Symbol 1580 MovieClip Frame 1
stop();
Symbol 1580 MovieClip Frame 2
if (_root.map == 1) {
play();
}
if (_root.map == 2) {
gotoAndPlay (29);
}
if (_root.map == 0) {
gotoAndPlay (55);
}
Symbol 1580 MovieClip Frame 3
var a = 2;
_parent._parent.diren = -1;
Symbol 1580 MovieClip Frame 24
if (a <= 0) {
gotoAndStop (1);
} else {
a--;
gotoAndPlay (4);
}
Symbol 1580 MovieClip Frame 29
var a = 2;
_parent._parent.diren = -1;
Symbol 1580 MovieClip Frame 50
if (a <= 0) {
gotoAndStop (1);
} else {
a--;
gotoAndPlay (30);
}
Symbol 1580 MovieClip Frame 55
var a = 2;
_parent._parent.diren = -1;
Symbol 1580 MovieClip Frame 76
if (a <= 0) {
gotoAndStop (1);
} else {
a--;
gotoAndPlay (56);
}
Symbol 1592 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1592 MovieClip Frame 1
onClipEvent (enterFrame) {
with (_parent) {
a = random(200);
if (a == 1) {
_x = random(430);
_y = 61;
play();
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1592 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.face == 0) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x - 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x - 10;
}
}
if ((_root.face == 1) and (_root.juanzhou == 1)) {
if (_root.walk == 1) {
_parent._x = _parent._x + 6;
}
if (_root.walk == 2) {
_parent._x = _parent._x + 10;
}
}
}
Instance of Symbol 94 MovieClip "exit2" in Symbol 1598 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.diren <= 0) {
if (_root.map != 1) {
if (hitTest(_parent._parent._parent.man.zou) || (hitTest(_parent._parent._parent.man.zou2))) {
_root.pas = 1;
with (_parent._parent._parent.gd) {
play();
}
}
}
}
}
Instance of Symbol 94 MovieClip "exit" in Symbol 1598 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent._parent.diren <= 0) {
if (_root.map != 2) {
if (hitTest(_parent._parent._parent.man.zou) || (hitTest(_parent._parent._parent.man.zou2))) {
_root.pas = 2;
with (_parent._parent._parent.gd) {
play();
}
}
}
}
}
Symbol 1599 MovieClip Frame 1
stop();
Symbol 1600 MovieClip Frame 1
_root.map = 1;
_parent.m = 0;
stop();
if (_root.pas == 1) {
zhongjing._x = -581;
beijing._x = -290;
}
if (_root.pas == 2) {
zhongjing._x = -3.9;
beijing._x = -3.9;
}
_parent.diren = 3;
_parent.attachMovie("rock", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 100;
_parent["rock" + _root.i]._y = 80;
_parent.attachMovie("rock", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 250;
_parent["rock" + _root.i]._y = 120;
_parent.attachMovie("rock", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 400;
_parent["rock" + _root.i]._y = 150;
_parent.attachMovie("look", "look", 20);
_parent.look._x = zhongjing._x - 200;
_parent.look._y = 55;
_parent.look.show = "\u524D\u65B9300\u7C73 \u6995\u5CA9\u6D1E\r\u76D7\u8D3C\u7316\u7357\uFF01\u6CE8\u610F\u4FDD\u7BA1\u597D\u8D22\u7269\uFF01";
Instance of Symbol 94 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.zhongjing._x < -3.9) {
if ((this.hitTest(_parent._parent.man.zou) and (_root.lm == 1)) and (_root.face == 1)) {
_parent.zhongjing._x = _parent.zhongjing._x + 6;
_parent.exit._x = _parent.exit._x + 6;
_parent.exit2._x = _parent.exit2._x + 6;
_parent.beijing._x = _parent.beijing._x + 3;
_root.juanzhou = 1;
}
if (this.hitTest(_parent._parent.man.zou2) and (_root.face == 1)) {
_parent.zhongjing._x = _parent.zhongjing._x + 10;
_parent.exit._x = _parent.exit._x + 10;
_parent.exit2._x = _parent.exit2._x + 10;
_parent.beijing._x = _parent.beijing._x + 5;
_root.juanzhou = 1;
}
}
}
onClipEvent (enterFrame) {
if (_parent.zhongjing._x > -3.9) {
_root.juanzhou = 0;
}
}
Instance of Symbol 94 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent.zhongjing._x > -581) {
if ((this.hitTest(_parent._parent.man.zou) and (_root.rm == 1)) and (_root.face == 0)) {
_parent.zhongjing._x = _parent.zhongjing._x - 6;
_parent.exit._x = _parent.exit._x - 6;
_parent.exit2._x = _parent.exit2._x - 6;
_parent.beijing._x = _parent.beijing._x - 3;
_root.juanzhou = 1;
} else {
_root.juanzhou = 0;
}
if (this.hitTest(_parent._parent.man.zou2) and (_root.face == 0)) {
_root.juanzhou = 1;
_parent.zhongjing._x = _parent.zhongjing._x - 10;
_parent.exit._x = _parent.exit._x - 10;
_parent.exit2._x = _parent.exit2._x - 10;
_parent.beijing._x = _parent.beijing._x - 5;
}
}
}
onClipEvent (enterFrame) {
if (_parent.zhongjing._x <= -581) {
_root.juanzhou = 0;
}
}
Instance of Symbol 1580 MovieClip in Symbol 1600 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_parent._parent.diren == 0) {
play();
}
}
Symbol 1600 MovieClip Frame 2
_root.map = 0;
_parent.m = 0;
stop();
if (_root.pas == 1) {
zhongjing._x = -581;
beijing._x = -290;
}
if (_root.pas == 2) {
zhongjing._x = -3.9;
beijing._x = -3.9;
}
_parent.diren = 3;
_parent.attachMovie("rock", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 200;
_parent["rock" + _root.i]._y = 80;
_parent.attachMovie("futou", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 500;
_parent["rock" + _root.i]._y = 120;
_parent.attachMovie("rock", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 300;
_parent["rock" + _root.i]._y = 150;
Symbol 1600 MovieClip Frame 3
_root.map = 0;
_parent.m = 1;
stop();
if (_root.pas == 1) {
zhongjing._x = -581;
beijing._x = -290;
}
if (_root.pas == 2) {
zhongjing._x = -3.9;
beijing._x = -3.9;
}
if ((_parent.m == 1) and (_parent.bos != 1)) {
_parent.tomb = 3;
_parent.attachMovie("mubei", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 311;
_parent["rock" + _root.i]._y = 55;
_parent.attachMovie("mubei", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 600;
_parent["rock" + _root.i]._y = 69;
_parent.attachMovie("mubei", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 100;
_parent["rock" + _root.i]._y = 104;
}
_parent.diren = 2;
_parent.attachMovie("niu", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 100;
_parent["rock" + _root.i]._y = 80;
_parent.attachMovie("rock", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 600;
_parent["rock" + _root.i]._y = 100;
Instance of Symbol 94 MovieClip in Symbol 1600 MovieClip Frame 3
onClipEvent (load) {
this.onEnterFrame = function () {
if (_parent._parent.tomb == 0) {
_parent._parent.tomb = -1;
_parent._parent.attachMovie("autospeak", "autospeak", 9996);
_parent._parent.autospeak.attachMovie("elbs", "face", 2);
_parent._parent.autospeak.txt = "\u6076\u7075\u5315\u9996\uFF1A\r\u6DF7\u86CB\uFF01\u6211\u6076\u7075\u7684\u5893\u7891\u5C31\u8FD9\u6837\u7ED9\u4F60\u6BC1\u6389\u4E86\u5417\uFF1F\r\u89C1\u9B3C\u53BB\u5427..............";
_parent._parent.attachMovie("boss01", "boss1", 2);
_parent._parent.boss1._x = 200;
_parent._parent.boss1._y = 60;
if (_parent._parent.diren <= 0) {
_parent._parent.diren = 1;
} else {
_parent._parent.diren++;
}
delete this.onEnterFrame;
}
};
}
Symbol 1600 MovieClip Frame 4
_root.map = 0;
_parent.m = 0;
stop();
if (_root.pas == 1) {
zhongjing._x = -581;
beijing._x = -290;
}
if (_root.pas == 2) {
zhongjing._x = -3.9;
beijing._x = -3.9;
}
_parent.diren = 4;
_parent.attachMovie("rock", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 100;
_parent["rock" + _root.i]._y = 80;
_parent.attachMovie("rock", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 150;
_parent["rock" + _root.i]._y = 120;
_parent.attachMovie("rock", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 400;
_parent["rock" + _root.i]._y = 150;
_parent.attachMovie("niu", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 750;
_parent["rock" + _root.i]._y = 130;
Symbol 1600 MovieClip Frame 5
if (_parent.bos == 1) {
_parent.attachMovie("boss02", "boss2", _root.i++);
_parent.boss2._x = zhongjing._x + 800;
_parent.boss2._y = 90;
}
_root.map = 2;
_parent.m = 0;
stop();
if (_root.pas == 1) {
zhongjing._x = -581;
beijing._x = -290;
}
if (_root.pas == 2) {
zhongjing._x = -3.9;
beijing._x = -3.9;
}
if ((_parent.bos != 1) and (_parent.shi != 1)) {
_parent.diren = 0;
_parent.attachMovie("walker", "walker", 2);
_parent.walker._x = zhongjing._x + 500;
_parent.walker._y = 61;
} else {
_parent.diren = 4;
_parent.attachMovie("rock", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 100;
_parent["rock" + _root.i]._y = 80;
_parent.attachMovie("niu", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 150;
_parent["rock" + _root.i]._y = 120;
_parent.attachMovie("niu", "rock" + _root.i, _root.i++);
_parent["rock" + _root.i]._x = zhongjing._x + 750;
_parent["rock" + _root.i]._y = 130;
}
Instance of Symbol 94 MovieClip in Symbol 1600 MovieClip Frame 5
onClipEvent (load) {
this.onEnterFrame = function () {
if (hitTest(_parent._parent.boss2)) {
with (_parent._parent.music) {
stopAllSounds();
gotoAndPlay("BOSS");
}
_parent._parent.attachMovie("autospeak", "autospeak", 9996);
_parent._parent.autospeak.txt = "\u5C0F\u767D\u83DC\uFF1A\r\u662F\u8C01\u5728\u672C\u59D1\u5A18\u7684\u5730\u76D8\u6492\u91CE\u554A\uFF1F\r\u7ADF\u6562\u6740\u4E86\u6211\u7684\u9547\u5C71\u5996\u602A\u201C\u6076\u7075\u5315\u9996\u201D\r\u4F60\u5C31\u7B49\u7740\u53D7\u6B7B\u5427\uFF01";
_parent._parent.autospeak.attachMovie("cabbage", "face", 2);
_parent._parent.autospeak.s = 1;
delete this.onEnterFrame;
}
};
}
Instance of Symbol 1599 MovieClip "duihua" in Symbol 1600 MovieClip Frame 5
onClipEvent (load) {
_parent._parent.talk = 0;
this.onEnterFrame = function () {
if (_parent._parent.talk == 1) {
_parent._parent.autospeak.txt = "MAGIC WING\uFF1A\r\u4F60\u5C31\u662F\u90A3\u4E2A\u5927\u9B54\u5934\u201C\u7EA2\u8718\u86DB\u201D\u7684\u60C5\u5987\u5427\uFF1F";
_parent._parent.autospeak.attachMovie("magicwing", "face", 2);
}
if (_parent._parent.talk == 2) {
_parent._parent.autospeak.txt = "\u5C0F\u767D\u83DC\uFF1A\r\u662F\u53C8\u600E\u4E48\u6837\uFF1F\u5C11\u5728\u8FD9\u91CC\u7F57\u55E6\u3002\r\u73B0\u5728\u6211\u5C31\u8981\u53D6\u4F60\u5C0F\u547D\uFF01";
_parent._parent.autospeak.attachMovie("cabbage", "face", 2);
}
if (_parent._parent.talk == 3) {
_parent._parent.autospeak.txt = "MAGIC WING\uFF1A\r\u6162\u7740\uFF01\u201C\u7EA2\u8718\u86DB\u201D\u628A\u201C\u9ED1\u5FC3\u201D\u9677\u5BB3\u505A\u4E86\u9B54\u65CF\u7684\u9996\u9886\uFF01\r\u4F60\u505A\u9996\u9886\u592B\u4EBA\u89C9\u5F97\u5F88\u723D\u5427\uFF01\r\u6211\u770B\u4ED6\u8FD9\u4E2A\u9996\u9886\u4E5F\u5F53\u4E0D\u4E86\u591A\u4E45\u7684\uFF01\u5B9E\u5728\u662F\u5351\u9119\u65E0\u803B\u554A\uFF01";
_parent._parent.autospeak.attachMovie("magicwing", "face", 2);
}
if (_parent._parent.talk == 4) {
_parent._parent.autospeak.txt = "\u5C0F\u767D\u83DC\uFF1A\r\u54FC\uFF1F\u5C11\u5728\u8FD9\u91CC\u80E1\u8A00\u4E71\u8BED\uFF01\u201C\u7EA2\u8718\u86DB\u201D\u4E0D\u53EF\u80FD\u662F\u8FD9\u79CD\u4EBA\uFF01\r\u603B\u4E4B\uFF01\u4F60\u6740\u6211\u9547\u5C71\u5996\u602A\u5C31\u662F\u4F60\u7684\u9519\uFF0C\u770B\u62DB\u5427\uFF01";
_parent._parent.autospeak.attachMovie("cabbage", "face", 2);
_parent._parent.autospeak.s = 0;
delete this.onEnterFrame;
}
};
}
Symbol 1614 MovieClip Frame 1
stop();
Instance of Symbol 1613 MovieClip in Symbol 1614 MovieClip Frame 1
onClipEvent (load) {
function ziti(obj, oldval, newval) {
if (newval > 99) {
num3.gotoAndStop((int(newval / 100) % 10) + 1);
} else {
num3.gotoAndStop(11);
}
if (newval > 9) {
num2.gotoAndStop((int(newval / 10) % 10) + 1);
} else {
num2.gotoAndStop(11);
}
num1.gotoAndStop((newval % 10) + 1);
return(newval);
}
_root.watch("hits", ziti);
ziti(null, null, _root.hits);
}
Symbol 1614 MovieClip Frame 17
_root.hits = 0;
Symbol 1621 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1624 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.pause == 1) {
_parent.stop();
} else {
_parent.play();
}
}
Symbol 1624 MovieClip Frame 20
if (_root.lv < 10) {
_root.exp = _root.exp + 1;
} else {
stop();
}
Symbol 1627 MovieClip Frame 1
stop();
Symbol 1645 MovieClip Frame 1
t = 30;
stop();
Instance of Symbol 94 MovieClip in Symbol 1645 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.gjzd == 1) {
with (_parent) {
play();
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1645 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pause == 1) {
with (_parent) {
stop();
}
} else {
with (_parent) {
play();
}
}
}
Symbol 1645 MovieClip Frame 26
if (t > 0) {
t = t - 1;
gotoAndPlay (2);
} else {
_root.gjzd = 0;
gotoAndStop (1);
}
Symbol 1647 MovieClip Frame 1
t = 30;
stop();
Instance of Symbol 94 MovieClip in Symbol 1647 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.wsp == 1) {
with (_parent) {
play();
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1647 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pause == 1) {
with (_parent) {
stop();
}
} else {
with (_parent) {
play();
}
}
}
Symbol 1647 MovieClip Frame 26
if (t > 0) {
t = t - 1;
gotoAndPlay (2);
} else {
_root.wsp = 0;
gotoAndStop (1);
}
Symbol 1650 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1650 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.du == 1) {
with (_parent) {
play();
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1650 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pause == 1) {
with (_parent) {
stop();
}
} else {
with (_parent) {
play();
}
}
}
onClipEvent (load) {
if (_root.du == 0) {
with (_parent) {
gotoAndStop(1);
}
}
}
Symbol 1650 MovieClip Frame 45
if (_root.du == 1) {
if (_root.hp > 1) {
_root.hp = _root.hp - 1;
}
gotoAndPlay (5);
} else {
gotoAndStop (1);
}
Symbol 1652 MovieClip Frame 1
t = 6;
stop();
Instance of Symbol 94 MovieClip in Symbol 1652 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.mabi == 1) {
with (_parent) {
play();
}
with (_parent._parent._parent.man) {
gotoAndStop(450);
}
}
}
Instance of Symbol 94 MovieClip in Symbol 1652 MovieClip Frame 2
onClipEvent (enterFrame) {
if (_root.pause == 1) {
with (_parent) {
stop();
}
} else {
with (_parent) {
play();
}
}
}
onClipEvent (enterFrame) {
if (_root.mabi == 0) {
with (_parent) {
gotoAndStop(1);
}
}
}
Symbol 1652 MovieClip Frame 26
if (t > 0) {
t = t - 1;
gotoAndPlay (3);
} else {
_root.mabi = 0;
gotoAndStop (1);
}
Instance of Symbol 1621 MovieClip in Symbol 1653 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_root.shp + 1);
if (_root.shp < _root.hp) {
_root.shp = _root.shp + 1;
}
if (_root.shp > _root.hp) {
_root.shp = _root.shp - 2;
}
if (_root.hp <= 0) {
_root.hp = 0;
}
if (_root.hp >= 100) {
_root.hp = 100;
}
}
Instance of Symbol 1627 MovieClip in Symbol 1653 MovieClip Frame 1
onClipEvent (enterFrame) {
gotoAndStop(_root.sexp + 1);
if (_root.sexp < _root.exp) {
_root.sexp = _root.sexp + 1;
}
if (_root.sexp > _root.exp) {
_root.sexp = _root.sexp - 1;
}
if (_root.exp <= 0) {
_root.exp = 0;
}
if (_root.exp >= 100) {
_root.exp = 100;
}
}
onClipEvent (enterFrame) {
if (_root.lv >= 10) {
_root.lv = 10;
}
if (_root.atk >= 15) {
_root.atk = 15;
}
}
Instance of Symbol 1631 MovieClip in Symbol 1653 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.exp < 8) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1635 MovieClip in Symbol 1653 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.exp < 3) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1639 MovieClip in Symbol 1653 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.exp < 11) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Instance of Symbol 1643 MovieClip in Symbol 1653 MovieClip Frame 1
onClipEvent (enterFrame) {
if (_root.exp < 50) {
gotoAndStop (2);
} else {
gotoAndStop (1);
}
}
Symbol 1661 Button
on (release, keyPress "<Enter>") {
with (_root) {
stopAllSounds();
gotoAndPlay(2);
}
}
Symbol 1663 MovieClip Frame 1
stop();
Symbol 1663 MovieClip Frame 6
stop();
Symbol 1691 Button
on (release) {
_root.mantou = _root.mantou - 1;
_root.hp = _root.hp + 20;
with (_parent) {
play();
_parent.attachMovie("huifu", "huifu", 9995);
_parent.huifu._x = _parent.man._x;
_parent.huifu._y = _parent.man._y - 30;
}
}
on (rollOver) {
with (_parent.item) {
gotoAndStop(2);
}
}
on (rollOut) {
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1694 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1694 MovieClip Frame 1
onClipEvent (load) {
if (_root.mantou > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1694 MovieClip Frame 5
stop();
Symbol 1696 Button
on (release) {
_root.lvgao = _root.lvgao - 1;
_root.hp = _root.hp + 40;
with (_parent) {
play();
_parent.attachMovie("huifu", "huifu", 9995);
_parent.huifu._x = _parent.man._x;
_parent.huifu._y = _parent.man._y - 30;
}
}
on (rollOver) {
with (_parent.item) {
gotoAndStop(3);
}
}
on (rollOut) {
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1698 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1698 MovieClip Frame 1
onClipEvent (load) {
if (_root.lvgao > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1698 MovieClip Frame 5
stop();
Symbol 1700 Button
on (release) {
_root.guopan = _root.guopan - 1;
_root.hp = _root.hp + 100;
with (_parent) {
play();
_parent.attachMovie("huifu", "huifu", 9995);
_parent.huifu._x = _parent.man._x;
_parent.huifu._y = _parent.man._y - 30;
}
}
on (rollOver) {
with (_parent.item) {
gotoAndStop(4);
}
}
on (rollOut) {
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1702 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1702 MovieClip Frame 1
onClipEvent (load) {
if (_root.guopan > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1702 MovieClip Frame 5
stop();
Symbol 1704 Button
on (release) {
_root.siyecao = _root.siyecao - 1;
_root.exp = _root.exp + 40;
with (_parent) {
play();
_parent.attachMovie("huifu", "huifu", 9995);
_parent.huifu._x = _parent.man._x;
_parent.huifu._y = _parent.man._y - 30;
}
}
on (rollOver) {
with (_parent.item) {
gotoAndStop(5);
}
}
on (rollOut) {
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1706 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1706 MovieClip Frame 1
onClipEvent (load) {
if (_root.siyecao > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1706 MovieClip Frame 5
stop();
Symbol 1708 Button
on (release) {
_root.jieduhua = _root.jieduhua - 1;
with (_parent) {
_root.du = 0;
play();
_parent.attachMovie("huifu", "huifu", 9995);
_parent.huifu._x = _parent.man._x;
_parent.huifu._y = _parent.man._y - 30;
}
}
on (rollOver) {
with (_parent.item) {
gotoAndStop(6);
}
}
on (rollOut) {
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1710 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1710 MovieClip Frame 1
onClipEvent (load) {
if (_root.jieduhua > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1710 MovieClip Frame 5
stop();
Symbol 1712 Button
on (release) {
_root.kongquewei = _root.kongquewei - 1;
with (_parent) {
_root.wsp = 1;
_root.exp = _root.exp + 15;
play();
_parent.attachMovie("huifu", "huifu", 9995);
_parent.huifu._x = _parent.man._x;
_parent.huifu._y = _parent.man._y - 30;
}
}
on (rollOver) {
with (_parent.item) {
gotoAndStop(7);
}
}
on (rollOut) {
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1714 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1714 MovieClip Frame 1
onClipEvent (load) {
if (_root.kongquewei > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1714 MovieClip Frame 5
stop();
Symbol 1716 Button
on (release) {
_root.yueshi = _root.yueshi - 1;
with (_parent) {
_root.gjzd = 1;
play();
_parent.attachMovie("huifu", "huifu", 9995);
_parent.huifu._x = _parent.man._x;
_parent.huifu._y = _parent.man._y - 30;
}
}
on (rollOver) {
with (_parent.item) {
gotoAndStop(8);
}
}
on (rollOut) {
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1718 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1718 MovieClip Frame 1
onClipEvent (load) {
if (_root.yueshi > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1718 MovieClip Frame 5
stop();
Symbol 1720 Button
on (release) {
_root.hongzhu = _root.hongzhu - 1;
with (_parent) {
_root.lv = _root.lv + 1;
_root.atk = _root.atk + 1;
_root.hp = _root.hp + 30;
_root.exp = _root.exp + 30;
play();
_parent.attachMovie("up", "up", 9995);
_parent.up._x = _parent.man._x;
_parent.up._y = _parent.man._y - 30;
}
}
on (rollOver) {
with (_parent.item) {
gotoAndStop(9);
}
}
on (rollOut) {
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1722 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1722 MovieClip Frame 1
onClipEvent (load) {
if (_root.hongzhu > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1722 MovieClip Frame 5
stop();
Symbol 1724 Button
on (release) {
_root.jiemabi = _root.jiemabi - 1;
with (_parent) {
_root.mabi = 0;
play();
_parent.attachMovie("huifu", "huifu", 9995);
_parent.huifu._x = _parent.man._x;
_parent.huifu._y = _parent.man._y - 30;
}
}
on (rollOver) {
with (_parent.item) {
gotoAndStop(10);
}
}
on (rollOut) {
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1726 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1726 MovieClip Frame 1
onClipEvent (load) {
if (_root.jiemabi > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1726 MovieClip Frame 5
stop();
Symbol 1728 Button
on (release) {
with (_parent) {
if ((_root.exp >= 20) and (_root.shifang == 0)) {
_root.huo = 0;
_root.exp = _root.exp - 20;
play();
_parent.attachMovie("huojingling", "huojingling", 9995);
_parent.huojingling._x = random(400);
_parent.huojingling._y = _parent.man._y - 50;
}
}
}
on (release) {
if (_root.shifang == 1) {
a = "\u8BF7\u91CA\u653E\u7CBE\u7075";
}
}
on (rollOver) {
if (_root.exp < 20) {
a = "\u80FD\u91CF\u4E0D\u8DB3";
} else {
a = "";
}
with (_parent.item) {
gotoAndStop(11);
}
}
on (rollOut) {
a = "";
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1730 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1730 MovieClip Frame 1
onClipEvent (load) {
if (_root.huo > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1730 MovieClip Frame 5
stop();
Symbol 1732 Button
on (release) {
with (_parent) {
if ((_root.exp >= 20) and (_root.shifang == 0)) {
_root.shui = 0;
_root.exp = _root.exp - 20;
play();
_parent.attachMovie("shuijingling", "shuijingling", 9995);
_parent.huojingling._x = random(400);
_parent.huojingling._y = _parent.man._y - 50;
}
}
}
on (release) {
if (_root.shifang == 1) {
a = "\u8BF7\u91CA\u653E\u7CBE\u7075";
}
}
on (rollOver) {
if (_root.exp < 20) {
a = "\u80FD\u91CF\u4E0D\u8DB3";
} else {
a = "";
}
with (_parent.item) {
gotoAndStop(12);
}
}
on (rollOut) {
a = "";
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1734 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1734 MovieClip Frame 1
onClipEvent (load) {
if (_root.shui > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1734 MovieClip Frame 5
stop();
Symbol 1736 Button
on (release) {
with (_parent) {
if ((_root.exp >= 20) and (_root.shifang == 0)) {
_root.feng = 0;
_root.exp = _root.exp - 20;
play();
_parent.attachMovie("fengjingling", "fengjingling", 9995);
_parent.huojingling._x = random(400);
_parent.huojingling._y = _parent.man._y - 50;
}
}
}
on (release) {
if (_root.shifang == 1) {
a = "\u8BF7\u91CA\u653E\u7CBE\u7075";
}
}
on (rollOver) {
if (_root.exp < 20) {
a = "\u80FD\u91CF\u4E0D\u8DB3";
} else {
a = "";
}
with (_parent.item) {
gotoAndStop(13);
}
}
on (rollOut) {
a = "";
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1738 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1738 MovieClip Frame 1
onClipEvent (load) {
if (_root.feng > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1738 MovieClip Frame 5
stop();
Symbol 1740 Button
on (release) {
with (_parent) {
if ((_root.exp >= 20) and (_root.shifang == 0)) {
_root.lei = 0;
_root.exp = _root.exp - 20;
play();
_parent.attachMovie("leijingling", "leijingling", 9995);
_parent.huojingling._x = random(400);
_parent.huojingling._y = _parent.man._y - 50;
}
}
}
on (release) {
if (_root.shifang == 1) {
a = "\u8BF7\u91CA\u653E\u7CBE\u7075";
}
}
on (rollOver) {
if (_root.exp < 20) {
a = "\u80FD\u91CF\u4E0D\u8DB3";
} else {
a = "";
}
with (_parent.item) {
gotoAndStop(14);
}
}
on (rollOut) {
a = "";
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1742 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1742 MovieClip Frame 1
onClipEvent (load) {
if (_root.lei > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1742 MovieClip Frame 5
stop();
Symbol 1744 Button
on (release) {
with (_parent) {
if ((_root.exp >= 20) and (_root.shifang == 0)) {
_root.tu = 0;
_root.exp = _root.exp - 20;
play();
_parent.attachMovie("tujingling", "tujingling", 9995);
_parent.tujingling._x = _parent.man._x + 30;
_parent.tujingling._y = _parent.man._y;
}
}
}
on (release) {
if (_root.shifang == 1) {
a = "\u8BF7\u91CA\u653E\u7CBE\u7075";
}
}
on (rollOver) {
if (_root.exp < 20) {
a = "\u80FD\u91CF\u4E0D\u8DB3";
} else {
a = "";
}
with (_parent.item) {
gotoAndStop(15);
}
}
on (rollOut) {
a = "";
with (_parent.item) {
gotoAndStop(1);
}
}
Symbol 1746 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1746 MovieClip Frame 1
onClipEvent (load) {
if (_root.tu > 0) {
with (_parent) {
gotoAndStop(5);
}
}
}
Symbol 1746 MovieClip Frame 5
stop();
Symbol 1761 MovieClip Frame 1
stop();
Symbol 1763 MovieClip Frame 1
stop();
Instance of Symbol 94 MovieClip in Symbol 1763 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((Key.isDown(_root.ki) and (_root.hp > 0)) and (_root.pause == 0)) {
with (_parent) {
_root.pause = 1;
_root.jz = 0;
play();
}
}
}
Symbol 1763 MovieClip Frame 5
stop();
Instance of Symbol 94 MovieClip in Symbol 1763 MovieClip Frame 5
onClipEvent (enterFrame) {
if (Key.isDown(_root.ki)) {
with (_parent) {
_root.pause = 0;
play();
}
}
if (_root.hp <= 0) {
with (_parent) {
_root.pause = 0;
play();
}
}
}
Symbol 1763 MovieClip Frame 9
gotoAndStop (1);
_root.pause = 0;
Symbol 1766 MovieClip Frame 2
stop();
Symbol 1766 MovieClip Frame 10
stop();
Symbol 1767 MovieClip Frame 1
stop();
Symbol 1767 MovieClip Frame 2
_root.pause = 1;
_parent.del = 1;
Symbol 1767 MovieClip Frame 3
_parent.del = 0;
Symbol 1767 MovieClip Frame 6
if (_root.pas == 1) {
_parent.man._x = 280;
_parent.tujingling._x = 310;
_parent.zhongjing.prevFrame();
}
if (_root.pas == 2) {
_parent.man._x = -230;
_parent.tujingling._x = -260;
_parent.zhongjing.nextFrame();
}
Symbol 1767 MovieClip Frame 16
_root.pause = 0;
Symbol 1771 MovieClip Frame 10
stop();
Symbol 1774 MovieClip Frame 9
stop();
Symbol 1777 MovieClip Frame 10
stop();
Symbol 1782 MovieClip Frame 10
stop();
Symbol 1785 MovieClip Frame 10
stop();
Symbol 1788 MovieClip Frame 9
stop();
Symbol 1791 MovieClip Frame 9
stop();
Symbol 1794 MovieClip Frame 9
stop();
Symbol 1797 MovieClip Frame 10
stop();
Symbol 1800 MovieClip Frame 9
stop();
Symbol 1813 MovieClip Frame 1
stop();
Symbol 1813 MovieClip Frame 2
stop();
this.attachMovie("magic", "man", 1);
man._x = -230;
man._y = 60;
Instance of Symbol 1614 MovieClip "combo" in Symbol 1813 MovieClip Frame 2
onClipEvent (load) {
this.swapDepths(9998);
}
Instance of Symbol 1653 MovieClip in Symbol 1813 MovieClip Frame 2
onClipEvent (load) {
this.swapDepths(9997);
}
onClipEvent (enterFrame) {
if (_root.i > 10) {
_root.i = 1;
}
}
Instance of Symbol 1663 MovieClip "over" in Symbol 1813 MovieClip Frame 2
onClipEvent (load) {
this.swapDepths(9993);
}
Instance of Symbol 1763 MovieClip in Symbol 1813 MovieClip Frame 2
onClipEvent (load) {
this.swapDepths(9992);
}
Instance of Symbol 1767 MovieClip "gd" in Symbol 1813 MovieClip Frame 2
onClipEvent (load) {
this.swapDepths(9980);
}
Instance of Symbol 94 MovieClip in Symbol 1813 MovieClip Frame 2
onClipEvent (load) {
_parent.a = 0;
_parent.b = 0;
_parent.c = 0;
_parent.d = 0;
}
onClipEvent (enterFrame) {
if (_root.pause == 0) {
_parent.a = _parent.a + 1;
if (_parent.a > 20) {
_parent.a = 0;
_parent.b = _parent.b + 1;
}
if (_parent.b > 60) {
_parent.b = 0;
_parent.c = _parent.c + 1;
}
if (_parent.c > 60) {
_parent.c = 0;
_parent.d = _parent.d + 1;
}
_root.tim = (((((_parent.d + ":") + _parent.c) + ":") + _parent.b) + ":") + _parent.a;
}
}
Instance of Symbol 1812 MovieClip in Symbol 1813 MovieClip Frame 2
onClipEvent (load) {
function ziti(obj, oldval, newval) {
if (newval > 9999999) {
num8.gotoAndStop((int(newval / 10000000) % 10) + 1);
} else {
num8.gotoAndStop(11);
}
if (newval > 999999) {
num7.gotoAndStop((int(newval / 1000000) % 10) + 1);
} else {
num7.gotoAndStop(11);
}
if (newval > 99999) {
num6.gotoAndStop((int(newval / 100000) % 10) + 1);
} else {
num6.gotoAndStop(11);
}
if (newval > 9999) {
num5.gotoAndStop((int(newval / 10000) % 10) + 1);
} else {
num5.gotoAndStop(11);
}
if (newval > 999) {
num4.gotoAndStop((int(newval / 1000) % 10) + 1);
} else {
num4.gotoAndStop(11);
}
if (newval > 99) {
num3.gotoAndStop((int(newval / 100) % 10) + 1);
} else {
num3.gotoAndStop(11);
}
if (newval > 9) {
num2.gotoAndStop((int(newval / 10) % 10) + 1);
} else {
num2.gotoAndStop(11);
}
num1.gotoAndStop((newval % 10) + 1);
return(newval);
}
_root.watch("s", ziti);
ziti(null, null, _root.s);
}