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

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

The Fallen.swf

This is the info page for
Flash #23690

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


Text
LOADING

LOADING

The Fallen

The Fallen

START

START

Two Angels were cast out of the heavens
for trying to overthrow the Kingdom.
Now they have found refuge here on earth,
and are planning on using the men that
worship them to wage war here. In order
to stop this from happening, the Angel of
Malice, and the Archangel have been sent
down to destroy them.

CONTROLS

Ctrl = Punch
Space = Flip Kick
Shift = reverse Kick
Arrow keys to move

You can only perform 10 specials

PLAY

G

A

M

E

O

V

R

Continue

Quit

PLAY MORE GAMES AT relentlesscreations.com

OPEN

Malice

Malice

GO!

X

X

000000

000000

000000

NEXT

Destruction: So, you
have finally come for
us.

Malice: Yes

Malice: You and the
other Fallen, are
fugitives.

Malice: You will not be
able to hide in this
world.

Malice: The Master has
appointed me to
destroy you.

Destruction: I am the
destroyer, of
destroyers.

Destruction: I do not
fear you.

Destruction

Destruction

000000

Malice: Well, I have
fullfilled my end of
this bargain.

Malice: Now I leave it
to you Ghost Angel.

Malice: The Angel of
Death, will be far more
difficult to best, than
the Angel of
Destruction was.

000000

000000

000000

000000

000000

Ghost Angel: The time
has come, Ghost Devil.

Ghost Angel: The Master
has called upon me,
the Archangel, to
destroy you.

Ghost Angel: The Angel
of Destruction has
already been defeated
by the Angel of Malice.

Ghost Angel: We have
also disposed of all
your followers too.

Ghost Devil: You are
foolish to believe you
can defeat me.

Ghost Devil: For I am
the Angel of Death.
From the beginning I
have had dominion over

Ghost Devil: The lives
of Angels, and men.

Ghost Angel: Your time
has come Ghost Devil. I
will deliver you from
this world.

ActionScript [AS1/AS2]

