STORY   LOOP   FURRY   PORN   GAMES
• C •   SERVICES [?] [R] RND   POPULAR
Archived flashes:
228134
/disc/ · /res/     /show/ · /fap/ · /gg/ · /swf/P0001 · P2561 · P5122

<div style="position:absolute;top:-99px;left:-99px;"><img src="http://swfchan.com:57475/39544521?noj=FRM39544521-17DC" width="1" height="1"></div>

Fighting School.swf

This is the info page for
Flash #22101

(Click the ID number above for more basic data on this flash file.)


Text
FIGHTING SCHOOL - DEMO VERSION

683Kb, Now Loading,Please wait...

CERBERUS STUDIO

CERBERUS STUDIO

CERBERUS STUDIO

It's a

FLASH GAME!!

2001 JUL BY Cerberus

FANO

MAO

UP: Jump

LEFT: Move left

RIGHT: Move right

Space: Attack

Down: Special attack(when power is full)

NOTE:
Because there are 3 layers scrolling, you
can change QUALITY to Low to get the
best performance.

POWER:

<P ALIGN="CENTER"><FONT FACE="_sans" SIZE="12" COLOR="#00CC66">FIRE!!</FONT></P>

PLAYER:

GO!!

GO!!

GO!!

GO!!

GO!!

GO!!

BACK to MENU

PLEASE TRY AGAIN...

BACK to MENU

THANK for YOUR PLAYING ^_^

ActionScript [AS1/AS2]

