Frame 1
_root.musicthingy = new Sound();
Instance of Symbol 21 MovieClip "jose14" in Frame 1
onClipEvent (load) {
direction = 1;
}
Instance of Symbol 21 MovieClip "jose14" in Frame 1
onClipEvent (load) {
direction = 1;
}
Frame 3
if (_root.getBytesLoaded() != _root.getBytesTotal()) {
gotoAndPlay (2);
}
Frame 4
nextFrame();
Frame 5
stop();
Frame 6
stopAllSounds();
Instance of Symbol 21 MovieClip "jose14" in Frame 6
onClipEvent (load) {
direction = 1;
}
Instance of Symbol 21 MovieClip "jose14" in Frame 6
onClipEvent (load) {
direction = 1;
}
Frame 176
stop();
Frame 187
function reset(varA) {
textboxline = varA;
resetsignal = true;
}
stop();
Instance of Symbol 87 MovieClip in Frame 187
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (_root.character._x < 260) {
_root.character._x = _root.character._x + (_root.character.movespeed * moves);
this._x = this._x + (_root.character.movespeed * moves);
_root.foreground._x = _root.foreground._x + (_root.character.movespeed * moves);
_root.goal1._x = _root.goal1._x + (_root.character.movespeed * moves);
_root.onewhomasks._x = _root.onewhomasks._x + (_root.character.movespeed * moves);
_root.slowerbg._x = _root.slowerbg._x + ((_root.character.movespeed * moves) * 0.9);
}
if (_root.character._x > 285) {
_root.character._x = _root.character._x - (_root.character.movespeed * moves);
this._x = this._x - (_root.character.movespeed * moves);
_root.foreground._x = _root.foreground._x - (_root.character.movespeed * moves);
_root.goal1._x = _root.goal1._x - (_root.character.movespeed * moves);
_root.onewhomasks._x = _root.onewhomasks._x - (_root.character.movespeed * moves);
_root.slowerbg._x = _root.slowerbg._x - ((_root.character.movespeed * moves) * 0.9);
}
if (_root.character._y < 210) {
_root.character._y = _root.character._y + (_root.character.movespeed * moves);
this._y = this._y + (_root.character.movespeed * moves);
_root.foreground._y = _root.foreground._y + (_root.character.movespeed * moves);
_root.goal1._y = _root.goal1._y + (_root.character.movespeed * moves);
_root.onewhomasks._y = _root.onewhomasks._y + (_root.character.movespeed * moves);
_root.slowerbg._y = _root.slowerbg._y + ((_root.character.movespeed * moves) * 0.9);
}
if (_root.character._y > 230) {
_root.character._y = _root.character._y - (_root.character.movespeed * moves);
this._y = this._y - (_root.character.movespeed * moves);
_root.foreground._y = _root.foreground._y - (_root.character.movespeed * moves);
_root.goal1._y = _root.goal1._y - (_root.character.movespeed * moves);
_root.onewhomasks._y = _root.onewhomasks._y - (_root.character.movespeed * moves);
_root.slowerbg._y = _root.slowerbg._y - ((_root.character.movespeed * moves) * 0.9);
}
}
Instance of Symbol 93 MovieClip "onewhomasks" in Frame 187
onClipEvent (enterFrame) {
if (_root._currentframe == 6) {
_visible = false;
this.removeMovieClip();
}
this.swapDepths(this._y);
}
Instance of Symbol 95 MovieClip "goal1" in Frame 187
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 97 MovieClip "foreground" in Frame 187
onClipEvent (enterFrame) {
this.swapDepths(this._y);
}
Instance of Symbol 157 MovieClip "character" in Frame 187
onClipEvent (enterFrame) {
if (_root._currentframe == 6) {
_visible = false;
this.removeMovieClip();
}
this.swapDepths(this._y);
}
Instance of Symbol 192 MovieClip "talk" in Frame 187
onClipEvent (enterFrame) {
this.swapDepths(9999999);
}
Instance of Symbol 326 MovieClip "battle" in Frame 187
onClipEvent (enterFrame) {
this.swapDepths(999999);
}
Symbol 4 MovieClip Frame 1
setProperty(this, _xscale , (_root.getBytesLoaded() / _root.getBytesTotal()) * 100);
Symbol 28 Button
on (release) {
play();
}
Symbol 33 Button
on (keyPress "<Space>") {
gotoAndPlay (161);
}
Symbol 38 MovieClip Frame 87
stop();
Symbol 56 Button
on (release) {
play();
}
Symbol 73 MovieClip Frame 1
_visible = false;
Instance of Symbol 73 MovieClip in Symbol 76 MovieClip Frame 1
onClipEvent (enterFrame) {
if (this.hitTest(_root.character.feet)) {
_parent.gotoAndStop(2);
} else if (!this.hitTest(_root.character.feet)) {
_parent.gotoAndStop(1);
}
}
Symbol 81 MovieClip Frame 1
_visible = false;
Instance of Symbol 81 MovieClip in Symbol 82 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._y = _root.character._y - (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._y = _root.character._y + (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 84 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._x = _root.character._x - (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 86 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._x = _root.character._x + (_root.character.movespeed * moves);
}
}
Symbol 93 MovieClip Frame 1
this.onEnterFrame = function () {
if ((Key.isToggled(88) && (this.hitTest(_root.character.feet))) && (_root.talkBlock != true)) {
_root.talkBlock = true;
_root.talk.gotoAndstop(9);
}
};
Instance of Symbol 81 MovieClip in Symbol 95 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._y = _root.character._y - (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 95 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._y = _root.character._y + (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 95 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._y = _root.character._y - (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 95 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._y = _root.character._y + (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 95 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._x = _root.character._x - (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 95 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._x = _root.character._x + (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._y = _root.character._y - (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._y = _root.character._y + (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._y = _root.character._y - (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._y = _root.character._y + (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._x = _root.character._x - (_root.character.movespeed * moves);
}
}
Instance of Symbol 81 MovieClip in Symbol 97 MovieClip Frame 1
onClipEvent (enterFrame) {
if (Key.isDown(90)) {
moves = 1.5;
} else {
moves = 1;
}
if (this.hitTest(_root.character.feet)) {
_root.character._x = _root.character._x + (_root.character.movespeed * moves);
}
}
Symbol 113 MovieClip Frame 1
this.onEnterFrame = function () {
gotoAndStop(_global.time + 1);
};
Symbol 114 MovieClip Frame 1
stop();
Symbol 120 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 1
stop();
Symbol 122 MovieClip Frame 10
gotoAndStop (1);
Symbol 129 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 7
stop();
Symbol 136 MovieClip Frame 9
gotoAndPlay (1);
Symbol 143 MovieClip Frame 1
stop();
Symbol 143 MovieClip Frame 10
gotoAndStop (1);
Symbol 147 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 10
gotoAndStop (1);
Symbol 148 MovieClip Frame 7
stop();
Symbol 148 MovieClip Frame 9
gotoAndPlay (1);
Symbol 150 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 10
gotoAndStop (1);
Symbol 157 MovieClip Frame 1
movespeed = 10;
this.onEnterFrame = function () {
if (Key.isDown(90)) {
moves = 1.5;
run = 4;
} else {
moves = 1;
run = 0;
}
if ((_root.moveblock != true) && (_root.talkblock != true)) {
if ((Key.isDown(40) and (!Key.isDown(37))) and (!Key.isDown(39))) {
this._y = this._y + (movespeed * moves);
gotoAndStop(run + 1);
move.play();
} else if ((Key.isDown(40) and (!Key.isDown(37))) and (!Key.isDown(39))) {
this._y = this._y + (movespeed * moves);
gotoAndStop(run + 1);
move.play();
} else if ((Key.isDown(40) and Key.isDown(37)) and (!Key.isDown(39))) {
this._y = this._y + (movespeed * moves);
this._x = this._x - (movespeed * moves);
gotoAndStop(run + 2);
move.play();
} else if (((!Key.isDown(40)) and Key.isDown(37)) and (!Key.isDown(38))) {
this._x = this._x - (movespeed * moves);
gotoAndStop(run + 2);
move.play();
} else if (((!Key.isDown(40)) and Key.isDown(37)) and Key.isDown(38)) {
this._y = this._y - (movespeed * moves);
this._x = this._x - (movespeed * moves);
gotoAndStop(run + 3);
move.play();
} else if ((Key.isDown(38) and (!Key.isDown(37))) and (!Key.isDown(39))) {
this._y = this._y - (movespeed * moves);
gotoAndStop(run + 3);
move.play();
} else if ((Key.isDown(38) and (!Key.isDown(37))) and Key.isDown(39)) {
this._y = this._y - (movespeed * moves);
this._x = this._x + (movespeed * moves);
gotoAndStop(run + 3);
move.play();
} else if (((!Key.isDown(40)) and (!Key.isDown(38))) and Key.isDown(39)) {
this._x = this._x + (movespeed * moves);
gotoAndStop(run + 4);
move.play();
} else if ((Key.isDown(40) and (!Key.isDown(37))) and Key.isDown(39)) {
this._y = this._y + (movespeed * moves);
this._x = this._x + (movespeed * moves);
gotoAndStop(run + 4);
move.play();
}
}
};
stop();
Instance of Symbol 81 MovieClip "feet" in Symbol 157 MovieClip Frame 1
/* no clip actions */
Symbol 160 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("Press X or click on the round arrow \r icon to the right of this box to continue \r a conversation or to see more text.");
Symbol 165 Button
on (release, keyPress "x") {
_parent.nextFrame();
play();
}
Symbol 166 MovieClip Frame 25
stop();
Symbol 168 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("Good...Now to move the main \r character (Ho Syuhong) around this \r field simply use the arrow keys...");
Symbol 170 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("To make him run simply hold Z while \r pressing the arrow keys.");
Symbol 172 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("You may have noticed that the character \r stops at certain points particularly near \r walls...well...he can't go on forever...");
Symbol 174 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("You may have also noticed an angry \r looking man standing in the northeast \r corner of the stadium...");
Symbol 176 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("Why not talk to him by pressing X while \r standing near him to see what's \r wrong?");
Symbol 179 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("YOU!...Do you have ANY idea of how \r much TIME, EFFORT and MONEY \r I spend to keep this field perfect...");
Symbol 183 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("...enough for the FOOTBALL (Soccer) \r PLAYERS to play on for each game?");
Symbol 187 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("And YOU just have to COME here and \r run around the field and RUIN all the \r hours I spent manicuring it?!");
Symbol 189 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("GAH! I'VE HAD IT WITH KIDS LIKE YOU \r COMING DOWN HERE AND MAKING \r MY LIFE MORE DIFFICULT!");
Symbol 191 MovieClip Frame 1
textbox = undefined;
introcounter = 0;
counter = 0;
this.onEnterFrame = function () {
if (introcounter == 0) {
textbox = textbox + _root.textboxline.charAt(counter);
counter++;
if ((_root.textboxline.length + 1) == counter) {
introcounter = 2;
}
}
if (_root.resetsignal == true) {
_root.resetsignal = undefined;
textbox = undefined;
introcounter = 0;
counter = 0;
}
if (textbox == 0) {
_visible = false;
} else {
_visible = true;
}
};
_root.reset("You've Won!");
Symbol 192 MovieClip Frame 1
_root.Hohealth = 200;
_root.Hohealthmax = 200;
Symbol 192 MovieClip Frame 2
stop();
Symbol 192 MovieClip Frame 13
_root.battle.play();
Symbol 192 MovieClip Frame 14
gotoAndStop (1);
Symbol 192 MovieClip Frame 16
_root.battle.victory = true;
_root.battle.play();
Symbol 232 MovieClip Frame 13
gotoAndPlay (1);
Symbol 262 MovieClip Frame 1
stop();
Symbol 262 MovieClip Frame 12
gotoAndStop (1);
Symbol 262 MovieClip Frame 23
gotoAndStop (1);
Symbol 262 MovieClip Frame 24
_parent.attacking = true;
_parent.hostats.Hofight = 0;
Symbol 262 MovieClip Frame 40
attack = random(60);
Symbol 262 MovieClip Frame 41
if (attack < 5) {
damage = "Missed";
} else if (attack < 10) {
_parent.enemy.gotoAndPlay("defense");
damage = "Blocked";
} else {
_parent.enemy.gotoAndPlay("hit");
damage = 30 + random(20);
_parent.enemyhealth = _parent.enemyhealth - damage;
}
Symbol 262 MovieClip Frame 71
_parent.attacking = false;
Symbol 262 MovieClip Frame 72
gotoAndStop (1);
Symbol 262 MovieClip Frame 73
_parent.dying = true;
Symbol 262 MovieClip Frame 92
_parent.gotoAndPlay("losestart");
stop();
Symbol 286 MovieClip Frame 13
gotoAndPlay (1);
Symbol 290 MovieClip Frame 1
if (_parent.enemyhealth == 0) {
gotoAndPlay (65);
}
if (((fight < 100) && (_parent.dying != true)) && (_parent.attacking != true)) {
fight = fight + 2;
}
Symbol 290 MovieClip Frame 2
if (_parent.enemyhealth < 0) {
_parent.enemyhealth = 0;
}
if (fight < 100) {
gotoAndPlay (1);
}
Symbol 290 MovieClip Frame 3
fight = 0;
_parent.enemyattacking = true;
Symbol 290 MovieClip Frame 19
gardenerattack = random(60);
Symbol 290 MovieClip Frame 20
if (gardenerattack < 10) {
damage = "Missed";
} else if (gardenerattack < 20) {
_parent.hofighter.gotoAndPlay("defense");
damage = "Blocked";
} else {
_parent.hofighter.gotoAndPlay("hit");
damage = 10 + random(10);
_root.hohealth = _root.hohealth - damage;
}
Symbol 290 MovieClip Frame 42
_parent.enemyattacking = false;
gotoAndPlay (1);
Symbol 290 MovieClip Frame 53
gotoAndPlay (1);
Symbol 290 MovieClip Frame 64
gotoAndPlay (1);
Symbol 290 MovieClip Frame 65
_parent.dying = true;
Symbol 290 MovieClip Frame 82
_root.talk.gotoAndStop("victory");
stop();
Symbol 292 Button
on (release) {
if ((_parent.attacking != true) && (_parent.enemyattacking != true)) {
_parent.Hofighter.gotoAndPlay("attackpunch");
}
gotoAndStop (1);
}
Symbol 293 MovieClip Frame 1
stop();
Symbol 293 MovieClip Frame 2
stop();
Symbol 295 MovieClip Frame 1
setProperty(this, _xscale , (_parent.Hofight / _parent.Hofightmax) * 100);
Symbol 297 MovieClip Frame 1
setProperty(this, _xscale , (_root.Hohealth / _root.Hohealthmax) * 100);
Symbol 306 MovieClip Frame 1
if (_root.Hohealth < 0) {
_root.Hohealth = 0;
}
Symbol 306 MovieClip Frame 2
if ((_root.Hohealth == 0) && (_parent.dying != true)) {
_parent.Hofighter.gotoAndPlay("die");
} else {
gotoAndPlay (3);
}
Symbol 306 MovieClip Frame 3
Hofightmax = 100;
if (hofight > hofightmax) {
hofight = hofightmax;
}
if ((((Hofight < Hofightmax) && (_parent.enemyattacking != true)) && (_parent.attacking != true)) && (_parent.dying != true)) {
Hofight = Hofight + 2;
} else if (Hofight == 100) {
_parent.hoactivate.gotoAndStop(2);
} else {
gotoAndPlay (1);
}
Symbol 310 Button
on (release, keyPress "x") {
play();
}
Symbol 318 Button
on (release) {
getURL ("http://www.chenbaiwan.tk", "_blank");
}
Symbol 320 Button
on (release) {
getURL ("http://www.bakshi.us/", "_blank");
}
Symbol 322 Button
on (release) {
getURL ("http://www.hateorder.tk", "_blank");
}
Symbol 326 MovieClip Frame 1
stop();
Symbol 326 MovieClip Frame 2
gardenerhealth = 200;
victory = false;
stopAllSounds();
Symbol 326 MovieClip Frame 4
enemyhealth = 200;
Symbol 326 MovieClip Frame 41
stop();
Symbol 326 MovieClip Frame 56
stopAllSounds();
if (victory == true) {
gotoAndPlay (97);
}
Symbol 326 MovieClip Frame 76
stop();
Symbol 326 MovieClip Frame 95
stopAllSounds();
Symbol 326 MovieClip Frame 96
_parent.gotoAndPlay(6);
Symbol 326 MovieClip Frame 128
stop();