Frame 1
function skiptointro() { gotoAndPlay ("reCre"); } _root.user.removeMovieClip(); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Instance of Symbol 8 MovieClip in Frame 1
onClipEvent (load) { currentbytes = int(_root.getBytesLoaded() / 1000); totalbytes = int(_root.getBytesTotal() / 1000); percentbytes = int((currentbytes / totalbytes) * 100); _root.textbox = ((("LOADING " + percentbytes) + "% of ") + totalbytes) + " KBs"; _root.loadedbar._width = percentbytes; if (percentbytes >= 100) { _root.skiptointro(); } }
Frame 4
gotoAndPlay (1);
Frame 10
stop(); function nextScreen() { stopAllSounds(); gotoAndPlay ("title"); } bonusClockB = 0; function titleScreen() { stopAllSounds(); gotoAndPlay ("title"); } bonusClockB = 0; _root.user.removeMovieClip(); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Instance of Symbol 16 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.bonusClockB >= 40) { _root.nextScreen(); } } onClipEvent (enterFrame) { _root.bonusClockB++; }
Frame 15
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("start"); mySound.start(0.005, 9999); f++; } stop(); userHp = 100; cpuHp = 100; special = 10; continues = 5; withWeapon = false; score = 0; _root.user.removeMovieClip(); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false; Stage.showMenu = false;
Frame 20
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("start"); mySound.start(0.005, 9999); f++; } stop(); _root.user.removeMovieClip(); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 25
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("start"); mySound.start(0.005, 9999); f++; } stop(); _root.user.removeMovieClip(); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip();
Frame 30
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("stage1"); mySound.start(0.005, 9999); f++; } stop(); function walk(player) { if ((Key.isDown(39) && (player._currentframe == 1)) && (!_root.withWeapon)) { player.gotoAndPlay("walking"); } else if ((Key.isDown(37) && (player._currentframe == 1)) && (!_root.withWeapon)) { player.gotoAndPlay("walking"); } else if ((Key.isDown(38) && (player._currentframe == 1)) && (!_root.withWeapon)) { player.gotoAndPlay("walking"); } else if ((Key.isDown(40) && (player._currentframe == 1)) && (!_root.withWeapon)) { player.gotoAndPlay("walking"); } } function walkWep(player) { if ((Key.isDown(39) && (player._currentframe == 272)) && (_root.withWeapon)) { player.gotoAndPlay("weaponWalk"); } else if ((Key.isDown(37) && (player._currentframe == 272)) && (_root.withWeapon)) { player.gotoAndPlay("weaponWalk"); } else if ((Key.isDown(38) && (player._currentframe == 272)) && (_root.withWeapon)) { player.gotoAndPlay("weaponWalk"); } else if ((Key.isDown(40) && (player._currentframe == 272)) && (_root.withWeapon)) { player.gotoAndPlay("weaponWalk"); } } function attack(player) { var _local3 = 90; var _local4 = 88; var _local5 = 67; var _local6 = 40; var _local7 = 1; if (((Key.getCode() == _local3) && (player._currentframe == 1)) && (_root.attackCount == 1)) { player.gotoAndPlay("attack1"); } else if (((Key.getCode() == _local3) && (player._currentframe == 1)) && (_root.attackCount == 2)) { player.gotoAndPlay("attack1"); } else if (((Key.getCode() == _local3) && (player._currentframe == 1)) && (_root.attackCount == 3)) { player.gotoAndPlay("attack3"); } else if (((Key.getCode() == _local3) && (player._currentframe == 1)) && (_root.attackCount == 4)) { player.gotoAndPlay("attack4"); } else if (((Key.getCode() == _local4) && (player._currentframe == 1)) && (_root.kickCount == 3)) { player.gotoAndPlay("attack3"); } else if (((Key.getCode() == _local4) && (player._currentframe == 1)) && (_root.kickCount < 3)) { player.gotoAndPlay("attack2"); } else if (((Key.getCode() == _local5) && (player._currentframe == 1)) && (_root.special > 0)) { player.gotoAndPlay("attack5"); _root.special = _root.special - 1; } else if (((Key.getCode() == _local3) && (player._currentframe == 1)) && (_root.attackCount == 0)) { player.gotoAndPlay("attack1"); } } function moveOn(player) { var _local3 = 10; var _local4 = 30; var _local2 = 37; if ((Key.isDown(39) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._x = player._x + _local3; } else if ((Key.isDown(37) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._x = player._x - _local3; } else if ((Key.isDown(38) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._y = player._y - _local3; } else if ((Key.isDown(40) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._y = player._y + _local3; } } function moveOnWithWep(player) { var _local3 = 10; var _local4 = 264; var _local2 = 271; if ((Key.isDown(39) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._x = player._x + _local3; } else if ((Key.isDown(37) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._x = player._x - _local3; } else if ((Key.isDown(38) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._y = player._y - _local3; } else if ((Key.isDown(40) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._y = player._y + _local3; } } function moveOnTo(player) { var _local3 = 10; var _local4 = 28; var _local2 = 35; if ((Key.isDown(39) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._x = player._x + _local3; } else if ((Key.isDown(37) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._x = player._x - _local3; } else if ((Key.isDown(38) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._y = player._y - _local3; } else if ((Key.isDown(40) && (player._currentframe >= _local4)) && (player._currentframe <= _local2)) { player._y = player._y + _local3; } } function moveAround(cpuChar, userChar) { var _local4 = 89; var _local6 = ""; var _local5 = int(Math.random() * 25000); var _local7 = 5500; var _local9 = 7500; var _local8 = 2500; var _local3 = 15; trace(_local5); trace(_local6); if (((!userChar.hitTest(cpuChar)) && (userChar._x < cpuChar._x)) && (cpuChar._currentframe < _local4)) { cpuChar._x = cpuChar._x + _local3; cpuChar.gotoAndPlay("walking"); } else if (((!userChar.hitTest(cpuChar)) && (userChar._x < cpuChar._x)) && (cpuChar._currentframe < _local4)) { cpuChar._x = cpuChar._x - _local3; cpuChar.gotoAndPlay("walking"); } else if (((!userChar.hitTest(cpuChar)) && (userChar._x > cpuChar._x)) && (cpuChar._currentframe < _local4)) { cpuChar._x = cpuChar._x + _local3; cpuChar.gotoAndPlay("walking"); } else if (((((_local5 <= _local7) && (_local5 >= _local8)) && (!userChar.hitTest(cpuChar))) && (userChar._x > cpuChar._x)) && (cpuChar._currentframe < _local4)) { cpuChar._x = cpuChar._x - _local3; cpuChar.gotoAndPlay("walking"); } } function reverseX(character, amount, badguy, player) { if (Key.isDown(37)) { character._xscale = -amount; } else if (Key.isDown(39)) { character._xscale = amount; } } function limit(movieClip) { var _local1 = 525; beginVal = 10; if (movieClip._x >= _local1) { movieClip._x = _local1; } else if (movieClip._x <= beginVal) { movieClip._x = beginVal; } } function getHurt(who, opponent) { var _local2 = 85; if (opponent.hit.hitTest(who) && (who._currentframe < _local2)) { who.gotoAndPlay("damage"); _root.score = _root.score + 100; } } function smashThis(player, otherPlayer, lifeVar) { var _local3 = 89; var _local2 = 20; if (player.smash.hitTest(otherPlayer) && (lifeVar > 0)) { otherPlayer.gotoAndPlay("defeated"); } else if (((otherPlayer._currentframe > _local3) && (player._x < otherPlayer._x)) && (lifeVar > 0)) { otherPlayer._x = otherPlayer._x + _local2; _local2 = _local2 - 5; } else if (((_local2 <= 0) && (otherPlayer._currentframe < _local3)) && (lifeVar > 0)) { _local2 = 0; } else if (((otherPlayer._currentframe > _local3) && (player._x > otherPlayer._x)) && (lifeVar > 0)) { otherPlayer._x = otherPlayer._x - _local2; _local2 = _local2 - 5; } } function findUser(badguy, xSpeed, spaceAway, deathVar) { distance = spaceAway; badGuySpeed = xSpeed; move = deathVar; if ((badguy._x <= (_root.user._x - distance)) && (_root.user._x > badguy._x)) { badguy._x = badguy._x + badGuySpeed; } else if ((badguy._x >= (_root.user._x + distance)) && (_root.user._x < badguy._x)) { badguy._x = badguy._x - badGuySpeed; } } function findUserY(badguy, ySpeed, evenYpos) { moveUpSpeed = ySpeed; evenItOut = -evenYpos; var _local3 = 85; if ((badguy._y >= (_root.user._y + evenItOut)) && (badguy._currentframe < _local3)) { badguy._y = badguy._y - moveUpSpeed; } else if ((badguy._y < (_root.user._y - evenItOut)) && (badguy._currentframe < _local3)) { badguy._y = badguy._y + moveUpSpeed; } } function walkCpu(player, obstruction) { if ((player._currentframe == 1) && (!player.hitTest(obstruction))) { player.gotoAndPlay("walking"); } } function touchTeam(badguy, team1, team2, team3, team4, team5, spaceAway) { if (badguy.hitTest(team1) && (team1._x > badguy._x)) { badguy._x = badguy._x - spaceAway; } else if (badguy.hitTest(team1) && (team1._x < badguy._x)) { badguy._x = badguy._x + spaceAway; } else if (badguy.hitTest(team2) && (team2._x < badguy._x)) { badguy._x = badguy._x + spaceAway; } else if (badguy.hitTest(team2) && (team2._x > badguy._x)) { badguy._x = badguy._x - spaceAway; } else if (badguy.hitTest(team3) && (team3._x > badguy._x)) { badguy._x = badguy._x - spaceAway; } else if (badguy.hitTest(team3) && (team3._x < badguy._x)) { badguy._x = badguy._x + spaceAway; } } function userHurt(badguy, player, lifeVar) { var _local4 = 20; if ((badguy.hit.hitTest(player) && (_root.withWeapon == false)) && (player._currentframe < 272)) { player.gotoAndPlay("damage"); } else if (badguy.smash.hitTest(player)) { player.gotoAndPlay("defeated"); lifeVar = lifeVar - _local4; } else if (badguy.hit.hitTest(player) && (_root.withWeapon == true)) { player.gotoAndPlay("damage2"); _root.withWeapon = false; } } function getLife(badguy) { if (badguy.hit.hitTest(_root.user)) { _root.hp = _root.hp - 2; } } function killCpu(who, lifeVar, frameNum) { if (lifeVar <= 0) { who.gotoAndStop(frameNum); } } function removeCpu(badguy, deathVar, curFrame) { if (((deathVar == true) && (badguy._currentframe > curFrame)) && (badguy._alpha < 0)) { badguy._visible = false; badguy._x = -1000; } } function getLife(badguy, amount) { if (badguy.hit.hitTest(_root.user)) { _root.userHp = _root.userHp - amount; } } function reborn(lifeVar, otherLifeVar, player, frame) { if (((lifeVar <= 0) && (otherLifeVar > 0)) && (player._currentframe < frame)) { player.gotoAndPlay("defeated"); } } gotIt = false; wepType = "none"; onOb = false; onIt = false; myCountX = 0; killClock = 0; downKey = false; released = false; currentRound = "round1"; attackCount = 0; timeOnFrame = 1; kickCount = 0; passThru = false; superbar = 100; cpuDead = false; cpuGettingHurt = false; cpuAttacking = false; cpuBlocking = false; userDead = false; userGettingHurt = false; userAttacking = false; userBlocking = false; userCharge = 0; cpuCharge = 0; inAir = false; myY = 176.8; jumping = false; cpuhp0 = 125; cpuhp1 = 125; cpuhp2 = 125; cpuhp3 = 125; cpuhp4 = 125; cpuhp5 = 125; cpuhp6 = 125; cpuhp7 = 125; cpuhp8 = 125; cpuhp9 = 125; cpuhp10 = 50; cpuhp11 = 50; cpuhp12 = 35; cpuhp13 = 45; cpuhp14 = 30; cpuhp15 = 45; cpuhp16 = 45; cpuhp17 = 45; cpuhp18 = 45; cpuhp19 = 45; cpuhp20 = 45; cpuhp21 = 45; cpuhp22 = 45; cpuhp23 = 45; cpuhp24 = 45; cpuhp25 = 45; dead0 = false; dead1 = false; dead2 = false; dead3 = false; dead4 = false; dead5 = false; dead6 = false; dead7 = false; dead8 = false; dead9 = false; dead10 = false; dead11 = false; dead12 = false; dead13 = false; dead14 = false; dead15 = false; dead16 = false; dead17 = false; dead18 = false; dead19 = false; dead20 = false; dead21 = false; dead22 = false; dead23 = false; dead24 = false; dead25 = false; counter0 = 0; counter1 = 0; counter2 = 0; counter3 = 0; counter4 = 0; counter5 = 0; counter6 = 0; counter7 = 0; counter8 = 0; counter9 = 0; counter10 = 0; counter11 = 0; counter12 = 0; counter13 = 0; counter14 = 0; counter15 = 0; gettingHurt = false; havegone = false;
Instance of Symbol 72 MovieClip "nextRd" in Frame 30
onClipEvent (enterFrame) { if ((_root.passThru == true) && (_root.user.hitTest(this))) { _root.play(); } }
Instance of Symbol 134 MovieClip "cpu" in Frame 30
onClipEvent (enterFrame) { if (_root.cpuhp3 > 0) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead2); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter3); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp3, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp3); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp3 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp3 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter3 < 16)) { _root.counter3++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter3 == 15) { _root.counter3 = _root.counter3 - 15; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val1; } else if (_root.cpuhp3 <= 0) { _root.dead3 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp3 <= 0) { this.gotoAndStop(101); _root.dead3 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead3, 100); } onClipEvent (enterFrame) { if (_root.dead3 == true) { this._alpha = this._alpha - 10; _root.cpuhp3 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 149 MovieClip "cpu7" in Frame 30
onClipEvent (enterFrame) { var anyNum = 89; if (_root.user._y > (this._y - 100)) { if ((_root.user.hit.hitTest(this) && (this._currentframe == 1)) && (_root.user._x < this._x)) { this.gotoAndPlay("break"); } else if ((_root.user.hit.hitTest(this) && (this._currentframe == 1)) && (_root.user._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.user.smash.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if (_root.user.smash.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.user.hitTest(this) && (this._currentframe == 1)) && (_root.user._currentframe >= anyNum)) { this.gotoAndPlay("break"); } else if (((_root.user.hitTest(this) && (this._currentframe == 1)) && (_root.user._currentframe >= anyNum)) && (_root.user._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu2.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._currentframe >= anyNum)) && (_root.cpu2._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu2.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._currentframe >= anyNum)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu3.hitTest(this) && (this._currentframe == 1)) && (_root.cpu3._currentframe >= anyNum)) && (_root.cpu3._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu3.hitTest(this) && (this._currentframe == 1)) && (_root.cpu3._currentframe >= anyNum)) && (_root.cpu3._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu.hitTest(this) && (this._currentframe == 1)) && (_root.cpu._currentframe >= anyNum)) && (_root.cpu._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu.hitTest(this) && (this._currentframe == 1)) && (_root.cpu._currentframe >= anyNum)) && (_root.cpu._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu3.hitTest(this) && (this._currentframe == 1)) && (_root.cpu3._currentframe >= anyNum)) && (_root.cpu3._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu3.hitTest(this) && (this._currentframe == 1)) && (_root.cpu3._currentframe >= anyNum)) && (_root.cpu3._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu4.hitTest(this) && (this._currentframe == 1)) && (_root.cpu4._currentframe >= anyNum)) && (_root.cpu4._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu4.hitTest(this) && (this._currentframe == 1)) && (_root.cpu4._currentframe >= anyNum)) && (_root.cpu4._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu5.hitTest(this) && (this._currentframe == 1)) && (_root.cpu5._currentframe >= anyNum)) && (_root.cpu5._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu5.hitTest(this) && (this._currentframe == 1)) && (_root.cpu5._currentframe >= anyNum)) && (_root.cpu5._x > this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu10.hitTest(this) && (this._currentframe == 1)) && (_root.cpu10._currentframe >= anyNum)) && (_root.cpu10._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu10.hitTest(this) && (this._currentframe == 1)) && (_root.cpu10._currentframe >= anyNum)) && (_root.cpu10._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; this._xscale = -50; } else if (_root.cpu2.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu2.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.cpu.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.cpu3.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu3.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.cpu4.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu4.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.cpu5.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu5.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.cpu10.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu10.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } } } onClipEvent (enterFrame) { if (_root.user._y > 200) { this.swapDepths(0); } else if (_root.user._y < this._y) { this.swapDepths(100); } }
Instance of Symbol 303 MovieClip "user" in Frame 30
onClipEvent (load) { if ((this._currentframe < 272) && (_root.withWeapon == true)) { this.gotoAndPlay(272); } } onClipEvent (enterFrame) { _root.walk(this); _root.walkWep(this); _root.moveOn(this); _root.moveOnWithWep(this); _root.reverseX(this, 30, _root.cpu); _root.jumpAround(this); _root.gravityPull(this); _root.smashThis(this, _root.cpu, _root.cpuhp3); _root.smashThis(this, _root.cpu2, _root.cpuhp4); _root.smashThis(this, _root.cpu3, _root.cpuhp5); _root.smashThis(this, _root.cpu4, _root.cpuhp6); _root.smashThis(this, _root.cpu5, _root.cpuhp7); _root.smashThis(this, _root.cpu6, _root.cpuhp8); _root.smashThis(this, _root.cpu7, _root.cpuhp9); _root.smashThis(this, _root.cpu8, _root.cpuhp10); } onClipEvent (enterFrame) { if (_root.attackCount == 6) { _root.attackCount = _root.attackCount - 6; } } onClipEvent (enterFrame) { if (_root.kickCount == 3) { _root.kickCount = _root.kickCount - 3; } } onClipEvent (enterFrame) { if (this._x > 500) { this._x = 500; } else if (this._x < 10) { this._x = 10; } else if (this._y < 88) { this._y = 88; } else if (this._y > 300) { this._y = 300; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(50); } else if (this._y < 200) { this.swapDepths(0); } } onClipEvent (enterFrame) { if (((_root.userHp <= 0) && (this._currentframe == 62)) && (_root.killClock > 30)) { _root.gotoAndPlay("gameOver"); trace(_root.killClock); } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { this.gotoAndPlay(61); } } onClipEvent (enterFrame) { if (_root.withWeapon == false) { if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 0)) { this.gotoAndPlay("whack"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 1)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 2)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("attack3"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 4)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 5)) { this.gotoAndPlay("attack4"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount < 3)) { this.gotoAndPlay("attack5"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((Key.isDown(16) && (this._currentframe == 1)) && (_root.special > 0)) { this.gotoAndPlay("jumpKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount == 3)) { this.gotoAndPlay("swiftKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount >= 4)) { this.gotoAndPlay("dropKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((this._currentframe == 1) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { trace(_root.withWeapon); if (_root.withWeapon == true) { var myFrame = 272; if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount <= 2)) { this.gotoAndPlay("swingWeapon"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("swingWeapon2"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount >= 4)) { this.gotoAndPlay("swingWeapon3"); _root.downKey = true; _root.attackCount++; } else if ((this._currentframe == myFrame) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { _root.killClock++; } }
Instance of Symbol 343 MovieClip "cpu2" in Frame 30
onClipEvent (enterFrame) { if (_root.cpuhp4 > 0) { _root.getHurt(this, _root.user); _root.findUser(this, 3, 38, _root.dead3); _root.findUserY(this, 5, -5); _root.walkCpu(this, _root.user); _root.touchTeam(this, _root.cpu3, _root.cpu, _root.cpu0, _root.cpu5, _root.cpu6, 5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp4, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp4); _root.getLife(this, 2); trace(_root.cpuhp3); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp4 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp4 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter4 < 31)) { _root.counter4++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.userHp > 0)) { this.gotoAndPlay("attack4"); } } onClipEvent (enterFrame) { if (_root.counter4 == 30) { _root.counter4 = _root.counter4 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead4 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp4 <= 0) { this.gotoAndStop(101); _root.dead4 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead4, 100); } onClipEvent (enterFrame) { if (_root.dead4 == true) { this._alpha = this._alpha - 10; _root.cpuhp4 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 10 MovieClip in Frame 30
onClipEvent (enterFrame) { this._width = _root.userHp; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } else if (this._width <= 0) { this._width = 0; } }
Instance of Symbol 349 MovieClip in Frame 30
onClipEvent (enterFrame) { if ((((_root.dead3 == true) && (_root.dead4 == true)) && (this._currentframe == 1)) && (_root.havegone == false)) { this.gotoAndPlay("go"); _root.havegone = true; _root.passThru = true; } }
Frame 35
removeMovieClip(_root.user); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 39
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("stage1"); mySound.start(0.005, 9999); f++; } stop(); gotIt = false; wepType = "none"; currentRound = "round2"; attackCount = 0; timeOnFrame = 1; kickCount = 0; passThru = false; superbar = 100; cpuDead = false; cpuGettingHurt = false; cpuAttacking = false; cpuBlocking = false; userDead = false; userGettingHurt = false; userAttacking = false; userBlocking = false; userCharge = 0; cpuCharge = 0; inAir = false; myY = 176.8; jumping = false; cpuhp0 = 125; cpuhp1 = 125; cpuhp2 = 125; cpuhp3 = 125; cpuhp4 = 125; cpuhp5 = 125; cpuhp6 = 125; cpuhp7 = 125; cpuhp8 = 125; cpuhp9 = 125; cpuhp10 = 50; cpuhp11 = 50; cpuhp12 = 35; cpuhp13 = 45; cpuhp14 = 30; cpuhp15 = 45; cpuhp16 = 45; cpuhp17 = 45; cpuhp18 = 45; cpuhp19 = 45; cpuhp20 = 45; cpuhp21 = 45; cpuhp22 = 45; cpuhp23 = 45; cpuhp24 = 45; cpuhp25 = 45; dead0 = false; dead1 = false; dead2 = false; dead3 = false; dead4 = false; dead5 = false; dead6 = false; dead7 = false; dead8 = false; dead9 = false; dead10 = false; dead11 = false; dead12 = false; dead13 = false; dead14 = false; dead15 = false; dead16 = false; dead17 = false; dead18 = false; dead19 = false; dead20 = false; dead21 = false; dead22 = false; dead23 = false; dead24 = false; dead25 = false; counter0 = 0; counter1 = 0; counter2 = 0; counter3 = 0; counter4 = 0; counter5 = 0; counter6 = 0; counter7 = 0; counter8 = 0; counter9 = 0; counter10 = 0; counter11 = 0; counter12 = 0; counter13 = 0; counter14 = 0; counter15 = 0; gettingHurt = false; havegone = false;
Instance of Symbol 381 MovieClip "cpu8" in Frame 39
onClipEvent (enterFrame) { var anyNum = 89; if ((_root.user.hit.hitTest(this) && (this._currentframe == 1)) && (_root.user._x < this._x)) { this.gotoAndPlay("break"); } else if ((_root.user.hit.hitTest(this) && (this._currentframe == 1)) && (_root.user._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.user.smash.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if (_root.user.smash.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.user.hitTest(this) && (this._currentframe == 1)) && (_root.user._currentframe >= anyNum)) { this.gotoAndPlay("break"); } else if (((_root.user.hitTest(this) && (this._currentframe == 1)) && (_root.user._currentframe >= anyNum)) && (_root.user._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu2.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._currentframe >= anyNum)) && (_root.cpu2._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu2.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._currentframe >= anyNum)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu3.hitTest(this) && (this._currentframe == 1)) && (_root.cpu3._currentframe >= anyNum)) && (_root.cpu3._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu3.hitTest(this) && (this._currentframe == 1)) && (_root.cpu3._currentframe >= anyNum)) && (_root.cpu3._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu.hitTest(this) && (this._currentframe == 1)) && (_root.cpu._currentframe >= anyNum)) && (_root.cpu._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu.hitTest(this) && (this._currentframe == 1)) && (_root.cpu._currentframe >= anyNum)) && (_root.cpu._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu3.hitTest(this) && (this._currentframe == 1)) && (_root.cpu3._currentframe >= anyNum)) && (_root.cpu3._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu3.hitTest(this) && (this._currentframe == 1)) && (_root.cpu3._currentframe >= anyNum)) && (_root.cpu3._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu4.hitTest(this) && (this._currentframe == 1)) && (_root.cpu4._currentframe >= anyNum)) && (_root.cpu4._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu4.hitTest(this) && (this._currentframe == 1)) && (_root.cpu4._currentframe >= anyNum)) && (_root.cpu4._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (((_root.cpu5.hitTest(this) && (this._currentframe == 1)) && (_root.cpu5._currentframe >= anyNum)) && (_root.cpu5._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu5.hitTest(this) && (this._currentframe == 1)) && (_root.cpu5._currentframe >= anyNum)) && (_root.cpu5._x > this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu10.hitTest(this) && (this._currentframe == 1)) && (_root.cpu10._currentframe >= anyNum)) && (_root.cpu10._x < this._x)) { this.gotoAndPlay("break"); } else if (((_root.cpu10.hitTest(this) && (this._currentframe == 1)) && (_root.cpu10._currentframe >= anyNum)) && (_root.cpu10._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; this._xscale = -50; } else if (_root.cpu2.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu2.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.cpu.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.cpu3.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu3.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.cpu4.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu4.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.cpu5.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu5.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } else if (_root.cpu10.hit.hitTest(this) && (this._currentframe == 1)) { this.gotoAndPlay("break"); } else if ((_root.cpu10.hit.hitTest(this) && (this._currentframe == 1)) && (_root.cpu2._x > this._x)) { this.gotoAndPlay("break"); this._xscale = -50; } }
Instance of Symbol 134 MovieClip "cpu" in Frame 39
onClipEvent (enterFrame) { if (_root.cpuhp3 > 0) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead2); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter3); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp3, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp3); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp3 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp3 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter3 < 16)) { _root.counter3++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter3 == 15) { _root.counter3 = _root.counter3 - 15; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead3 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp3 <= 0) { this.gotoAndStop(101); _root.dead3 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead3, 100); } onClipEvent (enterFrame) { if (_root.dead3 == true) { this._alpha = this._alpha - 10; _root.cpuhp3 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 343 MovieClip "cpu4" in Frame 39
onClipEvent (enterFrame) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead6); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp6, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp6); _root.getLife(this, 2); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp6 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp6 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter6 < 31)) { _root.counter6++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } } onClipEvent (enterFrame) { if (_root.counter6 == 30) { _root.counter6 = _root.counter6 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val1; } else if (_root.cpuhp6 <= 0) { _root.dead6 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp6 <= 0) { this.gotoAndStop(101); _root.dead6 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead6, 100); } onClipEvent (enterFrame) { if (_root.dead6 == true) { this._alpha = this._alpha - 10; _root.cpuhp6 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 420 MovieClip "cpu5" in Frame 39
onClipEvent (enterFrame) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 2, 30, _root.dead8); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter8); _root.userHurt(this, _root.user); _root.touchTeam(this, _root.cpu2, _root.cpu, _root.cpu0, _root.cpu4, _root.cpu6, 5); _root.killCpu(this, _root.cpuhp8, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp8); _root.getLife(this, 2); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp8 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp8 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter8 < 26)) { _root.counter8++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack2"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter8 == 25) { _root.counter8 = _root.counter8 - 25; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val1; } else if (_root.cpuhp8 <= 0) { _root.dead8 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp8 <= 0) { this.gotoAndStop(101); _root.dead8 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead8, 100); } onClipEvent (enterFrame) { if (_root.dead8 == true) { this._alpha = this._alpha - 10; _root.cpuhp8 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 343 MovieClip "cpu2" in Frame 39
onClipEvent (enterFrame) { _root.getHurt(this, _root.user); _root.findUser(this, 3, 38, _root.dead3); _root.findUserY(this, 5, -5); _root.walkCpu(this, _root.user); _root.touchTeam(this, _root.cpu3, _root.cpu, _root.cpu0, _root.cpu5, _root.cpu6, 5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp4, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp4); _root.getLife(this, 2); trace(_root.cpuhp3); } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp4 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp4 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter4 < 31)) { _root.counter4++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.userHp > 0)) { this.gotoAndPlay("attack4"); } } onClipEvent (enterFrame) { if (_root.counter4 == 30) { _root.counter4 = _root.counter4 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead4 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp4 <= 0) { this.gotoAndStop(101); _root.dead4 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead4, 100); } onClipEvent (enterFrame) { if (_root.dead4 == true) { this._alpha = this._alpha - 10; _root.cpuhp4 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 303 MovieClip "user" in Frame 39
onClipEvent (load) { if ((this._currentframe < 272) && (_root.withWeapon == true)) { this.gotoAndPlay(272); } } onClipEvent (enterFrame) { _root.walk(this); _root.walkWep(this); _root.moveOn(this); _root.moveOnWithWep(this); _root.reverseX(this, 30, _root.cpu); _root.jumpAround(this); _root.gravityPull(this); _root.smashThis(this, _root.cpu, _root.cpuhp3); _root.smashThis(this, _root.cpu2, _root.cpuhp4); _root.smashThis(this, _root.cpu3, _root.cpuhp5); _root.smashThis(this, _root.cpu4, _root.cpuhp6); _root.smashThis(this, _root.cpu5, _root.cpuhp7); _root.smashThis(this, _root.cpu6, _root.cpuhp8); _root.smashThis(this, _root.cpu7, _root.cpuhp9); _root.smashThis(this, _root.cpu8, _root.cpuhp10); } onClipEvent (enterFrame) { if (_root.attackCount == 6) { _root.attackCount = _root.attackCount - 6; } } onClipEvent (enterFrame) { if (_root.kickCount == 3) { _root.kickCount = _root.kickCount - 3; } } onClipEvent (enterFrame) { if (this._x > 500) { this._x = 500; } else if (this._x < 10) { this._x = 10; } else if (this._y < 88) { this._y = 88; } else if (this._y > 300) { this._y = 300; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(50); } else if (this._y < 200) { this.swapDepths(0); } } onClipEvent (enterFrame) { if (((_root.userHp <= 0) && (this._currentframe == 62)) && (_root.killClock > 30)) { _root.gotoAndPlay("gameOver"); trace(_root.killClock); } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { this.gotoAndPlay(61); } } onClipEvent (enterFrame) { if (_root.withWeapon == false) { if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 0)) { this.gotoAndPlay("whack"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 1)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 2)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("attack3"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 4)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 5)) { this.gotoAndPlay("attack4"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount < 3)) { this.gotoAndPlay("attack5"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((Key.isDown(16) && (this._currentframe == 1)) && (_root.special > 0)) { this.gotoAndPlay("jumpKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount == 3)) { this.gotoAndPlay("swiftKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount >= 4)) { this.gotoAndPlay("dropKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((this._currentframe == 1) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { trace(_root.withWeapon); if (_root.withWeapon == true) { var myFrame = 272; if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount <= 2)) { this.gotoAndPlay("swingWeapon"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("swingWeapon2"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount >= 4)) { this.gotoAndPlay("swingWeapon3"); _root.downKey = true; _root.attackCount++; } else if ((this._currentframe == myFrame) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { _root.killClock++; } }
Instance of Symbol 10 MovieClip in Frame 39
onClipEvent (enterFrame) { this._width = _root.userHp; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } else if (this._width <= 0) { this._width = 0; } }
Instance of Symbol 349 MovieClip in Frame 39
onClipEvent (enterFrame) { if ((((((_root.dead3 == true) && (_root.dead4 == true)) && (_root.dead6 == true)) && (_root.dead8 == true)) && (this._currentframe == 1)) && (_root.havegone == false)) { this.gotoAndPlay("go"); _root.havegone = true; _root.passThru = true; } }
Frame 45
_root.user.removeMovieClip(); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 50
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("stage1"); mySound.start(0.005, 9999); f++; } stop(); currentRound = "round3"; attackCount = 0; timeOnFrame = 1; kickCount = 0; passThru = false; superbar = 100; cpuDead = false; cpuGettingHurt = false; cpuAttacking = false; cpuBlocking = false; userDead = false; userGettingHurt = false; userAttacking = false; userBlocking = false; userCharge = 0; cpuCharge = 0; inAir = false; myY = 176.8; jumping = false; cpuhp0 = 125; cpuhp1 = 125; cpuhp2 = 125; cpuhp3 = 125; cpuhp4 = 125; cpuhp5 = 125; cpuhp6 = 125; cpuhp7 = 125; cpuhp8 = 125; cpuhp9 = 125; cpuhp10 = 50; cpuhp11 = 50; cpuhp12 = 35; cpuhp13 = 45; cpuhp14 = 30; cpuhp15 = 45; cpuhp16 = 45; cpuhp17 = 45; cpuhp18 = 45; cpuhp19 = 45; cpuhp20 = 45; cpuhp21 = 45; cpuhp22 = 45; cpuhp23 = 45; cpuhp24 = 45; cpuhp25 = 45; dead0 = false; dead1 = false; dead2 = false; dead3 = false; dead4 = false; dead5 = false; dead6 = false; dead7 = false; dead8 = false; dead9 = false; dead10 = false; dead11 = false; dead12 = false; dead13 = false; dead14 = false; dead15 = false; dead16 = false; dead17 = false; dead18 = false; dead19 = false; dead20 = false; dead21 = false; dead22 = false; dead23 = false; dead24 = false; dead25 = false; counter0 = 0; counter1 = 0; counter2 = 0; counter3 = 0; counter4 = 0; counter5 = 0; counter6 = 0; counter7 = 0; counter8 = 0; counter9 = 0; counter10 = 0; counter11 = 0; counter12 = 0; counter13 = 0; counter14 = 0; counter15 = 0; gettingHurt = false; havegone = false;
Instance of Symbol 425 MovieClip "sword" in Frame 50
onClipEvent (enterFrame) { if ((((_root.user.hitTest(this) && (_root.user._x < (this._x + 20))) && (Key.isDown(17))) && (_root.withWeapon == false)) && (_root.gotIt == false)) { _root.gotIt = true; _root.user.gotoAndPlay("grab"); this._visible = false; _root.withWeapon = true; _root.wepType = "sword"; _root.user.weapon.gotoAndPlay(2); } }
Instance of Symbol 134 MovieClip "cpu" in Frame 50
onClipEvent (enterFrame) { if (_root.cpuhp3 > 0) { _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead2); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter3); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp3, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp3); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp3 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp3 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter3 < 16)) { _root.counter3++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter3 == 15) { _root.counter3 = _root.counter3 - 15; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead3 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp3 <= 0) { this.gotoAndStop(101); _root.dead3 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead3, 100); } onClipEvent (enterFrame) { if (_root.dead3 == true) { this._alpha = this._alpha - 10; _root.cpuhp3 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 420 MovieClip "cpu5" in Frame 50
onClipEvent (enterFrame) { if ((_root.cpuhp8 > 0) && (_root.dead3 == true)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 2, 30, _root.dead8); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter8); _root.userHurt(this, _root.user); _root.touchTeam(this, _root.cpu2, _root.cpu, _root.cpu0, _root.cpu4, _root.cpu6, 5); _root.killCpu(this, _root.cpuhp8, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp8); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp8 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp8 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter8 < 26)) { _root.counter8++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack2"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter8 == 25) { _root.counter8 = _root.counter8 - 25; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val1; } else if (_root.cpuhp8 <= 0) { _root.dead8 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp8 <= 0) { this.gotoAndStop(101); _root.dead8 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead8, 100); } onClipEvent (enterFrame) { if (_root.dead8 == true) { this._alpha = this._alpha - 10; _root.cpuhp8 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 343 MovieClip "cpu7" in Frame 50
onClipEvent (enterFrame) { if ((_root.cpuhp9 > 0) && (_root.dead4 == true)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead9); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter9); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp9, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp9); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp9 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp9 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter9 < 31)) { _root.counter9++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter9 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp9 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter9 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp9 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter9 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp9 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } } onClipEvent (enterFrame) { if (_root.counter9 == 30) { _root.counter9 = _root.counter9 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp9 > 0)) { _root.cpuhp9 = _root.cpuhp9 - val1; } else if (_root.cpuhp9 <= 0) { _root.dead9 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp9 > 0)) { _root.cpuhp9 = _root.cpuhp9 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp9 <= 0) { this.gotoAndStop(101); _root.dead9 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead9, 100); } onClipEvent (enterFrame) { if (_root.dead9 == true) { this._alpha = this._alpha - 10; _root.cpuhp9 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 343 MovieClip "cpu4" in Frame 50
onClipEvent (enterFrame) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead6); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp6, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp6); _root.getLife(this, 2); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp6 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp6 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter6 < 31)) { _root.counter6++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } } onClipEvent (enterFrame) { if (_root.counter6 == 30) { _root.counter6 = _root.counter6 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val1; } else if (_root.cpuhp6 <= 0) { _root.dead6 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp6 <= 0) { this.gotoAndStop(101); _root.dead6 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead6, 100); } onClipEvent (enterFrame) { if (_root.dead6 == true) { this._alpha = this._alpha - 10; _root.cpuhp6 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 343 MovieClip "cpu2" in Frame 50
onClipEvent (enterFrame) { if (_root.cpuhp4 > 0) { _root.getHurt(this, _root.user); _root.findUser(this, 3, 38, _root.dead3); _root.findUserY(this, 5, -5); _root.walkCpu(this, _root.user); _root.touchTeam(this, _root.cpu3, _root.cpu, _root.cpu0, _root.cpu5, _root.cpu6, 5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp4, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp4); _root.getLife(this, 2); trace(_root.cpuhp3); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp4 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp4 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter4 < 31)) { _root.counter4++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.userHp > 0)) { this.gotoAndPlay("attack4"); } } onClipEvent (enterFrame) { if (_root.counter4 == 30) { _root.counter4 = _root.counter4 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead4 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp4 <= 0) { this.gotoAndStop(101); _root.dead4 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead4, 100); } onClipEvent (enterFrame) { if (_root.dead4 == true) { this._alpha = this._alpha - 10; _root.cpuhp4 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 303 MovieClip "user" in Frame 50
onClipEvent (load) { if ((this._currentframe < 272) && (_root.withWeapon == true)) { this.gotoAndPlay(272); } } onClipEvent (enterFrame) { _root.walk(this); _root.walkWep(this); _root.moveOn(this); _root.moveOnWithWep(this); _root.reverseX(this, 30, _root.cpu); _root.jumpAround(this); _root.gravityPull(this); _root.smashThis(this, _root.cpu, _root.cpuhp3); _root.smashThis(this, _root.cpu2, _root.cpuhp4); _root.smashThis(this, _root.cpu3, _root.cpuhp5); _root.smashThis(this, _root.cpu4, _root.cpuhp6); _root.smashThis(this, _root.cpu5, _root.cpuhp7); _root.smashThis(this, _root.cpu6, _root.cpuhp8); _root.smashThis(this, _root.cpu7, _root.cpuhp9); _root.smashThis(this, _root.cpu8, _root.cpuhp10); } onClipEvent (enterFrame) { if (_root.attackCount == 6) { _root.attackCount = _root.attackCount - 6; } } onClipEvent (enterFrame) { if (_root.kickCount == 3) { _root.kickCount = _root.kickCount - 3; } } onClipEvent (enterFrame) { if (this._x > 500) { this._x = 500; } else if (this._x < 10) { this._x = 10; } else if (this._y < 88) { this._y = 88; } else if (this._y > 300) { this._y = 300; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(50); } else if (this._y < 200) { this.swapDepths(0); } } onClipEvent (enterFrame) { if (((_root.userHp <= 0) && (this._currentframe == 62)) && (_root.killClock > 30)) { _root.gotoAndPlay("gameOver"); trace(_root.killClock); } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { this.gotoAndPlay(61); } } onClipEvent (enterFrame) { if (_root.withWeapon == false) { if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 0)) { this.gotoAndPlay("whack"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 1)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 2)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("attack3"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 4)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 5)) { this.gotoAndPlay("attack4"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount < 3)) { this.gotoAndPlay("attack5"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((Key.isDown(16) && (this._currentframe == 1)) && (_root.special > 0)) { this.gotoAndPlay("jumpKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount == 3)) { this.gotoAndPlay("swiftKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount >= 4)) { this.gotoAndPlay("dropKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((this._currentframe == 1) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { trace(_root.withWeapon); if (_root.withWeapon == true) { var myFrame = 272; if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount <= 2)) { this.gotoAndPlay("swingWeapon"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("swingWeapon2"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount >= 4)) { this.gotoAndPlay("swingWeapon3"); _root.downKey = true; _root.attackCount++; } else if ((this._currentframe == myFrame) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { _root.killClock++; } }
Instance of Symbol 10 MovieClip in Frame 50
onClipEvent (enterFrame) { this._width = _root.userHp; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } else if (this._width <= 0) { this._width = 0; } }
Instance of Symbol 349 MovieClip in Frame 50
onClipEvent (enterFrame) { if (((((((_root.dead3 == true) && (_root.dead4 == true)) && (_root.dead6 == true)) && (_root.dead8 == true)) && (_root.dead9 == true)) && (this._currentframe == 1)) && (_root.havegone == false)) { this.gotoAndPlay("go"); _root.havegone = true; _root.passThru = true; } }
Frame 55
_root.user.removeMovieClip(); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 60
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("start"); mySound.start(0.005, 9999); f++; } stop();
Frame 65
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("start"); mySound.start(0.005, 9999); f++; } stop(); currentRound = "round4"; attackCount = 0; timeOnFrame = 1; kickCount = 0; passThru = false; superbar = 100; cpuDead = false; cpuGettingHurt = false; cpuAttacking = false; cpuBlocking = false; userDead = false; userGettingHurt = false; userAttacking = false; userBlocking = false; userCharge = 0; cpuCharge = 0; inAir = false; myY = 176.8; jumping = false; cpuhp0 = 125; cpuhp1 = 125; cpuhp2 = 125; cpuhp3 = 125; cpuhp4 = 125; cpuhp5 = 125; cpuhp6 = 125; cpuhp7 = 125; cpuhp8 = 125; cpuhp9 = 125; cpuhp10 = 500; cpuhp11 = 50; cpuhp12 = 35; cpuhp13 = 45; cpuhp14 = 30; cpuhp15 = 45; cpuhp16 = 45; cpuhp17 = 45; cpuhp18 = 45; cpuhp19 = 45; cpuhp20 = 45; cpuhp21 = 45; cpuhp22 = 45; cpuhp23 = 45; cpuhp24 = 45; cpuhp25 = 45; dead0 = false; dead1 = false; dead2 = false; dead3 = false; dead4 = false; dead5 = false; dead6 = false; dead7 = false; dead8 = false; dead9 = false; dead10 = false; dead11 = false; dead12 = false; dead13 = false; dead14 = false; dead15 = false; dead16 = false; dead17 = false; dead18 = false; dead19 = false; dead20 = false; dead21 = false; dead22 = false; dead23 = false; dead24 = false; dead25 = false; counter0 = 0; counter1 = 0; counter2 = 0; counter3 = 0; counter4 = 0; counter5 = 0; counter6 = 0; counter7 = 0; counter8 = 0; counter9 = 0; counter10 = 0; counter11 = 0; counter12 = 0; counter13 = 0; counter14 = 0; counter15 = 0; gettingHurt = false; havegone = false;
Instance of Symbol 431 MovieClip "life" in Frame 65
onClipEvent (enterFrame) { var haveLife = false; if (_root.user.hitTest(this) && (this._visible == true)) { _root.userHp = _root.userHp + 50; this._visible = false; } }
Instance of Symbol 469 MovieClip "cpu6" in Frame 65
onClipEvent (enterFrame) { if (_root.cpuhp10 > 0) { _root.limit(this); _root.getHurt(this, _root.user); _root.getHurt(_root.user, this); _root.findUser(this, 4, 30, _root.dead10); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter10); _root.userHurt(this, _root.user, _root.userHp); _root.killCpu(this, _root.cpuhp10, 101); _root.lifeDeduct(_root.user, this, 10, 20, _root.cpuhp10); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp10 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp10 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter10 < 11)) { _root.counter10++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 4); if (((((_root.counter10 == 10) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp10 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter10 == 10) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp10 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter10 == 10) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp10 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } else if (((((_root.counter10 == 10) && (this._currentframe == 1)) && (either == 3)) && (_root.cpuhp10 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack4"); } } onClipEvent (enterFrame) { if (_root.counter10 == 10) { _root.counter10 = _root.counter10 - 10; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp10 > 0)) { _root.cpuhp10 = _root.cpuhp10 - val1; } else if (_root.cpuhp10 <= 0) { _root.dead10 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp10 > 0)) { _root.cpuhp10 = _root.cpuhp10 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp10 <= 0) { this.gotoAndStop(101); _root.dead10 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead10, 100); } onClipEvent (enterFrame) { if (_root.dead10 == true) { this._alpha = this._alpha - 10; _root.cpuhp10 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } } onClipEvent (enterFrame) { if (_root.cpu6.smash.hitTest(_root.user)) { _root.userHp = _root.userHp - 2; } } onClipEvent (enterFrame) { if ((((this._alpha <= 0) && (_root.dead6 == true)) && (_root.dead3 == true)) && (_root.dead8 == true)) { _root.play(); } }
Instance of Symbol 134 MovieClip "cpu" in Frame 65
onClipEvent (enterFrame) { _root.getHurt(this, _root.user); _root.findUser(this, 2, 30, _root.dead2); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter3); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp3, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp3); _root.getLife(this, 2); } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp3 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp3 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter3 < 16)) { _root.counter3++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter3 == 15) { _root.counter3 = _root.counter3 - 15; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead3 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp3 <= 0) { this.gotoAndStop(101); _root.dead3 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead3, 100); } onClipEvent (enterFrame) { if (_root.dead3 == true) { this._alpha = this._alpha - 10; _root.cpuhp3 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 420 MovieClip "cpu5" in Frame 65
onClipEvent (enterFrame) { if ((_root.cpuhp10 < 200) && (_root.dead8 == false)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 2, 30, _root.dead8); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter8); _root.userHurt(this, _root.user); _root.touchTeam(this, _root.cpu2, _root.cpu, _root.cpu0, _root.cpu4, _root.cpu6, 5); _root.killCpu(this, _root.cpuhp8, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp8); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp8 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp8 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter8 < 26)) { _root.counter8++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack2"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter8 == 25) { _root.counter8 = _root.counter8 - 25; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val1; } else if (_root.cpuhp8 <= 0) { _root.dead8 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp8 <= 0) { this.gotoAndStop(101); _root.dead8 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead8, 100); } onClipEvent (enterFrame) { if (_root.dead8 == true) { this._alpha = this._alpha - 10; _root.cpuhp8 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 343 MovieClip "cpu4" in Frame 65
onClipEvent (enterFrame) { if ((_root.cpuhp10 < 200) && (_root.dead6 == false)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead6); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp6, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp6); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp6 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp6 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter6 < 31)) { _root.counter6++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } } onClipEvent (enterFrame) { if (_root.counter6 == 30) { _root.counter6 = _root.counter6 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val1; } else if (_root.cpuhp6 <= 0) { _root.dead6 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp6 <= 0) { this.gotoAndStop(101); _root.dead6 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead6, 100); } onClipEvent (enterFrame) { if (_root.dead6 == true) { this._alpha = this._alpha - 10; _root.cpuhp6 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 303 MovieClip "user" in Frame 65
onClipEvent (load) { if ((this._currentframe < 272) && (_root.withWeapon == true)) { this.gotoAndPlay(272); } } onClipEvent (enterFrame) { _root.walk(this); _root.walkWep(this); _root.moveOn(this); _root.moveOnWithWep(this); _root.reverseX(this, 30, _root.cpu); _root.jumpAround(this); _root.gravityPull(this); _root.smashThis(this, _root.cpu, _root.cpuhp3); _root.smashThis(this, _root.cpu2, _root.cpuhp4); _root.smashThis(this, _root.cpu3, _root.cpuhp5); _root.smashThis(this, _root.cpu4, _root.cpuhp6); _root.smashThis(this, _root.cpu5, _root.cpuhp7); _root.smashThis(this, _root.cpu6, _root.cpuhp8); _root.smashThis(this, _root.cpu7, _root.cpuhp9); _root.smashThis(this, _root.cpu8, _root.cpuhp10); } onClipEvent (enterFrame) { if (_root.attackCount == 6) { _root.attackCount = _root.attackCount - 6; } } onClipEvent (enterFrame) { if (_root.kickCount == 3) { _root.kickCount = _root.kickCount - 3; } } onClipEvent (enterFrame) { if (this._x > 500) { this._x = 500; } else if (this._x < 10) { this._x = 10; } else if (this._y < 88) { this._y = 88; } else if (this._y > 300) { this._y = 300; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(50); } else if (this._y < 200) { this.swapDepths(0); } } onClipEvent (enterFrame) { if (((_root.userHp <= 0) && (this._currentframe == 62)) && (_root.killClock > 30)) { _root.gotoAndPlay("gameOver"); trace(_root.killClock); } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { this.gotoAndPlay(61); } } onClipEvent (enterFrame) { if (_root.withWeapon == false) { if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 0)) { this.gotoAndPlay("whack"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 1)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 2)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("attack3"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 4)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 5)) { this.gotoAndPlay("attack4"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount < 3)) { this.gotoAndPlay("attack5"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((Key.isDown(16) && (this._currentframe == 1)) && (_root.special > 0)) { this.gotoAndPlay("jumpKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount == 3)) { this.gotoAndPlay("swiftKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount >= 4)) { this.gotoAndPlay("dropKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((this._currentframe == 1) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { trace(_root.withWeapon); if (_root.withWeapon == true) { var myFrame = 272; if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount <= 2)) { this.gotoAndPlay("swingWeapon"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("swingWeapon2"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount >= 4)) { this.gotoAndPlay("swingWeapon3"); _root.downKey = true; _root.attackCount++; } else if ((this._currentframe == myFrame) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { _root.killClock++; } }
Instance of Symbol 10 MovieClip in Frame 65
onClipEvent (enterFrame) { this._width = _root.userHp; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } else if (this._width <= 0) { this._width = 0; } }
Frame 70
_root.user.removeMovieClip(); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 75
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("start"); mySound.start(0.005, 9999); f++; } stop();
Frame 80
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("start"); mySound.start(0.005, 9999); f++; } removeMovieClip(_root.user); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 85
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("stage2"); mySound.start(0.005, 9999); f++; } stop(); currentRound = "round5"; attackCount = 0; timeOnFrame = 1; kickCount = 0; passThru = false; superbar = 100; cpuDead = false; cpuGettingHurt = false; cpuAttacking = false; cpuBlocking = false; userDead = false; userGettingHurt = false; userAttacking = false; userBlocking = false; userCharge = 0; cpuCharge = 0; inAir = false; myY = 176.8; jumping = false; cpuhp0 = 125; cpuhp1 = 125; cpuhp2 = 125; cpuhp3 = 125; cpuhp4 = 125; cpuhp5 = 125; cpuhp6 = 125; cpuhp7 = 125; cpuhp8 = 125; cpuhp9 = 125; cpuhp10 = 50; cpuhp11 = 50; cpuhp12 = 35; cpuhp13 = 45; cpuhp14 = 30; cpuhp15 = 45; cpuhp16 = 45; cpuhp17 = 45; cpuhp18 = 45; cpuhp19 = 45; cpuhp20 = 45; cpuhp21 = 45; cpuhp22 = 45; cpuhp23 = 45; cpuhp24 = 45; cpuhp25 = 45; dead0 = false; dead1 = false; dead2 = false; dead3 = false; dead4 = false; dead5 = false; dead6 = false; dead7 = false; dead8 = false; dead9 = false; dead10 = false; dead11 = false; dead12 = false; dead13 = false; dead14 = false; dead15 = false; dead16 = false; dead17 = false; dead18 = false; dead19 = false; dead20 = false; dead21 = false; dead22 = false; dead23 = false; dead24 = false; dead25 = false; counter0 = 0; counter1 = 0; counter2 = 0; counter3 = 0; counter4 = 0; counter5 = 0; counter6 = 0; counter7 = 0; counter8 = 0; counter9 = 0; counter10 = 0; counter11 = 0; counter12 = 0; counter13 = 0; counter14 = 0; counter15 = 0; gettingHurt = false; havegone = false;
Instance of Symbol 134 MovieClip "cpu4" in Frame 85
onClipEvent (enterFrame) { if (((_root.cpuhp6 > 0) && (_root.dead3 == true)) && (_root.dead4 == true)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead6); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp6, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp6); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp6 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp6 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter6 < 26)) { _root.counter6++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter6 == 25) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp6 > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter6 == 25) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp6 > 0)) { this.gotoAndPlay("attack2"); } else if ((((_root.counter6 == 25) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp6 > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter6 == 25) { _root.counter6 = _root.counter6 - 25; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val1; } else if (_root.cpuhp6 <= 0) { _root.dead6 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp6 <= 0) { this.gotoAndStop(101); _root.dead6 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead6, 100); } onClipEvent (enterFrame) { if (_root.dead6 == true) { this._alpha = this._alpha - 10; _root.cpuhp6 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 606 MovieClip "cpu2" in Frame 85
onClipEvent (enterFrame) { if (_root.cpuhp4 > 0) { _root.getHurt(this, _root.user); _root.findUser(this, 3, 38, _root.dead3); _root.findUserY(this, 5, -5); _root.walkCpu(this, _root.user); _root.touchTeam(this, _root.cpu3, _root.cpu, _root.cpu0, _root.cpu5, _root.cpu6, 5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp4, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp4); _root.getLife(this, 2); trace(_root.cpuhp3); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp4 > 0)) { this._xscale = 15; } else if ((_root.user._x > this._x) && (_root.cpuhp4 > 0)) { this._xscale = -15; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter4 < 31)) { _root.counter4++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.userHp > 0)) { this.gotoAndPlay("attack4"); } } onClipEvent (enterFrame) { if (_root.counter4 == 30) { _root.counter4 = _root.counter4 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead4 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp4 <= 0) { this.gotoAndStop(101); _root.dead4 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead4, 100); } onClipEvent (enterFrame) { if (_root.dead4 == true) { this._alpha = this._alpha - 10; _root.cpuhp4 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 343 MovieClip "cpu" in Frame 85
onClipEvent (enterFrame) { if (_root.cpuhp3 > 0) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead2); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter3); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp3, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp3); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp3 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp3 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter3 < 16)) { _root.counter3++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter3 == 15) { _root.counter3 = _root.counter3 - 15; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead3 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp3 <= 0) { this.gotoAndStop(101); _root.dead3 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead3, 100); } onClipEvent (enterFrame) { if (_root.dead3 == true) { this._alpha = this._alpha - 10; _root.cpuhp3 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 303 MovieClip "user" in Frame 85
onClipEvent (load) { if ((this._currentframe < 272) && (_root.withWeapon == true)) { this.gotoAndPlay(272); } } onClipEvent (enterFrame) { _root.walk(this); _root.walkWep(this); _root.moveOn(this); _root.moveOnWithWep(this); _root.reverseX(this, 30, _root.cpu); _root.jumpAround(this); _root.gravityPull(this); _root.smashThis(this, _root.cpu, _root.cpuhp3); _root.smashThis(this, _root.cpu2, _root.cpuhp4); _root.smashThis(this, _root.cpu3, _root.cpuhp5); _root.smashThis(this, _root.cpu4, _root.cpuhp6); _root.smashThis(this, _root.cpu5, _root.cpuhp7); _root.smashThis(this, _root.cpu6, _root.cpuhp8); _root.smashThis(this, _root.cpu7, _root.cpuhp9); _root.smashThis(this, _root.cpu8, _root.cpuhp10); } onClipEvent (enterFrame) { if (_root.attackCount == 6) { _root.attackCount = _root.attackCount - 6; } } onClipEvent (enterFrame) { if (_root.kickCount == 3) { _root.kickCount = _root.kickCount - 3; } } onClipEvent (enterFrame) { if (this._x > 500) { this._x = 500; } else if (this._x < 10) { this._x = 10; } else if (this._y < 88) { this._y = 88; } else if (this._y > 300) { this._y = 300; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(50); } else if (this._y < 200) { this.swapDepths(0); } } onClipEvent (enterFrame) { if (((_root.userHp <= 0) && (this._currentframe == 62)) && (_root.killClock > 30)) { _root.gotoAndPlay("gameOver"); trace(_root.killClock); } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { this.gotoAndPlay(61); } } onClipEvent (enterFrame) { if (_root.withWeapon == false) { if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 0)) { this.gotoAndPlay("whack"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 1)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 2)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("attack3"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 4)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 5)) { this.gotoAndPlay("attack4"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount < 3)) { this.gotoAndPlay("attack5"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((Key.isDown(16) && (this._currentframe == 1)) && (_root.special > 0)) { this.gotoAndPlay("jumpKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount == 3)) { this.gotoAndPlay("swiftKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount >= 4)) { this.gotoAndPlay("dropKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((this._currentframe == 1) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { trace(_root.withWeapon); if (_root.withWeapon == true) { var myFrame = 272; if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount <= 2)) { this.gotoAndPlay("swingWeapon"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("swingWeapon2"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount >= 4)) { this.gotoAndPlay("swingWeapon3"); _root.downKey = true; _root.attackCount++; } else if ((this._currentframe == myFrame) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { _root.killClock++; } }
Instance of Symbol 10 MovieClip in Frame 85
onClipEvent (enterFrame) { this._width = _root.userHp; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } else if (this._width <= 0) { this._width = 0; } }
Instance of Symbol 349 MovieClip in Frame 85
onClipEvent (enterFrame) { if (((((((_root.dead3 == true) && (_root.dead4 == true)) && (_root.dead6 == true)) && (_root.dead8 == true)) && (_root.dead9 == true)) && (this._currentframe == 1)) && (_root.havegone == false)) { this.gotoAndPlay("go"); _root.havegone = true; _root.passThru = true; } }
Frame 90
removeMovieClip(_root.user); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 95
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("stage2"); mySound.start(0.005, 9999); f++; } stop(); currentRound = "round6"; attackCount = 0; timeOnFrame = 1; kickCount = 0; passThru = false; superbar = 100; cpuDead = false; cpuGettingHurt = false; cpuAttacking = false; cpuBlocking = false; userDead = false; userGettingHurt = false; userAttacking = false; userBlocking = false; userCharge = 0; cpuCharge = 0; inAir = false; myY = 176.8; jumping = false; cpuhp0 = 125; cpuhp1 = 125; cpuhp2 = 125; cpuhp3 = 125; cpuhp4 = 125; cpuhp5 = 125; cpuhp6 = 125; cpuhp7 = 125; cpuhp8 = 125; cpuhp9 = 125; cpuhp10 = 50; cpuhp11 = 50; cpuhp12 = 35; cpuhp13 = 45; cpuhp14 = 30; cpuhp15 = 45; cpuhp16 = 45; cpuhp17 = 45; cpuhp18 = 45; cpuhp19 = 45; cpuhp20 = 45; cpuhp21 = 45; cpuhp22 = 45; cpuhp23 = 45; cpuhp24 = 45; cpuhp25 = 45; dead0 = false; dead1 = false; dead2 = false; dead3 = false; dead4 = false; dead5 = false; dead6 = false; dead7 = false; dead8 = false; dead9 = false; dead10 = false; dead11 = false; dead12 = false; dead13 = false; dead14 = false; dead15 = false; dead16 = false; dead17 = false; dead18 = false; dead19 = false; dead20 = false; dead21 = false; dead22 = false; dead23 = false; dead24 = false; dead25 = false; counter0 = 0; counter1 = 0; counter2 = 0; counter3 = 0; counter4 = 0; counter5 = 0; counter6 = 0; counter7 = 0; counter8 = 0; counter9 = 0; counter10 = 0; counter11 = 0; counter12 = 0; counter13 = 0; counter14 = 0; counter15 = 0; gettingHurt = false; havegone = false;
Instance of Symbol 134 MovieClip "cpu" in Frame 95
onClipEvent (enterFrame) { if (_root.cpuhp3 > 0) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead2); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter3); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp3, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp3); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp3 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp3 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter3 < 16)) { _root.counter3++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter3 == 15) { _root.counter3 = _root.counter3 - 15; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead3 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp3 <= 0) { this.gotoAndStop(101); _root.dead3 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead3, 100); } onClipEvent (enterFrame) { if (_root.dead3 == true) { this._alpha = this._alpha - 10; _root.cpuhp3 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 606 MovieClip "cpu2" in Frame 95
onClipEvent (enterFrame) { if (_root.cpuhp4 > 0) { _root.getHurt(this, _root.user); _root.findUser(this, 3, 38, _root.dead3); _root.findUserY(this, 5, -5); _root.walkCpu(this, _root.user); _root.touchTeam(this, _root.cpu3, _root.cpu, _root.cpu0, _root.cpu5, _root.cpu6, 5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp4, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp4); _root.getLife(this, 2); trace(_root.cpuhp3); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp4 > 0)) { this._xscale = 15; } else if ((_root.user._x > this._x) && (_root.cpuhp4 > 0)) { this._xscale = -15; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter4 < 31)) { _root.counter4++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.userHp > 0)) { this.gotoAndPlay("attack4"); } } onClipEvent (enterFrame) { if (_root.counter4 == 30) { _root.counter4 = _root.counter4 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead4 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp4 <= 0) { this.gotoAndStop(101); _root.dead4 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead4, 100); } onClipEvent (enterFrame) { if (_root.dead4 == true) { this._alpha = this._alpha - 10; _root.cpuhp4 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 420 MovieClip "cpu4" in Frame 95
onClipEvent (enterFrame) { if (((_root.cpuhp6 > 0) && (_root.dead3 == true)) && (_root.dead4 == true)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead6); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp6, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp6); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp6 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp6 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter6 < 26)) { _root.counter6++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter6 == 25) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp6 > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter6 == 25) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp6 > 0)) { this.gotoAndPlay("attack2"); } else if ((((_root.counter6 == 25) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp6 > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter6 == 25) { _root.counter6 = _root.counter6 - 25; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val1; } else if (_root.cpuhp6 <= 0) { _root.dead6 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp6 <= 0) { this.gotoAndStop(101); _root.dead6 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead6, 100); } onClipEvent (enterFrame) { if (_root.dead6 == true) { this._alpha = this._alpha - 10; _root.cpuhp6 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 303 MovieClip "user" in Frame 95
onClipEvent (load) { if ((this._currentframe < 272) && (_root.withWeapon == true)) { this.gotoAndPlay(272); } } onClipEvent (enterFrame) { _root.walk(this); _root.walkWep(this); _root.moveOn(this); _root.moveOnWithWep(this); _root.reverseX(this, 30, _root.cpu); _root.jumpAround(this); _root.gravityPull(this); _root.smashThis(this, _root.cpu, _root.cpuhp3); _root.smashThis(this, _root.cpu2, _root.cpuhp4); _root.smashThis(this, _root.cpu3, _root.cpuhp5); _root.smashThis(this, _root.cpu4, _root.cpuhp6); _root.smashThis(this, _root.cpu5, _root.cpuhp7); _root.smashThis(this, _root.cpu6, _root.cpuhp8); _root.smashThis(this, _root.cpu7, _root.cpuhp9); _root.smashThis(this, _root.cpu8, _root.cpuhp10); } onClipEvent (enterFrame) { if (_root.attackCount == 6) { _root.attackCount = _root.attackCount - 6; } } onClipEvent (enterFrame) { if (_root.kickCount == 3) { _root.kickCount = _root.kickCount - 3; } } onClipEvent (enterFrame) { if (this._x > 500) { this._x = 500; } else if (this._x < 10) { this._x = 10; } else if (this._y < 88) { this._y = 88; } else if (this._y > 300) { this._y = 300; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(50); } else if (this._y < 200) { this.swapDepths(0); } } onClipEvent (enterFrame) { if (((_root.userHp <= 0) && (this._currentframe == 62)) && (_root.killClock > 30)) { _root.gotoAndPlay("gameOver"); trace(_root.killClock); } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { this.gotoAndPlay(61); } } onClipEvent (enterFrame) { if (_root.withWeapon == false) { if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 0)) { this.gotoAndPlay("whack"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 1)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 2)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("attack3"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 4)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 5)) { this.gotoAndPlay("attack4"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount < 3)) { this.gotoAndPlay("attack5"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((Key.isDown(16) && (this._currentframe == 1)) && (_root.special > 0)) { this.gotoAndPlay("jumpKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount == 3)) { this.gotoAndPlay("swiftKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount >= 4)) { this.gotoAndPlay("dropKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((this._currentframe == 1) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { trace(_root.withWeapon); if (_root.withWeapon == true) { var myFrame = 272; if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount <= 2)) { this.gotoAndPlay("swingWeapon"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("swingWeapon2"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount >= 4)) { this.gotoAndPlay("swingWeapon3"); _root.downKey = true; _root.attackCount++; } else if ((this._currentframe == myFrame) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { _root.killClock++; } }
Instance of Symbol 10 MovieClip in Frame 95
onClipEvent (enterFrame) { this._width = _root.userHp; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } else if (this._width <= 0) { this._width = 0; } }
Instance of Symbol 349 MovieClip in Frame 95
onClipEvent (enterFrame) { if (((((((_root.dead3 == true) && (_root.dead4 == true)) && (_root.dead6 == true)) && (_root.dead8 == true)) && (_root.dead9 == true)) && (this._currentframe == 1)) && (_root.havegone == false)) { this.gotoAndPlay("go"); _root.havegone = true; _root.passThru = true; } }
Frame 100
removeMovieClip(_root.user); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 105
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("stage2"); mySound.start(0.005, 9999); f++; } stop(); currentRound = "round7"; attackCount = 0; timeOnFrame = 1; kickCount = 0; passThru = false; superbar = 100; cpuDead = false; cpuGettingHurt = false; cpuAttacking = false; cpuBlocking = false; userDead = false; userGettingHurt = false; userAttacking = false; userBlocking = false; userCharge = 0; cpuCharge = 0; inAir = false; myY = 176.8; jumping = false; cpuhp0 = 125; cpuhp1 = 125; cpuhp2 = 125; cpuhp3 = 125; cpuhp4 = 125; cpuhp5 = 125; cpuhp6 = 125; cpuhp7 = 125; cpuhp8 = 125; cpuhp9 = 125; cpuhp10 = 50; cpuhp11 = 50; cpuhp12 = 35; cpuhp13 = 45; cpuhp14 = 30; cpuhp15 = 45; cpuhp16 = 45; cpuhp17 = 45; cpuhp18 = 45; cpuhp19 = 45; cpuhp20 = 45; cpuhp21 = 45; cpuhp22 = 45; cpuhp23 = 45; cpuhp24 = 45; cpuhp25 = 45; dead0 = false; dead1 = false; dead2 = false; dead3 = false; dead4 = false; dead5 = false; dead6 = false; dead7 = false; dead8 = false; dead9 = false; dead10 = false; dead11 = false; dead12 = false; dead13 = false; dead14 = false; dead15 = false; dead16 = false; dead17 = false; dead18 = false; dead19 = false; dead20 = false; dead21 = false; dead22 = false; dead23 = false; dead24 = false; dead25 = false; counter0 = 0; counter1 = 0; counter2 = 0; counter3 = 0; counter4 = 0; counter5 = 0; counter6 = 0; counter7 = 0; counter8 = 0; counter9 = 0; counter10 = 0; counter11 = 0; counter12 = 0; counter13 = 0; counter14 = 0; counter15 = 0; gettingHurt = false; havegone = false;
Instance of Symbol 134 MovieClip "cpu" in Frame 105
onClipEvent (enterFrame) { if (_root.cpuhp3 > 0) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead2); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter3); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp3, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp3); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp3 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp3 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter3 < 16)) { _root.counter3++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter3 == 15) { _root.counter3 = _root.counter3 - 15; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead3 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp3 <= 0) { this.gotoAndStop(101); _root.dead3 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead3, 100); } onClipEvent (enterFrame) { if (_root.dead3 == true) { this._alpha = this._alpha - 10; _root.cpuhp3 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 343 MovieClip "cpu4" in Frame 105
onClipEvent (enterFrame) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead6); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp6, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp6); _root.getLife(this, 2); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp6 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp6 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter6 < 31)) { _root.counter6++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } } onClipEvent (enterFrame) { if (_root.counter6 == 30) { _root.counter6 = _root.counter6 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val1; } else if (_root.cpuhp6 <= 0) { _root.dead6 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp6 <= 0) { this.gotoAndStop(101); _root.dead6 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead6, 100); } onClipEvent (enterFrame) { if (_root.dead6 == true) { this._alpha = this._alpha - 10; _root.cpuhp6 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 420 MovieClip "cpu5" in Frame 105
onClipEvent (enterFrame) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 2, 30, _root.dead8); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter8); _root.userHurt(this, _root.user); _root.touchTeam(this, _root.cpu2, _root.cpu, _root.cpu0, _root.cpu4, _root.cpu6, 5); _root.killCpu(this, _root.cpuhp8, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp8); _root.getLife(this, 2); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp8 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp8 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter8 < 26)) { _root.counter8++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack2"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter8 == 25) { _root.counter8 = _root.counter8 - 25; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val1; } else if (_root.cpuhp8 <= 0) { _root.dead8 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp8 <= 0) { this.gotoAndStop(101); _root.dead8 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead8, 100); } onClipEvent (enterFrame) { if (_root.dead8 == true) { this._alpha = this._alpha - 10; _root.cpuhp8 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 343 MovieClip "cpu2" in Frame 105
onClipEvent (enterFrame) { _root.getHurt(this, _root.user); _root.findUser(this, 3, 38, _root.dead3); _root.findUserY(this, 5, -5); _root.walkCpu(this, _root.user); _root.touchTeam(this, _root.cpu3, _root.cpu, _root.cpu0, _root.cpu5, _root.cpu6, 5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp4, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp4); _root.getLife(this, 2); trace(_root.cpuhp3); } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp4 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp4 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter4 < 31)) { _root.counter4++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.userHp > 0)) { this.gotoAndPlay("attack4"); } } onClipEvent (enterFrame) { if (_root.counter4 == 30) { _root.counter4 = _root.counter4 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead4 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp4 <= 0) { this.gotoAndStop(101); _root.dead4 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead4, 100); } onClipEvent (enterFrame) { if (_root.dead4 == true) { this._alpha = this._alpha - 10; _root.cpuhp4 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 303 MovieClip "user" in Frame 105
onClipEvent (load) { if ((this._currentframe < 272) && (_root.withWeapon == true)) { this.gotoAndPlay(272); } } onClipEvent (enterFrame) { _root.walk(this); _root.walkWep(this); _root.moveOn(this); _root.moveOnWithWep(this); _root.reverseX(this, 30, _root.cpu); _root.jumpAround(this); _root.gravityPull(this); _root.smashThis(this, _root.cpu, _root.cpuhp3); _root.smashThis(this, _root.cpu2, _root.cpuhp4); _root.smashThis(this, _root.cpu3, _root.cpuhp5); _root.smashThis(this, _root.cpu4, _root.cpuhp6); _root.smashThis(this, _root.cpu5, _root.cpuhp7); _root.smashThis(this, _root.cpu6, _root.cpuhp8); _root.smashThis(this, _root.cpu7, _root.cpuhp9); _root.smashThis(this, _root.cpu8, _root.cpuhp10); } onClipEvent (enterFrame) { if (_root.attackCount == 6) { _root.attackCount = _root.attackCount - 6; } } onClipEvent (enterFrame) { if (_root.kickCount == 3) { _root.kickCount = _root.kickCount - 3; } } onClipEvent (enterFrame) { if (this._x > 500) { this._x = 500; } else if (this._x < 10) { this._x = 10; } else if (this._y < 88) { this._y = 88; } else if (this._y > 300) { this._y = 300; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(50); } else if (this._y < 200) { this.swapDepths(0); } } onClipEvent (enterFrame) { if (((_root.userHp <= 0) && (this._currentframe == 62)) && (_root.killClock > 30)) { _root.gotoAndPlay("gameOver"); trace(_root.killClock); } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { this.gotoAndPlay(61); } } onClipEvent (enterFrame) { if (_root.withWeapon == false) { if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 0)) { this.gotoAndPlay("whack"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 1)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 2)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("attack3"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 4)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 5)) { this.gotoAndPlay("attack4"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount < 3)) { this.gotoAndPlay("attack5"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((Key.isDown(16) && (this._currentframe == 1)) && (_root.special > 0)) { this.gotoAndPlay("jumpKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount == 3)) { this.gotoAndPlay("swiftKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount >= 4)) { this.gotoAndPlay("dropKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((this._currentframe == 1) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { trace(_root.withWeapon); if (_root.withWeapon == true) { var myFrame = 272; if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount <= 2)) { this.gotoAndPlay("swingWeapon"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("swingWeapon2"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount >= 4)) { this.gotoAndPlay("swingWeapon3"); _root.downKey = true; _root.attackCount++; } else if ((this._currentframe == myFrame) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { _root.killClock++; } }
Instance of Symbol 10 MovieClip in Frame 105
onClipEvent (enterFrame) { this._width = _root.userHp; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } else if (this._width <= 0) { this._width = 0; } }
Instance of Symbol 349 MovieClip in Frame 105
onClipEvent (enterFrame) { if (((((((_root.dead3 == true) && (_root.dead4 == true)) && (_root.dead6 == true)) && (_root.dead8 == true)) && (_root.dead9 == true)) && (this._currentframe == 1)) && (_root.havegone == false)) { this.gotoAndPlay("go"); _root.havegone = true; _root.passThru = true; } }
Frame 110
removeMovieClip(_root.user); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 115
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("stage2"); mySound.start(0.005, 9999); f++; } stop(); currentRound = "round8"; attackCount = 0; timeOnFrame = 1; kickCount = 0; passThru = false; superbar = 100; cpuDead = false; cpuGettingHurt = false; cpuAttacking = false; cpuBlocking = false; userDead = false; userGettingHurt = false; userAttacking = false; userBlocking = false; userCharge = 0; cpuCharge = 0; inAir = false; myY = 176.8; jumping = false; cpuhp0 = 125; cpuhp1 = 125; cpuhp2 = 125; cpuhp3 = 125; cpuhp4 = 125; cpuhp5 = 125; cpuhp6 = 125; cpuhp7 = 125; cpuhp8 = 125; cpuhp9 = 125; cpuhp10 = 50; cpuhp11 = 50; cpuhp12 = 35; cpuhp13 = 45; cpuhp14 = 30; cpuhp15 = 45; cpuhp16 = 45; cpuhp17 = 45; cpuhp18 = 45; cpuhp19 = 45; cpuhp20 = 45; cpuhp21 = 45; cpuhp22 = 45; cpuhp23 = 45; cpuhp24 = 45; cpuhp25 = 45; dead0 = false; dead1 = false; dead2 = false; dead3 = false; dead4 = false; dead5 = false; dead6 = false; dead7 = false; dead8 = false; dead9 = false; dead10 = false; dead11 = false; dead12 = false; dead13 = false; dead14 = false; dead15 = false; dead16 = false; dead17 = false; dead18 = false; dead19 = false; dead20 = false; dead21 = false; dead22 = false; dead23 = false; dead24 = false; dead25 = false; counter0 = 0; counter1 = 0; counter2 = 0; counter3 = 0; counter4 = 0; counter5 = 0; counter6 = 0; counter7 = 0; counter8 = 0; counter9 = 0; counter10 = 0; counter11 = 0; counter12 = 0; counter13 = 0; counter14 = 0; counter15 = 0; gettingHurt = false; havegone = false;
Instance of Symbol 431 MovieClip "life" in Frame 115
onClipEvent (enterFrame) { var haveLife = false; if (_root.user.hitTest(this) && (this._visible == true)) { _root.userHp = _root.userHp + 50; this._visible = false; } }
Instance of Symbol 134 MovieClip "cpu" in Frame 115
onClipEvent (enterFrame) { if (_root.cpuhp3 > 0) { _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead2); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter3); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp3, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp3); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp3 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp3 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter3 < 16)) { _root.counter3++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter3 == 15) { _root.counter3 = _root.counter3 - 15; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead3 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp3 <= 0) { this.gotoAndStop(101); _root.dead3 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead3, 100); } onClipEvent (enterFrame) { if (_root.dead3 == true) { this._alpha = this._alpha - 10; _root.cpuhp3 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 134 MovieClip "cpu5" in Frame 115
onClipEvent (enterFrame) { if (((_root.cpuhp8 > 0) && (_root.dead3 == true)) && (_root.dead4 == true)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 2, 30, _root.dead8); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter8); _root.userHurt(this, _root.user); _root.touchTeam(this, _root.cpu2, _root.cpu, _root.cpu0, _root.cpu4, _root.cpu6, 5); _root.killCpu(this, _root.cpuhp8, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp8); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp8 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp8 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter8 < 26)) { _root.counter8++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack2"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter8 == 25) { _root.counter8 = _root.counter8 - 25; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val1; } else if (_root.cpuhp8 <= 0) { _root.dead8 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp8 <= 0) { this.gotoAndStop(101); _root.dead8 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead8, 100); } onClipEvent (enterFrame) { if (_root.dead8 == true) { this._alpha = this._alpha - 10; _root.cpuhp8 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 343 MovieClip "cpu2" in Frame 115
onClipEvent (enterFrame) { if (_root.cpuhp4 > 0) { _root.getHurt(this, _root.user); _root.findUser(this, 3, 38, _root.dead3); _root.findUserY(this, 5, -5); _root.walkCpu(this, _root.user); _root.touchTeam(this, _root.cpu3, _root.cpu, _root.cpu0, _root.cpu5, _root.cpu6, 5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp4, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp4); _root.getLife(this, 2); trace(_root.cpuhp3); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp4 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp4 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter4 < 31)) { _root.counter4++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.userHp > 0)) { this.gotoAndPlay("attack4"); } } onClipEvent (enterFrame) { if (_root.counter4 == 30) { _root.counter4 = _root.counter4 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead4 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp4 <= 0) { this.gotoAndStop(101); _root.dead4 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead4, 100); } onClipEvent (enterFrame) { if (_root.dead4 == true) { this._alpha = this._alpha - 10; _root.cpuhp4 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 420 MovieClip "cpu4" in Frame 115
onClipEvent (enterFrame) { if (((_root.cpuhp6 > 0) && (_root.dead3 == true)) && (_root.dead4 == true)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead6); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp6, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp6); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp6 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp6 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter6 < 26)) { _root.counter6++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter6 == 25) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp6 > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter6 == 25) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp6 > 0)) { this.gotoAndPlay("attack2"); } else if ((((_root.counter6 == 25) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp6 > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter6 == 25) { _root.counter6 = _root.counter6 - 25; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val1; } else if (_root.cpuhp6 <= 0) { _root.dead6 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp6 <= 0) { this.gotoAndStop(101); _root.dead6 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead6, 100); } onClipEvent (enterFrame) { if (_root.dead6 == true) { this._alpha = this._alpha - 10; _root.cpuhp6 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 303 MovieClip "user" in Frame 115
onClipEvent (load) { if ((this._currentframe < 272) && (_root.withWeapon == true)) { this.gotoAndPlay(272); } } onClipEvent (enterFrame) { _root.walk(this); _root.walkWep(this); _root.moveOn(this); _root.moveOnWithWep(this); _root.reverseX(this, 30, _root.cpu); _root.jumpAround(this); _root.gravityPull(this); _root.smashThis(this, _root.cpu, _root.cpuhp3); _root.smashThis(this, _root.cpu2, _root.cpuhp4); _root.smashThis(this, _root.cpu3, _root.cpuhp5); _root.smashThis(this, _root.cpu4, _root.cpuhp6); _root.smashThis(this, _root.cpu5, _root.cpuhp7); _root.smashThis(this, _root.cpu6, _root.cpuhp8); _root.smashThis(this, _root.cpu7, _root.cpuhp9); _root.smashThis(this, _root.cpu8, _root.cpuhp10); } onClipEvent (enterFrame) { if (_root.attackCount == 6) { _root.attackCount = _root.attackCount - 6; } } onClipEvent (enterFrame) { if (_root.kickCount == 3) { _root.kickCount = _root.kickCount - 3; } } onClipEvent (enterFrame) { if (this._x > 500) { this._x = 500; } else if (this._x < 10) { this._x = 10; } else if (this._y < 88) { this._y = 88; } else if (this._y > 300) { this._y = 300; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(50); } else if (this._y < 200) { this.swapDepths(0); } } onClipEvent (enterFrame) { if (((_root.userHp <= 0) && (this._currentframe == 62)) && (_root.killClock > 30)) { _root.gotoAndPlay("gameOver"); trace(_root.killClock); } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { this.gotoAndPlay(61); } } onClipEvent (enterFrame) { if (_root.withWeapon == false) { if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 0)) { this.gotoAndPlay("whack"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 1)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 2)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("attack3"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 4)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 5)) { this.gotoAndPlay("attack4"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount < 3)) { this.gotoAndPlay("attack5"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((Key.isDown(16) && (this._currentframe == 1)) && (_root.special > 0)) { this.gotoAndPlay("jumpKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount == 3)) { this.gotoAndPlay("swiftKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount >= 4)) { this.gotoAndPlay("dropKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((this._currentframe == 1) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { trace(_root.withWeapon); if (_root.withWeapon == true) { var myFrame = 272; if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount <= 2)) { this.gotoAndPlay("swingWeapon"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("swingWeapon2"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount >= 4)) { this.gotoAndPlay("swingWeapon3"); _root.downKey = true; _root.attackCount++; } else if ((this._currentframe == myFrame) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { _root.killClock++; } }
Instance of Symbol 10 MovieClip in Frame 115
onClipEvent (enterFrame) { this._width = _root.userHp; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } else if (this._width <= 0) { this._width = 0; } }
Instance of Symbol 349 MovieClip in Frame 115
onClipEvent (enterFrame) { if (((((((_root.dead3 == true) && (_root.dead4 == true)) && (_root.dead6 == true)) && (_root.dead8 == true)) && (_root.dead9 == true)) && (this._currentframe == 1)) && (_root.havegone == false)) { this.gotoAndPlay("go"); _root.havegone = true; _root.passThru = true; } }
Frame 121
removeMovieClip(_root.user); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 126
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("stage2"); mySound.start(0.005, 9999); f++; } stop(); currentRound = "round9"; attackCount = 0; timeOnFrame = 1; kickCount = 0; passThru = false; superbar = 100; cpuDead = false; cpuGettingHurt = false; cpuAttacking = false; cpuBlocking = false; userDead = false; userGettingHurt = false; userAttacking = false; userBlocking = false; userCharge = 0; cpuCharge = 0; inAir = false; myY = 176.8; jumping = false; cpuhp0 = 125; cpuhp1 = 125; cpuhp2 = 125; cpuhp3 = 125; cpuhp4 = 125; cpuhp5 = 125; cpuhp6 = 125; cpuhp7 = 125; cpuhp8 = 125; cpuhp9 = 125; cpuhp10 = 50; cpuhp11 = 50; cpuhp12 = 35; cpuhp13 = 45; cpuhp14 = 30; cpuhp15 = 45; cpuhp16 = 45; cpuhp17 = 45; cpuhp18 = 45; cpuhp19 = 45; cpuhp20 = 45; cpuhp21 = 45; cpuhp22 = 45; cpuhp23 = 45; cpuhp24 = 45; cpuhp25 = 45; dead0 = false; dead1 = false; dead2 = false; dead3 = false; dead4 = false; dead5 = false; dead6 = false; dead7 = false; dead8 = false; dead9 = false; dead10 = false; dead11 = false; dead12 = false; dead13 = false; dead14 = false; dead15 = false; dead16 = false; dead17 = false; dead18 = false; dead19 = false; dead20 = false; dead21 = false; dead22 = false; dead23 = false; dead24 = false; dead25 = false; counter0 = 0; counter1 = 0; counter2 = 0; counter3 = 0; counter4 = 0; counter5 = 0; counter6 = 0; counter7 = 0; counter8 = 0; counter9 = 0; counter10 = 0; counter11 = 0; counter12 = 0; counter13 = 0; counter14 = 0; counter15 = 0; gettingHurt = false; havegone = false;
Instance of Symbol 134 MovieClip "cpu" in Frame 126
onClipEvent (enterFrame) { if (_root.cpuhp3 > 0) { _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead2); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter3); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp3, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp3); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp3 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp3 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter3 < 16)) { _root.counter3++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter3 == 15) { _root.counter3 = _root.counter3 - 15; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead3 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp3 <= 0) { this.gotoAndStop(101); _root.dead3 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead3, 100); } onClipEvent (enterFrame) { if (_root.dead3 == true) { this._alpha = this._alpha - 10; _root.cpuhp3 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 420 MovieClip "cpu5" in Frame 126
onClipEvent (enterFrame) { if ((_root.cpuhp8 > 0) && (_root.dead3 == true)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 2, 30, _root.dead8); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter8); _root.userHurt(this, _root.user); _root.touchTeam(this, _root.cpu2, _root.cpu, _root.cpu0, _root.cpu4, _root.cpu6, 5); _root.killCpu(this, _root.cpuhp8, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp8); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp8 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp8 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter8 < 26)) { _root.counter8++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack2"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter8 == 25) { _root.counter8 = _root.counter8 - 25; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val1; } else if (_root.cpuhp8 <= 0) { _root.dead8 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp8 <= 0) { this.gotoAndStop(101); _root.dead8 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead8, 100); } onClipEvent (enterFrame) { if (_root.dead8 == true) { this._alpha = this._alpha - 10; _root.cpuhp8 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 343 MovieClip "cpu7" in Frame 126
onClipEvent (enterFrame) { if ((_root.cpuhp9 > 0) && (_root.dead4 == true)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead9); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter9); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp9, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp9); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp9 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp9 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter9 < 31)) { _root.counter9++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter9 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp9 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter9 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp9 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter9 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp9 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } } onClipEvent (enterFrame) { if (_root.counter9 == 30) { _root.counter9 = _root.counter9 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp9 > 0)) { _root.cpuhp9 = _root.cpuhp9 - val1; } else if (_root.cpuhp9 <= 0) { _root.dead9 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp9 > 0)) { _root.cpuhp9 = _root.cpuhp9 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp9 <= 0) { this.gotoAndStop(101); _root.dead9 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead9, 100); } onClipEvent (enterFrame) { if (_root.dead9 == true) { this._alpha = this._alpha - 10; _root.cpuhp9 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 343 MovieClip "cpu4" in Frame 126
onClipEvent (enterFrame) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead6); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp6, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp6); _root.getLife(this, 2); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp6 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp6 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter6 < 31)) { _root.counter6++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } } onClipEvent (enterFrame) { if (_root.counter6 == 30) { _root.counter6 = _root.counter6 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val1; } else if (_root.cpuhp6 <= 0) { _root.dead6 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp6 <= 0) { this.gotoAndStop(101); _root.dead6 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead6, 100); } onClipEvent (enterFrame) { if (_root.dead6 == true) { this._alpha = this._alpha - 10; _root.cpuhp6 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 343 MovieClip "cpu2" in Frame 126
onClipEvent (enterFrame) { if (_root.cpuhp4 > 0) { _root.getHurt(this, _root.user); _root.findUser(this, 3, 38, _root.dead3); _root.findUserY(this, 5, -5); _root.walkCpu(this, _root.user); _root.touchTeam(this, _root.cpu3, _root.cpu, _root.cpu0, _root.cpu5, _root.cpu6, 5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp4, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp4); _root.getLife(this, 2); trace(_root.cpuhp3); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp4 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp4 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter4 < 31)) { _root.counter4++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter4 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.userHp > 0)) { this.gotoAndPlay("attack4"); } } onClipEvent (enterFrame) { if (_root.counter4 == 30) { _root.counter4 = _root.counter4 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead4 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp4 > 0)) { _root.cpuhp4 = _root.cpuhp4 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp4 <= 0) { this.gotoAndStop(101); _root.dead4 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead4, 100); } onClipEvent (enterFrame) { if (_root.dead4 == true) { this._alpha = this._alpha - 10; _root.cpuhp4 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 303 MovieClip "user" in Frame 126
onClipEvent (load) { if ((this._currentframe < 272) && (_root.withWeapon == true)) { this.gotoAndPlay(272); } } onClipEvent (enterFrame) { _root.walk(this); _root.walkWep(this); _root.moveOn(this); _root.moveOnWithWep(this); _root.reverseX(this, 30, _root.cpu); _root.jumpAround(this); _root.gravityPull(this); _root.smashThis(this, _root.cpu, _root.cpuhp3); _root.smashThis(this, _root.cpu2, _root.cpuhp4); _root.smashThis(this, _root.cpu3, _root.cpuhp5); _root.smashThis(this, _root.cpu4, _root.cpuhp6); _root.smashThis(this, _root.cpu5, _root.cpuhp7); _root.smashThis(this, _root.cpu6, _root.cpuhp8); _root.smashThis(this, _root.cpu7, _root.cpuhp9); _root.smashThis(this, _root.cpu8, _root.cpuhp10); } onClipEvent (enterFrame) { if (_root.attackCount == 6) { _root.attackCount = _root.attackCount - 6; } } onClipEvent (enterFrame) { if (_root.kickCount == 3) { _root.kickCount = _root.kickCount - 3; } } onClipEvent (enterFrame) { if (this._x > 500) { this._x = 500; } else if (this._x < 10) { this._x = 10; } else if (this._y < 88) { this._y = 88; } else if (this._y > 300) { this._y = 300; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(50); } else if (this._y < 200) { this.swapDepths(0); } } onClipEvent (enterFrame) { if (((_root.userHp <= 0) && (this._currentframe == 62)) && (_root.killClock > 30)) { _root.gotoAndPlay("gameOver"); trace(_root.killClock); } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { this.gotoAndPlay(61); } } onClipEvent (enterFrame) { if (_root.withWeapon == false) { if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 0)) { this.gotoAndPlay("whack"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 1)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 2)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("attack3"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 4)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 5)) { this.gotoAndPlay("attack4"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount < 3)) { this.gotoAndPlay("attack5"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((Key.isDown(16) && (this._currentframe == 1)) && (_root.special > 0)) { this.gotoAndPlay("jumpKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount == 3)) { this.gotoAndPlay("swiftKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount >= 4)) { this.gotoAndPlay("dropKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((this._currentframe == 1) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { trace(_root.withWeapon); if (_root.withWeapon == true) { var myFrame = 272; if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount <= 2)) { this.gotoAndPlay("swingWeapon"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("swingWeapon2"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount >= 4)) { this.gotoAndPlay("swingWeapon3"); _root.downKey = true; _root.attackCount++; } else if ((this._currentframe == myFrame) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { _root.killClock++; } }
Instance of Symbol 10 MovieClip in Frame 126
onClipEvent (enterFrame) { this._width = _root.userHp; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } else if (this._width <= 0) { this._width = 0; } }
Instance of Symbol 349 MovieClip in Frame 126
onClipEvent (enterFrame) { if (((((((_root.dead3 == true) && (_root.dead4 == true)) && (_root.dead6 == true)) && (_root.dead8 == true)) && (_root.dead9 == true)) && (this._currentframe == 1)) && (_root.havegone == false)) { this.gotoAndPlay("go"); _root.havegone = true; _root.passThru = true; } }
Frame 131
removeMovieClip(_root.user); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 135
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("preboss2"); mySound.start(0.005, 9999); f++; } stop(); removeMovieClip(_root.user); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 141
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("start"); mySound.start(0.005, 9999); f++; } stop(); currentRound = "round10"; attackCount = 0; timeOnFrame = 1; kickCount = 0; passThru = false; superbar = 100; cpuDead = false; cpuGettingHurt = false; cpuAttacking = false; cpuBlocking = false; userDead = false; userGettingHurt = false; userAttacking = false; userBlocking = false; userCharge = 0; cpuCharge = 0; inAir = false; myY = 176.8; jumping = false; cpuhp0 = 125; cpuhp1 = 125; cpuhp2 = 125; cpuhp3 = 125; cpuhp4 = 125; cpuhp5 = 125; cpuhp6 = 125; cpuhp7 = 125; cpuhp8 = 125; cpuhp9 = 125; cpuhp10 = 50; cpuhp11 = 50; cpuhp12 = 35; cpuhp13 = 45; cpuhp14 = 30; cpuhp15 = 45; cpuhp16 = 45; cpuhp17 = 45; cpuhp18 = 45; cpuhp19 = 45; cpuhp20 = 45; cpuhp21 = 45; cpuhp22 = 45; cpuhp23 = 45; cpuhp24 = 45; cpuhp25 = 45; dead0 = false; dead1 = false; dead2 = false; dead3 = false; dead4 = false; dead5 = false; dead6 = false; dead7 = false; dead8 = false; dead9 = false; dead10 = false; dead11 = false; dead12 = false; dead13 = false; dead14 = false; dead15 = false; dead16 = false; dead17 = false; dead18 = false; dead19 = false; dead20 = false; dead21 = false; dead22 = false; dead23 = false; dead24 = false; dead25 = false; counter0 = 0; counter1 = 0; counter2 = 0; counter3 = 0; counter4 = 0; counter5 = 0; counter6 = 0; counter7 = 0; counter8 = 0; counter9 = 0; counter10 = 0; counter11 = 0; counter12 = 0; counter13 = 0; counter14 = 0; counter15 = 0; gettingHurt = false; havegone = false;
Instance of Symbol 431 MovieClip "life" in Frame 141
onClipEvent (enterFrame) { var haveLife = false; if (_root.user.hitTest(this) && (this._visible == true)) { _root.userHp = _root.userHp + 50; this._visible = false; } }
Instance of Symbol 675 MovieClip "cpu6" in Frame 141
onClipEvent (enterFrame) { if (_root.cpuhp10 > 0) { _root.limit(this); _root.getHurt(this, _root.user); _root.getHurt(_root.user, this); _root.findUser(this, 4, 30, _root.dead10); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter10); _root.userHurt(this, _root.user, _root.userHp); _root.killCpu(this, _root.cpuhp10, 101); _root.lifeDeduct(_root.user, this, 10, 20, _root.cpuhp10); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp10 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp10 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter10 < 11)) { _root.counter10++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 4); if (((((_root.counter10 == 10) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp10 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter10 == 10) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp10 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter10 == 10) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp10 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } else if (((((_root.counter10 == 10) && (this._currentframe == 1)) && (either == 3)) && (_root.cpuhp10 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack4"); } } onClipEvent (enterFrame) { if (_root.counter10 == 10) { _root.counter10 = _root.counter10 - 10; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp10 > 0)) { _root.cpuhp10 = _root.cpuhp10 - val1; } else if (_root.cpuhp10 <= 0) { _root.dead10 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp10 > 0)) { _root.cpuhp10 = _root.cpuhp10 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp10 <= 0) { this.gotoAndStop(101); _root.dead10 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead10, 100); } onClipEvent (enterFrame) { if (_root.dead10 == true) { this._alpha = this._alpha - 10; _root.cpuhp10 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } } onClipEvent (enterFrame) { if (_root.cpu6.smash.hitTest(_root.user)) { _root.userHp = _root.userHp - 2; } } onClipEvent (enterFrame) { if ((((this._alpha <= 0) && (_root.dead6 == true)) && (_root.dead3 == true)) && (_root.dead8 == true)) { _root.play(); } }
Instance of Symbol 134 MovieClip "cpu" in Frame 141
onClipEvent (enterFrame) { if ((_root.cpuhp10 < 400) && (_root.dead6 == false)) { _root.getHurt(this, _root.user); _root.findUser(this, 2, 30, _root.dead2); _root.findUserY(this, 5, -10); _root.walkCpu(this, _root.user); trace(_root.counter3); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp3, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp3); _root.getLife(this, 2); } } onClipEvent (enterFrame) { _root.limit(this); } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp3 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp3 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter3 < 16)) { _root.counter3++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter3 == 15) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp3 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter3 == 15) { _root.counter3 = _root.counter3 - 15; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val1; } else if (_root.cpuhp4 <= 0) { _root.dead3 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp3 > 0)) { _root.cpuhp3 = _root.cpuhp3 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp3 <= 0) { this.gotoAndStop(101); _root.dead3 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead3, 100); } onClipEvent (enterFrame) { if (_root.dead3 == true) { this._alpha = this._alpha - 10; _root.cpuhp3 = 0; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 420 MovieClip "cpu5" in Frame 141
onClipEvent (enterFrame) { if ((_root.cpuhp10 < 200) && (_root.dead8 == false)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 2, 30, _root.dead8); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter8); _root.userHurt(this, _root.user); _root.touchTeam(this, _root.cpu2, _root.cpu, _root.cpu0, _root.cpu4, _root.cpu6, 5); _root.killCpu(this, _root.cpuhp8, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp8); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp8 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp8 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter8 < 26)) { _root.counter8++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack1"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack2"); } else if ((((_root.counter8 == 25) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp8 > 0)) { this.gotoAndPlay("attack3"); } } onClipEvent (enterFrame) { if (_root.counter8 == 25) { _root.counter8 = _root.counter8 - 25; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val1; } else if (_root.cpuhp8 <= 0) { _root.dead8 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp8 > 0)) { _root.cpuhp8 = _root.cpuhp8 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp8 <= 0) { this.gotoAndStop(101); _root.dead8 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead8, 100); } onClipEvent (enterFrame) { if (_root.dead8 == true) { this._alpha = this._alpha - 10; _root.cpuhp8 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(2); } else if (this._y < 200) { this.swapDepths(51); } }
Instance of Symbol 343 MovieClip "cpu4" in Frame 141
onClipEvent (enterFrame) { if ((_root.cpuhp10 < 200) && (_root.dead6 == false)) { _root.limit(this); _root.getHurt(this, _root.user); _root.findUser(this, 4, 30, _root.dead6); _root.findUserY(this, 2, -10); _root.walkCpu(this, _root.user); trace(_root.counter5); _root.userHurt(this, _root.user); _root.killCpu(this, _root.cpuhp6, 101); _root.lifeDeduct(_root.user, this, 5, 20, _root.cpuhp6); _root.getLife(this, 2); } } onClipEvent (enterFrame) { if ((_root.user._x < this._x) && (_root.cpuhp6 > 0)) { this._xscale = 30; } else if ((_root.user._x > this._x) && (_root.cpuhp6 > 0)) { this._xscale = -30; } } onClipEvent (enterFrame) { if (_root.user.hitTest(this) && (_root.counter6 < 31)) { _root.counter6++; } } onClipEvent (enterFrame) { var either = int(Math.random() * 3); if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 0)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack1"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 1)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } else if (((((_root.counter6 == 30) && (this._currentframe == 1)) && (either == 2)) && (_root.cpuhp6 > 0)) && (_root.userHp > 0)) { this.gotoAndPlay("attack2"); } } onClipEvent (enterFrame) { if (_root.counter6 == 30) { _root.counter6 = _root.counter6 - 30; } } onClipEvent (enterFrame) { var val1 = 5; var val2 = 10; if (_root.user.hit.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val1; } else if (_root.cpuhp6 <= 0) { _root.dead6 = true; } else if (_root.user.smash.hitTest(this) && (_root.cpuhp6 > 0)) { _root.cpuhp6 = _root.cpuhp6 - val2; } } onClipEvent (enterFrame) { if (_root.cpuhp6 <= 0) { this.gotoAndStop(101); _root.dead6 = true; } } onClipEvent (enterFrame) { _root.removeCpu(this, _root.dead6, 100); } onClipEvent (enterFrame) { if (_root.dead6 == true) { this._alpha = this._alpha - 10; _root.cpuhp6 = 0; } } onClipEvent (enterFrame) { if (((this._y > 200) && (_root.dead3 == true)) && (_root.dead4 == true)) { this.swapDepths(1); } else if (this._y < 200) { this.swapDepths(50); } }
Instance of Symbol 303 MovieClip "user" in Frame 141
onClipEvent (load) { if ((this._currentframe < 272) && (_root.withWeapon == true)) { this.gotoAndPlay(272); } } onClipEvent (enterFrame) { _root.walk(this); _root.walkWep(this); _root.moveOn(this); _root.moveOnWithWep(this); _root.reverseX(this, 30, _root.cpu); _root.jumpAround(this); _root.gravityPull(this); _root.smashThis(this, _root.cpu, _root.cpuhp3); _root.smashThis(this, _root.cpu2, _root.cpuhp4); _root.smashThis(this, _root.cpu3, _root.cpuhp5); _root.smashThis(this, _root.cpu4, _root.cpuhp6); _root.smashThis(this, _root.cpu5, _root.cpuhp7); _root.smashThis(this, _root.cpu6, _root.cpuhp8); _root.smashThis(this, _root.cpu7, _root.cpuhp9); _root.smashThis(this, _root.cpu8, _root.cpuhp10); } onClipEvent (enterFrame) { if (_root.attackCount == 6) { _root.attackCount = _root.attackCount - 6; } } onClipEvent (enterFrame) { if (_root.kickCount == 3) { _root.kickCount = _root.kickCount - 3; } } onClipEvent (enterFrame) { if (this._x > 500) { this._x = 500; } else if (this._x < 10) { this._x = 10; } else if (this._y < 88) { this._y = 88; } else if (this._y > 300) { this._y = 300; } } onClipEvent (enterFrame) { if (this._y > 200) { this.swapDepths(50); } else if (this._y < 200) { this.swapDepths(0); } } onClipEvent (enterFrame) { if (((_root.userHp <= 0) && (this._currentframe == 62)) && (_root.killClock > 30)) { _root.gotoAndPlay("gameOver"); trace(_root.killClock); } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { this.gotoAndPlay(61); } } onClipEvent (enterFrame) { if (_root.withWeapon == false) { if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 0)) { this.gotoAndPlay("whack"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 1)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 2)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("attack3"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 4)) { this.gotoAndPlay("attack1"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(17) && (this._currentframe == 1)) && (_root.downKey == false)) && (_root.attackCount == 5)) { this.gotoAndPlay("attack4"); _root.downKey = true; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount < 3)) { this.gotoAndPlay("attack5"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((Key.isDown(16) && (this._currentframe == 1)) && (_root.special > 0)) { this.gotoAndPlay("jumpKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount == 3)) { this.gotoAndPlay("swiftKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if (((Key.isDown(32) && (this._currentframe == 1)) && (_root.special > 0)) && (_root.attackCount >= 4)) { this.gotoAndPlay("dropKick"); _root.special = _root.special - 1; _root.attackCount = _root.attackCount + 1; } else if ((this._currentframe == 1) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { trace(_root.withWeapon); if (_root.withWeapon == true) { var myFrame = 272; if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount <= 2)) { this.gotoAndPlay("swingWeapon"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount == 3)) { this.gotoAndPlay("swingWeapon2"); _root.downKey = true; _root.attackCount++; } else if (((Key.isDown(17) && (this._currentframe == myFrame)) && (_root.downKey == false)) && (_root.attackCount >= 4)) { this.gotoAndPlay("swingWeapon3"); _root.downKey = true; _root.attackCount++; } else if ((this._currentframe == myFrame) && (!Key.isDown(17))) { _root.downKey = false; } } } onClipEvent (enterFrame) { if (_root.userHp <= 0) { _root.killClock++; } }
Frame 146
removeMovieClip(_root.user); _root.cpu.removeMovieClip(); _root.cpu2.removeMovieClip(); _root.cpu3.removeMovieClip(); _root.cpu4.removeMovieClip(); _root.cpu5.removeMovieClip(); _root.cpu6.removeMovieClip(); _root.cpu7.removeMovieClip(); passThru = false;
Frame 161
stopAllSounds(); f = 0; while (f < 1) { mySound = new Sound(); mySound.attachSound("stage2"); mySound.start(0.005, 9999); f++; } stop();
Symbol 29 Button
on (press) { _root.gotoAndPlay("preStage1"); }
Symbol 36 Button
on (press) { _root.gotoAndPlay("round1"); }
Symbol 49 Button
on (press) { if (_root.continues > 0) { _root.gotoAndPlay(_root.currentRound); _root.userHp = 100; _root.continues--; _root._root.special = 10; } }
Symbol 50 Button
on (press) { gotoAndPlay ("title"); }
Symbol 51 Button
on (press) { getURL ("http://www.relentlesscreations.com", _blank); }
Symbol 134 MovieClip Frame 1
stop();
Symbol 134 MovieClip Frame 10
gotoAndPlay ("still");
Symbol 134 MovieClip Frame 25
gotoAndPlay ("still");
Symbol 134 MovieClip Frame 37
gotoAndPlay ("still");
Symbol 134 MovieClip Frame 45
gotoAndPlay ("still");
Symbol 134 MovieClip Frame 69
gotoAndPlay ("still");
Symbol 134 MovieClip Frame 84
gotoAndPlay ("still");
Symbol 134 MovieClip Frame 88
gotoAndPlay ("still");
Symbol 134 MovieClip Frame 110
gotoAndPlay ("still");
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 7
stop();
Symbol 278 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 2
stop();
Symbol 303 MovieClip Frame 1
stop();
Symbol 303 MovieClip Frame 8
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 27
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 37
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 44
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 49
Symbol 303 MovieClip Frame 63
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 68
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 81
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 111
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 136
stop();
Symbol 303 MovieClip Frame 160
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 170
gotoAndPlay ("still2");
Symbol 303 MovieClip Frame 187
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 201
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 202
Symbol 303 MovieClip Frame 218
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 250
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 263
gotoAndPlay ("still2");
Symbol 303 MovieClip Frame 271
gotoAndPlay ("still2");
Symbol 303 MovieClip Frame 272
stop();
Symbol 303 MovieClip Frame 279
gotoAndPlay ("still");
Symbol 303 MovieClip Frame 288
gotoAndPlay ("still2");
Symbol 303 MovieClip Frame 301
gotoAndPlay ("still2");
Symbol 343 MovieClip Frame 1
stop();
Symbol 343 MovieClip Frame 10
gotoAndPlay ("still");
Symbol 343 MovieClip Frame 25
gotoAndPlay ("still");
Symbol 343 MovieClip Frame 35
gotoAndPlay ("still");
Symbol 343 MovieClip Frame 84
gotoAndPlay ("still");
Symbol 343 MovieClip Frame 105
gotoAndPlay ("still");
Symbol 349 MovieClip Frame 1
stop();
Symbol 349 MovieClip Frame 59
gotoAndPlay (1);
Symbol 368 MovieClip Frame 1
stop();
Instance of Symbol 368 MovieClip "tire" in Symbol 369 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(39) && (this._currentframe == 1)) { this.gotoAndPlay(2); } else if (Key.isDown(37) && (this._currentframe == 1)) { this.gotoAndPlay(2); } }
Instance of Symbol 368 MovieClip "tire2" in Symbol 369 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(39) && (this._currentframe == 1)) { this.gotoAndPlay(2); } else if (Key.isDown(37) && (this._currentframe == 1)) { this.gotoAndPlay(2); } }
Symbol 381 MovieClip Frame 1
stop();
Symbol 381 MovieClip Frame 17
gotoAndPlay (6);
Symbol 420 MovieClip Frame 1
stop();
Symbol 420 MovieClip Frame 10
gotoAndPlay ("still");
Symbol 420 MovieClip Frame 25
gotoAndPlay ("still");
Symbol 420 MovieClip Frame 37
gotoAndPlay ("still");
Symbol 420 MovieClip Frame 57
gotoAndPlay ("still");
Symbol 420 MovieClip Frame 69
gotoAndPlay ("still");
Symbol 420 MovieClip Frame 84
gotoAndPlay ("still");
Symbol 420 MovieClip Frame 89
gotoAndPlay ("still");
Symbol 420 MovieClip Frame 105
gotoAndPlay ("still");
Symbol 469 MovieClip Frame 1
stop();
Symbol 469 MovieClip Frame 10
gotoAndPlay ("still");
Symbol 469 MovieClip Frame 25
gotoAndPlay ("still");
Symbol 469 MovieClip Frame 37
gotoAndPlay ("still");
Symbol 469 MovieClip Frame 45
gotoAndPlay ("still");
Symbol 469 MovieClip Frame 69
gotoAndPlay ("still");
Symbol 469 MovieClip Frame 84
gotoAndPlay ("still");
Symbol 469 MovieClip Frame 89
gotoAndPlay ("still");
Symbol 469 MovieClip Frame 109
gotoAndPlay ("still");
Symbol 535 MovieClip Frame 1
stop();
Symbol 535 MovieClip Frame 9
gotoAndPlay ("still");
Symbol 535 MovieClip Frame 27
gotoAndPlay ("still");
Symbol 535 MovieClip Frame 37
gotoAndPlay ("still");
Symbol 535 MovieClip Frame 44
gotoAndPlay ("still");
Symbol 535 MovieClip Frame 49
Symbol 535 MovieClip Frame 63
gotoAndPlay ("still");
Symbol 535 MovieClip Frame 68
gotoAndPlay ("still");
Symbol 535 MovieClip Frame 89
gotoAndPlay ("still");
Symbol 535 MovieClip Frame 111
gotoAndPlay ("still");
Symbol 535 MovieClip Frame 136
stop();
Symbol 535 MovieClip Frame 160
gotoAndPlay ("still");
Symbol 535 MovieClip Frame 171
gotoAndPlay ("still");
Symbol 538 Button
on (press) { nextFrame(); }
Symbol 545 Button
on (press) { _root.gotoAndPlay("round4"); }
Symbol 547 MovieClip Frame 30
stop();
Symbol 547 MovieClip Frame 31
stop();
Symbol 547 MovieClip Frame 32
stop();
Symbol 547 MovieClip Frame 33
stop();
Symbol 547 MovieClip Frame 34
stop();
Symbol 547 MovieClip Frame 35
stop();
Symbol 547 MovieClip Frame 36
stop();
Symbol 556 Button
on (press) { _root.gotoAndPlay("round6"); }
Symbol 558 MovieClip Frame 20
stop();
Symbol 558 MovieClip Frame 21
stop();
Symbol 558 MovieClip Frame 22
stop();
Symbol 606 MovieClip Frame 1
stop();
Symbol 606 MovieClip Frame 10
gotoAndPlay ("still");
Symbol 606 MovieClip Frame 17
gotoAndPlay ("still");
Symbol 606 MovieClip Frame 27
gotoAndPlay ("still");
Symbol 606 MovieClip Frame 58
gotoAndPlay ("still");
Symbol 606 MovieClip Frame 79
gotoAndPlay ("still");
Symbol 606 MovieClip Frame 84
gotoAndPlay ("still");
Symbol 606 MovieClip Frame 110
gotoAndPlay ("still");
Symbol 675 MovieClip Frame 1
stop();
Symbol 675 MovieClip Frame 10
gotoAndPlay ("still");
Symbol 675 MovieClip Frame 25
gotoAndPlay ("still");
Symbol 675 MovieClip Frame 37
gotoAndPlay ("still");
Symbol 675 MovieClip Frame 45
gotoAndPlay ("still");
Symbol 675 MovieClip Frame 69
gotoAndPlay ("still");
Symbol 675 MovieClip Frame 84
gotoAndPlay ("still");
Symbol 675 MovieClip Frame 89
gotoAndPlay ("still");
Symbol 675 MovieClip Frame 105
gotoAndPlay ("still");
Symbol 685 Button
on (press) { _root.gotoAndPlay("round13"); }
Symbol 687 MovieClip Frame 30
stop();
Symbol 687 MovieClip Frame 31
stop();
Symbol 687 MovieClip Frame 32
stop();
Symbol 687 MovieClip Frame 33
stop();
Symbol 687 MovieClip Frame 34
stop();
Symbol 687 MovieClip Frame 35
stop();
Symbol 687 MovieClip Frame 36
stop();
Symbol 687 MovieClip Frame 37
stop();