Frame 1
totb = this.getBytesTotal(); nowb = this.getBytesLoaded(); per = int((nowb / totb) * 100) + "%"; ldbar._xscale = (nowb / totb) * 100;
Frame 3
if (nowb < totb) { this.gotoAndPlay("loading"); }
Frame 4
stop();
Frame 5
NOW_STAGE = 1; bg1dis = 1; bg2dis = 5; bg3dis = 7; BG_SCROLL = "NO"; MAX_X = 500; MIN_X = 0; MID_X = 300; PLYR1_STEPDIS = 6; ENE1_STEPDIS = 4; PAUSE = false; attp0 = 5; sfpunch = new Sound(); sfpunch.attachSound("sndpunch"); helpgo = false; HP = 100; SP = 0; SP_SPEED = 0.5; SPon = false; SPpow = 50; ATpow = 10; STAGE_CLEAR = false; step = 0;
Instance of Symbol 99 MovieClip "bg1" in Frame 7
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Instance of Symbol 101 MovieClip "bg2" in Frame 7
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 120 MovieClip "ene0" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene1" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene2" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene4" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene5" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene6" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene7" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene8" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene9" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene10" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene11" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene12" in Frame 7
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 139 MovieClip "b1" in Frame 7
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over1"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Instance of Symbol 141 MovieClip "bg3" in Frame 7
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Frame 8
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 30; }
Instance of Symbol 166 MovieClip "gob" in Frame 9
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "RIGHT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 11
stop();
Frame 12
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = 50; _y = 200; hp = 80; }
Frame 16
stop();
Frame 17
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 21
stop();
Frame 22
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 80; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 26
stop();
Frame 27
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 31
stop();
Frame 32
gotoAndPlay (40);
Frame 36
gotoAndPlay (455);
Frame 40
NOW_STAGE = 2; bg1dis = 4; bg2dis = 5; bg3dis = 4; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 169 MovieClip "bg1" in Frame 42
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Instance of Symbol 171 MovieClip "bg2" in Frame 42
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 129 MovieClip "ene0" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene1" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene2" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene4" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene5" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene6" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene7" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene8" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene9" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene10" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene11" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene12" in Frame 42
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 172 MovieClip "b1" in Frame 42
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over2"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Frame 43
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 30; }
Instance of Symbol 166 MovieClip "gob" in Frame 44
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "RIGHT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 46
stop();
Frame 47
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 51
stop();
Frame 52
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = -50; _y = 200; hp = 80; }
Frame 56
stop();
Frame 57
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 80; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 61
stop();
Frame 62
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 66
stop();
Frame 67
gotoAndPlay (75);
Frame 71
gotoAndPlay (455);
Frame 75
NOW_STAGE = 3; bg1dis = 4; bg2dis = 5; bg3dis = 4; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 173 MovieClip "bg1" in Frame 77
onClipEvent (enterFrame) { if (0 < this._x) { this._x = -550; } }
Instance of Symbol 174 MovieClip "bg2" in Frame 77
onClipEvent (enterFrame) { if (0 < this._x) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 120 MovieClip "ene0" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene1" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene2" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene4" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene5" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene6" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene7" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene8" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene9" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene10" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene11" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene12" in Frame 77
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 175 MovieClip "b1" in Frame 77
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over3"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Frame 78
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = -50; _y = 200; hp = 30; }
Instance of Symbol 176 MovieClip "gob" in Frame 79
onClipEvent (load) { this.gotoAndPlay("left"); } onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "LEFT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 81
stop();
Frame 82
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 86
stop();
Frame 87
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = -50; _y = 200; hp = 80; }
Frame 91
stop();
Frame 92
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 80; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 96
stop();
Frame 97
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 101
stop();
Frame 102
gotoAndPlay (110);
Frame 106
gotoAndPlay (455);
Frame 110
NOW_STAGE = 4; bg1dis = 3; bg2dis = 5; bg3dis = 4; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 178 MovieClip "bg1" in Frame 112
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Instance of Symbol 180 MovieClip "bg2" in Frame 112
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 120 MovieClip "ene0" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene1" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene2" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene4" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene5" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene6" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene7" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene8" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene9" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene10" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene11" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene12" in Frame 112
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 139 MovieClip "b1" in Frame 112
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over1"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Frame 113
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 30; }
Instance of Symbol 166 MovieClip "gob" in Frame 114
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "RIGHT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 116
stop();
Frame 117
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = -50; _y = 200; hp = 80; }
Frame 121
stop();
Frame 122
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 126
stop();
Frame 127
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 80; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 131
stop();
Frame 132
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 136
stop();
Frame 137
gotoAndPlay (145);
Frame 141
gotoAndPlay (455);
Frame 145
NOW_STAGE = 5; bg1dis = 3; bg2dis = 5; bg3dis = 6; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 178 MovieClip "bg1" in Frame 147
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Instance of Symbol 182 MovieClip "bg2" in Frame 147
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 129 MovieClip "ene0" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene1" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene2" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene4" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene5" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene6" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene7" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene8" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene9" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene10" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene11" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene12" in Frame 147
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 139 MovieClip "b1" in Frame 147
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over1"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Instance of Symbol 184 MovieClip "bg3" in Frame 147
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Frame 148
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 30; }
Instance of Symbol 166 MovieClip "gob" in Frame 149
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "RIGHT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 151
stop();
Frame 152
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = -50; _y = 200; hp = 80; }
Frame 156
stop();
Frame 157
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 161
stop();
Frame 162
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 80; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 166
stop();
Frame 167
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 171
stop();
Frame 172
gotoAndPlay (180);
Frame 176
gotoAndPlay (455);
Frame 180
NOW_STAGE = 6; bg1dis = 3; bg2dis = 5; bg3dis = 6; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 178 MovieClip "bg1" in Frame 182
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Instance of Symbol 186 MovieClip "bg2" in Frame 182
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 120 MovieClip "ene0" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene1" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene2" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene4" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene5" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene6" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene7" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene8" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene9" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene10" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene11" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene12" in Frame 182
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 139 MovieClip "b1" in Frame 182
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over1"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Instance of Symbol 184 MovieClip "bg3" in Frame 182
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Frame 183
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 30; }
Instance of Symbol 166 MovieClip "gob" in Frame 184
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "RIGHT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 186
stop();
Frame 187
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = -50; _y = 200; hp = 80; }
Frame 191
stop();
Frame 192
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 196
stop();
Frame 197
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 80; }
Frame 201
stop();
Frame 202
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 206
stop();
Frame 207
gotoAndPlay (215);
Frame 211
gotoAndPlay (455);
Frame 215
NOW_STAGE = 7; bg1dis = 3; bg2dis = 5; bg3dis = 6; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 189 MovieClip "bg2" in Frame 217
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 129 MovieClip "ene0" in Frame 217
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 139 MovieClip "b1" in Frame 217
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over1"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Instance of Symbol 192 MovieClip "bg3" in Frame 217
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Frame 218
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 300; }
Instance of Symbol 193 MovieClip "gob" in Frame 219
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.play(); } if (_root.helpgo == false) { this._visible = false; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 221
stop();
Frame 222
gotoAndPlay (457);
Frame 226
gotoAndPlay (455);
Frame 230
NOW_STAGE = 8; bg1dis = 1; bg2dis = 5; bg3dis = 7; BG_SCROLL = "NO"; MAX_X = 500; MIN_X = 0; MID_X = 300; PLYR1_STEPDIS = 6; ENE1_STEPDIS = 4; PAUSE = false; attp0 = 5; sfpunch = new Sound(); sfpunch.attachSound("sndpunch"); helpgo = false; HP = 100; SP = 0; SP_SPEED = 0.5; SPon = false; SPpow = 100; ATpow = 10; MAO_SP_DIS = 3; STAGE_CLEAR = false; step = 0;
Instance of Symbol 99 MovieClip "bg1" in Frame 232
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Instance of Symbol 101 MovieClip "bg2" in Frame 232
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 120 MovieClip "ene0" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene1" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene2" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene4" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene5" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene6" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene7" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene8" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene9" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene10" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene11" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene12" in Frame 232
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 196 MovieClip "b1" in Frame 232
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over1"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Instance of Symbol 141 MovieClip "bg3" in Frame 232
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Frame 233
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 30; }
Instance of Symbol 166 MovieClip "gob" in Frame 234
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "RIGHT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 236
stop();
Frame 237
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = 50; _y = 200; hp = 80; }
Frame 241
stop();
Frame 242
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 246
stop();
Frame 247
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 80; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 251
stop();
Frame 252
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 256
stop();
Frame 257
gotoAndPlay (265);
Frame 261
gotoAndPlay (455);
Frame 265
NOW_STAGE = 9; bg1dis = 4; bg2dis = 5; bg3dis = 4; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 169 MovieClip "bg1" in Frame 267
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Instance of Symbol 171 MovieClip "bg2" in Frame 267
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 129 MovieClip "ene0" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene1" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene2" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene4" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene5" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene6" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene7" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene8" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene9" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene10" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene11" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene12" in Frame 267
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 197 MovieClip "b1" in Frame 267
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over2"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Frame 268
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 30; }
Instance of Symbol 166 MovieClip "gob" in Frame 269
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "RIGHT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 271
stop();
Frame 272
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 276
stop();
Frame 277
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = -50; _y = 200; hp = 80; }
Frame 281
stop();
Frame 282
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 80; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 286
stop();
Frame 287
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 291
stop();
Frame 292
gotoAndPlay (300);
Frame 296
gotoAndPlay (455);
Frame 300
NOW_STAGE = 10; bg1dis = 4; bg2dis = 5; bg3dis = 4; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 173 MovieClip "bg1" in Frame 302
onClipEvent (enterFrame) { if (0 < this._x) { this._x = -550; } }
Instance of Symbol 174 MovieClip "bg2" in Frame 302
onClipEvent (enterFrame) { if (0 < this._x) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 120 MovieClip "ene0" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene1" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene2" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene4" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene5" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene6" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene7" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene8" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene9" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene10" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene11" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene12" in Frame 302
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 198 MovieClip "b1" in Frame 302
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over3"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Frame 303
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = -50; _y = 200; hp = 30; }
Instance of Symbol 176 MovieClip "gob" in Frame 304
onClipEvent (load) { this.gotoAndPlay("left"); } onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "LEFT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 306
stop();
Frame 307
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 311
stop();
Frame 312
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = -50; _y = 200; hp = 80; }
Frame 316
stop();
Frame 317
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 80; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 321
stop();
Frame 322
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 326
stop();
Frame 327
gotoAndPlay (335);
Frame 331
gotoAndPlay (455);
Frame 335
NOW_STAGE = 11; bg1dis = 3; bg2dis = 5; bg3dis = 4; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 178 MovieClip "bg1" in Frame 337
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Instance of Symbol 180 MovieClip "bg2" in Frame 337
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 120 MovieClip "ene0" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene1" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene2" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene4" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene5" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene6" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene7" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene8" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene9" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene10" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene11" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene12" in Frame 337
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 196 MovieClip "b1" in Frame 337
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over1"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Frame 338
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 30; }
Instance of Symbol 166 MovieClip "gob" in Frame 339
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "RIGHT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 341
stop();
Frame 342
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = -50; _y = 200; hp = 80; }
Frame 346
stop();
Frame 347
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 351
stop();
Frame 352
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 80; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 356
stop();
Frame 357
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 361
stop();
Frame 362
gotoAndPlay (370);
Frame 366
gotoAndPlay (455);
Frame 370
NOW_STAGE = 12; bg1dis = 3; bg2dis = 5; bg3dis = 6; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 178 MovieClip "bg1" in Frame 372
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Instance of Symbol 182 MovieClip "bg2" in Frame 372
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 129 MovieClip "ene0" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene1" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene2" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene4" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene5" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene6" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene7" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene8" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene9" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene10" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene11" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene12" in Frame 372
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 196 MovieClip "b1" in Frame 372
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over1"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Instance of Symbol 184 MovieClip "bg3" in Frame 372
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Frame 373
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 30; }
Instance of Symbol 166 MovieClip "gob" in Frame 374
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "RIGHT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 376
stop();
Frame 377
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = -50; _y = 200; hp = 80; }
Frame 381
stop();
Frame 382
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 386
stop();
Frame 387
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 80; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 391
stop();
Frame 392
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 396
stop();
Frame 397
gotoAndPlay (405);
Frame 401
gotoAndPlay (455);
Frame 405
NOW_STAGE = 13; bg1dis = 3; bg2dis = 5; bg3dis = 6; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 178 MovieClip "bg1" in Frame 407
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Instance of Symbol 186 MovieClip "bg2" in Frame 407
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 120 MovieClip "ene0" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene1" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene2" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene3" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene4" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene5" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene6" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene7" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene8" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 138 MovieClip "ene9" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene10" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 120 MovieClip "ene11" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 129 MovieClip "ene12" in Frame 407
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 196 MovieClip "b1" in Frame 407
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over1"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Instance of Symbol 184 MovieClip "bg3" in Frame 407
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Frame 408
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 30; }
Instance of Symbol 166 MovieClip "gob" in Frame 409
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.helpgo = true; _root.BG_SCROLL = "RIGHT"; } if (_root.helpgo == false) { this._visible = false; } else { this._visible = true; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 411
stop();
Frame 412
enecnt = 3; stepcnt = 50; with (ene1) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene2) { ACTION = true; _x = 590; _y = 200; hp = 30; } with (ene3) { ACTION = true; _x = -50; _y = 200; hp = 80; }
Frame 416
stop();
Frame 417
enecnt = 4; stepcnt = 40; with (ene4) { ACTION = true; _x = 550; _y = 200; hp = 30; } with (ene5) { ACTION = true; _x = -50; _y = 200; hp = 30; } with (ene6) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene7) { ACTION = true; _x = -100; _y = 200; hp = 30; }
Frame 421
stop();
Frame 422
enecnt = 2; stepcnt = 50; with (ene8) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene9) { ACTION = true; _x = -100; _y = 200; hp = 80; }
Frame 426
stop();
Frame 427
enecnt = 3; stepcnt = 50; with (ene10) { ACTION = true; _x = 580; _y = 200; hp = 30; } with (ene11) { ACTION = true; _x = -100; _y = 200; hp = 30; } with (ene12) { ACTION = true; _x = -150; _y = 200; hp = 30; }
Frame 431
stop();
Frame 432
gotoAndPlay (440);
Frame 436
gotoAndPlay (455);
Frame 440
NOW_STAGE = 14; bg1dis = 3; bg2dis = 5; bg3dis = 6; BG_SCROLL = "NO"; PAUSE = false; helpgo = false; SPon = false; STAGE_CLEAR = false; step = 0;
Instance of Symbol 189 MovieClip "bg2" in Frame 442
onClipEvent (enterFrame) { if (this._x < -1100) { _root.STAGE_CLEAR = true; } }
Instance of Symbol 129 MovieClip "ene0" in Frame 442
onClipEvent (load) { hp = 10; ACTION = false; moving = true; ATT = false; cnt = 0; stopcnt = random(30) + 10; waittime = random(500) + 100; tmptime1 = 0; tmptime2 = 0; stepdis = _root.ENE1_STEPDIS; movl = false; movr = false; if (_root.b1._x < this._x) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if (this._x < _root.b1._x) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (Key.isDown(Key.SPACE)) { if (this.hitTest(_root.b1.plyr1.hit)) { _root.b1.HITact = _root.b1.HITact + 1; hp = hp - _root.ATpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } } } onClipEvent (enterFrame) { if (_root.PAUSE == false) { if (_root.SPon == true) { if (this.hitTest(_root.b1.plyr1.sphit)) { hp = hp - _root.SPpow; _root.sfpunch.start(); ACTION = false; this.char.gotoAndPlay("onhit"); if ((0 >= hp) or (_root.b1.HITcnt == 2)) { ACTION = false; this.tact.ACTION = true; this.char.gotoAndPlay("fly"); } } } if (ACTION == true) { if ((_root.b1._x < this._x) and (moving != "LEFT")) { this.gotoAndPlay("n_l"); moving = "LEFT"; } else if ((this._x < _root.b1._x) and (moving != "RIGHT")) { this.gotoAndPlay("n_r"); moving = "RIGHT"; } if ((moving != false) and (cnt < stopcnt)) { cnt++; if ((this._x < (_root.b1._x + 70)) and ((_root.b1._x - 70) < this._x)) { if (cnt == (stopcnt - 7)) { this.char.gotoAndPlay("att"); } else { if ((movr == true) or (movl == true)) { this.char.gotoAndPlay("stop"); } movr = false; movl = false; } } else if (moving == "RIGHT") { if (this._x < _root.MAX_X) { this._x = this._x + stepdis; if (movr == false) { this.gotoAndPlay("w_r"); movr = true; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { this._x = this._x - stepdis; if (movl == false) { this.gotoAndPlay("w_l"); movl = true; } } } tmptime2 = getTimer(); waittime = random(500) + 1000; } else { this.char.gotoAndPlay("stop"); movr = false; movl = false; tmptime1 = getTimer(); moving = false; if (waittime < (tmptime1 - tmptime2)) { cnt = 0; stopcnt = random(30) + 10; moving = true; } } } } }
Instance of Symbol 196 MovieClip "b1" in Frame 442
onClipEvent (load) { hp = _root.HP; HITcnt = 0; HITact = 0; ATT = false; JMP = false; stepdis = _root.PLYR1_STEPDIS; ACTION = true; moving = false; akp = false; akr = true; jpp = false; jpr = true; rkp = false; rkr = true; lkp = false; lkr = true; klp = false; klr = true; DIR = false; } onClipEvent (keyDown) { if (_root.PAUSE == false) { if (ACTION == true) { if (ATT == false) { if (((klp == false) and (JMP == false)) and (moving == false)) { if (Key.isDown(Key.DOWN)) { klp = true; klr = false; if (_root.SP >= 100) { _root.b1.plyr1.gotoAndPlay("spwait"); ATT = true; moving = false; _root.PAUSE = true; ACTION = false; _root.bbg.play(); } } } if (akp == false) { if (Key.isDown(Key.SPACE)) { akp = true; akr = false; if (JMP == true) { this.plyr1.gotoAndPlay("jatt"); ATT = true; HITcnt = 0; } else { if (HITcnt < 2) { this.plyr1.gotoAndPlay("att"); } else { this.plyr1.gotoAndPlay("pow_att"); } ATT = true; } } } if ((ATT == false) and (JMP == false)) { if (Key.isDown(Key.UP)) { jpp = true; jpr = false; jump.ACTION = true; jump.DIR = moving; JMP = true; } } if ((moving == false) and (JMP == false)) { if (Key.isDown(Key.RIGHT)) { rkp = true; rkr = false; moving = "RIGHT"; this.gotoAndPlay("w_r"); DIR = "RIGHT"; } else if (Key.isDown(Key.LEFT)) { lkp = true; lkr = false; moving = "LEFT"; this.gotoAndPlay("w_l"); DIR = "LEFT"; } } } if (Key.isDown(Key.RIGHT) and Key.isDown(Key.LEFT)) { moving = false; rkp = true; rkr = false; lkp = true; lkr = false; } } } } onClipEvent (keyUp) { if (!Key.isDown(Key.DOWN)) { klp = false; klr = true; } if (_root.PAUSE == false) { if (!Key.isDown(Key.SPACE)) { akp = false; akr = true; } if (!Key.isDown(Key.UP)) { jpp = false; jpr = true; } if ((!Key.isDown(Key.RIGHT)) and (!Key.isDown(Key.LEFT))) { moving = false; } if (!Key.isDown(Key.RIGHT)) { rkp = false; rkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } if (!Key.isDown(Key.LEFT)) { lkp = false; lkr = true; if (ATT == false) { this.plyr1.gotoAndPlay("stop"); } } } } onClipEvent (enterFrame) { _root.HP = hp; if (0 >= hp) { _root.gotoAndPlay("over1"); } if (_root.PAUSE == false) { if (((moving != false) and (ATT == false)) and (ACTION == true)) { if (moving == "RIGHT") { if (this._x < _root.MAX_X) { if ((_root.BG_SCROLL == "RIGHT") and (_root.MID_X < this._x)) { _root.bg1._x = _root.bg1._x - _root.bg1dis; _root.bg2._x = _root.bg2._x - _root.bg2dis; _root.bg3._x = _root.bg3._x - _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x + stepdis; } } } else if (moving == "LEFT") { if (_root.MIN_X < this._x) { if ((_root.BG_SCROLL == "LEFT") and (this._x < _root.MID_X)) { _root.bg1._x = _root.bg1._x + _root.bg1dis; _root.bg2._x = _root.bg2._x + _root.bg2dis; _root.bg3._x = _root.bg3._x + _root.bg3dis; _root.stepcnt = _root.stepcnt - 1; _root.step++; } else { this._x = this._x - stepdis; } } } } } }
Instance of Symbol 192 MovieClip "bg3" in Frame 442
onClipEvent (enterFrame) { if (this._x < -550) { this._x = 0; } }
Frame 443
enecnt = 1; stepcnt = 30; with (ene0) { ACTION = true; _x = 300; _y = 200; hp = 300; }
Instance of Symbol 193 MovieClip "gob" in Frame 444
onClipEvent (enterFrame) { if ((0 >= _root.enecnt) and (_root.helpgo == false)) { _root.play(); } if (_root.helpgo == false) { this._visible = false; } if ((_root.stepcnt == 0) and (_root.helpgo == true)) { _root.helpgo = false; _root.BG_SCROLL = "NO"; _root.Play(); } }
Frame 446
stop();
Frame 447
gotoAndPlay (457);
Frame 451
gotoAndPlay (455);
Frame 456
stop();
Frame 458
stop();
Symbol 15 Button
on (release) { getURL ("http://home.kimo.com.tw/cerberusstudio/", "_blank"); }
Symbol 48 MovieClip Frame 5
gotoAndPlay (1);
Symbol 48 MovieClip Frame 24
gotoAndPlay (6);
Symbol 48 MovieClip Frame 28
gotoAndPlay (1);
Symbol 48 MovieClip Frame 35
gotoAndPlay (1);
Symbol 48 MovieClip Frame 40
stop();
Symbol 48 MovieClip Frame 45
stop();
Symbol 48 MovieClip Frame 50
stop();
Symbol 48 MovieClip Frame 55
stop();
Symbol 48 MovieClip Frame 60
stop();
Symbol 48 MovieClip Frame 65
stop();
Symbol 50 MovieClip Frame 1
this.stop(); cnt = 10;
Symbol 50 MovieClip Frame 3
if (action == true) { if (_root.b1.DIR == "LEFT") { if (_root.MIN_X < _root.b1._x) { _root.b1._x = _root.b1._x - (cnt * _root.MAO_SP_DIS); } else { _root.b1._x = _root.MIN_X + 1; } } else if (_root.b1.DIR == "RIGHT") { if (_root.b1._x < _root.MAX_X) { _root.b1._x = _root.b1._x + (cnt * _root.MAO_SP_DIS); } else { _root.b1._x = _root.MAX_X - 1; } } else { _root.b1._x = 300; } this.gotoAndPlay("gloop"); } else { this.gotoAndStop("no"); } cnt--;
Symbol 51 MovieClip Frame 5
gotoAndPlay (1);
Symbol 51 MovieClip Frame 24
gotoAndPlay (6);
Symbol 51 MovieClip Frame 28
gotoAndPlay (1);
Symbol 51 MovieClip Frame 35
gotoAndPlay (1);
Symbol 51 MovieClip Frame 40
stop();
Symbol 51 MovieClip Frame 45
stop();
Symbol 51 MovieClip Frame 50
stop();
Symbol 51 MovieClip Frame 55
stop();
Symbol 51 MovieClip Frame 60
stop();
Symbol 51 MovieClip Frame 65
stop();
Symbol 56 MovieClip Frame 3
stop();
Symbol 59 MovieClip Frame 20
stop();
Symbol 60 MovieClip Frame 1
_parent.ATT = false; if (_parent.moving == "RIGHT") { _parent.gotoAndPlay("w_r"); } else if (_parent.moving == "LEFT") { _parent.gotoAndPlay("w_l"); } fano.gotoAndPlay("stop");
Instance of Symbol 50 MovieClip "spact" in Symbol 60 MovieClip Frame 1
onClipEvent (load) { this._visible = false; action = false; }
Symbol 60 MovieClip Frame 3
stop();
Symbol 60 MovieClip Frame 4
_parent.ATT = false; fano.gotoAndPlay("walk");
Symbol 60 MovieClip Frame 9
stop();
Symbol 60 MovieClip Frame 10
if (0 < _parent.HITact) { if (_parent.HITcnt >= 2) { _parent.HITcnt = 0; } else { _parent.HITcnt++; } } else { _parent.HITcnt = 0; } _parent.HITact = 0; fano.gotoAndPlay("att");
Instance of Symbol 53 MovieClip "hit" in Symbol 60 MovieClip Frame 10
onClipEvent (load) { this._visible = false; }
Symbol 60 MovieClip Frame 14
gotoAndPlay (1);
Symbol 60 MovieClip Frame 15
if (0 < _parent.HITact) { if (_parent.HITcnt >= 2) { _parent.HITcnt = 0; } else { _parent.HITcnt++; } } else { _parent.HITcnt = 0; } _parent.HITact = 0; fano.gotoAndPlay("att3");
Symbol 60 MovieClip Frame 30
gotoAndPlay (1);
Symbol 60 MovieClip Frame 31
fano.gotoAndPlay("jmpd");
Symbol 60 MovieClip Frame 35
this.stop();
Symbol 60 MovieClip Frame 36
fano.gotoAndPlay("jmpu");
Symbol 60 MovieClip Frame 40
this.stop();
Symbol 60 MovieClip Frame 41
fano.gotoAndPlay("jatt");
Instance of Symbol 53 MovieClip "hit" in Symbol 60 MovieClip Frame 41
onClipEvent (load) { this._visible = false; }
Symbol 60 MovieClip Frame 45
this.gotoAndPlay("stop");
Symbol 60 MovieClip Frame 46
hs.gotoAndPlay("show"); fano.gotoAndPlay("onhit");
Symbol 60 MovieClip Frame 51
_parent.ACTION = true; gotoAndPlay (1);
Symbol 60 MovieClip Frame 52
fano.gotoAndPlay("spwait");
Symbol 60 MovieClip Frame 56
stop();
Symbol 60 MovieClip Frame 57
_root.SPon = true; _parent.HITact = 0; _root.SP = 0; spact.action = true; spact.play(); fano.gotoAndPlay("spatt");
Instance of Symbol 53 MovieClip "sphit" in Symbol 60 MovieClip Frame 57
onClipEvent (load) { this._visible = false; }
Symbol 60 MovieClip Frame 70
_parent.ACTION = true; _root.SPon = true; spact.action = false; gotoAndPlay (1);
Instance of Symbol 21 MovieClip "jump" in Symbol 61 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; maxcnt = 16; high = 15; far = 12; DIR = "NO"; } onClipEvent (enterFrame) { if (ACTION == true) { if (DIR == "RIGHT") { if (cnt < maxcnt) { if (_parent._x < _root.MAX_X) { _parent._x = _parent._x + far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (DIR == "LEFT") { if (cnt < maxcnt) { if (_root.MIN_X < _parent._x) { _parent._x = _parent._x - far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (cnt < maxcnt) { if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } }
Symbol 61 MovieClip Frame 3
stop();
Symbol 61 MovieClip Frame 6
stop();
Symbol 61 MovieClip Frame 7
plyr1.gotoAndPlay("move");
Symbol 61 MovieClip Frame 9
stop();
Symbol 61 MovieClip Frame 10
plyr1.gotoAndPlay("move");
Symbol 61 MovieClip Frame 12
stop();
Symbol 79 MovieClip Frame 5
gotoAndPlay (1);
Symbol 79 MovieClip Frame 24
gotoAndPlay (6);
Symbol 79 MovieClip Frame 28
gotoAndPlay (1);
Symbol 79 MovieClip Frame 35
gotoAndPlay (1);
Symbol 79 MovieClip Frame 40
stop();
Symbol 79 MovieClip Frame 45
stop();
Symbol 79 MovieClip Frame 50
stop();
Symbol 79 MovieClip Frame 55
stop();
Symbol 79 MovieClip Frame 60
stop();
Symbol 79 MovieClip Frame 65
stop();
Symbol 80 MovieClip Frame 5
gotoAndPlay (1);
Symbol 80 MovieClip Frame 24
gotoAndPlay (6);
Symbol 80 MovieClip Frame 28
gotoAndPlay (1);
Symbol 80 MovieClip Frame 35
gotoAndPlay (1);
Symbol 80 MovieClip Frame 40
stop();
Symbol 80 MovieClip Frame 45
stop();
Symbol 80 MovieClip Frame 50
stop();
Symbol 80 MovieClip Frame 55
stop();
Symbol 80 MovieClip Frame 60
stop();
Symbol 80 MovieClip Frame 65
stop();
Symbol 81 MovieClip Frame 1
_parent.ATT = false; if (_parent.moving == "RIGHT") { _parent.gotoAndPlay("w_r"); } else if (_parent.moving == "LEFT") { _parent.gotoAndPlay("w_l"); } fano.gotoAndPlay("stop");
Symbol 81 MovieClip Frame 3
stop();
Symbol 81 MovieClip Frame 4
_parent.ATT = false; fano.gotoAndPlay("walk");
Symbol 81 MovieClip Frame 9
stop();
Symbol 81 MovieClip Frame 10
if (0 < _parent.HITact) { if (_parent.HITcnt >= 2) { _parent.HITcnt = 0; } else { _parent.HITcnt++; } } else { _parent.HITcnt = 0; } _parent.HITact = 0; fano.gotoAndPlay("att");
Instance of Symbol 53 MovieClip "hit" in Symbol 81 MovieClip Frame 10
onClipEvent (load) { this._visible = false; }
Symbol 81 MovieClip Frame 14
gotoAndPlay (1);
Symbol 81 MovieClip Frame 15
if (0 < _parent.HITact) { if (_parent.HITcnt >= 2) { _parent.HITcnt = 0; } else { _parent.HITcnt++; } } else { _parent.HITcnt = 0; } _parent.HITact = 0; fano.gotoAndPlay("att3");
Symbol 81 MovieClip Frame 30
gotoAndPlay (1);
Symbol 81 MovieClip Frame 31
fano.gotoAndPlay("jmpd");
Symbol 81 MovieClip Frame 35
this.stop();
Symbol 81 MovieClip Frame 36
fano.gotoAndPlay("jmpu");
Symbol 81 MovieClip Frame 40
this.stop();
Symbol 81 MovieClip Frame 41
fano.gotoAndPlay("jatt");
Instance of Symbol 53 MovieClip "hit" in Symbol 81 MovieClip Frame 41
onClipEvent (load) { this._visible = false; }
Symbol 81 MovieClip Frame 45
this.gotoAndPlay("stop");
Symbol 81 MovieClip Frame 46
hs.gotoAndPlay("show"); fano.gotoAndPlay("onhit");
Symbol 81 MovieClip Frame 51
_parent.ACTION = true; gotoAndPlay (1);
Symbol 81 MovieClip Frame 52
fano.gotoAndPlay("spwait");
Symbol 81 MovieClip Frame 56
stop();
Symbol 81 MovieClip Frame 57
_root.SPon = true; _parent.HITact = 0; _root.SP = 0; fano.gotoAndPlay("spatt");
Instance of Symbol 53 MovieClip "sphit" in Symbol 81 MovieClip Frame 57
onClipEvent (load) { this._visible = false; }
Symbol 81 MovieClip Frame 61
_parent.ACTION = true; _root.SPon = true; gotoAndPlay (1);
Instance of Symbol 21 MovieClip "jump" in Symbol 82 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; maxcnt = 16; high = 15; far = 12; DIR = "NO"; } onClipEvent (enterFrame) { if (ACTION == true) { if (DIR == "RIGHT") { if (cnt < maxcnt) { if (_parent._x < _root.MAX_X) { _parent._x = _parent._x + far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (DIR == "LEFT") { if (cnt < maxcnt) { if (_root.MIN_X < _parent._x) { _parent._x = _parent._x - far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (cnt < maxcnt) { if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } }
Symbol 82 MovieClip Frame 3
stop();
Symbol 82 MovieClip Frame 6
stop();
Symbol 82 MovieClip Frame 7
plyr1.gotoAndPlay("move");
Symbol 82 MovieClip Frame 9
stop();
Symbol 82 MovieClip Frame 10
plyr1.gotoAndPlay("move");
Symbol 82 MovieClip Frame 12
stop();
Symbol 84 MovieClip Frame 10
stop();
Symbol 86 Button
on (release) { gotoAndPlay (5); } on (rollOver, release) { _root.fano.plyr1.gotoAndPlay("att"); }
Symbol 87 Button
on (release) { gotoAndPlay (230); } on (rollOver, release) { _root.mao.plyr1.gotoAndPlay("att"); }
Symbol 104 MovieClip Frame 2
stop();
Symbol 104 MovieClip Frame 3
if (_root.b1.DIR == "RIGHT") { _xscale = -100; _x = 550; } else if (_root.b1.DIR == "LEFT") { _xscale = 100; _x = 0; }
Symbol 104 MovieClip Frame 20
_root.PAUSE = false; _root.b1.plyr1.gotoAndPlay("spATT");
Symbol 115 MovieClip Frame 4
gotoAndPlay (1);
Symbol 115 MovieClip Frame 23
gotoAndPlay (5);
Symbol 115 MovieClip Frame 27
gotoAndPlay (1);
Symbol 115 MovieClip Frame 31
stop();
Symbol 115 MovieClip Frame 35
stop();
Symbol 115 MovieClip Frame 39
stop();
Symbol 119 MovieClip Frame 1
ene.gotoAndPlay("stop");
Symbol 119 MovieClip Frame 3
stop();
Symbol 119 MovieClip Frame 4
ene.gotoAndPlay("walk");
Symbol 119 MovieClip Frame 9
stop();
Symbol 119 MovieClip Frame 10
if (hit.hitTest(_root.b1)) { _root.b1.hp = _root.b1.hp - _root.attp0; _root.b1.plyr1.gotoAndPlay("onhit"); _root.sfpunch.start(); } ene.gotoAndPlay("att");
Instance of Symbol 116 MovieClip "hit" in Symbol 119 MovieClip Frame 10
onClipEvent (load) { this._visible = false; }
Symbol 119 MovieClip Frame 14
gotoAndPlay (1);
Symbol 119 MovieClip Frame 15
hs.gotoAndPlay("show"); ene.gotoAndPlay("fly");
Symbol 119 MovieClip Frame 22
_root.sk.play();
Symbol 119 MovieClip Frame 26
if (0 < _parent.hp) { this.gotoAndPlay("w_up"); }
Symbol 119 MovieClip Frame 27
_parent._alpha = 70; ene.gotoAndPlay("die");
Symbol 119 MovieClip Frame 28
_parent._alpha = 30;
Symbol 119 MovieClip Frame 29
_parent._alpha = 70;
Symbol 119 MovieClip Frame 30
_parent._alpha = 30;
Symbol 119 MovieClip Frame 31
_parent._alpha = 70;
Symbol 119 MovieClip Frame 32
_parent._alpha = 30;
Symbol 119 MovieClip Frame 33
_parent._alpha = 70;
Symbol 119 MovieClip Frame 34
_parent._alpha = 30;
Symbol 119 MovieClip Frame 35
_parent._alpha = 70;
Symbol 119 MovieClip Frame 36
_parent._visible = false; _parent.ACTION = false; _parent._x = -200; _parent._y = -200; _root.enecnt = _root.enecnt - 1; gotoAndPlay (1);
Symbol 119 MovieClip Frame 37
ene.gotoAndPlay("die");
Symbol 119 MovieClip Frame 39
ene.gotoAndPlay("fly");
Symbol 119 MovieClip Frame 41
ene.gotoAndPlay("die");
Symbol 119 MovieClip Frame 43
ene.gotoAndPlay("fly");
Symbol 119 MovieClip Frame 45
ene.gotoAndPlay("die");
Symbol 119 MovieClip Frame 47
ene.gotoAndPlay("fly");
Symbol 119 MovieClip Frame 49
_parent.ACTION = true; gotoAndPlay (1);
Symbol 119 MovieClip Frame 50
hs.gotoAndPlay("show"); ene.gotoAndPlay("onhit");
Symbol 119 MovieClip Frame 55
_parent.ACTION = true; gotoAndPlay (1);
Instance of Symbol 106 MovieClip "tact" in Symbol 120 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; } onClipEvent (enterFrame) { if (ACTION == true) { if (_root.b1._x < _parent._x) { if (5 >= cnt) { cnt++; _parent._x = _parent._x + (cnt * 5); } else { cnt = 0; ACTION = false; } } else if (5 >= cnt) { cnt++; _parent._x = _parent._x - (cnt * 5); } else { cnt = 0; ACTION = false; } } }
Symbol 120 MovieClip Frame 3
stop();
Symbol 120 MovieClip Frame 6
stop();
Symbol 120 MovieClip Frame 7
movr = true; char.gotoAndPlay("move");
Symbol 120 MovieClip Frame 9
stop();
Symbol 120 MovieClip Frame 10
movl = true; char.gotoAndPlay("move");
Symbol 120 MovieClip Frame 12
stop();
Symbol 127 MovieClip Frame 4
gotoAndPlay (1);
Symbol 127 MovieClip Frame 23
gotoAndPlay (5);
Symbol 127 MovieClip Frame 27
gotoAndPlay (1);
Symbol 127 MovieClip Frame 31
stop();
Symbol 127 MovieClip Frame 35
stop();
Symbol 127 MovieClip Frame 39
stop();
Symbol 128 MovieClip Frame 1
ene.gotoAndPlay("stop");
Symbol 128 MovieClip Frame 3
stop();
Symbol 128 MovieClip Frame 4
ene.gotoAndPlay("walk");
Symbol 128 MovieClip Frame 9
stop();
Symbol 128 MovieClip Frame 10
if (hit.hitTest(_root.b1)) { _root.b1.hp = _root.b1.hp - _root.attp0; _root.b1.plyr1.gotoAndPlay("onhit"); _root.sfpunch.start(); } ene.gotoAndPlay("att");
Instance of Symbol 116 MovieClip "hit" in Symbol 128 MovieClip Frame 10
onClipEvent (load) { this._visible = false; }
Symbol 128 MovieClip Frame 14
gotoAndPlay (1);
Symbol 128 MovieClip Frame 15
hs.gotoAndPlay("show"); ene.gotoAndPlay("fly");
Symbol 128 MovieClip Frame 22
_root.sk.play();
Symbol 128 MovieClip Frame 26
if (0 < _parent.hp) { this.gotoAndPlay("w_up"); }
Symbol 128 MovieClip Frame 27
_parent._alpha = 70; ene.gotoAndPlay("die");
Symbol 128 MovieClip Frame 28
_parent._alpha = 30;
Symbol 128 MovieClip Frame 29
_parent._alpha = 70;
Symbol 128 MovieClip Frame 30
_parent._alpha = 30;
Symbol 128 MovieClip Frame 31
_parent._alpha = 70;
Symbol 128 MovieClip Frame 32
_parent._alpha = 30;
Symbol 128 MovieClip Frame 33
_parent._alpha = 70;
Symbol 128 MovieClip Frame 34
_parent._alpha = 30;
Symbol 128 MovieClip Frame 35
_parent._alpha = 70;
Symbol 128 MovieClip Frame 36
_parent._visible = false; _parent.ACTION = false; _parent._x = -200; _parent._y = -200; _root.enecnt = _root.enecnt - 1; gotoAndPlay (1);
Symbol 128 MovieClip Frame 37
ene.gotoAndPlay("die");
Symbol 128 MovieClip Frame 39
ene.gotoAndPlay("fly");
Symbol 128 MovieClip Frame 41
ene.gotoAndPlay("die");
Symbol 128 MovieClip Frame 43
ene.gotoAndPlay("fly");
Symbol 128 MovieClip Frame 45
ene.gotoAndPlay("die");
Symbol 128 MovieClip Frame 47
ene.gotoAndPlay("fly");
Symbol 128 MovieClip Frame 49
_parent.ACTION = true; gotoAndPlay (1);
Symbol 128 MovieClip Frame 50
hs.gotoAndPlay("show"); ene.gotoAndPlay("onhit");
Symbol 128 MovieClip Frame 55
_parent.ACTION = true; gotoAndPlay (1);
Instance of Symbol 106 MovieClip "tact" in Symbol 129 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; } onClipEvent (enterFrame) { if (ACTION == true) { if (_root.b1._x < _parent._x) { if (5 >= cnt) { cnt++; _parent._x = _parent._x + (cnt * 5); } else { cnt = 0; ACTION = false; } } else if (5 >= cnt) { cnt++; _parent._x = _parent._x - (cnt * 5); } else { cnt = 0; ACTION = false; } } }
Symbol 129 MovieClip Frame 3
stop();
Symbol 129 MovieClip Frame 6
stop();
Symbol 129 MovieClip Frame 7
movr = true; char.gotoAndPlay("move");
Symbol 129 MovieClip Frame 9
stop();
Symbol 129 MovieClip Frame 10
movl = true; char.gotoAndPlay("move");
Symbol 129 MovieClip Frame 12
stop();
Symbol 136 MovieClip Frame 4
gotoAndPlay (1);
Symbol 136 MovieClip Frame 23
gotoAndPlay (5);
Symbol 136 MovieClip Frame 27
gotoAndPlay (1);
Symbol 136 MovieClip Frame 31
stop();
Symbol 136 MovieClip Frame 35
stop();
Symbol 136 MovieClip Frame 39
stop();
Symbol 137 MovieClip Frame 1
ene.gotoAndPlay("stop");
Symbol 137 MovieClip Frame 3
stop();
Symbol 137 MovieClip Frame 4
ene.gotoAndPlay("walk");
Symbol 137 MovieClip Frame 9
stop();
Symbol 137 MovieClip Frame 10
if (hit.hitTest(_root.b1)) { _root.b1.hp = _root.b1.hp - _root.attp0; _root.b1.plyr1.gotoAndPlay("onhit"); _root.sfpunch.start(); } ene.gotoAndPlay("att");
Instance of Symbol 116 MovieClip "hit" in Symbol 137 MovieClip Frame 10
onClipEvent (load) { this._visible = false; }
Symbol 137 MovieClip Frame 14
gotoAndPlay (1);
Symbol 137 MovieClip Frame 15
hs.gotoAndPlay("show"); ene.gotoAndPlay("fly");
Symbol 137 MovieClip Frame 22
_root.sk.play();
Symbol 137 MovieClip Frame 26
if (0 < _parent.hp) { this.gotoAndPlay("w_up"); }
Symbol 137 MovieClip Frame 27
_parent._alpha = 70; ene.gotoAndPlay("die");
Symbol 137 MovieClip Frame 28
_parent._alpha = 30;
Symbol 137 MovieClip Frame 29
_parent._alpha = 70;
Symbol 137 MovieClip Frame 30
_parent._alpha = 30;
Symbol 137 MovieClip Frame 31
_parent._alpha = 70;
Symbol 137 MovieClip Frame 32
_parent._alpha = 30;
Symbol 137 MovieClip Frame 33
_parent._alpha = 70;
Symbol 137 MovieClip Frame 34
_parent._alpha = 30;
Symbol 137 MovieClip Frame 35
_parent._alpha = 70;
Symbol 137 MovieClip Frame 36
_parent._visible = false; _parent.ACTION = false; _parent._x = -200; _parent._y = -200; _root.enecnt = _root.enecnt - 1; gotoAndPlay (1);
Symbol 137 MovieClip Frame 37
ene.gotoAndPlay("die");
Symbol 137 MovieClip Frame 39
ene.gotoAndPlay("fly");
Symbol 137 MovieClip Frame 41
ene.gotoAndPlay("die");
Symbol 137 MovieClip Frame 43
ene.gotoAndPlay("fly");
Symbol 137 MovieClip Frame 45
ene.gotoAndPlay("die");
Symbol 137 MovieClip Frame 47
ene.gotoAndPlay("fly");
Symbol 137 MovieClip Frame 49
_parent.ACTION = true; gotoAndPlay (1);
Symbol 137 MovieClip Frame 50
hs.gotoAndPlay("show"); ene.gotoAndPlay("onhit");
Symbol 137 MovieClip Frame 55
_parent.ACTION = true; gotoAndPlay (1);
Instance of Symbol 106 MovieClip "tact" in Symbol 138 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; } onClipEvent (enterFrame) { if (ACTION == true) { if (_root.b1._x < _parent._x) { if (5 >= cnt) { cnt++; _parent._x = _parent._x + (cnt * 5); } else { cnt = 0; ACTION = false; } } else if (5 >= cnt) { cnt++; _parent._x = _parent._x - (cnt * 5); } else { cnt = 0; ACTION = false; } } }
Symbol 138 MovieClip Frame 3
stop();
Symbol 138 MovieClip Frame 6
stop();
Symbol 138 MovieClip Frame 7
movr = true; char.gotoAndPlay("move");
Symbol 138 MovieClip Frame 9
stop();
Symbol 138 MovieClip Frame 10
movl = true; char.gotoAndPlay("move");
Symbol 138 MovieClip Frame 12
stop();
Instance of Symbol 21 MovieClip "jump" in Symbol 139 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; maxcnt = 16; high = 15; far = 12; DIR = "NO"; } onClipEvent (enterFrame) { if (ACTION == true) { if (DIR == "RIGHT") { if (cnt < maxcnt) { if (_parent._x < _root.MAX_X) { _parent._x = _parent._x + far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (DIR == "LEFT") { if (cnt < maxcnt) { if (_root.MIN_X < _parent._x) { _parent._x = _parent._x - far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (cnt < maxcnt) { if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } }
Symbol 139 MovieClip Frame 3
stop();
Symbol 139 MovieClip Frame 6
stop();
Symbol 139 MovieClip Frame 7
plyr1.gotoAndPlay("move");
Symbol 139 MovieClip Frame 9
stop();
Symbol 139 MovieClip Frame 10
plyr1.gotoAndPlay("move");
Symbol 139 MovieClip Frame 12
stop();
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 2
sy = 10; if (random(1)) { _level0._y = _level0._y - (sy--); } else { _level0._y = _level0._y + (sy--); }
Symbol 142 MovieClip Frame 3
_level0._y = _level0._y - (sy--);
Symbol 142 MovieClip Frame 4
_level0._y = _level0._y + (sy--);
Symbol 142 MovieClip Frame 5
_level0._y = _level0._y - (sy--);
Symbol 142 MovieClip Frame 6
_level0._y = _level0._y + (sy--);
Symbol 142 MovieClip Frame 7
_level0._y = _level0._y - (sy--);
Symbol 142 MovieClip Frame 8
_level0._y = _level0._y + (sy--);
Symbol 142 MovieClip Frame 9
_level0._y = _level0._y - (sy--);
Symbol 142 MovieClip Frame 10
_level0._y = 0;
Instance of Symbol 145 MovieClip "spbar" in Symbol 156 MovieClip Frame 1
onClipEvent (load) { clr = new Color(this); this._xscale = _root.SP; } onClipEvent (enterFrame) { if (_root.SP < 100) { _parent.status = ""; _root.SP = _root.SP + _root.SP_SPEED; this._xscale = _root.SP; } else { _parent.status = "BLAST!!"; } if ((_root.SP >= 80) and (_root.SP < 100)) { clr.setRGB(13382400); } else if ((_root.SP >= 60) and (_root.SP < 80)) { clr.setRGB(16737792); } else if ((_root.SP >= 35) and (_root.SP < 60)) { clr.setRGB(16750848); } else if ((_root.SP >= 10) and (_root.SP < 35)) { clr.setRGB(16776960); } else if ((_root.SP >= 0) and (_root.SP < 10)) { clr.setRGB(16777215); } else { clr.setRGB(16711680); } }
Instance of Symbol 152 MovieClip in Symbol 156 MovieClip Frame 1
onClipEvent (load) { now_num = 100; } onClipEvent (enterFrame) { if (now_num < _root.b1.hp) { now_num = now_num + 0.5; setProperty(this, _xscale , now_num); } else if (_root.b1.hp < now_num) { now_num = now_num - 0.5; setProperty(this, _xscale , now_num); } }
Instance of Symbol 153 MovieClip "bs" in Symbol 156 MovieClip Frame 1
onClipEvent (enterFrame) { this._xscale = int((_root.b1.hp / 100) * 100); if ((_root.b1.hp >= 90) and (100 >= _root.b1.hp)) { clr.setRGB(255); } else if ((_root.b1.hp >= 80) and (_root.b1.hp < 90)) { clr.setRGB(3342591); } else if ((_root.b1.hp >= 70) and (_root.b1.hp < 80)) { clr.setRGB(6684927); } else if ((_root.b1.hp >= 60) and (_root.b1.hp < 70)) { clr.setRGB(10027263); } else if ((_root.b1.hp >= 50) and (_root.b1.hp < 60)) { clr.setRGB(10027161); } else if ((_root.b1.hp >= 40) and (_root.b1.hp < 50)) { clr.setRGB(16711833); } else if ((_root.b1.hp >= 30) and (_root.b1.hp < 40)) { clr.setRGB(16711782); } else if ((_root.b1.hp >= 20) and (_root.b1.hp < 30)) { clr.setRGB(16711731); } else if ((_root.b1.hp >= 10) and (_root.b1.hp < 20)) { clr.setRGB(16711680); } else if ((_root.b1.hp >= 0) and (_root.b1.hp < 10)) { clr.setRGB(16711680); } } onClipEvent (load) { clr = new Color(this); }
Symbol 166 MovieClip Frame 10
gotoAndPlay (1);
Symbol 166 MovieClip Frame 20
gotoAndPlay (11);
Instance of Symbol 21 MovieClip "jump" in Symbol 172 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; maxcnt = 16; high = 15; far = 12; DIR = "NO"; } onClipEvent (enterFrame) { if (ACTION == true) { if (DIR == "RIGHT") { if (cnt < maxcnt) { if (_parent._x < _root.MAX_X) { _parent._x = _parent._x + far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (DIR == "LEFT") { if (cnt < maxcnt) { if (_root.MIN_X < _parent._x) { _parent._x = _parent._x - far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (cnt < maxcnt) { if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } }
Symbol 172 MovieClip Frame 3
stop();
Symbol 172 MovieClip Frame 6
stop();
Symbol 172 MovieClip Frame 7
plyr1.gotoAndPlay("move");
Symbol 172 MovieClip Frame 9
stop();
Symbol 172 MovieClip Frame 10
plyr1.gotoAndPlay("move");
Symbol 172 MovieClip Frame 12
stop();
Instance of Symbol 21 MovieClip "jump" in Symbol 175 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; maxcnt = 16; high = 15; far = 12; DIR = "NO"; } onClipEvent (enterFrame) { if (ACTION == true) { if (DIR == "RIGHT") { if (cnt < maxcnt) { if (_parent._x < _root.MAX_X) { _parent._x = _parent._x + far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (DIR == "LEFT") { if (cnt < maxcnt) { if (_root.MIN_X < _parent._x) { _parent._x = _parent._x - far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (cnt < maxcnt) { if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } }
Symbol 175 MovieClip Frame 3
stop();
Symbol 175 MovieClip Frame 6
stop();
Symbol 175 MovieClip Frame 7
plyr1.gotoAndPlay("move");
Symbol 175 MovieClip Frame 9
stop();
Symbol 175 MovieClip Frame 10
plyr1.gotoAndPlay("move");
Symbol 175 MovieClip Frame 12
stop();
Symbol 176 MovieClip Frame 10
gotoAndPlay (1);
Symbol 176 MovieClip Frame 20
gotoAndPlay (11);
Symbol 193 MovieClip Frame 10
gotoAndPlay (1);
Symbol 193 MovieClip Frame 20
gotoAndPlay (11);
Symbol 195 MovieClip Frame 2
stop();
Symbol 195 MovieClip Frame 3
if (_root.b1.DIR == "RIGHT") { _xscale = -100; _x = 550; } else if (_root.b1.DIR == "LEFT") { _xscale = 100; _x = 0; }
Symbol 195 MovieClip Frame 20
_root.PAUSE = false; _root.b1.plyr1.gotoAndPlay("spATT");
Instance of Symbol 21 MovieClip "jump" in Symbol 196 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; maxcnt = 16; high = 15; far = 12; DIR = "NO"; } onClipEvent (enterFrame) { if (ACTION == true) { if (DIR == "RIGHT") { if (cnt < maxcnt) { if (_parent._x < _root.MAX_X) { _parent._x = _parent._x + far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (DIR == "LEFT") { if (cnt < maxcnt) { if (_root.MIN_X < _parent._x) { _parent._x = _parent._x - far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (cnt < maxcnt) { if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } }
Symbol 196 MovieClip Frame 3
stop();
Symbol 196 MovieClip Frame 6
stop();
Symbol 196 MovieClip Frame 7
plyr1.gotoAndPlay("move");
Symbol 196 MovieClip Frame 9
stop();
Symbol 196 MovieClip Frame 10
plyr1.gotoAndPlay("move");
Symbol 196 MovieClip Frame 12
stop();
Instance of Symbol 21 MovieClip "jump" in Symbol 197 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; maxcnt = 16; high = 15; far = 12; DIR = "NO"; } onClipEvent (enterFrame) { if (ACTION == true) { if (DIR == "RIGHT") { if (cnt < maxcnt) { if (_parent._x < _root.MAX_X) { _parent._x = _parent._x + far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (DIR == "LEFT") { if (cnt < maxcnt) { if (_root.MIN_X < _parent._x) { _parent._x = _parent._x - far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (cnt < maxcnt) { if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } }
Symbol 197 MovieClip Frame 3
stop();
Symbol 197 MovieClip Frame 6
stop();
Symbol 197 MovieClip Frame 7
plyr1.gotoAndPlay("move");
Symbol 197 MovieClip Frame 9
stop();
Symbol 197 MovieClip Frame 10
plyr1.gotoAndPlay("move");
Symbol 197 MovieClip Frame 12
stop();
Instance of Symbol 21 MovieClip "jump" in Symbol 198 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; maxcnt = 16; high = 15; far = 12; DIR = "NO"; } onClipEvent (enterFrame) { if (ACTION == true) { if (DIR == "RIGHT") { if (cnt < maxcnt) { if (_parent._x < _root.MAX_X) { _parent._x = _parent._x + far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (DIR == "LEFT") { if (cnt < maxcnt) { if (_root.MIN_X < _parent._x) { _parent._x = _parent._x - far; } if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } else if (cnt < maxcnt) { if (((maxcnt / 2) - 1) < cnt) { _parent._y = _parent._y + high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp1"); } } else { _parent._y = _parent._y - high; if (_parent.ATT != true) { _parent.plyr1.gotoAndPlay("jmp2"); } } cnt++; } else { _parent.plyr1.gotoAndPlay("stop"); cnt = 0; ACTION = false; _parent.JMP = false; } } }
Symbol 198 MovieClip Frame 3
stop();
Symbol 198 MovieClip Frame 6
stop();
Symbol 198 MovieClip Frame 7
plyr1.gotoAndPlay("move");
Symbol 198 MovieClip Frame 9
stop();
Symbol 198 MovieClip Frame 10
plyr1.gotoAndPlay("move");
Symbol 198 MovieClip Frame 12
stop();
Instance of Symbol 106 MovieClip "tact" in Symbol 199 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; } onClipEvent (enterFrame) { if (ACTION == true) { if (_root.b1._x < _parent._x) { if (5 >= cnt) { cnt++; _parent._x = _parent._x + (cnt * 5); } else { cnt = 0; ACTION = false; } } else if (5 >= cnt) { cnt++; _parent._x = _parent._x - (cnt * 5); } else { cnt = 0; ACTION = false; } } }
Symbol 199 MovieClip Frame 3
stop();
Symbol 199 MovieClip Frame 6
stop();
Symbol 199 MovieClip Frame 7
movr = true; char.gotoAndPlay("move");
Symbol 199 MovieClip Frame 9
stop();
Symbol 199 MovieClip Frame 10
movl = true; char.gotoAndPlay("move");
Symbol 199 MovieClip Frame 12
stop();
Instance of Symbol 106 MovieClip "tact" in Symbol 200 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; } onClipEvent (enterFrame) { if (ACTION == true) { if (_root.b1._x < _parent._x) { if (5 >= cnt) { cnt++; _parent._x = _parent._x + (cnt * 5); } else { cnt = 0; ACTION = false; } } else if (5 >= cnt) { cnt++; _parent._x = _parent._x - (cnt * 5); } else { cnt = 0; ACTION = false; } } }
Symbol 200 MovieClip Frame 3
stop();
Symbol 200 MovieClip Frame 6
stop();
Symbol 200 MovieClip Frame 7
movr = true; char.gotoAndPlay("move");
Symbol 200 MovieClip Frame 9
stop();
Symbol 200 MovieClip Frame 10
movl = true; char.gotoAndPlay("move");
Symbol 200 MovieClip Frame 12
stop();
Instance of Symbol 106 MovieClip "tact" in Symbol 201 MovieClip Frame 1
onClipEvent (load) { this._visible = false; ACTION = false; cnt = 0; } onClipEvent (enterFrame) { if (ACTION == true) { if (_root.b1._x < _parent._x) { if (5 >= cnt) { cnt++; _parent._x = _parent._x + (cnt * 5); } else { cnt = 0; ACTION = false; } } else if (5 >= cnt) { cnt++; _parent._x = _parent._x - (cnt * 5); } else { cnt = 0; ACTION = false; } } }
Symbol 201 MovieClip Frame 3
stop();
Symbol 201 MovieClip Frame 6
stop();
Symbol 201 MovieClip Frame 7
movr = true; char.gotoAndPlay("move");
Symbol 201 MovieClip Frame 9
stop();
Symbol 201 MovieClip Frame 10
movl = true; char.gotoAndPlay("move");
Symbol 201 MovieClip Frame 12
stop();
Symbol 202 Button
on (release) { gotoAndPlay (4); }

Library Items

Symbol 1 Sound [sndpunch]
Symbol 2 GraphicUsed by:3
Symbol 3 MovieClipUses:2Used by:Timeline
Symbol 4 FontUsed by:5 11 12 13 16 17 18 89 90 92 93 94 95 96 97 149 159 160 161 163 164 165 204 206 208 210
Symbol 5 EditableTextUses:4Used by:Timeline
Symbol 6 GraphicUsed by:Timeline
Symbol 7 FontUsed by:8
Symbol 8 TextUses:7Used by:Timeline
Symbol 9 FontUsed by:10
Symbol 10 TextUses:9Used by:Timeline
Symbol 11 EditableTextUses:4Used by:15
Symbol 12 EditableTextUses:4Used by:15
Symbol 13 EditableTextUses:4Used by:15
Symbol 14 GraphicUsed by:15
Symbol 15 ButtonUses:11 12 13 14Used by:Timeline
Symbol 16 EditableTextUses:4Used by:Timeline
Symbol 17 EditableTextUses:4Used by:Timeline
Symbol 18 EditableTextUses:4Used by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:61 82 139 172 175 196 197 198
Symbol 22 GraphicUsed by:48 51
Symbol 23 GraphicUsed by:48 51
Symbol 24 GraphicUsed by:48 51
Symbol 25 GraphicUsed by:48 51
Symbol 26 GraphicUsed by:48 51
Symbol 27 GraphicUsed by:48 51
Symbol 28 GraphicUsed by:48 51
Symbol 29 GraphicUsed by:48 51
Symbol 30 GraphicUsed by:48 51
Symbol 31 GraphicUsed by:48 51
Symbol 32 GraphicUsed by:48 51
Symbol 33 GraphicUsed by:48 51
Symbol 34 GraphicUsed by:48 51
Symbol 35 GraphicUsed by:48 51
Symbol 36 GraphicUsed by:48 51
Symbol 37 GraphicUsed by:48 51
Symbol 38 GraphicUsed by:48 51
Symbol 39 GraphicUsed by:48 51
Symbol 40 GraphicUsed by:48 51
Symbol 41 GraphicUsed by:48 51
Symbol 42 GraphicUsed by:48 51
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:43Used by:48 51
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:45Used by:48 51
Symbol 47 GraphicUsed by:48 51
Symbol 48 MovieClipUses:22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 46 47Used by:60
Symbol 49 GraphicUsed by:50 142
Symbol 50 MovieClipUses:49Used by:60
Symbol 51 MovieClipUses:22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 44 46 47Used by:60
Symbol 52 GraphicUsed by:53 116 144 145
Symbol 53 MovieClipUses:52Used by:60 81
Symbol 54 SoundUsed by:60 81
Symbol 55 GraphicUsed by:56 59
Symbol 56 MovieClipUses:55Used by:60 81 119 128 137
Symbol 57 GraphicUsed by:58
Symbol 58 MovieClipUses:57Used by:60 81
Symbol 59 MovieClipUses:55Used by:60 81
Symbol 60 MovieClipUses:48 50 51 53 54 56 58 59Used by:61 196 197 198
Symbol 61 MovieClipUses:21 60Used by:Timeline
Symbol 62 GraphicUsed by:79 80
Symbol 63 GraphicUsed by:79 80
Symbol 64 GraphicUsed by:79 80
Symbol 65 GraphicUsed by:79 80
Symbol 66 GraphicUsed by:79 80
Symbol 67 GraphicUsed by:79 80
Symbol 68 GraphicUsed by:79 80
Symbol 69 GraphicUsed by:79 80
Symbol 70 GraphicUsed by:79 80
Symbol 71 GraphicUsed by:79 80
Symbol 72 GraphicUsed by:79 80
Symbol 73 GraphicUsed by:79 80
Symbol 74 GraphicUsed by:79 80
Symbol 75 GraphicUsed by:79 80
Symbol 76 GraphicUsed by:79 80
Symbol 77 GraphicUsed by:79 80
Symbol 78 GraphicUsed by:79 80
Symbol 79 MovieClipUses:62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78Used by:81
Symbol 80 MovieClipUses:62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78Used by:81
Symbol 81 MovieClipUses:79 80 53 54 56 58 59Used by:82 139 172 175
Symbol 82 MovieClipUses:21 81Used by:Timeline
Symbol 83 GraphicUsed by:84
Symbol 84 MovieClipUses:83Used by:86 87 202
Symbol 85 GraphicUsed by:86 87 202
Symbol 86 ButtonUses:84 85Used by:Timeline
Symbol 87 ButtonUses:84 85Used by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 EditableTextUses:4Used by:Timeline
Symbol 90 EditableTextUses:4Used by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 EditableTextUses:4Used by:Timeline
Symbol 93 EditableTextUses:4Used by:Timeline
Symbol 94 EditableTextUses:4Used by:Timeline
Symbol 95 EditableTextUses:4Used by:Timeline
Symbol 96 EditableTextUses:4Used by:Timeline
Symbol 97 EditableTextUses:4Used by:Timeline
Symbol 98 GraphicUsed by:99
Symbol 99 MovieClipUses:98Used by:Timeline
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:Timeline
Symbol 102 GraphicUsed by:104 195
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:102 103Used by:Timeline
Symbol 105 GraphicUsed by:106
Symbol 106 MovieClipUses:105Used by:120 129 138 199 200 201
Symbol 107 GraphicUsed by:115
Symbol 108 GraphicUsed by:115 127 136
Symbol 109 GraphicUsed by:115 127 136
Symbol 110 GraphicUsed by:115
Symbol 111 GraphicUsed by:115
Symbol 112 GraphicUsed by:115
Symbol 113 GraphicUsed by:115
Symbol 114 GraphicUsed by:115
Symbol 115 MovieClipUses:107 108 109 110 111 112 113 114Used by:119
Symbol 116 MovieClipUses:52Used by:119 128 137
Symbol 117 SoundUsed by:119 128 137
Symbol 118 SoundUsed by:119 128 137
Symbol 119 MovieClipUses:115 116 56 117 118Used by:120 200
Symbol 120 MovieClipUses:106 119Used by:Timeline
Symbol 121 GraphicUsed by:127
Symbol 122 GraphicUsed by:127
Symbol 123 GraphicUsed by:127
Symbol 124 GraphicUsed by:127
Symbol 125 GraphicUsed by:127
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:121 108 109 122 123 124 125 126Used by:128
Symbol 128 MovieClipUses:127 116 56 117 118Used by:129 201
Symbol 129 MovieClipUses:106 128Used by:Timeline
Symbol 130 GraphicUsed by:136
Symbol 131 GraphicUsed by:136
Symbol 132 GraphicUsed by:136
Symbol 133 GraphicUsed by:136
Symbol 134 GraphicUsed by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:130 108 109 131 132 133 134 135Used by:137
Symbol 137 MovieClipUses:136 116 56 117 118Used by:138 199
Symbol 138 MovieClipUses:106 137Used by:Timeline
Symbol 139 MovieClipUses:21 81Used by:Timeline
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:Timeline
Symbol 142 MovieClipUses:49Used by:Timeline
Symbol 143 GraphicUsed by:156
Symbol 144 MovieClipUses:52Used by:156
Symbol 145 MovieClipUses:52Used by:156
Symbol 146 GraphicUsed by:156
Symbol 147 FontUsed by:148 155
Symbol 148 TextUses:147Used by:156
Symbol 149 EditableTextUses:4Used by:156
Symbol 150 GraphicUsed by:151 152 153
Symbol 151 MovieClipUses:150Used by:156
Symbol 152 MovieClipUses:150Used by:156
Symbol 153 MovieClipUses:150Used by:156
Symbol 154 GraphicUsed by:156
Symbol 155 TextUses:147Used by:156
Symbol 156 MovieClipUses:143 144 145 146 148 149 151 152 153 154 155Used by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 GraphicUsed by:166 176 193
Symbol 159 EditableTextUses:4Used by:166 176 193
Symbol 160 EditableTextUses:4Used by:166 176 193
Symbol 161 EditableTextUses:4Used by:166 176 193
Symbol 162 GraphicUsed by:166 176 193
Symbol 163 EditableTextUses:4Used by:166 176 193
Symbol 164 EditableTextUses:4Used by:166 176 193
Symbol 165 EditableTextUses:4Used by:166 176 193
Symbol 166 MovieClipUses:158 159 160 161 162 163 164 165Used by:Timeline
Symbol 167 BitmapUsed by:168
Symbol 168 GraphicUses:167Used by:169 173
Symbol 169 MovieClipUses:168Used by:Timeline
Symbol 170 GraphicUsed by:171 174
Symbol 171 MovieClipUses:170Used by:Timeline
Symbol 172 MovieClipUses:21 81Used by:Timeline
Symbol 173 MovieClipUses:168Used by:Timeline
Symbol 174 MovieClipUses:170Used by:Timeline
Symbol 175 MovieClipUses:21 81Used by:Timeline
Symbol 176 MovieClipUses:158 159 160 161 162 163 164 165Used by:Timeline
Symbol 177 GraphicUsed by:178
Symbol 178 MovieClipUses:177Used by:Timeline
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:179Used by:Timeline
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:181Used by:Timeline
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:Timeline
Symbol 187 BitmapUsed by:188
Symbol 188 GraphicUses:187Used by:189
Symbol 189 MovieClipUses:188Used by:Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:192
Symbol 192 MovieClipUses:191Used by:Timeline
Symbol 193 MovieClipUses:158 159 160 161 162 163 164 165Used by:Timeline
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:102 194Used by:Timeline
Symbol 196 MovieClipUses:21 60Used by:Timeline
Symbol 197 MovieClipUses:21 60Used by:Timeline
Symbol 198 MovieClipUses:21 60Used by:Timeline
Symbol 199 MovieClipUses:106 137Used by:Timeline
Symbol 200 MovieClipUses:106 119Used by:Timeline
Symbol 201 MovieClipUses:106 128Used by:Timeline
Symbol 202 ButtonUses:84 85Used by:Timeline
Symbol 203 GraphicUsed by:Timeline
Symbol 204 EditableTextUses:4Used by:Timeline
Symbol 205 GraphicUsed by:Timeline
Symbol 206 EditableTextUses:4Used by:Timeline
Symbol 207 GraphicUsed by:Timeline
Symbol 208 EditableTextUses:4Used by:Timeline
Symbol 209 GraphicUsed by:Timeline
Symbol 210 EditableTextUses:4Used by:Timeline
Symbol 211 GraphicUsed by:Timeline

Instance Names

"ldbar"Frame 1Symbol 3 MovieClip
"mao"Frame 4Symbol 61 MovieClip
"fano"Frame 4Symbol 82 MovieClip
"bg1"Frame 7Symbol 99 MovieClip
"bg2"Frame 7Symbol 101 MovieClip
"bbg"Frame 7Symbol 104 MovieClip
"ene0"Frame 7Symbol 120 MovieClip
"ene1"Frame 7Symbol 129 MovieClip
"ene2"Frame 7Symbol 120 MovieClip
"ene3"Frame 7Symbol 138 MovieClip
"ene4"Frame 7Symbol 129 MovieClip
"ene5"Frame 7Symbol 120 MovieClip
"ene6"Frame 7Symbol 129 MovieClip
"ene7"Frame 7Symbol 120 MovieClip
"ene8"Frame 7Symbol 138 MovieClip
"ene9"Frame 7Symbol 120 MovieClip
"ene10"Frame 7Symbol 120 MovieClip
"ene11"Frame 7Symbol 120 MovieClip
"ene12"Frame 7Symbol 129 MovieClip
"b1"Frame 7Symbol 139 MovieClip
"bg3"Frame 7Symbol 141 MovieClip
"sk"Frame 7Symbol 142 MovieClip
"hpbar"Frame 7Symbol 156 MovieClip
"gob"Frame 9Symbol 166 MovieClip
"bg1"Frame 42Symbol 169 MovieClip
"bg2"Frame 42Symbol 171 MovieClip
"bbg"Frame 42Symbol 104 MovieClip
"ene0"Frame 42Symbol 129 MovieClip
"ene1"Frame 42Symbol 120 MovieClip
"ene2"Frame 42Symbol 129 MovieClip
"ene3"Frame 42Symbol 138 MovieClip
"ene4"Frame 42Symbol 120 MovieClip
"ene5"Frame 42Symbol 120 MovieClip
"ene6"Frame 42Symbol 120 MovieClip
"ene7"Frame 42Symbol 120 MovieClip
"ene8"Frame 42Symbol 138 MovieClip
"ene9"Frame 42Symbol 129 MovieClip
"ene10"Frame 42Symbol 129 MovieClip
"ene11"Frame 42Symbol 129 MovieClip
"ene12"Frame 42Symbol 129 MovieClip
"b1"Frame 42Symbol 172 MovieClip
"sk"Frame 42Symbol 142 MovieClip
"hpbar"Frame 42Symbol 156 MovieClip
"gob"Frame 44Symbol 166 MovieClip
"bg1"Frame 77Symbol 173 MovieClip
"bg2"Frame 77Symbol 174 MovieClip
"bbg"Frame 77Symbol 104 MovieClip
"ene0"Frame 77Symbol 120 MovieClip
"ene1"Frame 77Symbol 120 MovieClip
"ene2"Frame 77Symbol 129 MovieClip
"ene3"Frame 77Symbol 138 MovieClip
"ene4"Frame 77Symbol 129 MovieClip
"ene5"Frame 77Symbol 129 MovieClip
"ene6"Frame 77Symbol 129 MovieClip
"ene7"Frame 77Symbol 129 MovieClip
"ene8"Frame 77Symbol 138 MovieClip
"ene9"Frame 77Symbol 120 MovieClip
"ene10"Frame 77Symbol 120 MovieClip
"ene11"Frame 77Symbol 120 MovieClip
"ene12"Frame 77Symbol 120 MovieClip
"b1"Frame 77Symbol 175 MovieClip
"sk"Frame 77Symbol 142 MovieClip
"hpbar"Frame 77Symbol 156 MovieClip
"gob"Frame 79Symbol 176 MovieClip
"bg1"Frame 112Symbol 178 MovieClip
"bg2"Frame 112Symbol 180 MovieClip
"bbg"Frame 112Symbol 104 MovieClip
"ene0"Frame 112Symbol 120 MovieClip
"ene1"Frame 112Symbol 129 MovieClip
"ene2"Frame 112Symbol 120 MovieClip
"ene3"Frame 112Symbol 138 MovieClip
"ene4"Frame 112Symbol 120 MovieClip
"ene5"Frame 112Symbol 129 MovieClip
"ene6"Frame 112Symbol 120 MovieClip
"ene7"Frame 112Symbol 120 MovieClip
"ene8"Frame 112Symbol 138 MovieClip
"ene9"Frame 112Symbol 129 MovieClip
"ene10"Frame 112Symbol 120 MovieClip
"ene11"Frame 112Symbol 129 MovieClip
"ene12"Frame 112Symbol 120 MovieClip
"b1"Frame 112Symbol 139 MovieClip
"sk"Frame 112Symbol 142 MovieClip
"hpbar"Frame 112Symbol 156 MovieClip
"gob"Frame 114Symbol 166 MovieClip
"bg1"Frame 147Symbol 178 MovieClip
"bg2"Frame 147Symbol 182 MovieClip
"bbg"Frame 147Symbol 104 MovieClip
"ene0"Frame 147Symbol 129 MovieClip
"ene1"Frame 147Symbol 129 MovieClip
"ene2"Frame 147Symbol 120 MovieClip
"ene3"Frame 147Symbol 138 MovieClip
"ene4"Frame 147Symbol 120 MovieClip
"ene5"Frame 147Symbol 129 MovieClip
"ene6"Frame 147Symbol 120 MovieClip
"ene7"Frame 147Symbol 120 MovieClip
"ene8"Frame 147Symbol 138 MovieClip
"ene9"Frame 147Symbol 129 MovieClip
"ene10"Frame 147Symbol 120 MovieClip
"ene11"Frame 147Symbol 120 MovieClip
"ene12"Frame 147Symbol 120 MovieClip
"b1"Frame 147Symbol 139 MovieClip
"bg3"Frame 147Symbol 184 MovieClip
"sk"Frame 147Symbol 142 MovieClip
"hpbar"Frame 147Symbol 156 MovieClip
"gob"Frame 149Symbol 166 MovieClip
"bg1"Frame 182Symbol 178 MovieClip
"bg2"Frame 182Symbol 186 MovieClip
"bbg"Frame 182Symbol 104 MovieClip
"ene0"Frame 182Symbol 120 MovieClip
"ene1"Frame 182Symbol 120 MovieClip
"ene2"Frame 182Symbol 129 MovieClip
"ene3"Frame 182Symbol 138 MovieClip
"ene4"Frame 182Symbol 120 MovieClip
"ene5"Frame 182Symbol 120 MovieClip
"ene6"Frame 182Symbol 129 MovieClip
"ene7"Frame 182Symbol 129 MovieClip
"ene8"Frame 182Symbol 129 MovieClip
"ene9"Frame 182Symbol 138 MovieClip
"ene10"Frame 182Symbol 120 MovieClip
"ene11"Frame 182Symbol 120 MovieClip
"ene12"Frame 182Symbol 129 MovieClip
"b1"Frame 182Symbol 139 MovieClip
"bg3"Frame 182Symbol 184 MovieClip
"sk"Frame 182Symbol 142 MovieClip
"hpbar"Frame 182Symbol 156 MovieClip
"gob"Frame 184Symbol 166 MovieClip
"bg2"Frame 217Symbol 189 MovieClip
"bbg"Frame 217Symbol 104 MovieClip
"ene0"Frame 217Symbol 129 MovieClip
"b1"Frame 217Symbol 139 MovieClip
"bg3"Frame 217Symbol 192 MovieClip
"sk"Frame 217Symbol 142 MovieClip
"hpbar"Frame 217Symbol 156 MovieClip
"gob"Frame 219Symbol 193 MovieClip
"bg1"Frame 232Symbol 99 MovieClip
"bg2"Frame 232Symbol 101 MovieClip
"bbg"Frame 232Symbol 195 MovieClip
"ene0"Frame 232Symbol 120 MovieClip
"ene1"Frame 232Symbol 129 MovieClip
"ene2"Frame 232Symbol 120 MovieClip
"ene3"Frame 232Symbol 138 MovieClip
"ene4"Frame 232Symbol 129 MovieClip
"ene5"Frame 232Symbol 120 MovieClip
"ene6"Frame 232Symbol 129 MovieClip
"ene7"Frame 232Symbol 120 MovieClip
"ene8"Frame 232Symbol 138 MovieClip
"ene9"Frame 232Symbol 120 MovieClip
"ene10"Frame 232Symbol 120 MovieClip
"ene11"Frame 232Symbol 120 MovieClip
"ene12"Frame 232Symbol 129 MovieClip
"b1"Frame 232Symbol 196 MovieClip
"bg3"Frame 232Symbol 141 MovieClip
"sk"Frame 232Symbol 142 MovieClip
"hpbar"Frame 232Symbol 156 MovieClip
"gob"Frame 234Symbol 166 MovieClip
"bg1"Frame 267Symbol 169 MovieClip
"bg2"Frame 267Symbol 171 MovieClip
"bbg"Frame 267Symbol 195 MovieClip
"ene0"Frame 267Symbol 129 MovieClip
"ene1"Frame 267Symbol 120 MovieClip
"ene2"Frame 267Symbol 129 MovieClip
"ene3"Frame 267Symbol 138 MovieClip
"ene4"Frame 267Symbol 120 MovieClip
"ene5"Frame 267Symbol 120 MovieClip
"ene6"Frame 267Symbol 120 MovieClip
"ene7"Frame 267Symbol 120 MovieClip
"ene8"Frame 267Symbol 138 MovieClip
"ene9"Frame 267Symbol 129 MovieClip
"ene10"Frame 267Symbol 129 MovieClip
"ene11"Frame 267Symbol 129 MovieClip
"ene12"Frame 267Symbol 129 MovieClip
"b1"Frame 267Symbol 197 MovieClip
"sk"Frame 267Symbol 142 MovieClip
"hpbar"Frame 267Symbol 156 MovieClip
"gob"Frame 269Symbol 166 MovieClip
"bg1"Frame 302Symbol 173 MovieClip
"bg2"Frame 302Symbol 174 MovieClip
"bbg"Frame 302Symbol 195 MovieClip
"ene0"Frame 302Symbol 120 MovieClip
"ene1"Frame 302Symbol 120 MovieClip
"ene2"Frame 302Symbol 129 MovieClip
"ene3"Frame 302Symbol 138 MovieClip
"ene4"Frame 302Symbol 129 MovieClip
"ene5"Frame 302Symbol 129 MovieClip
"ene6"Frame 302Symbol 129 MovieClip
"ene7"Frame 302Symbol 129 MovieClip
"ene8"Frame 302Symbol 138 MovieClip
"ene9"Frame 302Symbol 120 MovieClip
"ene10"Frame 302Symbol 120 MovieClip
"ene11"Frame 302Symbol 120 MovieClip
"ene12"Frame 302Symbol 120 MovieClip
"b1"Frame 302Symbol 198 MovieClip
"sk"Frame 302Symbol 142 MovieClip
"hpbar"Frame 302Symbol 156 MovieClip
"gob"Frame 304Symbol 176 MovieClip
"bg1"Frame 337Symbol 178 MovieClip
"bg2"Frame 337Symbol 180 MovieClip
"bbg"Frame 337Symbol 195 MovieClip
"ene0"Frame 337Symbol 120 MovieClip
"ene1"Frame 337Symbol 129 MovieClip
"ene2"Frame 337Symbol 120 MovieClip
"ene3"Frame 337Symbol 138 MovieClip
"ene4"Frame 337Symbol 120 MovieClip
"ene5"Frame 337Symbol 129 MovieClip
"ene6"Frame 337Symbol 120 MovieClip
"ene7"Frame 337Symbol 120 MovieClip
"ene8"Frame 337Symbol 138 MovieClip
"ene9"Frame 337Symbol 129 MovieClip
"ene10"Frame 337Symbol 120 MovieClip
"ene11"Frame 337Symbol 129 MovieClip
"ene12"Frame 337Symbol 120 MovieClip
"b1"Frame 337Symbol 196 MovieClip
"sk"Frame 337Symbol 142 MovieClip
"hpbar"Frame 337Symbol 156 MovieClip
"gob"Frame 339Symbol 166 MovieClip
"bg1"Frame 372Symbol 178 MovieClip
"bg2"Frame 372Symbol 182 MovieClip
"bbg"Frame 372Symbol 195 MovieClip
"ene0"Frame 372Symbol 129 MovieClip
"ene1"Frame 372Symbol 129 MovieClip
"ene2"Frame 372Symbol 120 MovieClip
"ene3"Frame 372Symbol 138 MovieClip
"ene4"Frame 372Symbol 120 MovieClip
"ene5"Frame 372Symbol 129 MovieClip
"ene6"Frame 372Symbol 120 MovieClip
"ene7"Frame 372Symbol 120 MovieClip
"ene8"Frame 372Symbol 138 MovieClip
"ene9"Frame 372Symbol 129 MovieClip
"ene10"Frame 372Symbol 120 MovieClip
"ene11"Frame 372Symbol 120 MovieClip
"ene12"Frame 372Symbol 120 MovieClip
"b1"Frame 372Symbol 196 MovieClip
"bg3"Frame 372Symbol 184 MovieClip
"sk"Frame 372Symbol 142 MovieClip
"hpbar"Frame 372Symbol 156 MovieClip
"gob"Frame 374Symbol 166 MovieClip
"bg1"Frame 407Symbol 178 MovieClip
"bg2"Frame 407Symbol 186 MovieClip
"bbg"Frame 407Symbol 195 MovieClip
"ene0"Frame 407Symbol 120 MovieClip
"ene1"Frame 407Symbol 120 MovieClip
"ene2"Frame 407Symbol 129 MovieClip
"ene3"Frame 407Symbol 138 MovieClip
"ene4"Frame 407Symbol 120 MovieClip
"ene5"Frame 407Symbol 120 MovieClip
"ene6"Frame 407Symbol 129 MovieClip
"ene7"Frame 407Symbol 129 MovieClip
"ene8"Frame 407Symbol 129 MovieClip
"ene9"Frame 407Symbol 138 MovieClip
"ene10"Frame 407Symbol 120 MovieClip
"ene11"Frame 407Symbol 120 MovieClip
"ene12"Frame 407Symbol 129 MovieClip
"b1"Frame 407Symbol 196 MovieClip
"bg3"Frame 407Symbol 184 MovieClip
"sk"Frame 407Symbol 142 MovieClip
"hpbar"Frame 407Symbol 156 MovieClip
"gob"Frame 409Symbol 166 MovieClip
"bg2"Frame 442Symbol 189 MovieClip
"bbg"Frame 442Symbol 195 MovieClip
"ene0"Frame 442Symbol 129 MovieClip
"b1"Frame 442Symbol 196 MovieClip
"bg3"Frame 442Symbol 192 MovieClip
"sk"Frame 442Symbol 142 MovieClip
"hpbar"Frame 442Symbol 156 MovieClip
"gob"Frame 444Symbol 193 MovieClip
"pf1"Symbol 48 MovieClip Frame 61Symbol 44 MovieClip
"pf2"Symbol 48 MovieClip Frame 61Symbol 44 MovieClip
"pf1"Symbol 51 MovieClip Frame 61Symbol 44 MovieClip
"pf2"Symbol 51 MovieClip Frame 61Symbol 44 MovieClip
"fano"Symbol 60 MovieClip Frame 1Symbol 48 MovieClip
"spact"Symbol 60 MovieClip Frame 1Symbol 50 MovieClip
"fano"Symbol 60 MovieClip Frame 4Symbol 51 MovieClip
"hit"Symbol 60 MovieClip Frame 10Symbol 53 MovieClip
"fano"Symbol 60 MovieClip Frame 10Symbol 48 MovieClip
"hit"Symbol 60 MovieClip Frame 41Symbol 53 MovieClip
"hs"Symbol 60 MovieClip Frame 46Symbol 56 MovieClip
"sphit"Symbol 60 MovieClip Frame 57Symbol 53 MovieClip
"jump"Symbol 61 MovieClip Frame 1Symbol 21 MovieClip
"plyr1"Symbol 61 MovieClip Frame 1Symbol 60 MovieClip
"fano"Symbol 81 MovieClip Frame 1Symbol 79 MovieClip
"fano"Symbol 81 MovieClip Frame 4Symbol 80 MovieClip
"hit"Symbol 81 MovieClip Frame 10Symbol 53 MovieClip
"fano"Symbol 81 MovieClip Frame 10Symbol 79 MovieClip
"hit"Symbol 81 MovieClip Frame 41Symbol 53 MovieClip
"hs"Symbol 81 MovieClip Frame 46Symbol 56 MovieClip
"sphit"Symbol 81 MovieClip Frame 57Symbol 53 MovieClip
"jump"Symbol 82 MovieClip Frame 1Symbol 21 MovieClip
"plyr1"Symbol 82 MovieClip Frame 1Symbol 81 MovieClip
"ene"Symbol 119 MovieClip Frame 1Symbol 115 MovieClip
"hit"Symbol 119 MovieClip Frame 10Symbol 116 MovieClip
"hs"Symbol 119 MovieClip Frame 15Symbol 56 MovieClip
"hs"Symbol 119 MovieClip Frame 50Symbol 56 MovieClip
"tact"Symbol 120 MovieClip Frame 1Symbol 106 MovieClip
"char"Symbol 120 MovieClip Frame 1Symbol 119 MovieClip
"ene"Symbol 128 MovieClip Frame 1Symbol 127 MovieClip
"hit"Symbol 128 MovieClip Frame 10Symbol 116 MovieClip
"hs"Symbol 128 MovieClip Frame 15Symbol 56 MovieClip
"hs"Symbol 128 MovieClip Frame 50Symbol 56 MovieClip
"tact"Symbol 129 MovieClip Frame 1Symbol 106 MovieClip
"char"Symbol 129 MovieClip Frame 1Symbol 128 MovieClip
"ene"Symbol 137 MovieClip Frame 1Symbol 136 MovieClip
"hit"Symbol 137 MovieClip Frame 10Symbol 116 MovieClip
"hs"Symbol 137 MovieClip Frame 15Symbol 56 MovieClip
"hs"Symbol 137 MovieClip Frame 50Symbol 56 MovieClip
"tact"Symbol 138 MovieClip Frame 1Symbol 106 MovieClip
"char"Symbol 138 MovieClip Frame 1Symbol 137 MovieClip
"jump"Symbol 139 MovieClip Frame 1Symbol 21 MovieClip
"plyr1"Symbol 139 MovieClip Frame 1Symbol 81 MovieClip
"spbar"Symbol 156 MovieClip Frame 1Symbol 145 MovieClip
"bs"Symbol 156 MovieClip Frame 1Symbol 153 MovieClip
"jump"Symbol 172 MovieClip Frame 1Symbol 21 MovieClip
"plyr1"Symbol 172 MovieClip Frame 1Symbol 81 MovieClip
"jump"Symbol 175 MovieClip Frame 1Symbol 21 MovieClip
"plyr1"Symbol 175 MovieClip Frame 1Symbol 81 MovieClip
"f0"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"f1"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"f2"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"f1"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"f1"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"f1"Symbol 192 MovieClip Frame 1Symbol 191 MovieClip
"jump"Symbol 196 MovieClip Frame 1Symbol 21 MovieClip
"plyr1"Symbol 196 MovieClip Frame 1Symbol 60 MovieClip
"jump"Symbol 197 MovieClip Frame 1Symbol 21 MovieClip
"plyr1"Symbol 197 MovieClip Frame 1Symbol 60 MovieClip
"jump"Symbol 198 MovieClip Frame 1Symbol 21 MovieClip
"plyr1"Symbol 198 MovieClip Frame 1Symbol 60 MovieClip
"tact"Symbol 199 MovieClip Frame 1Symbol 106 MovieClip
"char"Symbol 199 MovieClip Frame 1Symbol 137 MovieClip
"tact"Symbol 200 MovieClip Frame 1Symbol 106 MovieClip
"char"Symbol 200 MovieClip Frame 1Symbol 119 MovieClip
"tact"Symbol 201 MovieClip Frame 1Symbol 106 MovieClip
"char"Symbol 201 MovieClip Frame 1Symbol 128 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 1Symbol 1 as "sndpunch"

Labels

"loading"Frame 1
"over1"Frame 36
"over2"Frame 71
"over3"Frame 106
"over4"Frame 141
"over5"Frame 176
"over6"Frame 211
"over7"Frame 226
"over8"Frame 261
"over9"Frame 296
"over10"Frame 331
"over11"Frame 366
"over12"Frame 401
"over13"Frame 436
"over14"Frame 451
"stop"Symbol 48 MovieClip Frame 1
"walk"Symbol 48 MovieClip Frame 6
"att"Symbol 48 MovieClip Frame 25
"att3"Symbol 48 MovieClip Frame 29
"jmpu"Symbol 48 MovieClip Frame 36
"jmpd"Symbol 48 MovieClip Frame 41
"jatt"Symbol 48 MovieClip Frame 46
"onhit"Symbol 48 MovieClip Frame 51
"spwait"Symbol 48 MovieClip Frame 56
"spatt"Symbol 48 MovieClip Frame 61
"no"Symbol 50 MovieClip Frame 1
"gloop"Symbol 50 MovieClip Frame 2
"stop"Symbol 51 MovieClip Frame 1
"walk"Symbol 51 MovieClip Frame 6
"att"Symbol 51 MovieClip Frame 25
"att3"Symbol 51 MovieClip Frame 29
"jmpu"Symbol 51 MovieClip Frame 36
"jmpd"Symbol 51 MovieClip Frame 41
"jatt"Symbol 51 MovieClip Frame 46
"onhit"Symbol 51 MovieClip Frame 51
"spwait"Symbol 51 MovieClip Frame 56
"spatt"Symbol 51 MovieClip Frame 61
"no"Symbol 56 MovieClip Frame 1
"show"Symbol 56 MovieClip Frame 4
"stop"Symbol 60 MovieClip Frame 1
"move"Symbol 60 MovieClip Frame 4
"att"Symbol 60 MovieClip Frame 10
"pow_att"Symbol 60 MovieClip Frame 15
"jmp1"Symbol 60 MovieClip Frame 31
"jmp2"Symbol 60 MovieClip Frame 36
"jatt"Symbol 60 MovieClip Frame 41
"onhit"Symbol 60 MovieClip Frame 46
"spwait"Symbol 60 MovieClip Frame 52
"spatt"Symbol 60 MovieClip Frame 57
"n_r"Symbol 61 MovieClip Frame 1
"n_l"Symbol 61 MovieClip Frame 4
"w_r"Symbol 61 MovieClip Frame 7
"w_l"Symbol 61 MovieClip Frame 10
"stop"Symbol 79 MovieClip Frame 1
"walk"Symbol 79 MovieClip Frame 6
"att"Symbol 79 MovieClip Frame 25
"att3"Symbol 79 MovieClip Frame 29
"jmpu"Symbol 79 MovieClip Frame 36
"jmpd"Symbol 79 MovieClip Frame 41
"jatt"Symbol 79 MovieClip Frame 46
"onhit"Symbol 79 MovieClip Frame 51
"spwait"Symbol 79 MovieClip Frame 56
"spatt"Symbol 79 MovieClip Frame 61
"stop"Symbol 80 MovieClip Frame 1
"walk"Symbol 80 MovieClip Frame 6
"att"Symbol 80 MovieClip Frame 25
"att3"Symbol 80 MovieClip Frame 29
"jmpu"Symbol 80 MovieClip Frame 36
"jmpd"Symbol 80 MovieClip Frame 41
"jatt"Symbol 80 MovieClip Frame 46
"onhit"Symbol 80 MovieClip Frame 51
"spwait"Symbol 80 MovieClip Frame 56
"spatt"Symbol 80 MovieClip Frame 61
"stop"Symbol 81 MovieClip Frame 1
"move"Symbol 81 MovieClip Frame 4
"att"Symbol 81 MovieClip Frame 10
"pow_att"Symbol 81 MovieClip Frame 15
"jmp1"Symbol 81 MovieClip Frame 31
"jmp2"Symbol 81 MovieClip Frame 36
"jatt"Symbol 81 MovieClip Frame 41
"onhit"Symbol 81 MovieClip Frame 46
"spwait"Symbol 81 MovieClip Frame 52
"spatt"Symbol 81 MovieClip Frame 57
"n_r"Symbol 82 MovieClip Frame 1
"n_l"Symbol 82 MovieClip Frame 4
"w_r"Symbol 82 MovieClip Frame 7
"w_l"Symbol 82 MovieClip Frame 10
"no"Symbol 104 MovieClip Frame 1
"show"Symbol 104 MovieClip Frame 3
"stop"Symbol 115 MovieClip Frame 1
"walk"Symbol 115 MovieClip Frame 5
"att"Symbol 115 MovieClip Frame 24
"fly"Symbol 115 MovieClip Frame 28
"die"Symbol 115 MovieClip Frame 32
"onhit"Symbol 115 MovieClip Frame 36
"stop"Symbol 119 MovieClip Frame 1
"move"Symbol 119 MovieClip Frame 4
"att"Symbol 119 MovieClip Frame 10
"fly"Symbol 119 MovieClip Frame 15
"die"Symbol 119 MovieClip Frame 27
"w_up"Symbol 119 MovieClip Frame 37
"onhit"Symbol 119 MovieClip Frame 50
"n_r"Symbol 120 MovieClip Frame 1
"n_l"Symbol 120 MovieClip Frame 4
"w_r"Symbol 120 MovieClip Frame 7
"w_l"Symbol 120 MovieClip Frame 10
"stop"Symbol 127 MovieClip Frame 1
"walk"Symbol 127 MovieClip Frame 5
"att"Symbol 127 MovieClip Frame 24
"fly"Symbol 127 MovieClip Frame 28
"die"Symbol 127 MovieClip Frame 32
"onhit"Symbol 127 MovieClip Frame 36
"stop"Symbol 128 MovieClip Frame 1
"move"Symbol 128 MovieClip Frame 4
"att"Symbol 128 MovieClip Frame 10
"fly"Symbol 128 MovieClip Frame 15
"die"Symbol 128 MovieClip Frame 27
"w_up"Symbol 128 MovieClip Frame 37
"onhit"Symbol 128 MovieClip Frame 50
"n_r"Symbol 129 MovieClip Frame 1
"n_l"Symbol 129 MovieClip Frame 4
"w_r"Symbol 129 MovieClip Frame 7
"w_l"Symbol 129 MovieClip Frame 10
"stop"Symbol 136 MovieClip Frame 1
"walk"Symbol 136 MovieClip Frame 5
"att"Symbol 136 MovieClip Frame 24
"fly"Symbol 136 MovieClip Frame 28
"die"Symbol 136 MovieClip Frame 32
"onhit"Symbol 136 MovieClip Frame 36
"stop"Symbol 137 MovieClip Frame 1
"move"Symbol 137 MovieClip Frame 4
"att"Symbol 137 MovieClip Frame 10
"fly"Symbol 137 MovieClip Frame 15
"die"Symbol 137 MovieClip Frame 27
"w_up"Symbol 137 MovieClip Frame 37
"onhit"Symbol 137 MovieClip Frame 50
"n_r"Symbol 138 MovieClip Frame 1
"n_l"Symbol 138 MovieClip Frame 4
"w_r"Symbol 138 MovieClip Frame 7
"w_l"Symbol 138 MovieClip Frame 10
"n_r"Symbol 139 MovieClip Frame 1
"n_l"Symbol 139 MovieClip Frame 4
"w_r"Symbol 139 MovieClip Frame 7
"w_l"Symbol 139 MovieClip Frame 10
"right"Symbol 166 MovieClip Frame 1
"left"Symbol 166 MovieClip Frame 11
"n_r"Symbol 172 MovieClip Frame 1
"n_l"Symbol 172 MovieClip Frame 4
"w_r"Symbol 172 MovieClip Frame 7
"w_l"Symbol 172 MovieClip Frame 10
"n_r"Symbol 175 MovieClip Frame 1
"n_l"Symbol 175 MovieClip Frame 4
"w_r"Symbol 175 MovieClip Frame 7
"w_l"Symbol 175 MovieClip Frame 10
"right"Symbol 176 MovieClip Frame 1
"left"Symbol 176 MovieClip Frame 11
"right"Symbol 193 MovieClip Frame 1
"left"Symbol 193 MovieClip Frame 11
"no"Symbol 195 MovieClip Frame 1
"show"Symbol 195 MovieClip Frame 3
"n_r"Symbol 196 MovieClip Frame 1
"n_l"Symbol 196 MovieClip Frame 4
"w_r"Symbol 196 MovieClip Frame 7
"w_l"Symbol 196 MovieClip Frame 10
"n_r"Symbol 197 MovieClip Frame 1
"n_l"Symbol 197 MovieClip Frame 4
"w_r"Symbol 197 MovieClip Frame 7
"w_l"Symbol 197 MovieClip Frame 10
"n_r"Symbol 198 MovieClip Frame 1
"n_l"Symbol 198 MovieClip Frame 4
"w_r"Symbol 198 MovieClip Frame 7
"w_l"Symbol 198 MovieClip Frame 10
"n_r"Symbol 199 MovieClip Frame 1
"n_l"Symbol 199 MovieClip Frame 4
"w_r"Symbol 199 MovieClip Frame 7
"w_l"Symbol 199 MovieClip Frame 10
"n_r"Symbol 200 MovieClip Frame 1
"n_l"Symbol 200 MovieClip Frame 4
"w_r"Symbol 200 MovieClip Frame 7
"w_l"Symbol 200 MovieClip Frame 10
"n_r"Symbol 201 MovieClip Frame 1
"n_l"Symbol 201 MovieClip Frame 4
"w_r"Symbol 201 MovieClip Frame 7
"w_l"Symbol 201 MovieClip Frame 10

Dynamic Text Variables

perSymbol 5 EditableText""
TextField6Symbol 11 EditableText"CERBERUS STUDIO"
TextField6Symbol 12 EditableText"CERBERUS STUDIO"
TextField6Symbol 13 EditableText"CERBERUS STUDIO"
statusSymbol 149 EditableText"<P ALIGN="CENTER"><FONT FACE="_sans" SIZE="12" COLOR="#00CC66">FIRE!!</FONT></P>"




http://swfchan.com/5/22101/info.shtml
Created: 27/5 -2019 04:43:59 Last modified: 27/5 -2019 04:43:59 Server time: 17/05 -2024 05:06:23