Frame 1
ifFrameLoaded (3) {
gotoAndPlay (3);
}
Frame 2
gotoAndPlay (1);
Frame 3
ball._visible = false;
X = [];
Y = [];
Z = [];
X1 = [];
Y1 = [];
Z1 = [];
Text = "Loading Wait ";
n = [];
PI2 = (Math.PI*2);
Nscale = 60;
Nd = 15;
Tmin = 0;
Tmax = PI2;
Dt = (Tmax - Tmin) / Nd;
Theta = (Math.PI/2);
Fi = 0;
Psi = 0;
Theta_1 = 0;
Fi_1 = 0;
Psi_1 = 0;
Xc = 275;
Yc = 200;
DFi = 0.0698131700797732;
DTh = (Math.PI/180);
i = 0;
while ((Nd - 1) >= i) {
ti = Tmin + (Dt * i);
X[i] = Nscale * Math.sin(ti);
Y[i] = Nscale * Math.cos(ti);
Z[i] = 0;
X[i + Nd] = Nscale * Math.sin(ti);
Y[i + Nd] = Nscale * Math.cos(ti);
Z[i + Nd] = 0;
i++;
}
function sort_hoor(a, left, right) {
var i = left;
var j = right;
var step = -1;
var condition = 1;
if (left >= right) {
return(undefined);
}
do {
if (condition == (a[i] < a[j])) {
foo = a[j];
a[j] = a[i];
a[i] = foo;
foo = n[j];
n[j] = n[i];
n[i] = foo;
foo = j;
j = i;
i = foo;
step = step * -1;
condition = !condition;
}
j = j + step;
} while (j != i);
sort_hoor(a, left, i - 1);
sort_hoor(a, i + 1, right);
}
Frame 4
var cth = Math.cos(Theta);
var sth = Math.sin(Theta);
var cfi = Math.cos(Fi);
var sfi = Math.sin(Fi);
var cpsi = Math.cos(Psi);
var spsi = Math.sin(Psi);
cosa1 = (cfi * cpsi) - ((cth * sfi) * spsi);
cosa2 = (sfi * cpsi) + ((cth * cfi) * spsi);
cosa3 = sth * spsi;
cosb1 = ((-cfi) * spsi) - ((cth * sfi) * cpsi);
cosb2 = ((-sfi) * spsi) + ((cth * cfi) * cpsi);
cosb3 = sth * cpsi;
cosg1 = sth * sfi;
cosg2 = (-sth) * cfi;
cosg3 = cth;
k = 0;
while ((Nd - 1) >= k) {
Z1[k] = ((X[k] * cosg1) + (Y[k] * cosg2)) + (Z[k] * cosg3);
X1[k] = ((X[k] * cosa1) + (Y[k] * cosa2)) + (Z[k] * cosa3);
Y1[k] = ((X[k] * cosb1) + (Y[k] * cosb2)) + (Z[k] * cosb3);
n[k] = k;
k++;
}
var cth = Math.cos(Theta_1);
var sth = Math.sin(Theta_1);
var cfi = Math.cos(Fi_1);
var sfi = Math.sin(Fi_1);
var cpsi = Math.cos(Psi_1);
var spsi = Math.sin(Psi_1);
cosa1 = (cfi * cpsi) - ((cth * sfi) * spsi);
cosa2 = (sfi * cpsi) + ((cth * cfi) * spsi);
cosa3 = sth * spsi;
cosb1 = ((-cfi) * spsi) - ((cth * sfi) * cpsi);
cosb2 = ((-sfi) * spsi) + ((cth * cfi) * cpsi);
cosb3 = sth * cpsi;
cosg1 = sth * sfi;
cosg2 = (-sth) * cfi;
cosg3 = cth;
k = Nd;
while (((Nd << 1) - 1) >= k) {
Z1[k] = ((X[k] * cosg1) + (Y[k] * cosg2)) + (Z[k] * cosg3);
X1[k] = ((X[k] * cosa1) + (Y[k] * cosa2)) + (Z[k] * cosa3);
Y1[k] = ((X[k] * cosb1) + (Y[k] * cosb2)) + (Z[k] * cosb3);
n[k] = k;
k++;
}
sort_hoor(Z1, 0, (Nd << 1) - 1);
k = 0;
while (((Nd << 1) - 1) >= k) {
i = n[k];
ball.duplicateMovieClip("nball" + i, k);
foo = this["nball" + i];
with (foo) {
I_text = ((i >= Nd) ? (Text.substr((Nd - i) % Nd, 1)) : (Text.substr((i - Nd) % Nd, 1)));
loo = ((i >= Nd) ? (Nscale >> 1) : ((-Nscale) >> 1));
_x = (X1[i] + Xc) + loo;
_y = Y1[i] + Yc;
}
k++;
}
ball.Count_b = 11;
Count_t = Math.round((_root.getBytesLoaded() * 100) / _root.getBytesTotal());
if (Count_t >= 100) {
stop();
}
Frame 5
Fi = (Fi - DFi) % PI2;
Theta = (Theta + DTh) % PI2;
Psi = (Psi + DPsi) % PI2;
Fi_1 = (Fi_1 + DFi) % PI2;
Theta_1 = (Theta_1 + DTh) % PI2;
Psi_1 = (Psi_1 + DPsi) % PI2;
gotoAndPlay (4);
Frame 6
play();
Frame 7
tellTarget ("_root.optionsmenu") {
gotoAndPlay (2);
};
stop();
Frame 733
tellTarget ("_root.music") {
gotoAndPlay (3420);
};
stop();
Frame 734
stop();
Frame 735
stop();
Frame 736
health = 9999;
guardH = 100;
diff = 1;
mPlus = 0;
diffinnova = 0;
moneycm = 9999;
Frame 737
stop();
tellTarget ("_root.guardModeC") {
gotoAndStop (1);
stop();
};
stop();
Instance of Symbol 584 MovieClip "mastarzwordING!" in Frame 737
onClipEvent (enterFrame) {
if (_root.hitP == "head") {
tellTarget ("_root.mastarzwordING!") {
gotoAndPlay (21);
};
}
}
onClipEvent (enterFrame) {
if (_root.hitP == "legs") {
tellTarget ("_root.mastarzwordING!") {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if ((_root.hitP == "legs") && (_root.block != "legs")) {
_root.trapits = "done";
}
}
onClipEvent (enterFrame) {
if ((_root.hitP == "head") && (_root.block != "head")) {
_root.trapits = "done";
}
}
onClipEvent (enterFrame) {
if ((_root.hitP == "legs") && (_root.block == "legs")) {
_root.trapits = "milk";
}
}
onClipEvent (enterFrame) {
if ((_root.hitP == "head") && (_root.block == "head")) {
_root.trapits = "milk";
}
}
Frame 738
stop();
Frame 739
stop();
Frame 740
stop();
Frame 741
stop();
Frame 742
stop();
Frame 743
stop();
tellTarget ("_root.guardModeC") {
play();
};
Instance of Symbol 665 MovieClip "guardModeC" in Frame 743
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 500;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Frame 744
stop();
Frame 745
health = 100;
moneycm = 0;
mplus = 0;
FT = 0;
diffinnova = 0;
_root.totalhealth = 0;
Frame 746
starthealth = health;
startguardH = guardH;
stop();
stop();
Instance of Symbol 684 MovieClip "guardModeC" in Frame 746
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 500;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Instance of Symbol 686 MovieClip "mastarzwordING!" in Frame 746
onClipEvent (enterFrame) {
if (_root.hitP == "head") {
tellTarget ("_root.mastarzwordING!") {
gotoAndPlay (21);
};
}
}
onClipEvent (enterFrame) {
if (_root.hitP == "legs") {
tellTarget ("_root.mastarzwordING!") {
gotoAndPlay (2);
};
}
}
onClipEvent (enterFrame) {
if ((_root.hitP == "legs") && (_root.block != "legs")) {
_root.trapits = "done";
}
}
onClipEvent (enterFrame) {
if ((_root.hitP == "head") && (_root.block != "head")) {
_root.trapits = "done";
}
}
onClipEvent (enterFrame) {
if ((_root.hitP == "legs") && (_root.block == "legs")) {
_root.trapits = "milk";
}
}
onClipEvent (enterFrame) {
if ((_root.hitP == "head") && (_root.block == "head")) {
_root.trapits = "milk";
}
}
Frame 747
starthealth = health;
startguardH = guardH;
stop();
Instance of Symbol 697 MovieClip "guardModeC" in Frame 747
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 550;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Frame 748
starthealth = health;
startguardH = guardH;
stop();
Instance of Symbol 699 MovieClip "guardModeC" in Frame 748
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 600;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Frame 749
starthealth = health;
startguardH = guardH;
stop();
Instance of Symbol 701 MovieClip "guardModeC" in Frame 749
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 650;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Frame 750
starthealth = health;
startguardH = guardH;
stop();
Instance of Symbol 703 MovieClip "guardModeC" in Frame 750
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 700;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Frame 751
starthealth = health;
startguardH = guardH;
stop();
Instance of Symbol 705 MovieClip "guardModeC" in Frame 751
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 750;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Frame 752
starthealth = health;
startguardH = guardH;
stop();
Instance of Symbol 707 MovieClip "guardModeC" in Frame 752
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 800;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Frame 753
starthealth = health;
startguardH = guardH;
stop();
Instance of Symbol 709 MovieClip "guardModeC" in Frame 753
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 850;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Frame 754
starthealth = health;
startguardH = guardH;
stop();
Instance of Symbol 711 MovieClip "guardModeC" in Frame 754
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 1000;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Frame 755
starthealth = health;
startguardH = guardH;
stop();
Instance of Symbol 715 MovieClip "guardModeC" in Frame 755
onClipEvent (enterFrame) {
if (_root.guardH < 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (641);
if (_root.moneydano != "done") {
_root.moneycm = _root.moneycm + 900;
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
_root.moneydano = "done";
};
}
};
}
}
onClipEvent (load) {
if (_root.cmd == 1) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (1);
};
}
}
onClipEvent (load) {
if (_root.cmd == 2) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (70);
};
}
}
onClipEvent (load) {
if (_root.cmd == 3) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (140);
};
}
}
onClipEvent (load) {
if (_root.cmd == 4) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (250);
};
}
}
onClipEvent (load) {
if (_root.cmd == 5) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (370);
};
}
}
onClipEvent (load) {
if (_root.cmd == 6) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (450);
};
}
}
onClipEvent (load) {
if (_root.cmd == 7) {
tellTarget ("_root.guardModeC") {
gotoAndPlay (530);
};
}
}
Frame 756
totalscore = ((_root.totalhealth + (diffinnova * 30)) + (mplus * 10)) + difficultyscore;
stop();
Frame 1474
gotoAndPlay (1475);
Frame 1475
strenght = 5;
magic = 5;
money = 300;
health = 100;
sword = 10;
mission = false;
mission3 = "none";
name = "Greendope";
level = 1;
alien1 = "none";
rain = false;
totalhp = 100;
spell = 10;
guild = "none";
Frame 1476
info = "Let's get out of this ship! See that arrow? Push It";
stop();
Instance of Symbol 1018 MovieClip in Frame 1476
onClipEvent (enterFrame) {
_root.totalexpa = ((_root.sword + _root.strenght) + _root.magic) + _root.spell;
if (_root.sword == 50) {
_root.sword = 55;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 100) && (_root.totalexpa < 199)) {
_root.level = 2;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 200) && (_root.totalexpa < 299)) {
_root.level = 3;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 300) && (_root.totalexpa < 399)) {
_root.level = 4;
}
}
onClipEvent (enterFrame) {
if (_root.totalexpa >= 400) {
_root.level = 5;
}
}
onClipEvent (enterFrame) {
if (_root.clouds == "still") {
tellTarget ("_root.SKY.cloudsmovie") {
stop();
};
}
}
onClipEvent (enterFrame) {
if (_root.clouds == "moving") {
tellTarget ("_root.SKY.cloudsmovie") {
play();
};
}
}
onClipEvent (enterFrame) {
if (_root.water == "still") {
tellTarget ("_root.watermovie") {
stop();
};
}
}
onClipEvent (enterFrame) {
if (_root.water == "moving") {
tellTarget ("_root.watermovie") {
play();
};
}
}
Frame 1477
info = "Ok, this is your upper Panel, it shows your stats. Press the arrow one more time.";
Frame 1478
info = "This is the Guild panel, when you'll join a Guild it'll be easier to get to the hall of the Guild by pressing a button with the name of the Guild. Let's push the button one more time.";
Frame 1479
info = "The Magic Panel shows you, which of your spells is ready. You can't use it while the line isn't full. Push the arrow.";
Frame 1480
info = "Options button opens the OPTIONS menu, where you can see your controllers and set Graphics. Let's move on.";
Frame 1481
info = "See that barrel? Click on it.";
Frame 1482
info = "At night Creatures of MondialVallee attack. And on the Next Scene you'll be attacked by a creature. Just push 1, 2 digits on Keyboard, and click a few times on the creature to kill it!.";
Frame 1483
stop();
Instance of Symbol 1043 MovieClip "0alien0" in Frame 1483
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.0alien0") {
gotoAndStop (4);
_root.alien0 = "done";
_root.info = "Great. You've killed it! Now get out of the Ship, while you can. MondialVallee is waiting for you!";
};
}
}
onClipEvent (load) {
_root.monster = 50;
}
Frame 1484
health = 100;
Frame 1485
if (health < 0) {
gotoAndPlay (2007);
}
note = "Go right to the town of Mondigrad, on the left side you'll find Dolton, he'll help you with your mission";
info = "Go to The Right to the Town of MondiGrad, there' you'll find Dolton, ask him about your mission.";
stop();
Instance of Symbol 1069 MovieClip "drops" in Frame 1485
onClipEvent (enterFrame) {
if (_root.rain == true) {
tellTarget ("_root.drops") {
gotoAndStop (2);
};
}
}
onClipEvent (enterFrame) {
if (_root.rain == false) {
tellTarget ("_root.drops") {
gotoAndStop (1);
};
}
}
Instance of Symbol 1073 MovieClip "rainwater" in Frame 1485
onClipEvent (enterFrame) {
if (_root.rain == true) {
tellTarget ("_root.rainwater") {
gotoAndStop (2);
};
}
}
onClipEvent (enterFrame) {
if (_root.rain == false) {
tellTarget ("_root.rainwater") {
gotoAndStop (1);
};
}
}
Instance of Symbol 1018 MovieClip in Frame 1485
onClipEvent (enterFrame) {
_root.totalexpa = ((_root.sword + _root.strenght) + _root.magic) + _root.spell;
if (_root.sword == 50) {
_root.sword = 55;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 100) && (_root.totalexpa < 199)) {
_root.level = 2;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 200) && (_root.totalexpa < 299)) {
_root.level = 3;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 300) && (_root.totalexpa < 399)) {
_root.level = 4;
}
}
onClipEvent (enterFrame) {
if (_root.totalexpa >= 400) {
_root.level = 5;
}
}
onClipEvent (enterFrame) {
if (_root.clouds == "still") {
tellTarget ("_root.SKY.cloudsmovie") {
stop();
};
}
}
onClipEvent (enterFrame) {
if (_root.clouds == "moving") {
tellTarget ("_root.SKY.cloudsmovie") {
play();
};
}
}
onClipEvent (enterFrame) {
if (_root.water == "still") {
tellTarget ("_root.watermovie") {
stop();
};
}
}
onClipEvent (enterFrame) {
if (_root.water == "moving") {
tellTarget ("_root.watermovie") {
play();
};
}
}
Frame 1486
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1487
if (health < 0) {
gotoAndPlay (2007);
}
if (mission2 == "doing") {
gotoAndPlay (1501);
}
stop();
Frame 1488
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1155 MovieClip "human" in Frame 1488
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame4 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame4 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1489
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1490
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1491
if (health < 0) {
gotoAndPlay (2007);
}
stop();
INFO = "Moonse Island";
Frame 1492
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1190 MovieClip "human" in Frame 1492
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame8 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame8 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1493
if (health < 0) {
gotoAndPlay (2007);
}
if (mission57 == "doing") {
mission57rat = 100;
miss57 = 9;
gotoAndPlay (1569);
}
if ((_root.daytime == "night") && (_root.alien1 != "done")) {
gotoAndStop (1572);
}
stop();
Frame 1494
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1495
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1496
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1217 MovieClip "human" in Frame 1496
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame12 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame12 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1497
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
hpbuy = true;
namehabitant = "Lorecia";
stop();
Instance of Symbol 1257 MovieClip "human" in Frame 1497
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame13 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame13 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1498
if (health < 0) {
gotoAndPlay (2007);
}
magicbuy = true;
hpbuy = true;
namehabitant = "Floritia";
stop();
Instance of Symbol 1275 MovieClip "human" in Frame 1498
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame14 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame14 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1499
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Paedolla";
stop();
Instance of Symbol 1287 MovieClip "human" in Frame 1499
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame15 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame15 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1500
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Tefocinima";
stop();
Instance of Symbol 1293 MovieClip "human" in Frame 1500
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame16 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame16 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1501
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1303 MovieClip "ratmission2" in Frame 1501
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.ratmission2") {
gotoAndStop (4);
_root.mission2 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
Frame 1502
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1503
if (health < 0) {
gotoAndPlay (2007);
}
info = "Vodariya";
stop();
Frame 1504
if (health < 0) {
gotoAndPlay (2007);
}
if (mission57 == "doing") {
mission57rat = 100;
miss57 = 20;
gotoAndPlay (1569);
}
if ((daytime == "night") && (alien2 != "done")) {
gotoAndPlay (1573);
}
stop();
Frame 1505
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1506
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1507
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1333 MovieClip "human" in Frame 1507
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame23 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame23 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1508
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1509
if (health < 0) {
gotoAndPlay (2007);
}
info = "Entrance to Taalgriad";
stop();
Frame 1510
if (health < 0) {
gotoAndPlay (2007);
}
info = "Taalgriag";
stop();
Frame 1511
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1512
if (health < 0) {
gotoAndPlay (2007);
}
namehabitant = "Flooton";
stop();
Frame 1513
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1514
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1515
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1516
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1517
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1518
if (health < 0) {
gotoAndPlay (2007);
}
stop();
if ((daytime == "night") && (alien3 != "done")) {
gotoAndPlay (1574);
}
Frame 1519
if (health < 0) {
gotoAndPlay (2007);
}
if (mission79 == "doing") {
gotoAndPlay (1570);
}
stop();
Frame 1520
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1521
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1522
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1523
if (health < 0) {
gotoAndPlay (2007);
}
if (scenery04 == "done") {
gotoAndPlay (1557);
}
stop();
Frame 1524
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1525
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1526
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1527
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1528
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1529
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1530
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1531
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1498 MovieClip "human" in Frame 1531
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame46 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame46 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1532
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1533
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1507 MovieClip "human" in Frame 1533
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame49 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame49 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1534
if (health < 0) {
gotoAndPlay (2007);
}
if ((scenery07 == "done") && (scenery08 != "done")) {
info = "Than my only way is to kill him!";
scenery08 = "done";
}
stop();
Instance of Symbol 1519 MovieClip "human" in Frame 1534
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame50 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame50 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1535
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1536
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1537
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1538
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Victror";
stop();
Instance of Symbol 1535 MovieClip "human" in Frame 1538
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame54 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame54 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1539
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Strolder";
stop();
Instance of Symbol 1544 MovieClip "human" in Frame 1539
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame55 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame55 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1540
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Crillian";
stop();
Instance of Symbol 1550 MovieClip "human" in Frame 1540
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame56 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame56 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1541
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Drollton";
stop();
Instance of Symbol 1557 MovieClip "human" in Frame 1541
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame57 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame57 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1542
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Dolton";
stop();
Instance of Symbol 1587 MovieClip "human" in Frame 1542
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame58 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame58 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Instance of Symbol 1594 MovieClip "1scenery1" in Frame 1542
onClipEvent (load) {
if ((_root.scenery01 != "done") && (_root.scenery02 != "done")) {
tellTarget ("_root.1scenery1") {
gotoAndPlay (2);
};
}
}
Frame 1543
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Lyagush";
stop();
Instance of Symbol 1597 MovieClip "human" in Frame 1543
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame59 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame59 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1544
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Liendor";
stop();
Instance of Symbol 1603 MovieClip "human" in Frame 1544
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame60 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame60 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Instance of Symbol 1614 MovieClip "3scenery3" in Frame 1544
onClipEvent (load) {
if (((4999 < _root.money) && (_root.scenery02 == "done")) && (_root.scenery03 != "done")) {
tellTarget ("_root.3scenery3") {
gotoAndPlay (2);
};
}
}
Instance of Symbol 1615 MovieClip "2scenery2" in Frame 1544
onClipEvent (load) {
if (((_root.scenery01 == "done") && (80 < _root.totalexpa)) && (_root.scenery02 != "done")) {
tellTarget ("_root.2scenery2") {
gotoAndPlay (2);
};
}
}
Frame 1545
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Martitia";
stop();
Instance of Symbol 1618 MovieClip "human" in Frame 1545
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame61 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame61 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1546
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Stavrett";
stop();
Instance of Symbol 1624 MovieClip "human" in Frame 1546
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame62 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame62 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1547
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Vadya";
stop();
Instance of Symbol 1632 MovieClip "human" in Frame 1547
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame63 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame63 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1548
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Dungor";
stop();
Instance of Symbol 1639 MovieClip "human" in Frame 1548
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame64 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame64 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1549
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Pyosa";
stop();
Instance of Symbol 1647 MovieClip "human" in Frame 1549
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame65 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame65 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1550
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Kidrion";
stop();
Instance of Symbol 1653 MovieClip "human" in Frame 1550
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame66 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame66 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1551
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Derectoriya";
stop();
Instance of Symbol 1659 MovieClip "human" in Frame 1551
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame67 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame67 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1552
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Elennia";
stop();
Instance of Symbol 1667 MovieClip "human" in Frame 1552
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame68 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame68 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1553
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1554
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Loretta";
stop();
Instance of Symbol 1686 MovieClip "human" in Frame 1554
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame70 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame70 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1555
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Mortimer";
stop();
Instance of Symbol 1694 MovieClip "human" in Frame 1555
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame71 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame71 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Instance of Symbol 1702 MovieClip "4scenery4" in Frame 1555
onClipEvent (load) {
if ((((_root.scenery03 == "done") && (_root.scenery04 != "done")) && (_root.scenery05 != "done")) && (_root.scenery04 != "over")) {
tellTarget ("_root.4scenery4") {
gotoAndPlay (2);
};
}
}
Instance of Symbol 1707 MovieClip "6scenery6" in Frame 1555
onClipEvent (load) {
if (((_root.scenery05 == "done") && (_root.scenery06 != "done")) && (_root.scenery09 != "done")) {
tellTarget ("_root.6scenery6") {
gotoAndPlay (2);
};
}
}
Instance of Symbol 1711 MovieClip "10scenery10" in Frame 1555
onClipEvent (load) {
if ((_root.scenery09 == "done") && (_root.scenery10 != "done")) {
tellTarget ("_root.10scenery10") {
gotoAndPlay (2);
};
}
}
Frame 1556
if (health < 0) {
gotoAndPlay (2007);
}
info = "Ancestors' Tomb";
stop();
if (skelet1 != "done") {
gotoAndPlay (1575);
}
Frame 1557
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Misha";
stop();
Instance of Symbol 1723 MovieClip "human" in Frame 1557
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame73 = "done";
_root.scenery05 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame73 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Instance of Symbol 1731 MovieClip "5scenery5" in Frame 1557
onClipEvent (load) {
if ((_root.scenery04 == "done") && (_root.scenery05 != "done")) {
tellTarget ("_root.5scenery5") {
gotoAndPlay (2);
};
}
}
Frame 1558
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Eduardian";
stop();
Instance of Symbol 1735 MovieClip "human" in Frame 1558
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame74 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame74 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1559
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Kristianne";
stop();
if (skelet2 != "done") {
gotoAndPlay (1576);
}
Instance of Symbol 1741 MovieClip "human" in Frame 1559
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame75 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame75 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1560
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Verronice";
stop();
Instance of Symbol 1750 MovieClip "human" in Frame 1560
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame76 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame76 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1561
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Alexxon";
stop();
Instance of Symbol 1760 MovieClip "human" in Frame 1561
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame77 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame77 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1562
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Yaroslav";
stop();
Instance of Symbol 1767 MovieClip "human" in Frame 1562
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame78 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame78 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1563
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Dinigion";
stop();
Instance of Symbol 1773 MovieClip "human" in Frame 1563
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame79 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame79 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1564
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Bill Gates";
stop();
Instance of Symbol 1779 MovieClip "human" in Frame 1564
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame80 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame80 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1565
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Dibil";
stop();
Instance of Symbol 1786 MovieClip "human" in Frame 1565
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (81);
_root.frame81 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame81 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (81);
};
}
}
Frame 1566
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
magicbuy = true;
hpbuy = true;
namehabitant = "Freiberga";
stop();
Instance of Symbol 1792 MovieClip "human" in Frame 1566
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame82 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame82 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1567
if (health < 0) {
gotoAndPlay (2007);
}
namehabitant = "Durallisima";
stop();
Instance of Symbol 1798 MovieClip "human" in Frame 1567
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame83 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.frame83 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1568
if (health < 0) {
gotoAndPlay (2007);
}
namehabitant = "Washeengton";
stop();
Instance of Symbol 1806 MovieClip "human" in Frame 1568
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame14 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame14 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
onClipEvent (enterFrame) {
if ((_root.scenery08 == "done") && (_root.monster < 0)) {
_root.scenery09 = "done";
}
}
Instance of Symbol 1810 MovieClip "7scenery7" in Frame 1568
onClipEvent (load) {
if ((_root.scenery06 == "done") && (_root.scenery07 != "done")) {
tellTarget ("_root.7scenery7") {
gotoAndPlay (2);
};
}
}
Instance of Symbol 1814 MovieClip "9scenery9" in Frame 1568
onClipEvent (load) {
if ((_root.scenery08 == "done") && (_root.scenery09 != "done")) {
tellTarget ("_root.9scenery9") {
gotoAndPlay (2);
};
}
}
Frame 1569
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1818 MovieClip "ratmission57" in Frame 1569
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.ratmission57") {
gotoAndStop (4);
_root.mission57 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
Frame 1570
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1821 MovieClip "ratmission79" in Frame 1570
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.ratmission79") {
gotoAndStop (4);
_root.mission79 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
Frame 1571
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1572
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1829 MovieClip "1alien1" in Frame 1572
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.1alien1") {
gotoAndStop (4);
_root.alien1 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
Frame 1573
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1832 MovieClip in Frame 1573
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.2alien2") {
gotoAndStop (4);
_root.alien2 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
Frame 1574
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1834 MovieClip "3alien3" in Frame 1574
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.3alien3") {
gotoAndStop (4);
_root.alien3 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
Frame 1575
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1842 MovieClip "1skelet1" in Frame 1575
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.1skelet1") {
gotoAndStop (4);
_root.skelet1 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
Frame 1576
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1844 MovieClip "2skelet2" in Frame 1576
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.2skelet2") {
gotoAndStop (4);
_root.skelet2 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.skelet2 == "done") {
tellTarget ("_root.2skelet2") {
gotoAndStop (4);
};
}
}
Frame 1577
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1864 MovieClip "1monster1" in Frame 1577
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.1monster1") {
gotoAndStop (4);
_root.gonoyes = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.gonoyes == "done") {
tellTarget ("_root.1monster1") {
gotoAndStop (4);
};
}
}
Frame 1578
if (health < 0) {
gotoAndPlay (2009);
}
stop();
Instance of Symbol 1865 MovieClip "2monster2" in Frame 1578
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.2monster2") {
gotoAndStop (4);
_root.monster2 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
onClipEvent (load) {
if (_root.monster2 == "done") {
tellTarget ("_root.2monster2") {
gotoAndStop (4);
};
}
}
Instance of Symbol 1866 MovieClip in Frame 1578
onClipEvent (enterFrame) {
_root.totalexpa = ((_root.sword + _root.strenght) + _root.magic) + _root.spell;
if (_root.sword == 50) {
_root.sword = 55;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 100) && (_root.totalexpa < 199)) {
_root.level = 2;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 200) && (_root.totalexpa < 299)) {
_root.level = 3;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 300) && (_root.totalexpa < 399)) {
_root.level = 4;
}
}
onClipEvent (enterFrame) {
if (_root.totalexpa >= 400) {
_root.level = 5;
}
}
onClipEvent (enterFrame) {
if (_root.clouds == "still") {
tellTarget ("_root.SKY.cloudsmovie") {
stop();
};
}
}
onClipEvent (enterFrame) {
if (_root.clouds == "moving") {
tellTarget ("_root.SKY.cloudsmovie") {
play();
};
}
}
onClipEvent (enterFrame) {
if (_root.water == "still") {
tellTarget ("_root.watermovie") {
stop();
};
}
}
onClipEvent (enterFrame) {
if (_root.water == "moving") {
tellTarget ("_root.watermovie") {
play();
};
}
}
onClipEvent (load) {
if (_root.health < 0) {
tellTarget ("_root") {
gotoAndPlay (4);
};
}
}
Frame 1579
if (health < 0) {
gotoAndPlay (2007);
}
magicbuy = true;
hpbuy = true;
stop();
Instance of Symbol 1886 MovieClip "human" in Frame 1579
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndPlay (70);
_root.frame95 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame95 == "done") {
tellTarget ("_root.human") {
gotoAndStop (70);
};
}
}
Instance of Symbol 1889 MovieClip in Frame 1579
onClipEvent (enterFrame) {
_root.totalexpa = ((_root.sword + _root.strenght) + _root.magic) + _root.spell;
if (_root.sword == 50) {
_root.sword = 55;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 100) && (_root.totalexpa < 199)) {
_root.level = 2;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 200) && (_root.totalexpa < 299)) {
_root.level = 3;
}
}
onClipEvent (enterFrame) {
if ((_root.totalexpa >= 300) && (_root.totalexpa < 399)) {
_root.level = 4;
}
}
onClipEvent (enterFrame) {
if (_root.totalexpa >= 400) {
_root.level = 5;
}
}
onClipEvent (enterFrame) {
if (_root.clouds == "still") {
tellTarget ("_root.SKY.cloudsmovie") {
stop();
};
}
}
onClipEvent (enterFrame) {
if (_root.clouds == "moving") {
tellTarget ("_root.SKY.cloudsmovie") {
play();
};
}
}
onClipEvent (enterFrame) {
if (_root.water == "still") {
tellTarget ("_root.watermovie") {
stop();
};
}
}
onClipEvent (enterFrame) {
if (_root.water == "moving") {
tellTarget ("_root.watermovie") {
play();
};
}
}
onClipEvent (load) {
if (_root.health < 0) {
tellTarget ("_root") {
gotoAndPlay (1);
};
}
}
Frame 1580
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1892 MovieClip "human" in Frame 1580
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (70);
_root.frame96 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 400;
}
onClipEvent (load) {
if (_root.frame96 == "done") {
tellTarget ("_root.human") {
gotoAndStop (70);
};
}
}
Frame 1581
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1582
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1908 MovieClip "1skelet1" in Frame 1582
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.1skelet1") {
gotoAndStop (4);
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
Frame 1583
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1911 MovieClip "2skelet2" in Frame 1583
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.2skelet2") {
gotoAndStop (4);
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
Frame 1584
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1585
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1586
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
hpbuy = true;
stop();
Instance of Symbol 1942 MovieClip "human" in Frame 1586
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (48);
_root.frame102 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame102 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (48);
};
}
}
Frame 1587
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1945 MovieClip "human" in Frame 1587
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (48);
_root.frame103 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 400;
}
onClipEvent (load) {
if (_root.frame103 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (48);
};
}
}
Frame 1588
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Frame 1589
if (health < 0) {
gotoAndPlay (2007);
}
Swordbuy = true;
hpbuy = true;
stop();
Instance of Symbol 1955 MovieClip "human" in Frame 1589
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame105 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 300;
}
onClipEvent (load) {
if (_root.frame105 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1590
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1959 MovieClip "human" in Frame 1590
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.human") {
gotoAndStop (111);
_root.frame106 = "done";
};
}
}
onClipEvent (load) {
_root.monster = 400;
}
onClipEvent (load) {
if (_root.frame106 == "done") {
tellTarget ("_root.human") {
gotoAndPlay (111);
};
}
}
Frame 1591
if (health < 0) {
gotoAndPlay (2007);
}
stop();
Instance of Symbol 1968 MovieClip "5skelet5" in Frame 1591
onClipEvent (enterFrame) {
if (0 >= _root.monster) {
tellTarget ("_root.5skelet5") {
gotoAndStop (4);
};
}
}
onClipEvent (load) {
_root.monster = 100;
}
Frame 1592
if (health < 0) {
gotoAndPlay (2007);
}
Frame 1593
if (health < 0) {
gotoAndPlay (2007);
}
Frame 1787
gotoAndPlay (1535);
Frame 2006
gotoAndPlay (2011);
Frame 2007
stop();
Frame 2008
gotoAndPlay (2007);
Frame 2009
stop();
Frame 2010
gotoAndPlay (2009);
Frame 2226
stop();
Frame 2227
stop();
Frame 2228
stop();
Frame 2229
stop();
Frame 2230
stop();
Frame 2231
stop();
Frame 2232
stop();
Symbol 6 MovieClip Frame 9
gotoAndPlay (1);
Symbol 6 MovieClip Frame 19
this.removeMovieClip();
_root.newPacman();
Instance of Symbol 6 MovieClip "Pacman_" in Symbol 7 MovieClip [Pacman!] Frame 1
onClipEvent (load) {
xm = 5;
}
onClipEvent (keyDown) {
if (Key.getCode() == Key.LEFT) {
newdirection = "left";
}
if (Key.getCode() == Key.UP) {
newdirection = "top";
}
if (Key.getCode() == Key.DOWN) {
newdirection = "bottom";
}
if (Key.getCode() == Key.RIGHT) {
newdirection = "right";
}
}
onClipEvent (enterFrame) {
function getl(x, y) {
return(_root["l" + y].substring(x - 1, x));
}
if (((_parent._x / 30) == int(_parent._x / 30)) and ((_parent._y / 30) == int(_parent._y / 30))) {
if (1 < _root.begin) {
this._alpha = 30;
_root.tr = false;
if ((xm != 0) or (ym != 0)) {
_root.begin--;
}
if (1 >= _root.begin) {
this._alpha = 100;
_root.tr = true;
}
}
posx = _parent._x / 30;
posy = _parent._y / 30;
dirx = 0;
diry = 0;
if (newdirection == "left") {
dirx = -1;
}
if (newdirection == "right") {
dirx = 1;
}
if (newdirection == "top") {
diry = -1;
}
if (newdirection == "bottom") {
diry = 1;
}
if (getl(posx + dirx, posy + diry) != "0") {
direction = newdirection;
}
dirx = 0;
diry = 0;
if (direction == "left") {
dirx = -1;
rotate = 270;
}
if (direction == "right") {
dirx = 1;
rotate = 90;
}
if (direction == "top") {
diry = -1;
rotate = 0;
}
if (direction == "bottom") {
diry = 1;
rotate = 180;
}
xm = 0;
ym = 0;
if (getl(posx + dirx, posy + diry) != "0") {
xm = dirx * speed;
ym = diry * speed;
}
if ((getl(posx, posy) == ".") and (_root[("chkdot" + posx) + posy] != ".")) {
_root[("Dot" + posx) + posy].removeMovieClip();
_root.dot--;
_root[("chkdot" + posx) + posy] = ".";
_root.score = _root.score + 10;
}
}
_parent._x = _parent._x + xm;
_parent._y = _parent._y + ym;
_rotation = rotate;
}
Symbol 18 Button
on (release) {
_root.gotoAndPlay(5);
}
Instance of Symbol 26 MovieClip [Chert_] "Chert_" in Symbol 27 MovieClip [Chert!] Frame 1
onClipEvent (load) {
xm = 5;
}
onClipEvent (enterFrame) {
function getl(x, y) {
return(_root["l" + y].substring(x - 1, x));
}
if (((_parent._x / 30) == int(_parent._x / 30)) and ((_parent._y / 30) == int(_parent._y / 30))) {
posx = _parent._x / 30;
posy = _parent._y / 30;
dirx = 0;
diry = 0;
if (newdirection == "left") {
dirx = -1;
}
if (newdirection == "right") {
dirx = 1;
}
if (newdirection == "top") {
diry = -1;
}
if (newdirection == "bottom") {
diry = 1;
}
if (((getl(posx + diry, posy + dirx) != "0") or (getl(posx - diry, posy - dirx) != "0")) or ((xm == 0) and (ym == 0))) {
newdirection = dir[random(4)];
}
if (getl(posx + dirx, posy + diry) != "0") {
direction = newdirection;
}
dirx = 0;
diry = 0;
if (direction == "left") {
dirx = -1;
rotate = 270;
}
if (direction == "right") {
dirx = 1;
rotate = 90;
}
if (direction == "top") {
diry = -1;
rotate = 0;
}
if (direction == "bottom") {
diry = 1;
rotate = 180;
}
xm = 0;
ym = 0;
if (getl(posx + dirx, posy + diry) != "0") {
xm = dirx * speed;
ym = diry * speed;
}
}
_parent._x = _parent._x + xm;
_parent._y = _parent._y + ym;
_rotation = rotate;
if (((Math.abs(_parent._x - _root.Pacman._x) < 30) and (Math.abs(_parent._y - _root.Pacman._y) < 30)) and _root.tr) {
_root.life--;
_root.Pacman.Pacman_.direction = "";
_root.Pacman.Pacman_.newdirection = "";
_root.tr = false;
if (_root.life == 0) {
_root.gotoAndPlay(12);
}
_root.Pacman.Pacman_.gotoAndPlay(11);
}
}
Symbol 33 MovieClip Frame 2
Dx = (2 * Math.random()) - 1;
Dy = (2 * Math.random()) - 1;
Speed = 50;
Count_b = 10;
Symbol 33 MovieClip Frame 3
this._x = this._x + (Speed * Dx);
this._y = this._y + (Speed * Dy);
Count_b--;
if (Count_b == 0) {
this.removeMovieClip();
_root.gotoAndStop("label");
}
Symbol 33 MovieClip Frame 4
gotoAndPlay (3);
Symbol 42 Button
on (release) {
gotoAndPlay (1);
}
Symbol 51 Button
on (release) {
gotoAndPlay (3);
}
Symbol 52 Button
on (release) {
gotoAndPlay (4);
}
Symbol 53 Button
on (release) {
gotoAndPlay (1);
tellTarget ("_root.library") {
gotoAndPlay (23);
};
}
Symbol 54 Button
on (release) {
gotoAndPlay (5);
}
Symbol 56 Button
on (release) {
gotoAndPlay (1);
tellTarget ("_root.notebook") {
gotoAndPlay (2);
};
}
Symbol 58 Button
on (press) {
startDrag ("_root.optionsmenu");
}
on (release) {
stopDrag();
}
Symbol 62 Button
on (release) {
gotoAndPlay (2);
}
Symbol 68 Button
on (release) {
_quality = "low";
_root.qualitynow = "low";
}
Symbol 69 Button
on (release) {
_quality = "medium";
_root.qualitynow = "medium";
}
Symbol 70 Button
on (release) {
_quality = "high";
_root.qualitynow = "high";
}
Symbol 71 Button
on (release) {
_quality = "best";
_root.qualitynow = "best";
}
Symbol 72 Button
on (release) {
_root.clouds = "moving";
}
Symbol 73 Button
on (release) {
_root.clouds = "still";
}
Symbol 74 Button
on (release) {
_root.water = "moving";
}
Symbol 75 Button
on (release) {
_root.water = "still";
}
Symbol 80 Button
on (release) {
gotoAndPlay (1);
}
Symbol 82 Button
on (release) {
tellTarget ("_root") {
gotoAndPlay (1);
};
}
Symbol 84 MovieClip Frame 1
stop();
Symbol 84 MovieClip Frame 2
stop();
Symbol 84 MovieClip Frame 3
stop();
Symbol 84 MovieClip Frame 4
stop();
Symbol 84 MovieClip Frame 5
stop();
Symbol 86 Button
on (release) {
gotoAndPlay (1);
}
Symbol 88 Button
on (release) {
gotoAndPlay (2);
}
Symbol 92 Button
on (press) {
startDrag ("_root.notebook");
}
on (release) {
stopDrag();
}
Symbol 95 Button
on (release) {
_root.note = " ";
_root.myNotes = " ";
}
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 2
stop();
myNotes = _root.note;
Symbol 102 Button
on (release) {
play();
}
Symbol 110 Button
on (release) {
gotoAndPlay (2);
}
Symbol 113 Button
on (release) {
gotoAndPlay (1);
}
Symbol 114 MovieClip Frame 1
stop();
Symbol 114 MovieClip Frame 2
stop();
Symbol 146 Button
on (release) {
getURL ("http://flashka.times.lv", "_blank");
}
Symbol 148 Button
on (release) {
stopAllSounds();
}
Symbol 154 Button
on (release) {
gotoAndPlay (725);
}
Symbol 257 Button
on (release) {
gotoAndPlay (757);
}
Symbol 265 Button
on (release) {
tellTarget ("_root.optionsmenu") {
gotoAndPlay (2);
};
}
Symbol 273 Button
on (release) {
tellTarget ("_root.library") {
gotoAndPlay (23);
};
}
Symbol 281 Button
on (release) {
gotoAndPlay (2011);
}
Symbol 289 Button
on (release) {
gotoAndPlay (2226);
}
Symbol 297 Button
on (release) {
gotoAndPlay (734);
}
Symbol 298 Button
on (release) {
gotoAndPlay (1);
}
Symbol 310 Button
on (release) {
gotoAndPlay (4);
}
Symbol 311 Button
on (release) {
gotoAndPlay (5);
}
Symbol 312 Button
on (release) {
gotoAndPlay (6);
}
Symbol 313 Button
on (release) {
gotoAndPlay (7);
}
Symbol 314 Button
on (release) {
gotoAndPlay (8);
}
Symbol 315 Button
on (release) {
gotoAndPlay (9);
}
Symbol 316 Button
on (release) {
gotoAndPlay (10);
}
Symbol 317 Button
on (release) {
gotoAndPlay (11);
}
Symbol 318 Button
on (release) {
gotoAndPlay (12);
}
Symbol 319 Button
on (release) {
gotoAndPlay (13);
}
Symbol 320 Button
on (release) {
gotoAndPlay (14);
}
Symbol 321 Button
on (release) {
gotoAndPlay (15);
}
Symbol 322 Button
on (release) {
gotoAndPlay (16);
}
Symbol 323 Button
on (release) {
gotoAndPlay (3);
}
Symbol 324 Button
on (press) {
startDrag ("_root.library");
}
on (release) {
stopDrag();
}
Symbol 331 Button
on (release) {
gotoAndPlay (17);
}
Symbol 332 Button
on (release) {
gotoAndPlay (18);
}
Symbol 333 Button
on (release) {
gotoAndPlay (19);
}
Symbol 334 Button
on (release) {
gotoAndPlay (2);
}
Symbol 337 Button
on (release) {
gotoAndPlay (20);
}
Symbol 338 Button
on (release) {
gotoAndPlay (21);
}
Symbol 339 Button
on (release) {
gotoAndPlay (22);
}
Symbol 387 Button
on (release) {
_root.mission3 = "done";
gotoAndPlay (4);
}
Symbol 398 Button
on (release) {
_root.mission1 = "done";
gotoAndPlay (3);
}
Symbol 465 MovieClip Frame 1
stop();
Symbol 465 MovieClip Frame 2
stop();
Symbol 465 MovieClip Frame 3
stop();
Symbol 465 MovieClip Frame 4
stop();
Symbol 465 MovieClip Frame 5
stop();
Symbol 465 MovieClip Frame 6
stop();
Symbol 465 MovieClip Frame 7
stop();
Symbol 465 MovieClip Frame 8
stop();
Symbol 465 MovieClip Frame 9
stop();
Symbol 465 MovieClip Frame 10
stop();
Symbol 465 MovieClip Frame 11
stop();
Symbol 465 MovieClip Frame 12
stop();
Symbol 465 MovieClip Frame 13
stop();
Symbol 465 MovieClip Frame 14
stop();
Symbol 465 MovieClip Frame 15
stop();
Symbol 465 MovieClip Frame 16
stop();
Symbol 465 MovieClip Frame 17
stop();
Symbol 465 MovieClip Frame 18
stop();
Symbol 465 MovieClip Frame 19
stop();
Symbol 465 MovieClip Frame 20
stop();
Symbol 465 MovieClip Frame 21
stop();
Symbol 465 MovieClip Frame 22
stop();
Symbol 465 MovieClip Frame 23
stop();
Symbol 469 MovieClip Frame 1
_root.cmd = 1;
Symbol 469 MovieClip Frame 2
_root.cmd = 2;
Symbol 469 MovieClip Frame 3
_root.cmd = 3;
Symbol 469 MovieClip Frame 4
_root.cmd = 4;
Symbol 469 MovieClip Frame 5
_root.cmd = 5;
Symbol 469 MovieClip Frame 6
_root.cmd = 6;
Symbol 469 MovieClip Frame 7
_root.cmd = 7;
Symbol 478 Button
on (release) {
gotoAndPlay (736);
}
Symbol 483 Button
on (release) {
gotoAndPlay (735);
}
Symbol 490 Button
on (release) {
gotoAndPlay (733);
}
Symbol 493 Button
on (release) {
diff = 1;
guardH = 100;
difficultyL = "easy";
startguardH = 100;
starthealth = 100;
difficultyscore = 500;
}
Symbol 494 Button
on (release) {
diff = 0.5;
guardH = 120;
difficultyL = "medi";
startguardH = 120;
starthealth = 100;
difficultyscore = 2500;
}
Symbol 495 Button
on (release) {
diff = 0.3;
guardH = 150;
difficultyL = "hard";
startguardH = 150;
starthealth = 100;
difficultyscore = 5000;
}
Symbol 496 Button
on (release) {
diff = 0.3;
guardH = 200;
difficultyL = "Pro!?";
startguardH = 200;
starthealth = 100;
difficultyscore = 10000;
}
Symbol 499 Button
on (release) {
gotoAndPlay (745);
}
Symbol 501 Button
on (release) {
gotoAndPlay (734);
}
Symbol 514 MovieClip Frame 1
_root.block = "head";
Symbol 514 MovieClip Frame 10
if (_root.blockP != "head") {
_root.health = _root.health - (20 / _root.diff);
}
Symbol 514 MovieClip Frame 20
_root.block = "none";
Symbol 517 MovieClip Frame 1
_root.block = "legs";
Symbol 517 MovieClip Frame 11
if (_root.blockP != "head") {
_root.health = _root.health - (20 / _root.diff);
}
Symbol 517 MovieClip Frame 25
if ((_root.blockP != "legs") && (_root.cheat != true)) {
_root.health = _root.health - (15 / _root.diff);
}
_root.block = "none";
Symbol 520 MovieClip Frame 3
_root.block = "head";
Symbol 520 MovieClip Frame 6
if (_root.blockP != "legs") {
_root.health = _root.health - (15 / _root.diff);
}
Symbol 520 MovieClip Frame 15
_root.block = "none";
Symbol 522 MovieClip Frame 1
_root.block = "legs";
Symbol 522 MovieClip Frame 12
if (_root.blockP != "legs") {
_root.health = _root.health - (15 / _root.diff);
}
Symbol 522 MovieClip Frame 20
_root.block = "none";
Symbol 524 MovieClip Frame 1
_root.block = "none";
Symbol 524 MovieClip Frame 640
gotoAndPlay (1);
Symbol 524 MovieClip Frame 641
stop();
Symbol 526 MovieClip Frame 1
stop();
Symbol 526 MovieClip Frame 2
tellTarget ("_root.guardModeC") {
gotoAndStop (1);
};
Symbol 526 MovieClip Frame 16
gotoAndPlay (1);
tellTarget ("_root.guardModeC") {
play();
};
_root.FT = 0;
Symbol 526 MovieClip Frame 17
tellTarget ("_root.guardModeC") {
gotoAndStop (1);
};
Symbol 526 MovieClip Frame 36
gotoAndPlay (1);
tellTarget ("_root.guardModeC") {
play();
};
_root.FT = 0;
Symbol 526 MovieClip Frame 37
tellTarget ("_root.guardModeC") {
gotoAndStop (1);
};
Symbol 526 MovieClip Frame 66
gotoAndPlay (1);
tellTarget ("_root.guardModeC") {
play();
};
_root.FT = 0;
Symbol 526 MovieClip Frame 67
tellTarget ("_root.guardModeC") {
gotoAndStop (1);
};
Symbol 526 MovieClip Frame 110
gotoAndPlay (1);
tellTarget ("_root.guardModeC") {
play();
};
_root.FT = 0;
Symbol 529 Button
on (release) {
if (_root.FT == 1) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (2);
};
}
}
on (release) {
if (_root.FT == 2) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (17);
};
}
}
on (release) {
if (_root.FT == 3) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (37);
};
}
}
on (release) {
if (_root.FT == 4) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (67);
};
}
}
on (keyPress "s") {
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
};
}
on (keyPress "F") {
if (149 < _root.moneycm) {
_root.FT = 1;
_root.moneycm = _root.moneycm - 150;
}
}
Symbol 531 Button
on (keyPress "o") {
tellTarget ("_root.optionsmenu") {
gotoAndPlay (2);
};
}
Symbol 536 Button
on (rollOver, press) {
_root.blockP = "head";
}
on (rollOut, release) {
_root.blockP = "none";
}
Symbol 541 Button
on (rollOver, press) {
_root.blockP = "legs";
}
on (rollOut, release) {
_root.blockP = "none";
}
Symbol 545 Button
on (press) {
_root.hitP = "legs";
}
on (release) {
_root.hitP = "none";
}
Symbol 547 Button
on (press) {
_root.hitP = "head";
}
on (release) {
_root.hitP = "none";
}
Symbol 549 MovieClip Frame 1
stop();
Symbol 549 MovieClip Frame 2
stop();
Symbol 555 Button
on (release) {
nextFrame();
}
Symbol 558 Button
on (press) {
_root.hitP = "head";
}
on (release) {
_root.hitP = "none";
}
Symbol 561 Button
on (press) {
_root.hitP = "legs";
}
on (release) {
_root.hitP = "none";
}
Symbol 564 Button
on (rollOver, press) {
_root.blockP = "head";
}
on (rollOut, release) {
_root.blockP = "none";
}
Symbol 567 Button
on (rollOver, press) {
_root.blockP = "legs";
}
on (rollOut, release) {
_root.blockP = "none";
}
Symbol 570 Button
on (release) {
prevFrame();
}
Symbol 571 MovieClip Frame 1
stop();
Instance of Symbol 549 MovieClip "s4it" in Symbol 571 MovieClip Frame 1
onClipEvent (enterFrame) {
if ((_root.blockP == "head") or (_root.blockP == "legs")) {
gotoAndPlay (2);
} else if (_root.blockP == "none") {
gotoAndPlay (1);
}
}
Symbol 571 MovieClip Frame 2
stop();
Symbol 583 MovieClip Frame 1
stop();
if (_root.trapits == "done") {
_root.trapits = "none";
gotoAndPlay (2);
}
if (_root.trapits == "milk") {
_root.trapits = "none";
gotoAndPlay (7);
}
Symbol 583 MovieClip Frame 6
gotoAndPlay (1);
Symbol 584 MovieClip Frame 1
stop();
Symbol 584 MovieClip Frame 6
if (_root.trapits == "done") {
_root.guardH = (_root.guardH - (25 * _root.diff)) - _root.mplus;
}
Symbol 584 MovieClip Frame 20
gotoAndPlay (1);
Symbol 584 MovieClip Frame 28
if (_root.trapits == "done") {
_root.guardH = (_root.guardH - (30 * _root.diff)) - _root.mplus;
}
Symbol 588 Button
on (release) {
gotoAndPlay (1);
}
Symbol 592 Button
on (release) {
gotoAndPlay (2);
}
Symbol 596 Button
on (release) {
if ((_root.diffinnova < 5) && (300 < _root.moneycm)) {
_root.diffinnova = _root.diffinnova + 1;
_root.moneycm = _root.moneycm - 300;
_root.diff = _root.diff + 0.1;
}
}
Symbol 597 Button
on (release) {
if ((_root.mplus < 20) && (69 < _root.moneycm)) {
_root.mplus = _root.mplus + 1;
_root.moneycm = _root.moneycm - 70;
}
}
Symbol 598 Button
on (release) {
if (49 < _root.moneycm) {
_root.FT = 1;
_root.moneycm = _root.moneycm - 50;
}
}
Symbol 599 Button
on (release) {
if (99 < _root.moneycm) {
_root.FT = 2;
_root.moneycm = _root.moneycm - 100;
}
}
Symbol 600 Button
on (release) {
if (149 < _root.moneycm) {
_root.FT = 3;
_root.moneycm = _root.moneycm - 150;
}
}
Symbol 601 Button
on (release) {
if (199 < _root.moneycm) {
_root.FT = 4;
_root.moneycm = _root.moneycm - 200;
}
}
Symbol 602 Button
on (press) {
startDrag ("_root.shopcm");
}
on (release) {
stopDrag();
}
Symbol 603 MovieClip Frame 1
stop();
Symbol 603 MovieClip Frame 2
stop();
Symbol 612 Button
on (release) {
gotoAndPlay (738);
}
Symbol 616 Button
on (release) {
gotoAndPlay (733);
}
Symbol 625 Button
on (release) {
gotoAndPlay (739);
}
Symbol 628 Button
on (release) {
if (_root.FT == 1) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (2);
};
}
}
on (release) {
if (_root.FT == 2) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (17);
};
}
}
on (release) {
if (_root.FT == 3) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (37);
};
}
}
on (release) {
if (_root.FT == 4) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (67);
};
}
}
on (keyPress "F") {
if (149 < _root.moneycm) {
_root.FT = 1;
_root.moneycm = _root.moneycm - 150;
}
}
Symbol 635 Button
on (keyPress "s") {
gotoAndPlay (740);
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
};
}
Symbol 644 Button
on (release) {
gotoAndPlay (741);
}
Symbol 653 Button
on (release) {
gotoAndPlay (742);
}
Symbol 662 Button
on (release) {
gotoAndPlay (743);
guardH = 100;
FT = 4;
}
Symbol 665 MovieClip Frame 1
_root.block = "none";
Symbol 665 MovieClip Frame 640
gotoAndPlay (1);
Symbol 665 MovieClip Frame 641
stop();
Symbol 672 Button
on (release) {
gotoAndPlay (744);
}
Symbol 681 Button
on (release) {
gotoAndPlay (734);
}
Symbol 684 MovieClip Frame 1
_root.block = "none";
Symbol 684 MovieClip Frame 640
gotoAndPlay (1);
Symbol 684 MovieClip Frame 641
stop();
Symbol 685 Button
on (release) {
if (_root.FT == 1) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (2);
};
}
}
on (release) {
if (_root.FT == 2) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (17);
};
}
}
on (release) {
if (_root.FT == 3) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (37);
};
}
}
on (release) {
if (_root.FT == 4) {
tellTarget ("_root.FreezeTimer") {
gotoAndPlay (67);
};
}
}
on (keyPress "s") {
tellTarget ("_root.shopcm") {
gotoAndPlay (2);
};
}
on (keyPress "F") {
if (149 < _root.moneycm) {
_root.FT = 1;
_root.moneycm = _root.moneycm - 150;
}
}
Symbol 686 MovieClip Frame 1
stop();
Symbol 686 MovieClip Frame 6
if (_root.trapits == "done") {
_root.guardH = (_root.guardH - (25 * _root.diff)) - _root.mplus;
}
Symbol 686 MovieClip Frame 20
gotoAndPlay (1);
Symbol 686 MovieClip Frame 28
if (_root.trapits == "done") {
_root.guardH = (_root.guardH - (30 * _root.diff)) - _root.mplus;
}
Symbol 693 Button
on (release) {
if (health < 0) {
gotoAndPlay (756);
} else if (guardH < 1) {
nextFrame();
_root.totalhealth = _root.totalhealth + _root.health;
_root.guardH = _root.startguardH + 20;
_root.health = _root.starthealth + 10;
_root.moneydano = "none";
if (0 < _root.diff) {
_root.diff = _root.diff - 0.05;
}
}
}
Symbol 694 MovieClip Frame 1
stop();
Symbol 694 MovieClip Frame 2
stop();
Symbol 694 MovieClip Frame 3
stop();
Symbol 694 MovieClip Frame 4
stop();
Symbol 694 MovieClip Frame 5
stop();
Symbol 695 Button
on (keyPress "o") {
tellTarget ("_root.optionsmenu") {
gotoAndPlay (2);
};
}
Symbol 697 MovieClip Frame 1
_root.block = "none";
Symbol 697 MovieClip Frame 640
gotoAndPlay (1);
Symbol 697 MovieClip Frame 641
stop();
Symbol 699 MovieClip Frame 1
_root.block = "none";
Symbol 699 MovieClip Frame 640
gotoAndPlay (1);
Symbol 699 MovieClip Frame 641
stop();
Symbol 701 MovieClip Frame 1
_root.block = "none";
Symbol 701 MovieClip Frame 640
gotoAndPlay (1);
Symbol 701 MovieClip Frame 641
stop();
Symbol 703 MovieClip Frame 1
_root.block = "none";
Symbol 703 MovieClip Frame 640
gotoAndPlay (1);
Symbol 703 MovieClip Frame 641
stop();
Symbol 705 MovieClip Frame 1
_root.block = "none";
Symbol 705 MovieClip Frame 640
gotoAndPlay (1);
Symbol 705 MovieClip Frame 641
stop();
Symbol 707 MovieClip Frame 1
_root.block = "none";
Symbol 707 MovieClip Frame 640
gotoAndPlay (1);
Symbol 707 MovieClip Frame 641
stop();
Symbol 709 MovieClip Frame 1
_root.block = "none";
Symbol 709 MovieClip Frame 640
gotoAndPlay (1);
Symbol 709 MovieClip Frame 641
stop();
Symbol 711 MovieClip Frame 1
_root.block = "none";
Symbol 711 MovieClip Frame 640
gotoAndPlay (1);
Symbol 711 MovieClip Frame 641
stop();
Symbol 715 MovieClip Frame 1
_root.block = "none";
Symbol 715 MovieClip Frame 640
gotoAndPlay (1);
Symbol 715 MovieClip Frame 641
stop();
Symbol 723 Button
on (release) {
gotoAndPlay (733);
}
Symbol 734 Button
on (release) {
gotoAndPlay (1475);
}
Symbol 951 MovieClip Frame 1
stop();
Symbol 951 MovieClip Frame 10
gotoAndPlay (1);
Symbol 951 MovieClip Frame 13
_root.monster = _root.monster - (((_root.sword + _root.strenght) + _root.magic) / _root.level);
Symbol 951 MovieClip Frame 21
gotoAndPlay (1);
Symbol 951 MovieClip Frame 22
stop();
Symbol 951 MovieClip Frame 29
gotoAndPlay (22);
Symbol 951 MovieClip Frame 31
_root.monster = _root.monster - (((_root.sword + _root.strenght) + _root.magic) / _root.level);
Symbol 951 MovieClip Frame 36
gotoAndPlay (22);
Instance of Symbol 951 MovieClip "sword2" in Symbol 952 MovieClip Frame 1
onClipEvent (load) {
if (50 < _root.sword) {
tellTarget ("_root.battlesword.sword2") {
gotoAndStop (22);
};
}
}
onClipEvent (load) {
if (50 < _root.sword) {
_root.swordframe = 30;
}
}
onClipEvent (load) {
if (_root.sword < 50) {
_root.swordframe = 11;
}
}
Symbol 957 MovieClip Frame 1
stop();
Symbol 957 MovieClip Frame 5
_root.monster = _root.monster - ((_root.magic + _root.spell) / _root.level);
tellTarget ("_root.human") {
gotoAndPlay (85);
};
Symbol 962 MovieClip Frame 1
stop();
Symbol 962 MovieClip Frame 5
_root.monster = _root.monster - ((_root.magic + _root.spell) / _root.level);
tellTarget ("_root.human") {
gotoAndPlay (85);
};
Symbol 980 Button
on (release) {
if (_root.guild == "impire") {
gotoAndPlay (1579);
} else if (_root.guild == "none") {
info = "First you have to Enter the Guild from it's representer in Mondialvallee (WestNorth Castle 2 floor)";
}
}
Symbol 986 Button
on (release) {
if (_root.guild == "warrior") {
gotoAndPlay (1575);
} else if (_root.guild == "none") {
info = "First you have to Enter the Guild from it's representer in Mondialvallee (WestNorth Castle Near the Entrance)";
}
}
Symbol 992 Button
on (release) {
if (_root.guild == "magic") {
gotoAndPlay (1572);
} else if (_root.guild == "none") {
info = "First you have to Enter the Guild from it's representer in Mondialvallee (WestNorth Castle 2 floor)";
}
}
Symbol 998 Button
on (keyPress "l") {
tellTarget ("_root.library") {
gotoAndPlay (23);
};
}
on (release) {
tellTarget ("_root.optionsmenu") {
gotoAndPlay (2);
};
}
Symbol 1001 MovieClip Frame 1
_root.spell1 = false;
Symbol 1001 MovieClip Frame 30
_root.spell1 = true;
stop();
Symbol 1007 Button
on (release, keyPress "1") {
if (_root.spell1 == true) {
tellTarget ("_root.spell1movie") {
play();
tellTarget ("_root.totalspells1") {
gotoAndPlay (1);
};
};
}
}
Symbol 1008 MovieClip Frame 1
_root.spell2 = false;
Symbol 1008 MovieClip Frame 30
_root.spell2 = true;
stop();
Symbol 1014 Button
on (release, keyPress "2") {
if (_root.spell2 == true) {
tellTarget ("_root.spell1movie") {
play();
tellTarget ("_root.totalspells2") {
gotoAndPlay (1);
};
};
}
}
Symbol 1016 Button
on (release) {
nextFrame();
}
Symbol 1034 Button
on (release) {
if (gift0 != "done") {
sword = sword + 5;
_root.info = "You have found a better sword. Push the Arrow.";
gift0 = "done";
}
}
Symbol 1038 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1043 MovieClip Frame 1
if (_root.alien3 == "done") {
gotoAndPlay (4);
}
Symbol 1043 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 4;
Symbol 1043 MovieClip Frame 4
stop();
alien3 = "done";
Symbol 1044 Button
on (release) {
gotoAndPlay (1484);
}
Symbol 1055 MovieClip Frame 1
_root.daytime = "night";
Symbol 1055 MovieClip Frame 35
_root.daytime = "day";
Symbol 1055 MovieClip Frame 3000
_root.daytime = "night";
Symbol 1058 MovieClip Frame 5635
_root.rain = true;
Symbol 1058 MovieClip Frame 6285
_root.rain = false;
Symbol 1061 Button
on (release) {
if (gift1 != "done") {
sword = sword + 5;
_root.info = "You have found a better sword";
gift1 = "done";
}
}
Symbol 1069 MovieClip Frame 1
stop();
Symbol 1069 MovieClip Frame 2
stop();
Symbol 1073 MovieClip Frame 1
stop();
Symbol 1073 MovieClip Frame 2
stop();
Symbol 1080 Button
on (release) {
gotoAndStop (1);
}
Symbol 1083 Button
on (press) {
startDrag ("_root.menubuy");
}
on (release) {
stopDrag();
}
Symbol 1089 Button
on (release) {
if ((250 < _root.money) && (_root.magicbuy == true)) {
_root.spell = _root.spell + 5;
_root.money = _root.money - 250;
_root.info = "Now your spell's power is " + _root.spell;
} else if (_root.money < 250) {
_root.info = "You don't have enough money";
} else if (_root.spellbuy != true) {
_root.info = "I don't sell that";
}
}
Symbol 1095 Button
on (release) {
if ((350 < _root.money) && (_root.hpbuy == true)) {
_root.totalhp = _root.totalhp + 20;
_root.money = _root.money - 350;
_root.info = "HP increased, now your MAXIMUM health is " + _root.totalhp;
} else if (_root.money < 350) {
_root.info = "You don't have enough money";
} else if (_root.swordbuy != true) {
_root.info = "I don't sell that";
}
}
Symbol 1100 Button
on (release) {
if ((250 < _root.money) && (_root.swordbuy == true)) {
_root.sword = _root.sword + 5;
_root.money = _root.money - 250;
_root.info = "Your sword has been upgradet to " + _root.sword;
} else if (_root.money < 250) {
_root.info = "You don't have enough money";
} else if (_root.swordbuy != true) {
_root.info = "I don't sell that";
}
}
Symbol 1104 MovieClip Frame 1
stop();
Symbol 1104 MovieClip Frame 2
stop();
Symbol 1113 Button
on (release) {
if (_root.guild == "impire") {
gotoAndPlay (1588);
} else if (_root.guild == "none") {
info = "First you have to Enter the Guild from it's representer in Mondialvallee (WestNorth Castle 2 floor)";
}
}
Symbol 1114 Button
on (release) {
if (_root.guild == "warrior") {
gotoAndPlay (1584);
} else if (_root.guild == "none") {
info = "First you have to Enter the Guild from it's representer in Mondialvallee (WestNorth Castle Near the Entrance)";
}
}
Symbol 1115 Button
on (release) {
if (_root.guild == "magic") {
gotoAndPlay (1581);
} else if (_root.guild == "none") {
info = "First you have to Enter the Guild from it's representer in Mondialvallee (WestNorth Castle 2 floor)";
}
}
Symbol 1116 Button
on (keyPress "l") {
tellTarget ("_root.library") {
gotoAndPlay (23);
};
}
on (release) {
tellTarget ("_root.optionsmenu") {
gotoAndPlay (2);
};
}
Symbol 1117 Button
on (release, keyPress "1") {
if (_root.spell1 == true) {
tellTarget ("_root.spell1movie") {
play();
tellTarget ("_root.totalspells1") {
gotoAndPlay (1);
};
};
}
}
Symbol 1118 Button
on (release, keyPress "2") {
if (_root.spell2 == true) {
tellTarget ("_root.spell1movie") {
play();
tellTarget ("_root.totalspells2") {
gotoAndPlay (1);
};
};
}
}
Symbol 1120 Button
on (release) {
gotoAndPlay (1486);
}
on (keyPress "2") {
gotoAndPlay (1505);
}
on (rollOver) {
info = "To The Stone of War";
}
Symbol 1122 Button
on (keyPress "n") {
tellTarget ("_root.notebook") {
gotoAndPlay (2);
};
}
Symbol 1127 Button
on (release) {
_root.mission54 = "done";
gotoAndPlay (4);
}
Symbol 1128 MovieClip Frame 1
stop();
if (_root.mission54 == "doing") {
gotoAndPlay (2);
}
if (_root.mission54 == "over") {
gotoAndPlay (3);
}
if (_root.mission54 == "done") {
gotoAndPlay (3);
}
Symbol 1128 MovieClip Frame 2
stop();
Symbol 1128 MovieClip Frame 3
stop();
Symbol 1128 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1129 Button
on (release) {
gotoAndPlay (1517);
}
on (rollOver) {
info = "To the Ghostgate";
}
Symbol 1130 Button
on (release) {
gotoAndPlay (1487);
}
on (rollOver) {
info = "To the Vallee";
}
Symbol 1133 Button
on (release) {
if (gift3 != "done") {
_root.spell = _root.spell + 5;
_root.info = "You have found New Spell!";
gift3 = "done";
}
}
Symbol 1136 Button
on (release) {
gotoAndPlay (1486);
}
on (rollOver) {
info = "To the Stone of War";
}
Symbol 1137 Button
on (release) {
gotoAndPlay (1488);
}
on (rollOver) {
info = "To Vallee";
}
Symbol 1139 Button
on (release) {
_root.info = "You have found nothing!";
}
Symbol 1146 Button
on (release) {
gotoAndPlay (71);
}
Symbol 1151 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1155 MovieClip Frame 70
gotoAndPlay (1);
Symbol 1155 MovieClip Frame 84
_root.health = _root.health - 30;
Symbol 1155 MovieClip Frame 90
gotoAndPlay (80);
Symbol 1155 MovieClip Frame 91
stop();
Symbol 1155 MovieClip Frame 111
stop();
Symbol 1157 Button
on (release) {
gotoAndPlay (1487);
}
on (rollOver) {
info = "To the Great Plain View";
}
Symbol 1158 Button
on (release) {
gotoAndPlay (1497);
}
Symbol 1159 Button
on (release) {
gotoAndPlay (1498);
}
Symbol 1160 Button
on (release) {
gotoAndPlay (1500);
}
Symbol 1161 Button
on (release) {
gotoAndPlay (1499);
}
Symbol 1162 Button
on (release) {
gotoAndPlay (1493);
}
on (rollOver) {
info = "To The MondiGrad";
}
Symbol 1163 Button
on (release) {
gotoAndPlay (1489);
}
on (rollOver) {
info = "Moonse island, Lighthouses";
}
Symbol 1170 Button
on (release) {
gotoAndPlay (1488);
}
on (rollOver) {
info = "The Vallee";
}
Symbol 1171 Button
on (release) {
gotoAndPlay (1490);
}
on (rollOver) {
info = "Moonse Island, Lighthouses";
}
Symbol 1176 Button
on (release) {
gotoAndPlay (1489);
}
on (rollOver) {
info = "To The Vallee";
}
Symbol 1177 Button
on (release) {
gotoAndPlay (1491);
}
on (rollOver) {
info = "Moonse Island";
}
Symbol 1178 Button
on (release) {
gotoAndPlay (1539);
}
Symbol 1179 Button
on (release) {
gotoAndPlay (1538);
}
Symbol 1181 Button
on (release) {
_root.mission1 = "done";
gotoAndPlay (3);
}
Symbol 1182 MovieClip Frame 1
stop();
if (_root.mission1 == "doing") {
gotoAndPlay (2);
}
if (_root.mission1 == "over") {
gotoAndPlay (3);
}
if (_root.mission1 == "done") {
gotoAndPlay (3);
}
Symbol 1182 MovieClip Frame 2
stop();
Symbol 1182 MovieClip Frame 3
stop();
Symbol 1182 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1183 Button
on (release) {
gotoAndPlay (1490);
}
on (rollOver) {
info = "Vallee, Lighthouse #1";
}
Symbol 1184 Button
on (release) {
gotoAndPlay (1492);
}
on (rollOver) {
info = "Lighthouse #2";
}
Symbol 1186 Button
on (release) {
_root.info = "empty";
}
Symbol 1187 Button
on (release) {
info = "Empty";
}
Symbol 1188 Button
on (release) {
if (gift8 != "done") {
_root.spell = _root.spell + 5;
_root.info = "You have found New Spell!";
gift8 = "done";
}
}
Symbol 1190 MovieClip Frame 70
gotoAndPlay (1);
Symbol 1190 MovieClip Frame 84
_root.health = _root.health - 30;
Symbol 1190 MovieClip Frame 90
gotoAndPlay (80);
Symbol 1190 MovieClip Frame 91
stop();
Symbol 1190 MovieClip Frame 111
stop();
Symbol 1193 Button
on (release) {
_root.mission55 = "done";
_root.INFO = "Guard: OK, I'll turn it on";
gotoAndPlay (4);
}
Symbol 1194 MovieClip Frame 1
stop();
if (_root.mission55 == "doing") {
gotoAndPlay (2);
}
if (_root.mission55 == "over") {
gotoAndPlay (3);
}
if (_root.mission55 == "done") {
gotoAndPlay (3);
}
Symbol 1194 MovieClip Frame 2
stop();
Symbol 1194 MovieClip Frame 3
stop();
Symbol 1194 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1195 Button
on (release) {
gotoAndPlay (1491);
}
on (rollOver) {
info = "central Moonse island";
}
Symbol 1196 Button
on (release) {
gotoAndPlay (1540);
}
Symbol 1199 Button
on (release) {
gotoAndPlay (1488);
}
on (rollOver) {
info = "Vallee";
}
Symbol 1200 Button
on (release) {
gotoAndPlay (1494);
}
on (rollOver) {
info = "The Mondigrad";
}
Symbol 1203 Button
on (release) {
_root.mission3 = "done";
gotoAndPlay (4);
}
Symbol 1204 MovieClip Frame 1
stop();
if (_root.mission3 == "doing") {
gotoAndPlay (2);
}
if (_root.mission3 == "over") {
gotoAndPlay (3);
}
if (_root.mission3 == "done") {
gotoAndPlay (3);
}
Symbol 1204 MovieClip Frame 2
stop();
Symbol 1204 MovieClip Frame 3
stop();
Symbol 1204 MovieClip Frame 4
stop();
Symbol 1205 Button
on (release) {
gotoAndPlay (1493);
}
on (rollOver) {
info = "To The Vallee";
}
Symbol 1206 Button
on (release) {
gotoAndPlay (1496);
}
on (rollOver) {
info = "Mondigrad, Right Side";
}
Symbol 1207 Button
on (release) {
gotoAndPlay (1495);
}
on (rollOver) {
info = "Mondigrad, Left Side";
}
Symbol 1209 Button
on (release) {
if (gift11 != "done") {
money = money + 150;
_root.info = "You have found 150 Z! ";
gift11 = "done";
}
}
Symbol 1211 Button
on (release) {
gotoAndPlay (1494);
}
on (rollOver) {
info = "Whole Mondigrad";
}
Symbol 1212 Button
on (release) {
gotoAndPlay (1542);
}
Symbol 1213 Button
on (release) {
gotoAndPlay (1541);
}
Symbol 1214 Button
on (release) {
gotoAndPlay (1543);
}
Symbol 1215 Button
on (release) {
gotoAndPlay (1502);
}
on (rollOver) {
info = "Straight Rode";
}
Symbol 1217 MovieClip Frame 70
gotoAndPlay (1);
Symbol 1217 MovieClip Frame 84
_root.health = _root.health - 30;
Symbol 1217 MovieClip Frame 90
gotoAndPlay (80);
Symbol 1217 MovieClip Frame 91
stop();
Symbol 1217 MovieClip Frame 111
stop();
Symbol 1218 Button
on (release) {
gotoAndPlay (1545);
}
Symbol 1219 Button
on (release) {
gotoAndPlay (1546);
}
Symbol 1220 Button
on (release) {
gotoAndPlay (1544);
}
Symbol 1236 Button
on (release) {
gotoAndPlay (80);
}
Symbol 1238 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1257 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1257 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1257 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1257 MovieClip Frame 111
stop();
Symbol 1263 Button
on (release) {
if ((mission1 == "done") && (frame13 != "done")) {
money = money + 300;
mission = false;
mission1 = "over";
info = "Oh, thank you!";
}
}
on (release) {
if (((mission == false) && (mission1 != "over")) && (frame13 != "done")) {
info = "Bring me a magic leaf that is lying not far from here on the road of the Moonse island";
note = note + " Bring me a magic leaf that is lying not far from here on the road of the Moonse island";
mission = true;
mission1 = "doing";
}
}
Symbol 1268 Button
on (release) {
if (frame13 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1273 Button
on (release) {
if ((250 < money) && (frame13 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1274 Button
on (release) {
gotoAndPlay (1488);
}
Symbol 1275 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1275 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1275 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1275 MovieClip Frame 111
stop();
Symbol 1280 Button
on (release) {
if ((150 < money) && (frame14 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1281 Button
on (release) {
if (((mission == false) && (mission2 != "over")) && (frame14 != "done")) {
info = "Rats are in the woods, and i can't visit my granny, please help me. I can give you 400 in gold";
mission = true;
note = note + " Rats are in the woods, and i can't visit my granny, please help me. I can give you 400 in gold";
mission2 = "doing";
}
}
on (release) {
if ((mission2 == "done") && (frame14 != "done")) {
money = money + 400;
mission = false;
mission2 = "over";
info = "Thank you, stranger";
}
}
Symbol 1282 Button
on (release) {
if (frame14 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1285 Button
on (release) {
_root.mission61 = "done";
gotoAndPlay (4);
_root.INFO = "Floritia : Oh, here , .... take it.";
}
Symbol 1286 MovieClip Frame 1
stop();
if (_root.mission61 == "doing") {
gotoAndPlay (2);
}
if (_root.mission61 == "over") {
gotoAndPlay (3);
}
if (_root.mission61 == "done") {
gotoAndPlay (3);
}
Symbol 1286 MovieClip Frame 2
stop();
Symbol 1286 MovieClip Frame 3
stop();
Symbol 1286 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1287 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1287 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1287 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1287 MovieClip Frame 111
stop();
Symbol 1288 Button
on (release) {
if ((250 < money) && (frame15 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1289 Button
on (release) {
if ((mission3 == "done") && (frame15 != "done")) {
money = money + 300;
mission = false;
mission3 = "over";
info = "Oh, thank you!";
}
}
on (release) {
if (((mission == false) && (mission3 != "over")) && (frame15 != "done")) {
info = "Bring me a flower of the Liani bush";
mission = true;
note = note + " Bring me a flower of the Liani bush";
mission3 = "doing";
}
}
Symbol 1290 Button
on (release) {
if ((150 < money) && (frame15 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1291 Button
on (release) {
if (frame15 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1292 Button
on (release) {
if (gift16 != "done") {
money = money + 50;
_root.info = "You have found 50 Z! ";
gift16 = "done";
}
}
Symbol 1293 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1293 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1293 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1293 MovieClip Frame 111
stop();
Symbol 1294 Button
on (release) {
if ((mission4 == "done") && (frame16 != "done")) {
money = money + 300;
mission = false;
mission4 = "over";
info = "Oh, thank you!";
}
}
on (release) {
if (((mission == false) && (mission4 != "over")) && (frame16 != "done")) {
info = "Steal me, the mirror of Guazany at The Brool's, in the city of ArbreVille";
mission = true;
note = note + " Steal me, the mirror of Guazany at The Brool's, in the city of ArbreVille";
mission4 = "doing";
}
}
Symbol 1295 Button
on (release) {
if ((250 < money) && (frame16 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1296 Button
on (release) {
if ((150 < money) && (frame16 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1297 Button
on (release) {
if (frame16 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1299 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1303 MovieClip Frame 1
if ((_root.mission2 == "done") || (_root.mission2 == "over")) {
gotoAndPlay (4);
}
Symbol 1303 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 2;
Symbol 1303 MovieClip Frame 4
stop();
_root.mission2 = "done";
Symbol 1304 Button
on (release) {
gotoAndPlay (1487);
}
Symbol 1311 Button
on (release) {
gotoAndPlay (1503);
}
on (rollOver) {
info = "Aquaval";
}
Symbol 1312 Button
on (release) {
gotoAndPlay (1504);
}
on (rollOver) {
info = "Straight Rode";
}
Symbol 1317 Button
on (release) {
gotoAndPlay (1547);
}
Symbol 1318 Button
on (release) {
if (mission64 != "over") {
gotoAndPlay (1548);
}
}
on (release) {
if (mission64 == "over") {
INFO = "Door closed";
}
}
Symbol 1319 Button
on (release) {
gotoAndPlay (1549);
}
Symbol 1322 Button
on (release) {
gotoAndPlay (1505);
}
on (rollOver) {
info = "North-East Straight Rode";
}
Symbol 1325 Button
on (release) {
gotoAndPlay (1512);
}
on (rollOver) {
info = "Flooton's Eggmine, North";
}
Symbol 1326 Button
on (release) {
gotoAndPlay (1506);
}
on (rollOver) {
info = "UshelyeVille";
}
Symbol 1327 Button
on (release) {
gotoAndPlay (1508);
}
on (rollOver) {
info = "To Taalgrad";
}
Symbol 1330 Button
on (release) {
gotoAndPlay (1507);
}
on (rollOver) {
info = "UshelyeVille";
}
Symbol 1333 MovieClip Frame 70
gotoAndPlay (1);
Symbol 1333 MovieClip Frame 84
_root.health = _root.health - 30;
Symbol 1333 MovieClip Frame 90
gotoAndPlay (80);
Symbol 1333 MovieClip Frame 91
stop();
Symbol 1333 MovieClip Frame 111
stop();
Symbol 1334 Button
on (release) {
gotoAndPlay (1550);
}
Symbol 1335 Button
on (release) {
gotoAndPlay (1506);
}
on (rollOver) {
info = "North-East Straight Rode";
}
Symbol 1336 Button
on (release) {
gotoAndPlay (1551);
}
Symbol 1337 Button
on (release) {
gotoAndPlay (1552);
}
Symbol 1338 Button
on (release) {
gotoAndPlay (1553);
}
on (rollOver) {
info = "Church: Increase your health for free";
}
Symbol 1346 Button
on (release) {
gotoAndPlay (1509);
}
on (rollOver) {
info = "Taalisland, Taalgrad";
}
Symbol 1348 Button
on (release) {
gotoAndPlay (1510);
}
on (rollOver) {
info = "The Taalgrad";
}
Symbol 1349 Button
on (release) {
gotoAndPlay (1508);
}
on (rollOver) {
info = "To the East Rode, North-East Straight Rode";
}
Symbol 1354 Button
on (release) {
gotoAndPlay (1554);
}
Symbol 1355 Button
on (release) {
gotoAndPlay (1509);
}
on (rollOver) {
info = "The East Rode";
}
Symbol 1356 Button
on (release) {
gotoAndPlay (1555);
}
Symbol 1357 Button
on (release) {
gotoAndPlay (1511);
}
on (rollOver) {
info = "Taalgrad Port";
}
Symbol 1358 Button
on (release) {
gotoAndPlay (1556);
}
on (rollOver) {
info = "Ancestors' Tomb (with a trap)";
}
Symbol 1360 Button
on (release) {
if (gift27 != "done") {
money = money + 50;
_root.info = "You have found 50 Z! ";
gift27 = "done";
}
}
Symbol 1362 Button
on (release) {
if (ship == "done") {
gotoAndPlay (1593);
}
}
Symbol 1375 Button
on (release) {
gotoAndPlay (76);
}
Symbol 1378 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1383 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1383 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1383 MovieClip Frame 81
stop();
Symbol 1395 Button
on (release) {
_root.mission70 = "done";
gotoAndPlay (4);
_root.INFO = "Flooton: Oh, here you are, but please bring them carefuly";
}
Symbol 1396 MovieClip Frame 1
stop();
if (_root.mission70 == "doing") {
gotoAndPlay (2);
}
if (_root.mission70 == "over") {
gotoAndPlay (3);
}
if (_root.mission70 == "done") {
gotoAndPlay (3);
}
Symbol 1396 MovieClip Frame 2
stop();
Symbol 1396 MovieClip Frame 3
stop();
Symbol 1396 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1397 Button
on (release) {
_root.mission62 = "done";
gotoAndPlay (4);
_root.INFO = "Flooton: Oh, here you are, but please bring them carefuly";
}
Symbol 1398 MovieClip Frame 1
stop();
if (_root.mission62 == "doing") {
gotoAndPlay (2);
}
if (_root.mission62 == "over") {
gotoAndPlay (3);
}
if (_root.mission62 == "done") {
gotoAndPlay (3);
}
Symbol 1398 MovieClip Frame 2
stop();
Symbol 1398 MovieClip Frame 3
stop();
Symbol 1398 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1399 Button
on (release) {
_root.mission77 = "done";
gotoAndPlay (4);
_root.INFO = "Flooton: Oh, here you are, but please bring them carefuly";
}
Symbol 1400 MovieClip Frame 1
stop();
if (_root.mission77 == "doing") {
gotoAndPlay (2);
}
if (_root.mission77 == "over") {
gotoAndPlay (3);
}
if (_root.mission77 == "done") {
gotoAndPlay (3);
}
Symbol 1400 MovieClip Frame 2
stop();
Symbol 1400 MovieClip Frame 3
stop();
Symbol 1400 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1401 Button
on (release) {
_root.mission63 = "done";
gotoAndPlay (4);
_root.INFO = "Flooton: Oh, here you are, but please bring them carefuly";
}
Symbol 1402 MovieClip Frame 1
stop();
if (_root.mission63 == "doing") {
gotoAndPlay (2);
}
if (_root.mission63 == "over") {
gotoAndPlay (3);
}
if (_root.mission63 == "done") {
gotoAndPlay (3);
}
Symbol 1402 MovieClip Frame 2
stop();
Symbol 1402 MovieClip Frame 3
stop();
Symbol 1402 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1403 Button
on (release) {
gotoAndPlay (1513);
}
on (rollOver) {
info = "North";
}
Symbol 1405 Button
on (release) {
gotoAndPlay (1512);
}
on (rollOver) {
info = "Flooton";
}
Symbol 1406 Button
on (release) {
gotoAndPlay (1514);
}
on (rollOver) {
info = "North";
}
Symbol 1408 Button
on (release) {
gotoAndPlay (1513);
}
on (rollOver) {
info = "Flooton";
}
Symbol 1409 Button
on (release) {
gotoAndPlay (1515);
}
on (rollOver) {
info = "North";
}
Symbol 1412 Button
on (release) {
_root.mission59 = "done";
gotoAndPlay (4);
}
Symbol 1413 MovieClip Frame 1
stop();
if (_root.mission59 == "doing") {
gotoAndPlay (2);
}
if (_root.mission59 == "over") {
gotoAndPlay (3);
}
if (_root.mission59 == "done") {
gotoAndPlay (3);
}
Symbol 1413 MovieClip Frame 2
stop();
Symbol 1413 MovieClip Frame 3
stop();
Symbol 1413 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1414 Button
on (release) {
gotoAndPlay (1514);
}
on (rollOver) {
info = "Flooton's Eggmine";
}
Symbol 1415 Button
on (release) {
gotoAndPlay (1516);
}
on (rollOver) {
info = "North House";
}
Symbol 1417 Button
on (release) {
if (gift32 != "done") {
spell = (spell = 5);
_root.info = "You have a new spell! ";
gift32 = "done";
}
}
Symbol 1422 Button
on (release) {
gotoAndPlay (1518);
}
on (rollOver) {
info = "The Ghostgate";
}
Symbol 1427 Button
on (release) {
gotoAndPlay (1517);
}
on (rollOver) {
info = "Central Rode, The Stone of War";
}
Symbol 1428 Button
on (release) {
gotoAndPlay (1519);
}
on (rollOver) {
info = "The GhostGate";
}
Symbol 1431 Button
on (release) {
gotoAndPlay (1518);
}
on (rollOver) {
info = "Central Rode";
}
Symbol 1432 Button
on (release) {
gotoAndPlay (1520);
}
on (rollOver) {
info = "To The GornForest";
}
Symbol 1433 Button
on (release) {
gotoAndPlay (1524);
}
on (rollOver) {
info = "To the ArbreVille";
}
Symbol 1437 Button
on (release) {
gotoAndPlay (1519);
}
on (rollOver) {
info = "To The GhostGate";
}
Symbol 1438 Button
on (release) {
gotoAndPlay (1521);
}
on (rollOver) {
info = "GornForest";
}
Symbol 1442 Button
on (release) {
_root.mission74 = "done";
gotoAndPlay (3);
}
Symbol 1443 MovieClip Frame 1
stop();
if (_root.mission74 == "doing") {
gotoAndPlay (2);
}
if (_root.mission74 == "over") {
gotoAndPlay (3);
}
if (_root.mission74 == "done") {
gotoAndPlay (3);
}
Symbol 1443 MovieClip Frame 2
stop();
Symbol 1443 MovieClip Frame 3
stop();
Symbol 1443 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1444 Button
on (release) {
gotoAndPlay (1520);
}
on (rollOver) {
info = "GornForest, The GhostGate";
}
Symbol 1445 Button
on (release) {
gotoAndPlay (1522);
}
on (rollOver) {
info = "To the GornVille";
}
Symbol 1450 Button
on (release) {
_root.mission73 = "done";
gotoAndPlay (3);
}
Symbol 1463 MovieClip Frame 1
stop();
if (_root.mission73 == "doing") {
gotoAndPlay (2);
}
if (_root.mission73 == "over") {
gotoAndPlay (21);
}
if (_root.mission73 == "done") {
gotoAndPlay (21);
}
Symbol 1463 MovieClip Frame 2
stop();
Symbol 1463 MovieClip Frame 21
stop();
Symbol 1463 MovieClip Frame 22
gotoAndPlay (21);
Symbol 1464 Button
on (release) {
gotoAndPlay (1521);
}
on (rollOver) {
info = "To The GornForest";
}
Symbol 1465 Button
on (release) {
gotoAndPlay (1523);
}
on (rollOver) {
info = "GornVille";
}
Symbol 1467 Button
on (release) {
gotoAndPlay (1522);
}
on (rollOver) {
info = "GornForest";
}
Symbol 1468 Button
on (release) {
gotoAndPlay (1559);
}
Symbol 1469 Button
on (release) {
gotoAndPlay (1557);
}
Symbol 1470 Button
on (release) {
gotoAndPlay (1558);
}
Symbol 1472 Button
on (release) {
gotoAndPlay (1525);
}
on (rollOver) {
info = "ArbreVille";
}
Symbol 1474 Button
on (release) {
gotoAndPlay (1524);
}
on (rollOver) {
info = "Entrance of the Arbreville";
}
Symbol 1475 Button
on (release) {
gotoAndPlay (1526);
}
on (rollOver) {
info = "ArbreVille 3";
}
Symbol 1477 Button
on (release) {
if (gift42 != "done") {
sword = sword + 5;
_root.info = "You have a new sword! ";
gift42 = "done";
}
}
Symbol 1479 Button
on (release) {
gotoAndPlay (1527);
}
on (rollOver) {
info = "ArbreVille 2";
}
Symbol 1480 Button
on (release) {
gotoAndPlay (1529);
}
on (rollOver) {
info = "ArbreVille 1";
}
Symbol 1481 Button
on (release) {
gotoAndPlay (1560);
}
Symbol 1482 Button
on (release) {
gotoAndPlay (1525);
}
on (rollOver) {
info = "To the ArbreVille 4";
}
Symbol 1484 Button
on (release) {
gotoAndPlay (1526);
}
on (rollOver) {
info = "ArbreVille 3";
}
Symbol 1485 Button
on (release) {
gotoAndPlay (1528);
}
on (rollOver) {
info = "FrontYard";
}
Symbol 1488 Button
on (release) {
gotoAndPlay (1561);
}
Symbol 1490 Button
on (release) {
gotoAndPlay (1530);
}
on (rollOver) {
info = "Down to the Entrance of WestCastle";
}
Symbol 1491 Button
on (release) {
if (mission78 != "over") {
gotoAndPlay (1562);
}
}
on (release) {
if ((mission78 = "over")) {
info = "Door closed";
}
}
Symbol 1493 Button
on (release) {
gotoAndPlay (1531);
}
on (rollOver) {
info = "WestCastle";
}
Symbol 1494 Button
on (release) {
gotoAndPlay (1571);
}
on (rollOver) {
info = "Turn Around";
}
Symbol 1496 Button
on (release) {
if (gift47 != "done") {
money = money + 200;
_root.info = "You have found 200 Z !";
gift47 = "done";
}
}
Symbol 1498 MovieClip Frame 70
gotoAndPlay (1);
Symbol 1498 MovieClip Frame 84
_root.health = _root.health - 30;
Symbol 1498 MovieClip Frame 90
gotoAndPlay (80);
Symbol 1498 MovieClip Frame 91
stop();
Symbol 1498 MovieClip Frame 111
stop();
Symbol 1499 Button
on (release) {
gotoAndPlay (1563);
}
Symbol 1500 Button
on (release) {
gotoAndPlay (1564);
}
on (rollOver) {
info = "Warrior Guild";
}
Symbol 1501 Button
on (release) {
gotoAndPlay (1530);
}
on (rollOver) {
info = "Exit WestCastle";
}
Symbol 1502 Button
on (release) {
gotoAndPlay (1532);
}
on (rollOver) {
info = "Westcastle FrontYard";
}
Symbol 1504 Button
on (release) {
gotoAndPlay (1531);
}
on (rollOver) {
info = "Exitt FrontYard";
}
Symbol 1505 Button
on (release) {
gotoAndPlay (1533);
}
on (rollOver) {
info = "Enter the House";
}
Symbol 1507 MovieClip Frame 70
gotoAndPlay (1);
Symbol 1507 MovieClip Frame 84
_root.health = _root.health - 30;
Symbol 1507 MovieClip Frame 90
gotoAndPlay (80);
Symbol 1507 MovieClip Frame 91
stop();
Symbol 1507 MovieClip Frame 111
stop();
Symbol 1509 Button
on (release) {
if (_root.mission81 == "doing") {
_root.mission81 = "done";
gotoAndPlay (3);
}
}
Symbol 1513 MovieClip Frame 1
stop();
if (_root.mission81 == "done") {
gotoAndPlay (2);
}
if (_root.mission81 == "over") {
gotoAndPlay (3);
}
Symbol 1513 MovieClip Frame 2
stop();
Symbol 1513 MovieClip Frame 4
gotoAndPlay (2);
Symbol 1514 Button
on (release) {
gotoAndPlay (1532);
}
Symbol 1515 Button
on (release) {
gotoAndPlay (1565);
}
Symbol 1516 Button
on (release) {
gotoAndPlay (1566);
}
Symbol 1517 Button
on (release) {
gotoAndPlay (1534);
}
on (rollOver) {
info = "Go up Stairs (magic Guild, Emperor's Guild";
}
Symbol 1519 MovieClip Frame 70
gotoAndPlay (1);
Symbol 1519 MovieClip Frame 84
_root.health = _root.health - 30;
Symbol 1519 MovieClip Frame 90
gotoAndPlay (80);
Symbol 1519 MovieClip Frame 91
stop();
Symbol 1519 MovieClip Frame 111
stop();
Symbol 1520 Button
on (release) {
gotoAndPlay (1533);
}
on (rollOver) {
info = "DownStairs";
}
Symbol 1521 Button
on (release) {
gotoAndPlay (1567);
}
on (rollOver) {
info = "magic Guild";
}
Symbol 1522 Button
on (release) {
gotoAndPlay (1568);
}
on (rollOver) {
info = "Emperor's Guild";
}
Symbol 1526 Button
on (release) {
gotoAndPlay (1536);
}
Symbol 1529 Button
on (release) {
gotoAndPlay (1578);
}
Symbol 1531 Button
on (release) {
gotoAndPlay (1535);
}
Symbol 1532 Button
on (release) {
info = "Can't go, something is blocking my way!";
}
Symbol 1534 Button
on (release) {
gotoAndPlay (1788);
}
Symbol 1535 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1535 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1535 MovieClip Frame 81
stop();
Symbol 1536 Button
on (release) {
if ((mission54 == "done") && (frame54 != "done")) {
money = money + 300;
mission = false;
mission54 = "over";
info = "Oh, thank you!";
}
}
on (release) {
if (((mission == false) && (mission54 != "over")) && (frame54 != "done")) {
info = ("Stranger" + name) + ", my father died in the war against the empror's army, bring me his sword lying under the stone of war";
mission = true;
note = ((note + " Stranger") + name) + ", my father died in the war against the empror's army, bring me his sword lying under the stone of war";
mission54 = "doing";
}
}
Symbol 1537 Button
on (release) {
if ((250 < money) && (frame54 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1538 Button
on (release) {
if ((150 < money) && (frame54 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1539 Button
on (release) {
if (frame54 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1540 Button
on (release) {
gotoAndPlay (1490);
}
Symbol 1544 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1544 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1544 MovieClip Frame 81
stop();
Symbol 1545 Button
on (release) {
if ((mission55 == "done") && (frame55 != "done")) {
money = money + 300;
mission = false;
mission55 = "over";
info = ("Oh, thank you, " + name) + ", now we can get some food";
}
}
on (release) {
if (((mission == false) && (mission55 != "over")) && (frame55 != "done")) {
info = ("Stranger " + name) + " a ship with food is coming to our port, please turn on the light at the Moonse island's lighthouse";
mission = true;
note = ((note + " Stranger ") + name) + " a ship with food is coming to our port, please turn on the light at the Moonse island's lighthouse";
mission55 = "doing";
}
}
Symbol 1546 Button
on (release) {
if ((250 < money) && (frame55 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1547 Button
on (release) {
if ((150 < money) && (frame55 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1548 Button
on (release) {
if (frame55 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1550 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1550 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1550 MovieClip Frame 81
stop();
Symbol 1551 Button
on (release) {
if ((mission56 == "done") && (frame56 != "done")) {
money = money + 300;
mission = false;
mission56 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission56 != "over")) && (frame56 != "done")) {
info = ("Stranger " + name) + " some thief, named Dungor stole my Ship Journal, can you get it back to me, please? He lives in a lake town, can't remember the name, though.";
mission = true;
note = ((note + " Stranger ") + name) + " some thief, named Dungor stole my Ship Journal, can you get it back to me, please? He lives in a lake town, can't remember the name, though.";
mission56 = "doing";
}
}
Symbol 1552 Button
on (release) {
if ((250 < money) && (frame56 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1553 Button
on (release) {
if ((150 < money) && (frame56 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1554 Button
on (release) {
if (frame56 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1555 Button
on (release) {
gotoAndPlay (1492);
}
Symbol 1557 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1557 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1557 MovieClip Frame 81
stop();
Symbol 1558 Button
on (release) {
if ((mission57 == "done") && (frame57 != "done")) {
money = money + 300;
mission = false;
mission57 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission57 != "over")) && (frame57 != "done")) {
info = ("Stranger " + name) + " those rats messed up my garden, could you please kill at least one of them?";
mission = true;
note = ((note + " Stranger ") + name) + " those rats messed up my garden, could you please kill at least one of them?";
mission57 = "doing";
}
}
Symbol 1559 Button
on (release) {
if ((250 < money) && (frame57 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1560 Button
on (release) {
if ((150 < money) && (frame57 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1561 Button
on (release) {
if (frame57 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1562 Button
on (release) {
gotoAndPlay (1495);
}
Symbol 1573 Button
on (release) {
gotoAndPlay (61);
}
Symbol 1576 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1587 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1587 MovieClip Frame 68
_root.health = _root.health - 3;
Symbol 1587 MovieClip Frame 74
gotoAndPlay (68);
Symbol 1587 MovieClip Frame 75
stop();
Symbol 1587 MovieClip Frame 81
stop();
Symbol 1588 Button
on (release) {
if ((250 < money) && (frame58 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1589 Button
on (release) {
if ((150 < money) && (frame58 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1590 Button
on (release) {
if (frame58 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1593 Button
on (release) {
if (_root.scenery01 != "done") {
_root.info = "Dolton: My name is Dolton. - You: I'm sent here by the Imperor, but my ship sunk, and i need to get to the Travwood.- Dolton: What, what? Travwood?- You: Yes!- Dolton: I know a way how to get there, but it isn't easy!- You: OK- Dolton: I see You're too week for our area, go get a little training, and buy yourself a new sword or spells! Here you are: 1000 Z. Than go to my Friend - Liendor, he lives in the oposite house.";
_root.scenery01 = "done";
_root.money = _root.money + 1000;
_root.note = _root.note + " Dolton: My name is Dolton. - You: I'm sent here by the Imperor, but my ship sunk, and i need to get to the Travwood.- Dolton: What, what? Travwood?- You: Yes!- Dolton: I know a way how to get there, but it isn't easy!- You: OK- Dolton: I see You're too week for our area, go get a little training, and buy yourself a new sword or spells! Here you are: 1000 Z. Than go to my Friend - Liendor, he lives in the oposite house.";
}
}
on (rollOver) {
if (_root.scnery01 != "done") {
_root.info = "On Click you'll ask: Could you please tell me, where can I find Dolton?";
}
}
Symbol 1594 MovieClip Frame 1
stop();
Symbol 1594 MovieClip Frame 2
stop();
Symbol 1596 Button
on (release) {
if (gift59 != "done") {
money = money + 100;
_root.info = "You have found 100 Z !";
gift59 = "done";
}
}
Symbol 1597 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1597 MovieClip Frame 68
_root.health = _root.health - 3;
Symbol 1597 MovieClip Frame 74
gotoAndPlay (68);
Symbol 1597 MovieClip Frame 75
stop();
Symbol 1597 MovieClip Frame 81
stop();
Symbol 1598 Button
on (release) {
if ((mission59 == "done") && (frame59 != "done")) {
money = money + 300;
mission = false;
mission59 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission59 != "over")) && (frame59 != "done")) {
info = ("Stranger " + name) + " if you want to earn money in this land, you have to work, and you can do me a small work: my magic formulas say, that i need a northern flower, please, find it...";
mission = true;
note = ((note + " Stranger ") + name) + " if you want to earn money in this land, you have to work, and you can do me a small work: my magic formulas say, that i need a northern flower, please, find it...";
mission59 = "doing";
}
}
Symbol 1599 Button
on (release) {
if ((250 < money) && (frame59 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1600 Button
on (release) {
if ((150 < money) && (frame59 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1601 Button
on (release) {
if (frame59 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1603 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1603 MovieClip Frame 68
_root.health = _root.health - 3;
Symbol 1603 MovieClip Frame 74
gotoAndPlay (68);
Symbol 1603 MovieClip Frame 75
stop();
Symbol 1603 MovieClip Frame 81
stop();
Symbol 1604 Button
on (release) {
if ((250 < money) && (frame60 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1605 Button
on (release) {
if ((150 < money) && (frame60 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1606 Button
on (release) {
if (frame60 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1610 Button
on (release) {
if (_root.scenery02 != "done") {
_root.Info = "Liendor: Well, i Know, but that costs allot of money! - You: Well, that's not a problem for me, how much money?- Liendor: Well....5000 Z will be wnough to hire a ship!- You: OK, as soon as I get your money,I'll come";
_root.scenery02 = "done";
_root.note = _root.note + " Liendor: Well, i Know, but that costs allot of money! - You: Well, that's not a problem for me, how much money?- Liendor: Well....5000 Z will be wnough to hire a ship!- You: OK, as soon as I get your money,I'll come";
}
}
Symbol 1611 MovieClip Frame 1
stop();
Symbol 1611 MovieClip Frame 2
stop();
Symbol 1613 Button
on (release) {
if (((_root.scenery02 == "done") && (4999 < _root.money)) && (_root.scenery03 != "done")) {
_root.info = "OK, I won't take the money you'll give it when you depart to Mortimer. Now you'll have to go to the Taalgrad to Mortimer to ask if the ship is ready!";
_root.scenery03 = "done";
_root.note = _root.note + " OK, I won't take the money you'll give it when you depart to Mortimer. Now you'll have to go to the Taalgrad to Mortimer to ask if the ship is ready!";
}
}
Symbol 1614 MovieClip Frame 1
stop();
Symbol 1614 MovieClip Frame 2
stop();
Symbol 1615 MovieClip Frame 1
stop();
Symbol 1615 MovieClip Frame 2
stop();
Symbol 1616 Button
on (release) {
gotoAndPlay (1496);
}
Symbol 1618 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1618 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1618 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1618 MovieClip Frame 111
stop();
Symbol 1619 Button
on (release) {
if ((mission61 == "done") && (frame61 != "done")) {
money = money + 300;
mission = false;
mission61 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission61 != "over")) && (frame61 != "done")) {
info = ("Stranger " + name) + " my sister Floritia, she lives in Vallee has made me a magic drink, please bring it to me";
mission = true;
mission61 = "doing";
note = ((note + " Stranger ") + name) + " my sister Floritia, she lives in Vallee has made me a magic drink, please bring it to me";
}
}
Symbol 1620 Button
on (release) {
if ((250 < money) && (frame61 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1621 Button
on (release) {
if ((150 < money) && (frame61 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1622 Button
on (release) {
if (frame61 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1624 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1624 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1624 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1624 MovieClip Frame 111
stop();
Symbol 1625 Button
on (release) {
if ((mission62 == "done") && (frame62 != "done")) {
money = money + 300;
mission = false;
mission62 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission62 != "over")) && (frame62 != "done")) {
info = ("Stranger " + name) + " I've ordred some eggs at the Flooton's eggmine, bring them to me please";
mission = true;
note = ((note + " Stranger ") + name) + " I've ordred some eggs at the Flooton's eggmine, bring them to me please";
mission62 = "doing";
}
}
Symbol 1626 Button
on (release) {
if ((250 < money) && (frame62 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1627 Button
on (release) {
if ((150 < money) && (frame62 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1628 Button
on (release) {
if (frame62 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1629 Button
on (release) {
_root.mission71 = "done";
gotoAndPlay (3);
}
Symbol 1630 MovieClip Frame 1
stop();
if (_root.mission71 == "doing") {
gotoAndPlay (2);
}
if (_root.mission71 == "over") {
gotoAndPlay (3);
}
if (_root.mission71 == "done") {
gotoAndPlay (3);
}
Symbol 1630 MovieClip Frame 2
stop();
Symbol 1630 MovieClip Frame 3
stop();
Symbol 1630 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1631 Button
on (release) {
if (gift63 != "done") {
money = money + 100;
_root.info = "You have found 100 Z !";
gift63 = "done";
}
}
Symbol 1632 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1632 MovieClip Frame 68
_root.health = _root.health - 3;
Symbol 1632 MovieClip Frame 74
gotoAndPlay (68);
Symbol 1632 MovieClip Frame 75
stop();
Symbol 1632 MovieClip Frame 81
stop();
Symbol 1633 Button
on (release) {
if ((mission63 == "done") && (frame63 != "done")) {
money = money + 300;
mission = false;
mission63 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission63 != "over")) && (frame63 != "done")) {
info = ("Stranger " + name) + " I've ordred some eggs at the Flooton's eggmine, bring them to me please";
mission = true;
note = ((note + " Stranger ") + name) + " I've ordred some eggs at the Flooton's eggmine, bring them to me please";
mission63 = "doing";
}
}
Symbol 1634 Button
on (release) {
if ((250 < money) && (frame63 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1635 Button
on (release) {
if ((150 < money) && (frame63 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1636 Button
on (release) {
if (frame63 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1637 Button
on (release) {
gotoAndPlay (1503);
}
Symbol 1638 Button
on (release) {
if (gift64 != "done") {
sword = sword + 5;
_root.info = "You have found a new Sword!";
gift64 = "done";
}
}
Symbol 1639 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1639 MovieClip Frame 68
_root.health = _root.health - 3;
Symbol 1639 MovieClip Frame 74
gotoAndPlay (68);
Symbol 1639 MovieClip Frame 75
stop();
Symbol 1639 MovieClip Frame 81
stop();
Symbol 1640 Button
on (release) {
if ((mission64 == "done") && (frame64 != "done")) {
money = money + 300;
mission = false;
mission64 = "over";
info = ("Oh, thank you, " + name) + ", i have to go now";
}
}
on (release) {
if (((mission == false) && (mission64 != "over")) && (frame64 != "done")) {
info = ("Stranger " + name) + " I need a magic thief amulet, and i know how to get it, here, take this amulet, and go to the ancestors tomb, and load my amulet with the magic energy";
mission = true;
note = ((note + " Stranger ") + name) + " I need a magic thief amulet, and i know how to get it, here, take this amulet, and go to the ancestors tomb, and load my amulet with the magic energy";
mission64 = "doing";
}
}
Symbol 1641 Button
on (release) {
if ((250 < money) && (frame64 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1642 Button
on (release) {
if ((150 < money) && (frame64 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1643 Button
on (release) {
if (frame64 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1645 Button
on (release) {
_root.mission56 = "done";
gotoAndPlay (4);
}
Symbol 1646 MovieClip Frame 1
stop();
if (_root.mission56 == "doing") {
gotoAndPlay (2);
}
if (_root.mission56 == "over") {
gotoAndPlay (3);
}
if (_root.mission56 == "done") {
gotoAndPlay (3);
}
Symbol 1646 MovieClip Frame 2
stop();
Symbol 1646 MovieClip Frame 3
stop();
Symbol 1646 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1647 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1647 MovieClip Frame 68
_root.health = _root.health - 3;
Symbol 1647 MovieClip Frame 74
gotoAndPlay (68);
Symbol 1647 MovieClip Frame 75
stop();
Symbol 1647 MovieClip Frame 81
stop();
Symbol 1648 Button
on (release) {
if ((250 < money) && (frame65 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1649 Button
on (release) {
if ((150 < money) && (frame65 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1650 Button
on (release) {
if (frame65 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1653 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1653 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1653 MovieClip Frame 81
stop();
Symbol 1654 Button
on (release) {
if ((mission66 == "done") && (frame66 != "done")) {
money = money + 300;
mission = false;
mission66 = "over";
info = ("Oh, thank you, " + name) + ", now i can make some food.";
}
}
on (release) {
if (((mission == false) && (mission66 != "over")) && (frame66 != "done")) {
info = ("Stranger " + name) + " Go to my neighbour, she's got (Derectoriya) a special food recept for me";
mission = true;
mission66 = "doing";
note = ((note + " Stranger ") + name) + " Go to my neighbour, she's got (Derectoriya) a special food recept for me";
}
}
Symbol 1655 Button
on (release) {
if ((250 < money) && (frame66 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1656 Button
on (release) {
if ((150 < money) && (frame66 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1657 Button
on (release) {
if (frame66 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1658 Button
on (release) {
gotoAndPlay (1507);
}
Symbol 1659 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1659 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1659 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1659 MovieClip Frame 111
stop();
Symbol 1660 Button
on (release) {
if ((250 < money) && (frame67 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1661 Button
on (release) {
if ((150 < money) && (frame67 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1662 Button
on (release) {
if (frame67 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1665 Button
on (release) {
_root.mission66 = "done";
_root.info = "Here, take it.";
gotoAndPlay (3);
}
Symbol 1666 MovieClip Frame 1
stop();
if (_root.mission66 == "doing") {
gotoAndStop (2);
}
if (_root.mission66 == "over") {
gotoAndPlay (3);
}
if (_root.mission66 == "done") {
gotoAndPlay (3);
}
Symbol 1666 MovieClip Frame 2
stop();
Symbol 1666 MovieClip Frame 3
stop();
Symbol 1666 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1667 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1667 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1667 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1667 MovieClip Frame 111
stop();
Symbol 1668 Button
on (release) {
if ((mission68 == "done") && (frame68 != "done")) {
money = money + 300;
mission = false;
mission68 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission68 != "over")) && (frame68 != "done")) {
info = ("Stranger " + name) + " take this cake to my brother's girlfriend, She lives at GornVille";
mission = true;
mission68 = "doing";
note = ((note + " Stranger ") + name) + " take this cake to my brother's girlfriend, She lives at GornVille";
}
}
Symbol 1669 Button
on (release) {
if ((250 < money) && (frame68 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1670 Button
on (release) {
if ((150 < money) && (frame68 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1671 Button
on (release) {
if (frame68 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1684 Button
on (release) {
health = totalhp;
}
Symbol 1685 Button
on (release) {
if (gift70 != "done") {
spell = spell + 5;
_root.info = "You have found a new spell!";
gift70 = "done";
}
}
Symbol 1686 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1686 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1686 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1686 MovieClip Frame 111
stop();
Symbol 1687 Button
on (release) {
if ((mission70 == "done") && (frame70 != "done")) {
money = money + 300;
mission = false;
mission70 = "over";
info = ("Oh, thank you, " + name) + " i like eggs";
}
}
on (release) {
if (((mission == false) && (mission70 != "over")) && (frame70 != "done")) {
info = ("Stranger " + name) + " I've ordered some eggs at the Flooton's eggmine, please bring them to me.";
mission = true;
mission70 = "doing";
note = ((note + " Stranger ") + name) + " I've ordered some eggs at the Flooton's eggmine, please bring them to me.";
}
}
Symbol 1688 Button
on (release) {
if ((250 < money) && (frame70 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1689 Button
on (release) {
if ((150 < money) && (frame70 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1690 Button
on (release) {
if (frame70 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1691 Button
on (release) {
gotoAndPlay (1510);
}
Symbol 1693 Button
on (release) {
if (gift71 != "done") {
money = money + 100;
_root.info = "You have found 100 Z !";
gift71 = "done";
}
}
Symbol 1694 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1694 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1694 MovieClip Frame 81
stop();
Symbol 1695 Button
on (release) {
if ((mission71 == "done") && (frame71 != "done")) {
money = money + 300;
mission = false;
mission71 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission71 != "over")) && (frame71 != "done")) {
info = ("Stranger " + name) + " It's too dark at night, steal me a lamp from the Stavrett's house at MondiGrad";
mission = true;
mission71 = "doing";
note = ((note + " Stranger ") + name) + " It's too dark at night, steal me a lamp from the Stavrett's house at MondiGrad";
}
}
Symbol 1696 Button
on (release) {
if ((250 < money) && (frame71 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1697 Button
on (release) {
if ((150 < money) && (frame71 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1698 Button
on (release) {
if (frame71 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1701 Button
on (release) {
if ((_root.scenery03 == "done") && (_root.scenery04 != "done")) {
_root.info = "No, I've got problems with this ship, I need some Wood To Fix it, But those Eastern Guys Don't give me Wood! Maybe you can talk to them?";
_root.scenery04 = "done";
_root.note = _root.note + " No, I've got problems with this ship, I need some Wood To Fix it, But those Eastern Guys Don't give me Wood! Maybe you can talk to them?";
}
}
Symbol 1702 MovieClip Frame 1
stop();
Symbol 1702 MovieClip Frame 2
stop();
Symbol 1703 MovieClip Frame 1
stop();
Symbol 1703 MovieClip Frame 5
_root.monster = _root.monster - ((_root.magic + _root.spell) / _root.level);
tellTarget ("_root.human") {
gotoAndPlay (85);
};
Symbol 1706 Button
on (release) {
if ((_root.scenery05 == "done") && (_root.scenery06 != "done")) {
_root.info = "Yes, but the Emperor's Helpers Don't allow me to give you the ship! He's at the NorthWestern Castle of the Impire. He looks like a guard, but he has he's own room at the second floor.";
_root.scenery06 = "done";
_root.note = _root.note + " Yes, but the Emperor's Helpers Don't allow me to give you the ship! He's at the NorthWestern Castle of the Impire. He looks like a guard, but he has he's own room at the second floor.";
}
}
Symbol 1707 MovieClip Frame 1
stop();
Symbol 1707 MovieClip Frame 2
stop();
Symbol 1710 Button
on (release) {
if ((_root.scenery09 == "done") && (_root.scenery10 != "done")) {
_root.info = "That's fantastic! Your ship is ready! Go to the Tallgrad Port! It's waiting for you!";
_root.scenery10 = "done";
_root.ship = "done";
_root.note = _root.note + " Get to the Port!";
}
}
Symbol 1711 MovieClip Frame 1
stop();
Symbol 1711 MovieClip Frame 2
stop();
Symbol 1717 Button
on (release) {
_root.mission64 = "done";
gotoAndPlay (3);
}
Symbol 1718 MovieClip Frame 1
stop();
if (_root.mission64 == "doing") {
gotoAndPlay (2);
}
if (_root.mission64 == "over") {
gotoAndPlay (3);
}
if (_root.mission64 == "done") {
gotoAndPlay (3);
}
Symbol 1718 MovieClip Frame 2
stop();
Symbol 1718 MovieClip Frame 3
stop();
Symbol 1718 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1719 Button
on (release) {
_root.mission78 = "done";
gotoAndPlay (3);
}
Symbol 1720 MovieClip Frame 1
stop();
if (_root.mission78 == "doing") {
gotoAndPlay (2);
}
if (_root.mission78 == "over") {
gotoAndPlay (3);
}
if (_root.mission78 == "done") {
gotoAndPlay (3);
}
Symbol 1720 MovieClip Frame 2
stop();
Symbol 1720 MovieClip Frame 3
stop();
Symbol 1720 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1722 Button
on (release) {
if (gift73 != "done") {
money = money + 100;
_root.info = "You have found 100 Z !";
gift73 = "done";
}
}
Symbol 1723 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1723 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1723 MovieClip Frame 81
stop();
Symbol 1724 Button
on (release) {
if ((mission73 == "done") && (frame73 != "done")) {
money = money + 300;
mission = false;
mission73 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission73 != "over")) && (frame73 != "done")) {
info = ("Stranger " + name) + " that big tree on the way here is annoying me, do something with it.";
mission = true;
mission73 = "doing";
note = ((note + " Stranger ") + name) + " that big tree on the way here is annoying me, do something with it.";
}
}
Symbol 1725 Button
on (release) {
if ((250 < money) && (frame73 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1726 Button
on (release) {
if ((150 < money) && (frame73 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1727 Button
on (release) {
if (frame73 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1730 Button
on (release) {
if (_root.scenery04 == "done") {
_root.Info = "We hate you, eastern people! You never give us money for our work! And Now You'll pay for this! With your Blood!";
tellTarget ("_root.human") {
gotoAndPlay (76);
_root.monster = 200;
_root.scenery04 = "over";
};
}
}
Symbol 1731 MovieClip Frame 1
stop();
Symbol 1731 MovieClip Frame 2
stop();
Symbol 1732 Button
on (release) {
gotoAndPlay (1523);
}
Symbol 1734 Button
on (release) {
if (gift74 != "done") {
sword = sword + 5;
_root.info = "You have found a new sword!!";
gift74 = "done";
}
}
Symbol 1735 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1735 MovieClip Frame 68
_root.health = _root.health - 3;
Symbol 1735 MovieClip Frame 74
gotoAndPlay (68);
Symbol 1735 MovieClip Frame 75
stop();
Symbol 1735 MovieClip Frame 81
stop();
Symbol 1736 Button
on (release) {
if ((mission74 == "done") && (frame74 != "done")) {
money = money + 300;
mission = false;
mission74 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission74 != "over")) && (frame74 != "done")) {
info = ("Stranger " + name) + " a magic flower of the GornForest is needed. You may try to search it in the GornForest.";
mission = true;
mission74 = "doing";
note = ((note + " Stranger ") + name) + " a magic flower of the GornForest is needed. You may try to search it in the GornForest.";
}
}
Symbol 1737 Button
on (release) {
if ((250 < money) && (frame74 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1738 Button
on (release) {
if ((150 < money) && (frame74 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1739 Button
on (release) {
if (frame74 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1741 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1741 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1741 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1741 MovieClip Frame 111
stop();
Symbol 1742 Button
on (release) {
if ((250 < money) && (frame75 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1743 Button
on (release) {
if ((150 < money) && (frame75 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1744 Button
on (release) {
if (frame75 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1747 Button
on (release) {
_root.mission68 = "done";
_root.info = "Oh, my boyfriend's sweet sister has made me a cake.";
gotoAndPlay (3);
}
Symbol 1748 MovieClip Frame 1
stop();
if (_root.mission68 == "doing") {
gotoAndPlay (2);
}
if (_root.mission68 == "over") {
gotoAndPlay (3);
}
if (_root.mission68 == "done") {
gotoAndPlay (3);
}
Symbol 1748 MovieClip Frame 2
stop();
Symbol 1748 MovieClip Frame 3
stop();
Symbol 1748 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1750 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1750 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1750 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1750 MovieClip Frame 111
stop();
Symbol 1751 Button
on (release) {
if ((mission76 == "done") && (frame76 != "done")) {
money = money + 300;
mission = false;
mission76 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission76 != "over")) && (frame76 != "done")) {
info = ("Stranger " + name) + " bring me a bucket with water from the ground level.";
mission = true;
mission76 = "doing";
note = ((note + " Stranger ") + name) + " bring me a bucket with water from the ground level.";
}
}
Symbol 1752 Button
on (release) {
if ((250 < money) && (frame76 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1753 Button
on (release) {
if ((150 < money) && (frame76 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1754 Button
on (release) {
if (frame76 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1756 Button
on (release) {
_root.mission4 = "done";
gotoAndPlay (4);
}
Symbol 1757 MovieClip Frame 1
stop();
if (_root.mission4 == "doing") {
gotoAndPlay (2);
}
if (_root.mission4 == "over") {
gotoAndPlay (4);
}
if (_root.mission4 == "done") {
gotoAndPlay (4);
}
Symbol 1757 MovieClip Frame 2
stop();
Symbol 1757 MovieClip Frame 3
stop();
Symbol 1757 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1758 Button
on (release) {
gotoAndPlay (1526);
}
Symbol 1760 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1760 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1760 MovieClip Frame 81
stop();
Symbol 1761 Button
on (release) {
if ((mission77 == "done") && (frame77 != "done")) {
money = money + 300;
mission = false;
mission77 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission77 != "over")) && (frame77 != "done")) {
info = ("Stranger " + name) + " i've ordered some eggs at the Flooton's eggmine. Bring them to me please.";
mission = true;
mission77 = "doing";
note = ((note + " Stranger ") + name) + " i've ordered some eggs at the Flooton's eggmine. Bring them to me please.";
}
}
Symbol 1762 Button
on (release) {
if ((250 < money) && (frame77 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1763 Button
on (release) {
if ((150 < money) && (frame77 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1764 Button
on (release) {
if (frame77 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1765 Button
on (release) {
gotoAndPlay (1528);
}
Symbol 1767 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1767 MovieClip Frame 68
_root.health = _root.health - 3;
Symbol 1767 MovieClip Frame 74
gotoAndPlay (68);
Symbol 1767 MovieClip Frame 75
stop();
Symbol 1767 MovieClip Frame 81
stop();
Symbol 1768 Button
on (release) {
if ((mission78 == "done") && (frame78 != "done")) {
money = money + 300;
mission = false;
mission78 = "over";
info = ("Oh, thank you, " + name) + " but i have to be going now";
}
}
on (release) {
if (((mission == false) && (mission78 != "over")) && (frame78 != "done")) {
info = ("Stranger " + name) + " i need a magic amulet to be able to climb trees, here's an empty one, go and get me some magic at the ancestors' tomb at the far east.";
mission = true;
mission78 = "doing";
note = ((note + " Stranger ") + name) + " i need a magic amulet to be able to climb trees, here's an empty one, go and get me some magic at the ancestors' tomb at the far east.";
}
}
Symbol 1769 Button
on (release) {
if ((250 < money) && (frame78 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1770 Button
on (release) {
if ((150 < money) && (frame78 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1771 Button
on (release) {
if (frame78 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1772 Button
on (release) {
gotoAndPlay (1529);
}
Symbol 1773 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1773 MovieClip Frame 68
_root.health = _root.health - 3;
Symbol 1773 MovieClip Frame 74
gotoAndPlay (68);
Symbol 1773 MovieClip Frame 75
stop();
Symbol 1773 MovieClip Frame 81
stop();
Symbol 1774 Button
on (release) {
if ((mission79 == "done") && (frame79 != "done")) {
money = money + 300;
mission = false;
mission79 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission79 != "over")) && (frame79 != "done")) {
info = ("Stranger " + name) + " oh those rats! I hate them! There's one at the entrance to the ArbreVille Kill it!";
mission = true;
mission79 = "doing";
note = ((note + " Stranger ") + name) + " oh those rats! I hate them! There's one at the entrance to the ArbreVille Kill it!";
}
}
Symbol 1775 Button
on (release) {
if ((250 < money) && (frame79 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1776 Button
on (release) {
if ((150 < money) && (frame79 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1777 Button
on (release) {
if (frame79 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1778 Button
on (release) {
gotoAndPlay (1531);
}
Symbol 1779 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1779 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1779 MovieClip Frame 81
stop();
Symbol 1780 Button
on (release) {
if ((250 < money) && (frame80 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1781 Button
on (release) {
if ((150 < money) && (frame80 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1782 Button
on (release) {
if (frame80 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1785 Button
on (release) {
if (200 < money) {
gotoAndPlay (1584);
money = money - 200;
}
}
Symbol 1786 MovieClip Frame 75
gotoAndPlay (1);
Symbol 1786 MovieClip Frame 80
gotoAndPlay (76);
_root.health = _root.health - 6;
Symbol 1786 MovieClip Frame 81
stop();
Symbol 1787 Button
on (release) {
if ((mission81 == "done") && (frame81 != "done")) {
money = money + 300;
mission = false;
mission81 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission81 != "over")) && (frame81 != "done")) {
info = ("Stranger " + name) + " i've got a very easy mission for you, just turn the light in the corridor on.";
mission = true;
mission81 = "doing";
note = ((note + " Stranger ") + name) + " i've got a very easy mission for you, just turn the light in the corridor on.";
}
}
Symbol 1788 Button
on (release) {
if ((250 < money) && (frame81 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1789 Button
on (release) {
if ((150 < money) && (frame81 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1790 Button
on (release) {
if (frame81 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1791 Button
on (release) {
gotoAndPlay (1533);
}
Symbol 1792 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1792 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1792 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1792 MovieClip Frame 111
stop();
Symbol 1793 Button
on (release) {
if ((mission82 == "done") && (frame82 != "done")) {
money = money + 300;
mission = false;
mission82 = "over";
info = "Oh, thank you, " + name;
}
}
on (release) {
if (((mission == false) && (mission82 != "over")) && (frame82 != "done")) {
info = ("Stranger " + name) + " I've got a very easy mission for you, just go upstairs, and ask the Mastress if i can go to my brother.";
mission = true;
mission82 = "doing";
note = ((note + " Stranger ") + name) + " I've got a very easy mission for you, just go upstairs, and ask the Mastress if i can go to my brother.";
}
}
Symbol 1794 Button
on (release) {
if ((250 < money) && (frame82 != "done")) {
strenght = strenght + 5;
money = money - 250;
}
}
Symbol 1795 Button
on (release) {
if ((150 < money) && (frame82 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
Symbol 1796 Button
on (release) {
if (frame82 != "done") {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
}
Symbol 1798 MovieClip Frame 79
gotoAndPlay (1);
Symbol 1798 MovieClip Frame 103
_root.health = _root.health - 10;
Symbol 1798 MovieClip Frame 110
gotoAndPlay (85);
Symbol 1798 MovieClip Frame 111
stop();
Symbol 1801 Button
on (release) {
gotoAndPlay (3);
_root.mission82 = "done";
_root.info = "Sure, tell her she can.";
}
Symbol 1802 MovieClip Frame 1
stop();
if (_root.mission82 == "doing") {
gotoAndPlay (2);
}
if (_root.mission82 == "over") {
gotoAndPlay (4);
}
if (_root.mission82 == "done") {
gotoAndPlay (4);
}
Symbol 1802 MovieClip Frame 2
stop();
Symbol 1802 MovieClip Frame 3
stop();
Symbol 1802 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1803 Button
on (release) {
if (200 < money) {
gotoAndPlay (1581);
money = money - 200;
}
}
Symbol 1804 Button
on (release) {
gotoAndPlay (1534);
}
Symbol 1806 MovieClip Frame 70
gotoAndPlay (1);
Symbol 1806 MovieClip Frame 84
_root.health = _root.health - 30;
Symbol 1806 MovieClip Frame 90
gotoAndPlay (80);
Symbol 1806 MovieClip Frame 91
stop();
Symbol 1806 MovieClip Frame 111
stop();
Symbol 1809 Button
on (release) {
if ((_root.scenery06 == "done") && (_root.scenery07 != "done")) {
_root.info = "The Emperor doesn't allow you to do that! He says that the 2nd War between MondialVallee and The Impire will be a great chance to conquer the gold of the TravWood!";
_root.scenery07 = "done";
}
}
Symbol 1810 MovieClip Frame 1
stop();
Symbol 1810 MovieClip Frame 2
stop();
Symbol 1813 Button
on (release) {
if ((_root.scenery08 == "done") && (_root.scenery09 != "done")) {
tellTarget ("_root.human") {
gotoAndPlay (71);
_root.info = "You won't get alive from here!";
_root.scenery09 = "done";
};
}
}
Symbol 1814 MovieClip Frame 1
stop();
Symbol 1814 MovieClip Frame 2
stop();
Symbol 1815 Button
on (release) {
if (200 < money) {
gotoAndPlay (1588);
money = money - 200;
}
}
Symbol 1816 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1818 MovieClip Frame 1
if ((_root.mission57 == "done") || (_root.mission57 == "over")) {
gotoAndPlay (4);
}
Symbol 1818 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 2;
Symbol 1818 MovieClip Frame 4
stop();
_root.mission57 = "done";
Symbol 1819 Button
on (release) {
gotoAndPlay(miss57 +1484);
}
Symbol 1821 MovieClip Frame 1
if ((_root.mission79 == "done") || (_root.mission79 == "over")) {
gotoAndPlay (4);
}
Symbol 1821 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 2;
Symbol 1821 MovieClip Frame 4
stop();
_root.mission79 = "done";
Symbol 1822 Button
on (release) {
gotoAndPlay (1519);
}
Symbol 1825 Button
on (release) {
_root.mission76 = "done";
gotoAndPlay (3);
}
Symbol 1826 MovieClip Frame 1
stop();
if (_root.mission76 == "doing") {
gotoAndPlay (2);
}
if (_root.mission76 == "over") {
gotoAndPlay (4);
}
if (_root.mission76 == "done") {
gotoAndPlay (4);
}
Symbol 1826 MovieClip Frame 2
stop();
Symbol 1826 MovieClip Frame 3
stop();
Symbol 1826 MovieClip Frame 4
gotoAndPlay (3);
Symbol 1827 Button
on (release) {
gotoAndPlay (1530);
}
Symbol 1829 MovieClip Frame 1
if (_root.alien1 == "done") {
gotoAndPlay (4);
}
Symbol 1829 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 4;
Symbol 1829 MovieClip Frame 4
stop();
alien1 = "done";
Symbol 1830 Button
on (release) {
gotoAndPlay (1494);
}
Symbol 1832 MovieClip Frame 1
if (_root.alien2 == "done") {
gotoAndPlay (4);
}
Symbol 1832 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 4;
Symbol 1832 MovieClip Frame 4
stop();
alien2 = "done";
Symbol 1833 Button
on (release) {
gotoAndPlay (1504);
}
Symbol 1834 MovieClip Frame 1
if (_root.alien3 == "done") {
gotoAndPlay (4);
}
Symbol 1834 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 4;
Symbol 1834 MovieClip Frame 4
stop();
alien3 = "done";
Symbol 1835 Button
on (release) {
gotoAndPlay (1518);
}
Symbol 1839 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1842 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 4;
Symbol 1842 MovieClip Frame 4
stop();
_root.money = _root.money + 200;
Symbol 1843 Button
on (release) {
gotoAndPlay (1556);
}
Symbol 1844 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 4;
Symbol 1844 MovieClip Frame 4
stop();
_root.money = _root.money + 200;
Symbol 1857 MovieClip Frame 4
_root.health = _root.health - 45;
Symbol 1857 MovieClip Frame 8
_root.health = _root.health - 45;
Symbol 1858 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1864 MovieClip Frame 1
Symbol 1864 MovieClip Frame 3
gotoAndPlay (1);
Symbol 1864 MovieClip Frame 4
stop();
Symbol 1865 MovieClip Frame 1
Symbol 1865 MovieClip Frame 3
gotoAndPlay (1);
Symbol 1865 MovieClip Frame 4
stop();
Symbol 1867 Button
on (release) {
if (monster2 == "done") {
gotoAndPlay (1537);
}
}
Symbol 1875 Button
on (release) {
gotoAndPlay (61);
}
Symbol 1877 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1886 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1886 MovieClip Frame 67
gotoAndPlay (61);
_root.health = _root.health - 50;
Symbol 1886 MovieClip Frame 70
stop();
Symbol 1887 Button
on (release) {
if ((150 < money) && (frame82 != "done")) {
magic = magic + 5;
money = money - 150;
}
}
on (rollOver) {
info = "150 Z";
}
Symbol 1888 Button
on (release) {
tellTarget ("_root.menubuy") {
gotoAndStop (2);
};
}
Symbol 1890 Button
on (release) {
gotoAndPlay (1581);
}
on (rollOver) {
info = "Mags' Guild Main Site";
}
Symbol 1892 MovieClip Frame 60
gotoAndPlay (1);
Symbol 1892 MovieClip Frame 67
gotoAndPlay (61);
_root.health = _root.health - 50;
Symbol 1892 MovieClip Frame 70
stop();
Symbol 1895 Button
on (release) {
if (100 < money) {
health = totalhp;
money = money - 100;
}
}
on (rollOver) {
info = "100% Health for 100 Z";
}
Symbol 1898 Button
on (release) {
if ((_root.guild == "none") && (1000 < _root.money)) {
_root.guild = "magic";
_root.money = _root.money - 1000;
} else if ((_root.guild != "none") && (_root.guild != "magic")) {
_root.info = "You can't be taken into our guild, because you're in another guild";
} else if (_root.money < 1001) {
_root.info = "You don't have enough money";
} else if (_root.magic < 50) {
_root.info = "You don't have enough magic skills (50)";
}
}
Symbol 1899 Button
on (release) {
gotoAndPlay (1581);
}
on (rollOver) {
info = "Mags' Guild main site";
}
Symbol 1903 Button
on (rollOver) {
info = "The Stone of War";
}
on (release) {
gotoAndPlay (1486);
}
Symbol 1904 Button
on (release) {
gotoAndPlay (1580);
}
on (rollOver) {
info = "The Mague";
}
Symbol 1905 Button
on (release) {
gotoAndPlay (1579);
}
on (rollOver) {
info = "The Salesman";
}
Symbol 1906 Button
on (release) {
if ((50 < health) && (guild == "magic")) {
gotoAndPlay (1582);
} else if (health < 51) {
info = "You do not have enough health to participate in the battle";
} else if (guild != "magic") {
info = "You aren't in the Magic Guild!";
}
}
on (rollOver) {
info = "Earn Money By Fighting";
}
Symbol 1908 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 4;
Symbol 1908 MovieClip Frame 4
stop();
_root.money = _root.money + 200;
Symbol 1909 Button
on (release) {
gotoAndPlay (1581);
}
on (rollOver) {
info = "Back to Mags' Guild";
}
Symbol 1911 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 4;
Symbol 1911 MovieClip Frame 4
stop();
_root.money = _root.money + 200;
Symbol 1912 Button
on (release) {
gotoAndPlay (1585);
}
on (rollOver) {
info = "Back to the Hall of Warriors' Guild";
}
Symbol 1916 Button
on (release) {
gotoAndPlay (1585);
}
on (rollOver) {
info = "The main hall of the Guild";
}
Symbol 1917 Button
on (rollOver) {
info = "Exit the house of Warriors guild";
}
on (release) {
gotoAndPlay (1486);
}
Symbol 1921 Button
on (release) {
gotoAndPlay (1581);
}
on (rollOver) {
info = "Back to the hall of Guild of Warriors";
}
Symbol 1922 Button
on (release) {
gotoAndPlay (1586);
}
on (rollOver) {
info = "Salesman";
}
Symbol 1923 Button
on (release) {
gotoAndPlay (1587);
}
on (rollOver) {
info = "The Warrior";
}
Symbol 1924 Button
on (release) {
if ((50 < health) && (guild == "warrior")) {
gotoAndPlay (1583);
} else if (health < 51) {
info = "You do not have enough health to participate in the battle";
} else if (guild != "magic") {
info = "You aren't in the Warrior Guild!";
}
}
on (rollOver) {
info = "Earn Money by Fighting";
}
Symbol 1932 Button
on (release) {
gotoAndPlay (41);
}
Symbol 1933 Button
on (release) {
tellTarget ("_root.battlesword.sword2") {
gotoAndPlay(_root.swordframe);
};
}
Symbol 1942 MovieClip Frame 40
gotoAndPlay (1);
Symbol 1942 MovieClip Frame 44
_root.health = _root.health - 20;
Symbol 1942 MovieClip Frame 47
gotoAndPlay (41);
Symbol 1942 MovieClip Frame 48
stop();
Symbol 1943 Button
on (release) {
if ((150 < money) && (frame82 != "done")) {
strenght = strenght + 5;
money = money - 150;
}
}
on (rollOver) {
info = "150 Z";
}
Symbol 1945 MovieClip Frame 40
gotoAndPlay (1);
Symbol 1945 MovieClip Frame 44
_root.health = _root.health - 20;
Symbol 1945 MovieClip Frame 47
gotoAndPlay (41);
Symbol 1945 MovieClip Frame 48
stop();
Symbol 1947 Button
on (release) {
if ((_root.guild == "none") && (2000 < _root.money)) {
_root.guild = "warrior";
_root.money = _root.money - 2000;
} else if ((_root.guild != "none") && (_root.guild != "warrior")) {
_root.info = "You can't be taken into our guild, because you're in another guild";
} else if (_root.money < 2001) {
_root.info = "You don't have enough money";
} else if (_root.strenght < 50) {
_root.info = "You don't have enough strenght skills (50)";
}
}
Symbol 1949 Button
on (rollOver) {
info = "Exit main hall of the Guild";
}
on (release) {
gotoAndPlay (1486);
}
Symbol 1950 Button
on (release) {
gotoAndPlay (1589);
}
on (rollOver) {
info = "Salesman";
}
Symbol 1951 Button
on (release) {
gotoAndPlay (1590);
}
on (rollOver) {
info = "Empire's representer";
}
Symbol 1952 Button
on (release) {
if ((50 < health) && (guild == "impire")) {
gotoAndPlay (1591);
} else if (health < 51) {
info = "You do not have enough health to participate in the battle";
} else if (guild != "impire") {
info = "You aren't in the Impire Guild!";
}
}
on (rollOver) {
info = "Earn money by Fighting";
}
Symbol 1955 MovieClip Frame 70
gotoAndPlay (1);
Symbol 1955 MovieClip Frame 84
_root.health = _root.health - 30;
Symbol 1955 MovieClip Frame 90
gotoAndPlay (80);
Symbol 1955 MovieClip Frame 91
stop();
Symbol 1955 MovieClip Frame 111
stop();
Symbol 1956 Button
on (release) {
gotoAndPlay (1588);
}
on (rollOver) {
info = "The Main Hall of The Empire Guild";
}
Symbol 1959 MovieClip Frame 70
gotoAndPlay (1);
Symbol 1959 MovieClip Frame 84
_root.health = _root.health - 30;
Symbol 1959 MovieClip Frame 90
gotoAndPlay (80);
Symbol 1959 MovieClip Frame 91
stop();
Symbol 1959 MovieClip Frame 111
stop();
Symbol 1960 Button
on (release) {
if ((_root.guild == "none") && (2000 < _root.money)) {
_root.guild = "impire";
_root.money = _root.money - 2000;
} else if ((_root.guild != "none") && (_root.guild != "impire")) {
_root.info = "You can't be taken into our guild, because you're in another guild";
} else if (_root.money < 2001) {
_root.info = "You don't have enough money";
} else if (_root.strenght < 50) {
_root.info = "You don't have enough strenght skills (50)";
}
}
Symbol 1968 MovieClip Frame 3
gotoAndPlay (1);
_root.health = _root.health - 4;
Symbol 1968 MovieClip Frame 4
stop();
_root.money = _root.money + 200;
Symbol 1996 Button
on (release) {
gotoAndPlay (76);
}
Symbol 2033 Button
on (release) {
health = totalhp;
gotoAndPlay (1578);
}
Symbol 2046 Button
on (release) {
nextFrame();
}
Symbol 2066 Button
on (release) {
gotoAndPlay (733);
}