Library Items

Symbol 1 Sound [stage1]
Symbol 2 Sound [stage2]
Symbol 3 Sound [start]
Symbol 4 Sound [preboss2]
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:Timeline
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:Timeline
Symbol 9 GraphicUsed by:10
Symbol 10 MovieClipUses:9Used by:Timeline
Symbol 11 FontUsed by:12 13
Symbol 12 TextUses:11Used by:Timeline
Symbol 13 TextUses:11Used by:Timeline
Symbol 14 BitmapUsed by:15
Symbol 15 GraphicUses:14Used by:16
Symbol 16 MovieClipUses:15Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:Timeline
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:Timeline
Symbol 23 FontUsed by:24 25 26 27 30 31 32 33 34 37 38 39 40 41 42 43 52 346 347 348 350 351 352 353 421 422 428 429 537 539 540 541 542 543 544 546 548 549 550 551 554 555 557 607 608 611 612 613 614 617 618 619 620 678 679 680 681 682 683 684 686
Symbol 24 TextUses:23Used by:Timeline
Symbol 25 TextUses:23Used by:Timeline
Symbol 26 TextUses:23Used by:29
Symbol 27 TextUses:23Used by:29
Symbol 28 GraphicUsed by:29
Symbol 29 ButtonUses:26 27 28Used by:Timeline
Symbol 30 TextUses:23Used by:Timeline
Symbol 31 TextUses:23Used by:Timeline
Symbol 32 TextUses:23Used by:Timeline
Symbol 33 TextUses:23Used by:Timeline
Symbol 34 TextUses:23Used by:Timeline
Symbol 35 GraphicUsed by:36 49 50 51 538 545 556 685
Symbol 36 ButtonUses:35Used by:Timeline
Symbol 37 TextUses:23Used by:44
Symbol 38 TextUses:23Used by:44
Symbol 39 TextUses:23Used by:44
Symbol 40 TextUses:23Used by:44
Symbol 41 TextUses:23Used by:44
Symbol 42 TextUses:23Used by:44
Symbol 43 TextUses:23Used by:44
Symbol 44 MovieClipUses:37 38 39 40 41 42 43Used by:Timeline
Symbol 45 FontUsed by:46 47 48
Symbol 46 TextUses:45Used by:Timeline
Symbol 47 TextUses:45Used by:Timeline
Symbol 48 EditableTextUses:45Used by:Timeline
Symbol 49 ButtonUses:35Used by:Timeline
Symbol 50 ButtonUses:35Used by:Timeline
Symbol 51 ButtonUses:35Used by:Timeline
Symbol 52 TextUses:23Used by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:349  Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:58Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:70
Symbol 62 GraphicUsed by:65
Symbol 63 FontUsed by:64
Symbol 64 TextUses:63Used by:65
Symbol 65 MovieClipUses:62 64Used by:70
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:66Used by:70  Timeline
Symbol 68 GraphicUsed by:69
Symbol 69 MovieClipUses:68Used by:70  Timeline
Symbol 70 MovieClipUses:61 65 67 69Used by:Timeline
Symbol 71 GraphicUsed by:72 172
Symbol 72 MovieClipUses:71Used by:134 149 343 420 469 535 606 675  Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:Timeline
Symbol 75 GraphicUsed by:76 150 306 432 470
Symbol 76 MovieClipUses:75Used by:134
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:134
Symbol 79 GraphicUsed by:134 303 343 420 457 469 535 645 675
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:80Used by:134
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:134
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:134
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:86Used by:134
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClipUses:88Used by:134
Symbol 90 GraphicUsed by:91 164 321 445 481
Symbol 91 MovieClipUses:90Used by:134
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:92Used by:134
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:94Used by:134
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:134
Symbol 98 GraphicUsed by:134
Symbol 99 GraphicUsed by:134
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:100Used by:134
Symbol 102 GraphicUsed by:134
Symbol 103 GraphicUsed by:134
Symbol 104 GraphicUsed by:134
Symbol 105 GraphicUsed by:134
Symbol 106 GraphicUsed by:134
Symbol 107 GraphicUsed by:134
Symbol 108 GraphicUsed by:134
Symbol 109 GraphicUsed by:134
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:134
Symbol 112 GraphicUsed by:134
Symbol 113 GraphicUsed by:134
Symbol 114 GraphicUsed by:134
Symbol 115 GraphicUsed by:134
Symbol 116 GraphicUsed by:134
Symbol 117 GraphicUsed by:134
Symbol 118 GraphicUsed by:134
Symbol 119 GraphicUsed by:134
Symbol 120 GraphicUsed by:134
Symbol 121 GraphicUsed by:134
Symbol 122 GraphicUsed by:123
Symbol 123 MovieClipUses:122Used by:134
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:124Used by:134
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:126Used by:134
Symbol 128 SoundUsed by:134 343 420 469 535 606 675
Symbol 129 GraphicUsed by:134
Symbol 130 GraphicUsed by:134
Symbol 131 GraphicUsed by:134
Symbol 132 GraphicUsed by:134
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:76 78 79 81 83 85 87 89 91 93 95 97 72 98 99 101 102 103 104 105 106 107 108 109 111 112 113 114 115 116 117 118 119 120 121 123 125 127 128 129 130 131 132 133Used by:Timeline
Symbol 135 GraphicUsed by:149
Symbol 136 GraphicUsed by:149
Symbol 137 GraphicUsed by:149
Symbol 138 GraphicUsed by:149
Symbol 139 GraphicUsed by:149
Symbol 140 GraphicUsed by:149
Symbol 141 GraphicUsed by:149
Symbol 142 GraphicUsed by:149
Symbol 143 GraphicUsed by:149
Symbol 144 GraphicUsed by:149
Symbol 145 GraphicUsed by:149
Symbol 146 GraphicUsed by:149
Symbol 147 GraphicUsed by:149
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:135 72 136 137 138 139 140 141 142 143 144 145 146 147 148Used by:Timeline
Symbol 150 MovieClipUses:75Used by:303
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:151Used by:303
Symbol 153 GraphicUsed by:303 535
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:303
Symbol 156 GraphicUsed by:157
Symbol 157 MovieClipUses:156Used by:303
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:303
Symbol 160 GraphicUsed by:161
Symbol 161 MovieClipUses:160Used by:303
Symbol 162 GraphicUsed by:163
Symbol 163 MovieClipUses:162Used by:303
Symbol 164 MovieClipUses:90Used by:303
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:303
Symbol 167 GraphicUsed by:168
Symbol 168 MovieClipUses:167Used by:303
Symbol 169 GraphicUsed by:170
Symbol 170 MovieClipUses:169Used by:303
Symbol 171 GraphicUsed by:303
Symbol 172 MovieClipUses:71Used by:303
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:173Used by:303
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:303
Symbol 177 SoundUsed by:303
Symbol 178 GraphicUsed by:303
Symbol 179 GraphicUsed by:303
Symbol 180 GraphicUsed by:303
Symbol 181 GraphicUsed by:303
Symbol 182 GraphicUsed by:303
Symbol 183 GraphicUsed by:303
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:184Used by:303
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:303
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:303
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:303
Symbol 192 GraphicUsed by:303
Symbol 193 GraphicUsed by:303
Symbol 194 GraphicUsed by:195
Symbol 195 MovieClipUses:194Used by:303
Symbol 196 GraphicUsed by:303
Symbol 197 GraphicUsed by:198
Symbol 198 MovieClipUses:197Used by:303
Symbol 199 GraphicUsed by:303
Symbol 200 GraphicUsed by:303
Symbol 201 GraphicUsed by:303
Symbol 202 GraphicUsed by:303
Symbol 203 GraphicUsed by:303
Symbol 204 GraphicUsed by:303
Symbol 205 GraphicUsed by:303
Symbol 206 GraphicUsed by:303
Symbol 207 GraphicUsed by:303
Symbol 208 GraphicUsed by:303
Symbol 209 GraphicUsed by:303
Symbol 210 GraphicUsed by:303
Symbol 211 GraphicUsed by:303
Symbol 212 GraphicUsed by:303
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:213Used by:303
Symbol 215 GraphicUsed by:303
Symbol 216 GraphicUsed by:303
Symbol 217 GraphicUsed by:303
Symbol 218 GraphicUsed by:303
Symbol 219 GraphicUsed by:303
Symbol 220 GraphicUsed by:303
Symbol 221 GraphicUsed by:303
Symbol 222 GraphicUsed by:303
Symbol 223 GraphicUsed by:303
Symbol 224 GraphicUsed by:303
Symbol 225 GraphicUsed by:303
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226Used by:303
Symbol 228 GraphicUsed by:303
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:229Used by:303
Symbol 231 GraphicUsed by:303
Symbol 232 GraphicUsed by:303
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:303
Symbol 235 GraphicUsed by:303
Symbol 236 GraphicUsed by:303
Symbol 237 GraphicUsed by:303
Symbol 238 GraphicUsed by:303
Symbol 239 GraphicUsed by:303
Symbol 240 GraphicUsed by:303
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:241Used by:303
Symbol 243 GraphicUsed by:244
Symbol 244 MovieClipUses:243Used by:303
Symbol 245 GraphicUsed by:303
Symbol 246 GraphicUsed by:303
Symbol 247 GraphicUsed by:303
Symbol 248 GraphicUsed by:303
Symbol 249 GraphicUsed by:250
Symbol 250 MovieClipUses:249Used by:303
Symbol 251 GraphicUsed by:303
Symbol 252 GraphicUsed by:303
Symbol 253 GraphicUsed by:303
Symbol 254 GraphicUsed by:303
Symbol 255 GraphicUsed by:303
Symbol 256 GraphicUsed by:303
Symbol 257 GraphicUsed by:303
Symbol 258 GraphicUsed by:303
Symbol 259 GraphicUsed by:268
Symbol 260 GraphicUsed by:268
Symbol 261 GraphicUsed by:268
Symbol 262 GraphicUsed by:268
Symbol 263 GraphicUsed by:268
Symbol 264 GraphicUsed by:268
Symbol 265 GraphicUsed by:268
Symbol 266 GraphicUsed by:268
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:259 260 261 262 263 264 265 266 267Used by:303
Symbol 269 GraphicUsed by:303
Symbol 270 GraphicUsed by:303
Symbol 271 GraphicUsed by:303
Symbol 272 GraphicUsed by:303
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:303
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:275Used by:278
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:276 277Used by:286 303
Symbol 279 GraphicUsed by:303
Symbol 280 GraphicUsed by:303
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:303
Symbol 283 GraphicUsed by:284
Symbol 284 MovieClipUses:283Used by:303
Symbol 285 GraphicUsed by:303
Symbol 286 MovieClipUses:278Used by:303
Symbol 287 GraphicUsed by:303
Symbol 288 GraphicUsed by:303
Symbol 289 GraphicUsed by:303
Symbol 290 GraphicUsed by:303
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:291Used by:303
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:293Used by:303
Symbol 295 GraphicUsed by:296
Symbol 296 MovieClipUses:295Used by:303
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:297Used by:303
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:299Used by:303
Symbol 301 GraphicUsed by:302
Symbol 302 MovieClipUses:301Used by:303
Symbol 303 MovieClipUses:150 152 153 155 157 159 161 163 164 166 168 170 171 172 79 174 176 177 178 179 180 181 182 183 185 187 189 191 192 193 195 196 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 214 215 216 217 218 219 220 221 222 223 224 225 227 228 230 231 232 234 235 236 237 238 239 240 242 244 245 246 247 248 250 251 252 253 254 255 256 257 258 268 269 270 271 272 274 278 279 280 282 284 285 286 287 288 289 290 292 294 296 298 300 302Used by:Timeline
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304Used by:343
Symbol 306 MovieClipUses:75Used by:343
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:307Used by:343
Symbol 309 GraphicUsed by:343 420 469 675
Symbol 310 GraphicUsed by:311
Symbol 311 MovieClipUses:310Used by:343
Symbol 312 GraphicUsed by:313
Symbol 313 MovieClipUses:312Used by:343
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:314Used by:343
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClipUses:316Used by:343
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:318Used by:320
Symbol 320 MovieClipUses:319Used by:343
Symbol 321 MovieClipUses:90Used by:343
Symbol 322 GraphicUsed by:323
Symbol 323 MovieClipUses:322Used by:343
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:324Used by:343
Symbol 326 GraphicUsed by:327
Symbol 327 MovieClipUses:326Used by:343
Symbol 328 GraphicUsed by:343
Symbol 329 GraphicUsed by:330
Symbol 330 MovieClipUses:329Used by:343
Symbol 331 GraphicUsed by:343
Symbol 332 GraphicUsed by:343
Symbol 333 GraphicUsed by:343
Symbol 334 GraphicUsed by:343
Symbol 335 GraphicUsed by:343
Symbol 336 GraphicUsed by:343
Symbol 337 GraphicUsed by:343
Symbol 338 GraphicUsed by:343
Symbol 339 GraphicUsed by:343
Symbol 340 GraphicUsed by:343
Symbol 341 GraphicUsed by:343
Symbol 342 GraphicUsed by:343
Symbol 343 MovieClipUses:305 306 308 309 311 313 315 317 320 321 323 325 327 328 72 330 79 331 332 128 333 334 335 336 337 338 339 340 341 342Used by:Timeline
Symbol 344 GraphicUsed by:345
Symbol 345 MovieClipUses:344Used by:535 547 558  Timeline
Symbol 346 TextUses:23Used by:Timeline
Symbol 347 TextUses:23Used by:Timeline
Symbol 348 TextUses:23Used by:349
Symbol 349 MovieClipUses:55 348Used by:Timeline
Symbol 350 EditableTextUses:23Used by:Timeline
Symbol 351 TextUses:23Used by:Timeline
Symbol 352 TextUses:23Used by:Timeline
Symbol 353 EditableTextUses:23Used by:Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 GraphicUsed by:356
Symbol 356 MovieClipUses:355Used by:Timeline
Symbol 357 GraphicUsed by:358
Symbol 358 MovieClipUses:357Used by:361
Symbol 359 GraphicUsed by:360
Symbol 360 MovieClipUses:359Used by:361  Timeline
Symbol 361 MovieClipUses:358 360Used by:370
Symbol 362 GraphicUsed by:363
Symbol 363 MovieClipUses:362Used by:370
Symbol 364 GraphicUsed by:365
Symbol 365 MovieClipUses:364Used by:369
Symbol 366 GraphicUsed by:369
Symbol 367 GraphicUsed by:368
Symbol 368 MovieClipUses:367Used by:369
Symbol 369 MovieClipUses:365 366 368Used by:370
Symbol 370 MovieClipUses:361 363 369Used by:Timeline
Symbol 371 GraphicUsed by:372
Symbol 372 MovieClipUses:371Used by:381
Symbol 373 GraphicUsed by:381
Symbol 374 GraphicUsed by:381
Symbol 375 GraphicUsed by:381
Symbol 376 GraphicUsed by:381
Symbol 377 GraphicUsed by:381
Symbol 378 GraphicUsed by:381
Symbol 379 GraphicUsed by:381
Symbol 380 GraphicUsed by:381
Symbol 381 MovieClipUses:372 373 374 375 376 377 378 379 380Used by:Timeline
Symbol 382 GraphicUsed by:383 621
Symbol 383 MovieClipUses:382Used by:420
Symbol 384 GraphicUsed by:385
Symbol 385 MovieClipUses:384Used by:420
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:386Used by:420
Symbol 388 GraphicUsed by:389
Symbol 389 MovieClipUses:388Used by:420
Symbol 390 GraphicUsed by:391
Symbol 391 MovieClipUses:390Used by:420
Symbol 392 GraphicUsed by:393
Symbol 393 MovieClipUses:392Used by:420
Symbol 394 GraphicUsed by:395
Symbol 395 MovieClipUses:394Used by:420
Symbol 396 GraphicUsed by:397 634
Symbol 397 MovieClipUses:396Used by:420
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:398Used by:420
Symbol 400 GraphicUsed by:401 637
Symbol 401 MovieClipUses:400Used by:420
Symbol 402 GraphicUsed by:403
Symbol 403 MovieClipUses:402Used by:420
Symbol 404 GraphicUsed by:420
Symbol 405 GraphicUsed by:406
Symbol 406 MovieClipUses:405Used by:420
Symbol 407 GraphicUsed by:408
Symbol 408 MovieClipUses:407Used by:420
Symbol 409 GraphicUsed by:410
Symbol 410 MovieClipUses:409Used by:420
Symbol 411 GraphicUsed by:420
Symbol 412 GraphicUsed by:420
Symbol 413 GraphicUsed by:420
Symbol 414 GraphicUsed by:420
Symbol 415 GraphicUsed by:420
Symbol 416 GraphicUsed by:420
Symbol 417 GraphicUsed by:420
Symbol 418 GraphicUsed by:420
Symbol 419 GraphicUsed by:420
Symbol 420 MovieClipUses:383 385 79 387 389 391 393 395 397 399 401 403 404 72 406 309 408 410 411 128 412 413 414 415 416 417 418 419Used by:Timeline
Symbol 421 EditableTextUses:23Used by:Timeline
Symbol 422 EditableTextUses:23Used by:Timeline
Symbol 423 GraphicUsed by:424
Symbol 424 MovieClipUses:423Used by:425
Symbol 425 MovieClipUses:424Used by:Timeline
Symbol 426 GraphicUsed by:427
Symbol 427 MovieClipUses:426Used by:Timeline
Symbol 428 EditableTextUses:23Used by:Timeline
Symbol 429 EditableTextUses:23Used by:Timeline
Symbol 430 GraphicUsed by:431
Symbol 431 MovieClipUses:430Used by:Timeline
Symbol 432 MovieClipUses:75Used by:469
Symbol 433 GraphicUsed by:434
Symbol 434 MovieClipUses:433Used by:469
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:435Used by:469
Symbol 437 GraphicUsed by:438
Symbol 438 MovieClipUses:437Used by:469
Symbol 439 GraphicUsed by:440
Symbol 440 MovieClipUses:439Used by:469
Symbol 441 GraphicUsed by:442
Symbol 442 MovieClipUses:441Used by:469
Symbol 443 GraphicUsed by:444
Symbol 444 MovieClipUses:443Used by:469 547  Timeline
Symbol 445 MovieClipUses:90Used by:469
Symbol 446 GraphicUsed by:447
Symbol 447 MovieClipUses:446Used by:469
Symbol 448 GraphicUsed by:449
Symbol 449 MovieClipUses:448Used by:469
Symbol 450 GraphicUsed by:451
Symbol 451 MovieClipUses:450Used by:469
Symbol 452 GraphicUsed by:469
Symbol 453 GraphicUsed by:454
Symbol 454 MovieClipUses:453Used by:469
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:455Used by:469
Symbol 457 MovieClipUses:79Used by:469
Symbol 458 GraphicUsed by:459
Symbol 459 MovieClipUses:458Used by:469
Symbol 460 GraphicUsed by:461
Symbol 461 MovieClipUses:460Used by:469
Symbol 462 GraphicUsed by:463
Symbol 463 MovieClipUses:462Used by:469
Symbol 464 GraphicUsed by:469
Symbol 465 GraphicUsed by:469
Symbol 466 GraphicUsed by:469
Symbol 467 GraphicUsed by:469
Symbol 468 GraphicUsed by:469
Symbol 469 MovieClipUses:432 434 79 436 438 440 442 444 445 447 449 451 452 72 454 456 309 457 459 461 463 128 464 465 466 467 468Used by:Timeline
Symbol 470 MovieClipUses:75Used by:535
Symbol 471 GraphicUsed by:472
Symbol 472 MovieClipUses:471Used by:535
Symbol 473 GraphicUsed by:474
Symbol 474 MovieClipUses:473Used by:535
Symbol 475 GraphicUsed by:476
Symbol 476 MovieClipUses:475Used by:535
Symbol 477 GraphicUsed by:478
Symbol 478 MovieClipUses:477Used by:535
Symbol 479 GraphicUsed by:480
Symbol 480 MovieClipUses:479Used by:535
Symbol 481 MovieClipUses:90Used by:535
Symbol 482 GraphicUsed by:483
Symbol 483 MovieClipUses:482Used by:535
Symbol 484 GraphicUsed by:485
Symbol 485 MovieClipUses:484Used by:535
Symbol 486 GraphicUsed by:487
Symbol 487 MovieClipUses:486Used by:535
Symbol 488 GraphicUsed by:535
Symbol 489 GraphicUsed by:490
Symbol 490 MovieClipUses:489Used by:535
Symbol 491 GraphicUsed by:492
Symbol 492 MovieClipUses:491Used by:535
Symbol 493 GraphicUsed by:535
Symbol 494 GraphicUsed by:535
Symbol 495 GraphicUsed by:535
Symbol 496 GraphicUsed by:535
Symbol 497 GraphicUsed by:535
Symbol 498 GraphicUsed by:535
Symbol 499 GraphicUsed by:500
Symbol 500 MovieClipUses:499Used by:535
Symbol 501 GraphicUsed by:502
Symbol 502 MovieClipUses:501Used by:535
Symbol 503 GraphicUsed by:504
Symbol 504 MovieClipUses:503Used by:535
Symbol 505 GraphicUsed by:506
Symbol 506 MovieClipUses:505Used by:535
Symbol 507 GraphicUsed by:535
Symbol 508 GraphicUsed by:535
Symbol 509 GraphicUsed by:510
Symbol 510 MovieClipUses:509Used by:535
Symbol 511 GraphicUsed by:535
Symbol 512 GraphicUsed by:513
Symbol 513 MovieClipUses:512Used by:535
Symbol 514 GraphicUsed by:535
Symbol 515 GraphicUsed by:535
Symbol 516 GraphicUsed by:535
Symbol 517 GraphicUsed by:535
Symbol 518 GraphicUsed by:535
Symbol 519 GraphicUsed by:535
Symbol 520 GraphicUsed by:535
Symbol 521 GraphicUsed by:535
Symbol 522 GraphicUsed by:535
Symbol 523 GraphicUsed by:535
Symbol 524 GraphicUsed by:535
Symbol 525 GraphicUsed by:535
Symbol 526 GraphicUsed by:535
Symbol 527 GraphicUsed by:535
Symbol 528 GraphicUsed by:529
Symbol 529 MovieClipUses:528Used by:535
Symbol 530 GraphicUsed by:535
Symbol 531 GraphicUsed by:535
Symbol 532 GraphicUsed by:535
Symbol 533 GraphicUsed by:535
Symbol 534 GraphicUsed by:535
Symbol 535 MovieClipUses:470 472 153 474 476 478 480 345 481 483 485 487 488 72 79 490 492 128 493 494 495 496 497 498 500 502 504 506 507 508 510 511 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 529 530 531 532 533 534Used by:Timeline
Symbol 536 GraphicUsed by:547 558 687
Symbol 537 TextUses:23Used by:547 558 687
Symbol 538 ButtonUses:35Used by:547 558 687
Symbol 539 TextUses:23Used by:547
Symbol 540 TextUses:23Used by:547
Symbol 541 TextUses:23Used by:547
Symbol 542 TextUses:23Used by:547
Symbol 543 TextUses:23Used by:547
Symbol 544 TextUses:23Used by:547
Symbol 545 ButtonUses:35Used by:547
Symbol 546 TextUses:23Used by:547
Symbol 547 MovieClipUses:536 537 538 444 345 539 540 541 542 543 544 545 546Used by:Timeline
Symbol 548 EditableTextUses:23Used by:Timeline
Symbol 549 TextUses:23Used by:Timeline
Symbol 550 TextUses:23Used by:Timeline
Symbol 551 EditableTextUses:23Used by:Timeline
Symbol 552 GraphicUsed by:553
Symbol 553 MovieClipUses:552Used by:Timeline
Symbol 554 TextUses:23Used by:558
Symbol 555 TextUses:23Used by:558
Symbol 556 ButtonUses:35Used by:558
Symbol 557 TextUses:23Used by:558
Symbol 558 MovieClipUses:536 537 538 345 554 555 556 557Used by:Timeline
Symbol 559 GraphicUsed by:Timeline
Symbol 560 GraphicUsed by:561
Symbol 561 MovieClipUses:560Used by:Timeline
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:562Used by:Timeline
Symbol 564 GraphicUsed by:565
Symbol 565 MovieClipUses:564Used by:606
Symbol 566 GraphicUsed by:567
Symbol 567 MovieClipUses:566Used by:606
Symbol 568 GraphicUsed by:569
Symbol 569 MovieClipUses:568Used by:606
Symbol 570 GraphicUsed by:571
Symbol 571 MovieClipUses:570Used by:606
Symbol 572 GraphicUsed by:573
Symbol 573 MovieClipUses:572Used by:606
Symbol 574 GraphicUsed by:575
Symbol 575 MovieClipUses:574Used by:606
Symbol 576 GraphicUsed by:577
Symbol 577 MovieClipUses:576Used by:606
Symbol 578 GraphicUsed by:579
Symbol 579 MovieClipUses:578Used by:606
Symbol 580 GraphicUsed by:581
Symbol 581 MovieClipUses:580Used by:606
Symbol 582 GraphicUsed by:583
Symbol 583 MovieClipUses:582Used by:606
Symbol 584 GraphicUsed by:585
Symbol 585 MovieClipUses:584Used by:606
Symbol 586 GraphicUsed by:587
Symbol 587 MovieClipUses:586Used by:606
Symbol 588 GraphicUsed by:589
Symbol 589 MovieClipUses:588Used by:606
Symbol 590 GraphicUsed by:591
Symbol 591 MovieClipUses:590Used by:606
Symbol 592 GraphicUsed by:593
Symbol 593 MovieClipUses:592Used by:606
Symbol 594 GraphicUsed by:595
Symbol 595 MovieClipUses:594Used by:606
Symbol 596 GraphicUsed by:597
Symbol 597 MovieClipUses:596Used by:606
Symbol 598 GraphicUsed by:599
Symbol 599 MovieClipUses:598Used by:606
Symbol 600 GraphicUsed by:601
Symbol 601 MovieClipUses:600Used by:606
Symbol 602 GraphicUsed by:603
Symbol 603 MovieClipUses:602Used by:606
Symbol 604 GraphicUsed by:605
Symbol 605 MovieClipUses:604Used by:606
Symbol 606 MovieClipUses:565 567 569 571 573 575 577 579 581 583 585 587 589 591 593 72 595 597 599 601 603 605 128Used by:Timeline
Symbol 607 EditableTextUses:23Used by:Timeline
Symbol 608 EditableTextUses:23Used by:Timeline
Symbol 609 GraphicUsed by:610
Symbol 610 MovieClipUses:609Used by:Timeline
Symbol 611 EditableTextUses:23Used by:Timeline
Symbol 612 EditableTextUses:23Used by:Timeline
Symbol 613 EditableTextUses:23Used by:Timeline
Symbol 614 EditableTextUses:23Used by:Timeline
Symbol 615 GraphicUsed by:616
Symbol 616 MovieClipUses:615Used by:Timeline
Symbol 617 EditableTextUses:23Used by:Timeline
Symbol 618 EditableTextUses:23Used by:Timeline
Symbol 619 EditableTextUses:23Used by:Timeline
Symbol 620 EditableTextUses:23Used by:Timeline
Symbol 621 MovieClipUses:382Used by:675
Symbol 622 GraphicUsed by:623
Symbol 623 MovieClipUses:622Used by:675
Symbol 624 GraphicUsed by:625
Symbol 625 MovieClipUses:624Used by:675
Symbol 626 GraphicUsed by:627
Symbol 627 MovieClipUses:626Used by:675
Symbol 628 GraphicUsed by:629
Symbol 629 MovieClipUses:628Used by:675
Symbol 630 GraphicUsed by:631
Symbol 631 MovieClipUses:630Used by:675
Symbol 632 GraphicUsed by:633
Symbol 633 MovieClipUses:632Used by:675 687
Symbol 634 MovieClipUses:396Used by:675
Symbol 635 GraphicUsed by:636
Symbol 636 MovieClipUses:635Used by:675
Symbol 637 MovieClipUses:400Used by:675
Symbol 638 GraphicUsed by:639
Symbol 639 MovieClipUses:638Used by:675
Symbol 640 GraphicUsed by:675
Symbol 641 GraphicUsed by:642
Symbol 642 MovieClipUses:641Used by:675
Symbol 643 GraphicUsed by:644
Symbol 644 MovieClipUses:643Used by:675
Symbol 645 MovieClipUses:79Used by:675
Symbol 646 GraphicUsed by:647
Symbol 647 MovieClipUses:646Used by:675
Symbol 648 GraphicUsed by:649
Symbol 649 MovieClipUses:648Used by:675
Symbol 650 GraphicUsed by:675
Symbol 651 GraphicUsed by:675
Symbol 652 GraphicUsed by:653
Symbol 653 MovieClipUses:652Used by:675
Symbol 654 GraphicUsed by:655
Symbol 655 MovieClipUses:654Used by:675
Symbol 656 GraphicUsed by:675
Symbol 657 GraphicUsed by:675
Symbol 658 GraphicUsed by:675
Symbol 659 GraphicUsed by:675
Symbol 660 GraphicUsed by:661
Symbol 661 MovieClipUses:660Used by:675
Symbol 662 GraphicUsed by:663
Symbol 663 MovieClipUses:662Used by:675
Symbol 664 GraphicUsed by:665
Symbol 665 MovieClipUses:664Used by:675
Symbol 666 GraphicUsed by:675
Symbol 667 GraphicUsed by:675
Symbol 668 GraphicUsed by:675
Symbol 669 GraphicUsed by:675
Symbol 670 GraphicUsed by:675
Symbol 671 GraphicUsed by:675
Symbol 672 GraphicUsed by:675
Symbol 673 GraphicUsed by:675
Symbol 674 GraphicUsed by:675
Symbol 675 MovieClipUses:621 623 79 625 627 629 631 633 634 636 637 639 640 72 309 642 644 645 647 649 650 651 653 655 656 657 658 659 661 663 665 128 666 667 668 669 670 671 672 673 674Used by:Timeline
Symbol 676 GraphicUsed by:677
Symbol 677 MovieClipUses:676Used by:687
Symbol 678 TextUses:23Used by:687
Symbol 679 TextUses:23Used by:687
Symbol 680 TextUses:23Used by:687
Symbol 681 TextUses:23Used by:687
Symbol 682 TextUses:23Used by:687
Symbol 683 TextUses:23Used by:687
Symbol 684 TextUses:23Used by:687
Symbol 685 ButtonUses:35Used by:687
Symbol 686 TextUses:23Used by:687
Symbol 687 MovieClipUses:536 537 538 677 633 678 679 680 681 682 683 684 685 686Used by:Timeline

Instance Names

"loadedbar"Frame 1Symbol 10 MovieClip
"nextRd"Frame 30Symbol 72 MovieClip
"blanky"Frame 30Symbol 74 MovieClip
"cpu"Frame 30Symbol 134 MovieClip
"cpu7"Frame 30Symbol 149 MovieClip
"user"Frame 30Symbol 303 MovieClip
"cpu2"Frame 30Symbol 343 MovieClip
"cpu8"Frame 39Symbol 381 MovieClip
"cpu"Frame 39Symbol 134 MovieClip
"cpu4"Frame 39Symbol 343 MovieClip
"cpu5"Frame 39Symbol 420 MovieClip
"cpu2"Frame 39Symbol 343 MovieClip
"user"Frame 39Symbol 303 MovieClip
"sword"Frame 50Symbol 425 MovieClip
"cpu"Frame 50Symbol 134 MovieClip
"cpu5"Frame 50Symbol 420 MovieClip
"cpu7"Frame 50Symbol 343 MovieClip
"cpu4"Frame 50Symbol 343 MovieClip
"cpu2"Frame 50Symbol 343 MovieClip
"user"Frame 50Symbol 303 MovieClip
"life"Frame 60Symbol 431 MovieClip
"cpu6"Frame 60Symbol 469 MovieClip
"life"Frame 65Symbol 431 MovieClip
"cpu6"Frame 65Symbol 469 MovieClip
"cpu"Frame 65Symbol 134 MovieClip
"cpu5"Frame 65Symbol 420 MovieClip
"cpu4"Frame 65Symbol 343 MovieClip
"user"Frame 65Symbol 303 MovieClip
"cpu4"Frame 85Symbol 134 MovieClip
"cpu2"Frame 85Symbol 606 MovieClip
"cpu"Frame 85Symbol 343 MovieClip
"user"Frame 85Symbol 303 MovieClip
"cpu"Frame 95Symbol 134 MovieClip
"cpu2"Frame 95Symbol 606 MovieClip
"cpu4"Frame 95Symbol 420 MovieClip
"user"Frame 95Symbol 303 MovieClip
"cpu"Frame 105Symbol 134 MovieClip
"cpu4"Frame 105Symbol 343 MovieClip
"cpu5"Frame 105Symbol 420 MovieClip
"cpu2"Frame 105Symbol 343 MovieClip
"user"Frame 105Symbol 303 MovieClip
"life"Frame 115Symbol 431 MovieClip
"cpu"Frame 115Symbol 134 MovieClip
"cpu5"Frame 115Symbol 134 MovieClip
"cpu2"Frame 115Symbol 343 MovieClip
"cpu4"Frame 115Symbol 420 MovieClip
"user"Frame 115Symbol 303 MovieClip
"cpu"Frame 126Symbol 134 MovieClip
"cpu5"Frame 126Symbol 420 MovieClip
"cpu7"Frame 126Symbol 343 MovieClip
"cpu4"Frame 126Symbol 343 MovieClip
"cpu2"Frame 126Symbol 343 MovieClip
"user"Frame 126Symbol 303 MovieClip
"life"Frame 141Symbol 431 MovieClip
"cpu6"Frame 141Symbol 675 MovieClip
"cpu"Frame 141Symbol 134 MovieClip
"cpu5"Frame 141Symbol 420 MovieClip
"cpu4"Frame 141Symbol 343 MovieClip
"user"Frame 141Symbol 303 MovieClip
"hit"Symbol 134 MovieClip Frame 5Symbol 72 MovieClip
"hit"Symbol 134 MovieClip Frame 18Symbol 72 MovieClip
"hit"Symbol 134 MovieClip Frame 42Symbol 72 MovieClip
"smash"Symbol 134 MovieClip Frame 49Symbol 72 MovieClip
"smash"Symbol 134 MovieClip Frame 74Symbol 72 MovieClip
"box"Symbol 149 MovieClip Frame 1Symbol 72 MovieClip
"weapon"Symbol 286 MovieClip Frame 1Symbol 278 MovieClip
"hit"Symbol 303 MovieClip Frame 5Symbol 172 MovieClip
"hit"Symbol 303 MovieClip Frame 20Symbol 172 MovieClip
"hit"Symbol 303 MovieClip Frame 42Symbol 172 MovieClip
"smash"Symbol 303 MovieClip Frame 76Symbol 172 MovieClip
"smash"Symbol 303 MovieClip Frame 92Symbol 172 MovieClip
"smash"Symbol 303 MovieClip Frame 176Symbol 172 MovieClip
"smash"Symbol 303 MovieClip Frame 181Symbol 172 MovieClip
"hit"Symbol 303 MovieClip Frame 200Symbol 172 MovieClip
"smash"Symbol 303 MovieClip Frame 210Symbol 172 MovieClip
"smash"Symbol 303 MovieClip Frame 227Symbol 172 MovieClip
"weapon"Symbol 303 MovieClip Frame 251Symbol 278 MovieClip
"weapon"Symbol 303 MovieClip Frame 253Symbol 278 MovieClip
"smash"Symbol 303 MovieClip Frame 255Symbol 172 MovieClip
"weapon"Symbol 303 MovieClip Frame 259Symbol 278 MovieClip
"weapon"Symbol 303 MovieClip Frame 264Symbol 278 MovieClip
"weapon"Symbol 303 MovieClip Frame 280Symbol 278 MovieClip
"smash"Symbol 303 MovieClip Frame 284Symbol 172 MovieClip
"weapon"Symbol 303 MovieClip Frame 286Symbol 278 MovieClip
"weapon"Symbol 303 MovieClip Frame 289Symbol 278 MovieClip
"weapon"Symbol 303 MovieClip Frame 293Symbol 278 MovieClip
"smash"Symbol 303 MovieClip Frame 293Symbol 172 MovieClip
"hit"Symbol 343 MovieClip Frame 5Symbol 72 MovieClip
"hit"Symbol 343 MovieClip Frame 22Symbol 72 MovieClip
"tire"Symbol 369 MovieClip Frame 1Symbol 368 MovieClip
"tire2"Symbol 369 MovieClip Frame 1Symbol 368 MovieClip
"hit"Symbol 420 MovieClip Frame 5Symbol 72 MovieClip
"hit"Symbol 420 MovieClip Frame 18Symbol 72 MovieClip
"hit"Symbol 420 MovieClip Frame 42Symbol 410 MovieClip
"hit"Symbol 420 MovieClip Frame 42Symbol 72 MovieClip
"hit"Symbol 469 MovieClip Frame 5Symbol 72 MovieClip
"hit"Symbol 469 MovieClip Frame 18Symbol 72 MovieClip
"hit"Symbol 469 MovieClip Frame 42Symbol 72 MovieClip
"smash"Symbol 469 MovieClip Frame 49Symbol 72 MovieClip
"smash"Symbol 469 MovieClip Frame 74Symbol 72 MovieClip
"hit"Symbol 535 MovieClip Frame 5Symbol 72 MovieClip
"hit"Symbol 535 MovieClip Frame 20Symbol 72 MovieClip
"hit"Symbol 535 MovieClip Frame 42Symbol 72 MovieClip
"smash"Symbol 535 MovieClip Frame 76Symbol 72 MovieClip
"smash"Symbol 535 MovieClip Frame 92Symbol 72 MovieClip
"hit"Symbol 606 MovieClip Frame 14Symbol 72 MovieClip
"hit"Symbol 606 MovieClip Frame 21Symbol 72 MovieClip
"hit"Symbol 606 MovieClip Frame 29Symbol 72 MovieClip
"smash"Symbol 606 MovieClip Frame 43Symbol 72 MovieClip
"hit"Symbol 606 MovieClip Frame 61Symbol 72 MovieClip
"hit"Symbol 606 MovieClip Frame 65Symbol 72 MovieClip
"hit"Symbol 606 MovieClip Frame 69Symbol 72 MovieClip
"hit"Symbol 675 MovieClip Frame 5Symbol 72 MovieClip
"hit"Symbol 675 MovieClip Frame 18Symbol 72 MovieClip
"hit"Symbol 675 MovieClip Frame 42Symbol 72 MovieClip
"smash"Symbol 675 MovieClip Frame 51Symbol 72 MovieClip
"smash"Symbol 675 MovieClip Frame 74Symbol 72 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "stage1"
ExportAssets (56)Timeline Frame 1Symbol 2 as "stage2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "start"
ExportAssets (56)Timeline Frame 1Symbol 4 as "preboss2"

Labels

"reCre"Frame 10
"title"Frame 15
"preStage1"Frame 20
"gameOver"Frame 25
"round1"Frame 30
"round2"Frame 39
"round3"Frame 50
"round4"Frame 65
"round5"Frame 75
"round6"Frame 80
"round7"Frame 85
"round8"Frame 95
"round9"Frame 105
"round10"Frame 115
"round11"Frame 126
"round12"Frame 135
"round13"Frame 141
"end"Frame 161
"still"Symbol 134 MovieClip Frame 1
"attack1"Symbol 134 MovieClip Frame 3
"attack2"Symbol 134 MovieClip Frame 14
"walking"Symbol 134 MovieClip Frame 28
"attack3"Symbol 134 MovieClip Frame 38
"attack4"Symbol 134 MovieClip Frame 46
"attack5"Symbol 134 MovieClip Frame 70
"damage"Symbol 134 MovieClip Frame 85
"defeated"Symbol 134 MovieClip Frame 89
"break"Symbol 149 MovieClip Frame 2
"still"Symbol 303 MovieClip Frame 1
"attack1"Symbol 303 MovieClip Frame 3
"attack2"Symbol 303 MovieClip Frame 16
"walking"Symbol 303 MovieClip Frame 30
"attack3"Symbol 303 MovieClip Frame 40
"defeated"Symbol 303 MovieClip Frame 47
"damage"Symbol 303 MovieClip Frame 64
"attack4"Symbol 303 MovieClip Frame 72
"attack5"Symbol 303 MovieClip Frame 90
"fatality"Symbol 303 MovieClip Frame 112
"jump"Symbol 303 MovieClip Frame 137
"grab"Symbol 303 MovieClip Frame 161
"jumpKick"Symbol 303 MovieClip Frame 171
"whack"Symbol 303 MovieClip Frame 192
"swiftKick"Symbol 303 MovieClip Frame 202
"dropKick"Symbol 303 MovieClip Frame 219
"swingWeapon"Symbol 303 MovieClip Frame 251
"weaponWalk"Symbol 303 MovieClip Frame 264
"still2"Symbol 303 MovieClip Frame 272
"damage2"Symbol 303 MovieClip Frame 274
"swingWeapon2"Symbol 303 MovieClip Frame 280
"swingWeapon3"Symbol 303 MovieClip Frame 289
"still"Symbol 343 MovieClip Frame 1
"attack1"Symbol 343 MovieClip Frame 3
"attack2"Symbol 343 MovieClip Frame 14
"walking"Symbol 343 MovieClip Frame 28
"damage"Symbol 343 MovieClip Frame 80
"defeated"Symbol 343 MovieClip Frame 85
"go"Symbol 349 MovieClip Frame 2
"break"Symbol 381 MovieClip Frame 2
"still"Symbol 420 MovieClip Frame 1
"attack1"Symbol 420 MovieClip Frame 3
"attack2"Symbol 420 MovieClip Frame 14
"walking"Symbol 420 MovieClip Frame 28
"attack3"Symbol 420 MovieClip Frame 38
"attack4"Symbol 420 MovieClip Frame 61
"attack5"Symbol 420 MovieClip Frame 70
"damage"Symbol 420 MovieClip Frame 85
"defeated"Symbol 420 MovieClip Frame 90
"still"Symbol 469 MovieClip Frame 1
"attack1"Symbol 469 MovieClip Frame 3
"attack2"Symbol 469 MovieClip Frame 14
"walking"Symbol 469 MovieClip Frame 28
"attack3"Symbol 469 MovieClip Frame 38
"attack4"Symbol 469 MovieClip Frame 46
"attack5"Symbol 469 MovieClip Frame 70
"damage"Symbol 469 MovieClip Frame 85
"defeated"Symbol 469 MovieClip Frame 90
"still"Symbol 535 MovieClip Frame 1
"attack1"Symbol 535 MovieClip Frame 3
"attack2"Symbol 535 MovieClip Frame 16
"walking"Symbol 535 MovieClip Frame 30
"attack3"Symbol 535 MovieClip Frame 38
"defeated"Symbol 535 MovieClip Frame 47
"damage"Symbol 535 MovieClip Frame 64
"attack4"Symbol 535 MovieClip Frame 70
"attack5"Symbol 535 MovieClip Frame 90
"fatality"Symbol 535 MovieClip Frame 112
"jump"Symbol 535 MovieClip Frame 137
"flipIt"Symbol 535 MovieClip Frame 161
"still"Symbol 606 MovieClip Frame 1
"walking"Symbol 606 MovieClip Frame 2
"attack1"Symbol 606 MovieClip Frame 12
"attack2"Symbol 606 MovieClip Frame 18
"attack3"Symbol 606 MovieClip Frame 28
"attack4"Symbol 606 MovieClip Frame 59
"damage"Symbol 606 MovieClip Frame 80
"defeated"Symbol 606 MovieClip Frame 85
"still"Symbol 675 MovieClip Frame 1
"attack1"Symbol 675 MovieClip Frame 3
"attack2"Symbol 675 MovieClip Frame 14
"walking"Symbol 675 MovieClip Frame 28
"attack3"Symbol 675 MovieClip Frame 38
"attack4"Symbol 675 MovieClip Frame 46
"attack5"Symbol 675 MovieClip Frame 70
"damage"Symbol 675 MovieClip Frame 85
"defeated"Symbol 675 MovieClip Frame 90

Dynamic Text Variables

continuesSymbol 48 EditableText""
specialSymbol 350 EditableText""
scoreSymbol 353 EditableText"000000"
specialSymbol 421 EditableText""
scoreSymbol 422 EditableText"000000"
specialSymbol 428 EditableText""
scoreSymbol 429 EditableText"000000"
specialSymbol 548 EditableText""
scoreSymbol 551 EditableText"000000"
specialSymbol 607 EditableText""
scoreSymbol 608 EditableText"000000"
specialSymbol 611 EditableText""
scoreSymbol 612 EditableText"000000"
specialSymbol 613 EditableText""
scoreSymbol 614 EditableText"000000"
specialSymbol 617 EditableText""
scoreSymbol 618 EditableText"000000"
specialSymbol 619 EditableText""
scoreSymbol 620 EditableText"000000"




http://swfchan.com/5/23690/info.shtml
Created: 26/5 -2019 01:33:24 Last modified: 26/5 -2019 01:33:24 Server time: 12/05 -2024 03:35:16