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

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

Luke's Alien Game.swf

This is the info page for
Flash #71306

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


Text
Alien Adventure game by
Luke Farris
ps: you are loading about
300kb of game, and 1Mb of
music =]

<p align="left"><font face="Papyrus" size="57" color="#cccccc" letterSpacing="0.000000" kerning="1">Alien Adventure </font></p>

Luke Farris

Credits
Type a Password

Play the Game

Instructions ( recommended)

by:

Story

Part 1

The Breakout

Procriation Lab

Press the button to continue.

REPLAY

REPLAY

Proc. lab

W. D. F.

Weapon Development Facility

press space
to shoot

Proc. lab

W. D. F.

Res. Lab

Research Lab

Congratulations, you managed to make it out of the underground. But let me tell
you exactly what's going on up there.  Due to the crescent rise on the earths
temperature, the planet started reacting, and natural catastrophes dizimated most
of the human race. The only continent left floating is Antarctica, and there is
what's left of the human species. Lucky for you, the facility where the aliens were
kept is there. In the ice,  the remaining man are having a war. It is time for you to
take control. Make your way into the fortress were a group of man make their last
stand.
By the way, during your little adventure in the uderground you were exposed
by some sort of radioactive material. So you might notice you've changed.

Proceed

instructions / help

You are a hunter class of alen now. You should still
be able to use your acid spit now ! But be carefull,
the men out there are strong !

play

Part 2 : The Revenge

Proc. lab

W. D. F.

Res. Lab

Surface

Frozen Tundra

* if you don't know what to
do here, and your life is
smaller than 100, you can
cheat by right clicking and
pressing  forward...

Escape

Alien Spaceship:   UP

Thanks for Playing !

If you liked this game, comment nicely on it. And if you ask,
I can make a version 2 for it. The password is: "luke farris"

-Press RIGHT and LEFT arrow keys to move
right or left.
-Press UP key to jump.
-If you fall from platform, press UP key to perform
an Air Jump.

Menu

Next

-Watch out for Darkies;
-Once you kill'em, don't touch their Corpses;
-Be extra careful with Lasers, u can die just by getting
close to them;
-Be carefull with Tanks, their shot is harmful;
-Watch out for poison Drops;

Previous

When you get the Acid Spit, press SPACE
BAR to use it.
In levels, you are able to pick up Stamina
Vessels, to recover your life.

Menu

In a distant future, Earth was visited by your advanced race of
aliens. Jeallous of your knowledge, the humans set an ambush
against the alien fleet. Most of the aliens were killed. The remaining
were sent to undeground labs for research. Centuries passed, and
you were forgotten, buried in the deeps of that world. Although
the machines, powered by sunlight, were still working, the aliens
were kept in coma, floating on their chambers, waiting for their fate.

Next

The machines would keep your species alive by breeding them
artificially. What they would never know, is that every single
DNA that was cloned every single day would evolve a little bit.
And one day, you were born. An alien, as strong as no other
alien ever was, and the power to set you race free lies in your
hands. It is time for justice. It is time for revenge. You have to find
a way out of the underground, and make your way back home.

Menu

Menu

Credits

Thanks flash kit for some of the sounds;
Thanks newgrounds for the preloader;
Thanks for the song artists;
And you can thank me for everything else .

Luke Farris

Briefing:

This next stage will be a lil different. You will start with 500
pts. If you reach 0 its over. No other chances. You will have
to run left, avoid enemies and reach a blinking information
post. Just touching it should be enough to destroy it.
Good Luck.

Type the password to be able to choose the level you wanna go to :

(don't use caps)

menu

GO!

Proc. lab

W. D. F.

Res. Lab

Surface

Frozen Tundra

Escape

CHOOSE
YOUR
FATE
YOU
CHEATER

ActionScript [AS1/AS2]

Frame 6
stop(); stop();
Frame 7
stopAllSounds();
Frame 32
Frame 44
stop(); health.text = 10; stop();
Instance of Symbol 116 MovieClip in Frame 44
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 116 MovieClip in Frame 44
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 116 MovieClip in Frame 44
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 44
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 149 MovieClip "char" in Frame 44
onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 100; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; if ((!_root.ground.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (!_root.shooting) { _root.timer = 0; _root.mvsp = _xscale / 20; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37)) { if (speed > (-maxmove)) { speed--; } this.gotoAndStop("run"); this._xscale = -100; } else if (Key.isDown(39)) { if (speed < maxmove) { speed++; } this._xscale = 100; this.gotoAndStop("run"); } else if (Key.isDown(17)) { this.gotoAndStop("attack"); attacking = true; speed = 0; } else if (Key.isDown(32)) { if ((_root.gotgun == true) && (!_root.shooting)) { _root.attachMovie("bullet", "bulleter", 1, {_x:_root.char._x, _y:_root.char._y - 25}); _root.shooting = true; with (_root.bulleter) { onEnterFrame = function () { var _local1 = _root; if (_local1.timer > _local1.maxshoottime) { _local1.shooting = false; unloadMovie(this); } _local1.timer++; _x = _x + _local1.mvsp; }; } attacking = true; speed = 0; this.gotoAndStop("shoot"); } } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38) && (!jumping)) { jumping = true; } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 17) { attacking = false; } }
Frame 45
stop(); stop();
Frame 46
stop(); health.text = 10; stop();
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 116 MovieClip in Frame 46
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 116 MovieClip in Frame 46
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 116 MovieClip in Frame 46
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 116 MovieClip in Frame 46
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 172 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.gotgun = true; unloadMovie (this); } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 149 MovieClip "char" in Frame 46
onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 50; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; if ((!_root.ground_2.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (!_root.shooting) { _root.timer = 0; _root.mvsp = _xscale / 20; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock_2.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock_2.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37)) { if (speed > (-maxmove)) { speed--; } this.gotoAndStop("run"); this._xscale = -100; } else if (Key.isDown(39)) { if (speed < maxmove) { speed++; } this._xscale = 100; this.gotoAndStop("run"); } else if (Key.isDown(17)) { this.gotoAndStop("attack"); attacking = true; speed = 0; } else if (Key.isDown(32)) { if ((_root.gotgun == true) && (!_root.shooting)) { _root.attachMovie("bullet", "bulleter", 1, {_x:_root.char._x, _y:_root.char._y - 25}); _root.shooting = true; with (_root.bulleter) { onEnterFrame = function () { var _local1 = _root; if (_local1.timer > _local1.maxshoottime) { _local1.shooting = false; unloadMovie(this); } _local1.timer++; _x = _x + _local1.mvsp; }; } attacking = true; speed = 0; this.gotoAndStop("shoot"); } } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38) && (!jumping)) { jumping = true; } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground_2.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 17) { attacking = false; } }
Instance of Symbol 136 MovieClip in Frame 46
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Frame 47
stop(); stop();
Frame 48
stop(); health.text = 10; stop();
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 201 MovieClip in Frame 48
/* no clip actions */
Instance of Symbol 116 MovieClip in Frame 48
onClipEvent (load) { enemyspeed = 2; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } if (!dead) { if (enemydir == "right") { enemystepsright = enemystepsright + 1; this._xscale = -100; this._x = this._x + enemyspeed; } else if (enemydir == "left") { enemystepsleft = enemystepsleft + 1; this._xscale = 100; this._x = this._x - enemyspeed; } if (enemystepsright == 100) { enemystepsright = 0; enemydir = "left"; } else if (enemystepsleft == 100) { enemystepsleft = 0; enemydir = "right"; } } }
Instance of Symbol 201 MovieClip in Frame 48
/* no clip actions */
Instance of Symbol 201 MovieClip in Frame 48
/* no clip actions */
Instance of Symbol 201 MovieClip in Frame 48
/* no clip actions */
Instance of Symbol 201 MovieClip in Frame 48
/* no clip actions */
Instance of Symbol 149 MovieClip "char" in Frame 48
onClipEvent (load) { jumping = false; gotgun = true; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 50; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; if ((!_root.ground_3.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (!_root.shooting) { _root.timer = 0; _root.mvsp = _xscale / 20; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock_3.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock_3.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37)) { if (speed > (-maxmove)) { speed--; } this.gotoAndStop("run"); this._xscale = -100; } else if (Key.isDown(39)) { if (speed < maxmove) { speed++; } this._xscale = 100; this.gotoAndStop("run"); } else if (Key.isDown(17)) { this.gotoAndStop("attack"); attacking = true; speed = 0; } else if (Key.isDown(32)) { if ((_root.gotgun == true) && (!_root.shooting)) { _root.attachMovie("bullet", "bulleter", 1, {_x:_root.char._x, _y:_root.char._y - 25}); _root.shooting = true; with (_root.bulleter) { onEnterFrame = function () { var _local1 = _root; if (_local1.timer > _local1.maxshoottime) { _local1.shooting = false; unloadMovie(this); } _local1.timer++; _x = _x + _local1.mvsp; }; } attacking = true; speed = 0; this.gotoAndStop("shoot"); } } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38) && (!jumping)) { jumping = true; } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground_3.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 17) { attacking = false; } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 48
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { _root.health.text++; unloadMovie (this); } }
Frame 49
stop(); stop();
Frame 50
stop();
Frame 89
stop();
Frame 90
stop(); health.text = 10;
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 253 MovieClip "char_2" in Frame 90
onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 50; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; if ((!_root.ground_4.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (!_root.shooting) { _root.timer = 0; _root.mvsp = _xscale / 20; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock_4.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock_4.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37)) { if (speed > (-maxmove)) { speed--; } this.gotoAndStop("run"); this._xscale = -100; } else if (Key.isDown(39)) { if (speed < maxmove) { speed++; } this._xscale = 100; this.gotoAndStop("run"); } else if (Key.isDown(17)) { this.gotoAndStop("attack"); attacking = true; speed = 0; } else if (Key.isDown(32)) { if ((_root.gotgun == true) && (!_root.shooting)) { _root.attachMovie("bullet", "bulleter", 1, {_x:_root.char_2._x, _y:_root.char_2._y - 25}); _root.shooting = true; with (_root.bulleter) { onEnterFrame = function () { var _local1 = _root; if (_local1.timer > _local1.maxshoottime) { _local1.shooting = false; unloadMovie(this); } _local1.timer++; _x = _x + _local1.mvsp; }; } attacking = true; speed = 0; this.gotoAndStop("shoot"); } } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38) && (!jumping)) { jumping = true; } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground_4.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 17) { attacking = false; } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 269 MovieClip in Frame 90
onClipEvent (load) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char_2.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } }
Instance of Symbol 269 MovieClip in Frame 90
onClipEvent (load) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char_2.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } }
Instance of Symbol 269 MovieClip in Frame 90
onClipEvent (load) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char_2.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } }
Instance of Symbol 269 MovieClip in Frame 90
onClipEvent (load) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char_2.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } }
Instance of Symbol 269 MovieClip in Frame 90
onClipEvent (load) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char_2.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Instance of Symbol 136 MovieClip in Frame 90
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.health.text++; unloadMovie (this); } }
Frame 91
stop();
Frame 92
stop(); health.text = 500;
Instance of Symbol 283 MovieClip "gun" in Frame 92
onClipEvent (enterFrame) { myRadians = Math.atan2(_root.char_2_1._y, _root.char_2_1._x); myDegrees = Math.round((myRadians * 180) / Math.PI); _root.yChange = Math.round(_root.char_2_1._y); _root.xChange = Math.round(_root.char_2_1._x); this._rotation = myDegrees + 90; if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 253 MovieClip "char_2_1" in Frame 92
onClipEvent (load) { jumping = false; speed = 0; healthX = _root.health._x; scoreX = _root.score._x; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 50; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; if ((!_root.ground_5.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (!_root.shooting) { _root.timer = 0; _root.mvsp = _xscale / 20; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock_5.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock_5.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37)) { if (speed > (-maxmove)) { speed--; } this.gotoAndStop("run"); this._xscale = -100; } else if (Key.isDown(39)) { if (speed < maxmove) { speed++; } this._xscale = 100; this.gotoAndStop("run"); } else if (Key.isDown(17)) { this.gotoAndStop("attack"); attacking = true; speed = 0; } else if (Key.isDown(32)) { if ((_root.gotgun == true) && (!_root.shooting)) { _root.attachMovie("bullet", "bulleter", 1, {_x:_root.char_2._x, _y:_root.char_2._y - 25}); _root.shooting = true; with (_root.bulleter) { onEnterFrame = function () { var _local1 = _root; if (_local1.timer > _local1.maxshoottime) { _local1.shooting = false; unloadMovie(this); } _local1.timer++; _x = _x + _local1.mvsp; }; } attacking = true; speed = 0; this.gotoAndStop("shoot"); } } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38) && (!jumping)) { jumping = true; } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground_5.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 17) { attacking = false; } }
Instance of Symbol 299 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { this.gotoAndPlay(2); } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 125 MovieClip in Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root.health.text = _root.health.text - 1; } } }
Instance of Symbol 269 MovieClip in Frame 92
onClipEvent (load) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; enemydir = "left"; } onClipEvent (enterFrame) { if (this.hitTest(_root.char_2_1)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char_2.speed = 0; } } if (this.hitTest(_root.bulleter)) { enemyspeed = 0; enemystepsright = 0; enemystepsleft = 0; dead = true; this.gotoAndStop("dead"); } }
Frame 93
stop(); _x = 0; _y = 0;
Frame 94
stop(); health.text = 10;
Instance of Symbol 253 MovieClip "char_2" in Frame 94
onClipEvent (load) { jumping = false; speed = 0; Xpos = this._x; Ypos = this._y; maxmove = 15; _root.maxshoottime = 50; } onClipEvent (enterFrame) { _x = (Xpos - _root._x); _root._y = (this._y * -1) + 150; _root.score._x = scoreX - _root._x; _root.health._x = healthX - _root._x; if ((!_root.ground_4.hitTest(this._x, this._y, true)) && (!jumping)) { this._y = this._y + 6; } if (!_root.shooting) { _root.timer = 0; _root.mvsp = _xscale / 20; } if (_root.dead) { this.gotoAndStop("dead"); } else { speed = speed * 0.85; if ((dir == "right") && (!_root.leftblock_4.hitTest(this._x + 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (speed > 0) { dir = "right"; } else if (speed < 0) { dir = "left"; } if ((dir == "left") && (!_root.rightblock_4.hitTest(this._x - 20, this._y, true))) { _root.health._x = _root.health._x + speed; _root.score._x = _root.score._x + speed; this._x = this._x + speed; _root._x = _root._x - speed; } if (Key.isDown(37)) { if (speed > (-maxmove)) { speed--; } this.gotoAndStop("run"); this._xscale = -100; } else if (Key.isDown(39)) { if (speed < maxmove) { speed++; } this._xscale = 100; this.gotoAndStop("run"); } else if (Key.isDown(17)) { this.gotoAndStop("attack"); attacking = true; speed = 0; } else if (Key.isDown(32)) { if ((_root.gotgun == true) && (!_root.shooting)) { _root.attachMovie("bullet", "bulleter", 1, {_x:_root.char_2._x, _y:_root.char_2._y - 25}); _root.shooting = true; with (_root.bulleter) { onEnterFrame = function () { var _local1 = _root; if (_local1.timer > _local1.maxshoottime) { _local1.shooting = false; unloadMovie(this); } _local1.timer++; _x = _x + _local1.mvsp; }; } attacking = true; speed = 0; this.gotoAndStop("shoot"); } } else if (((speed < 1) && (speed > -1)) && (!attacking)) { speed = 0; this.gotoAndStop("idle"); } if (Key.isDown(38) && (!jumping)) { jumping = true; } if (jumping) { this.gotoAndStop("jump"); this._y = this._y - jump; jump = jump - 0.5; if (jump < 0) { falling = true; } if (jump < -15) { jump = -15; } } if (_root.ground_4.hitTest(this._x, this._y, true) && (falling)) { jump = 12; jumping = false; falling = false; } } } onClipEvent (keyUp) { if (Key.getCode() == 17) { attacking = false; } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 125 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Instance of Symbol 313 MovieClip in Frame 94
onClipEvent (enterFrame) { if (this.hitTest(_root.char_2)) { _root.gotoAndPlay(95); } }
Frame 95
stop(); _x = 0; _y = 0;
Frame 109
stop();
Frame 110
stop();
Frame 111
stop();
Frame 112
stop();
Frame 113
stop();
Frame 114
stop();
Frame 115
stop();
Frame 116
stop();
Frame 117
stop(); _x = 0; _y = 0;
Symbol 41 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 50 Button
on (release) { _root.play(5); }
Symbol 52 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { gotoAndStop ("loaded"); }
Symbol 52 MovieClip Frame 2
gotoAndPlay (1);
Symbol 94 Button
on (press) { gotoAndPlay (7); stopAllSounds(); }
Symbol 95 Button
on (press) { gotoAndPlay (109); }
Symbol 96 Button
on (press) { gotoAndPlay (114); }
Symbol 98 Button
on (press) { gotoAndPlay (112); }
Symbol 100 Button
on (press) { gotoAndPlay (116); }
Symbol 105 MovieClip Frame 13
stop();
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 2
stop();
Symbol 117 Button
on (press) { gotoAndPlay (45); _root._x = 0; }
Symbol 143 Button
on (press) { _root._x = 0; _root.health.text = 10; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; _root.dead = false; gotoAndPlay (1); }
Symbol 149 MovieClip Frame 1
stop();
Symbol 149 MovieClip Frame 2
stop();
Symbol 149 MovieClip Frame 3
stop();
Symbol 149 MovieClip Frame 4
stop();
Symbol 149 MovieClip Frame 5
stop();
Symbol 149 MovieClip Frame 6
stop();
Symbol 158 Button
on (press) { gotoAndPlay (46); }
Symbol 170 Button
on (press) { gotoAndPlay (47); _root._x = 0; }
Instance of Symbol 185 MovieClip in Symbol 186 MovieClip Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Symbol 191 Button
on (press) { gotoAndPlay (48); }
Instance of Symbol 199 MovieClip in Symbol 200 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.char)) { if (_root.health.text <= 0) { _root.dead = true; } if (!_root.dead) { _root._x = 0; _root.health.text = _root.health.text - 5; _root.char._x = _root.char.startX; _root.char._y = _root.char.startY + (Stage.height / 2); _root.char.speed = 0; } } }
Symbol 202 Button
on (press) { gotoAndPlay (49); _root._x = 0; stopAllSounds(); }
Symbol 208 Button
on (press) { gotoAndPlay (50); }
Symbol 213 Button
on (press) { gotoAndPlay (51); }
Symbol 221 MovieClip Frame 122
stop();
Symbol 225 MovieClip Frame 65
stop();
Symbol 231 Button
on (press) { gotoAndPlay (89); }
Symbol 251 Button
on (press) { _root._x = 0; _root.health.text = 10; _root.char_2._x = _root.char_2.startX; _root.char_2._y = _root.char_2.startY + (Stage.height / 2); _root.char_2.speed = 0; _root.dead = false; gotoAndPlay (1); }
Symbol 253 MovieClip Frame 1
stop();
Symbol 253 MovieClip Frame 2
stop();
Symbol 253 MovieClip Frame 3
stop();
Symbol 253 MovieClip Frame 4
stop();
Symbol 253 MovieClip Frame 5
stop();
Symbol 253 MovieClip Frame 6
stop();
Instance of Symbol 262 MovieClip in Symbol 268 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.dead) { stop(); } }
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 2
stop();
Symbol 270 Button
on (press) { gotoAndPlay (115); _root._x = 0; }
Symbol 272 Button
on (press) { gotoAndPlay (92); }
Symbol 280 MovieClip Frame 151
gotoAndPlay (100);
Symbol 299 MovieClip Frame 1
stop();
Symbol 299 MovieClip Frame 45
_root.gotoAndPlay(93); stopAllSounds();
Symbol 305 Button
on (press) { gotoAndPlay (94); }
Symbol 319 MovieClip Frame 37
stop();
Symbol 325 MovieClip Frame 456
_root.gotoAndPlay(6); stopAllSounds();
Symbol 327 Button
on (press) { gotoAndPlay (6); }
Symbol 329 Button
on (press) { gotoAndPlay (110); }
Symbol 336 Button
on (press) { gotoAndPlay (109); }
Symbol 338 Button
on (press) { gotoAndPlay (111); }
Symbol 340 Button
on (press) { gotoAndPlay (6); stopAllSounds(); }
Symbol 343 Button
on (press) { gotoAndPlay (113); }
Symbol 346 Button
on (press) { gotoAndPlay (6); stopAllSounds(); }
Symbol 354 Button
on (press) { gotoAndPlay (91); }
Symbol 359 Button
on (press) { if (textbox.text.indexOf("luke farris") != -1) { _root.gotoAndStop(117); } else { _root.gotoAndStop(116); } stopAllSounds(); }
Symbol 360 Button
on (release) { gotoAndPlay (6); stopAllSounds(); }
Symbol 370 Button
on (press) { gotoAndPlay (93); }
Symbol 371 Button
on (press) { gotoAndPlay (91); }
Symbol 372 Button
on (press) { gotoAndPlay (89); }
Symbol 373 Button
on (press) { gotoAndPlay (47); }
Symbol 374 Button
on (press) { gotoAndPlay (45); }
Symbol 375 Button
on (press) { gotoAndPlay (44); }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClip [bullet]Uses:1Used by:Timeline
Symbol 3 GraphicUsed by:287  Timeline
Symbol 4 GraphicUsed by:52
Symbol 5 GraphicUsed by:6 41
Symbol 6 MovieClipUses:5Used by:52
Symbol 7 GraphicUsed by:52
Symbol 8 GraphicUsed by:52
Symbol 9 GraphicUsed by:52 196 275
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:12
Symbol 12 MovieClipUses:11Used by:40
Symbol 13 GraphicUsed by:40
Symbol 14 GraphicUsed by:15 16
Symbol 15 MovieClipUses:14Used by:40
Symbol 16 MovieClipUses:14Used by:40
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:38
Symbol 19 GraphicUsed by:23
Symbol 20 GraphicUsed by:23
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:21Used by:23 26
Symbol 23 MovieClipUses:19 20 22Used by:37
Symbol 24 GraphicUsed by:26
Symbol 25 GraphicUsed by:26
Symbol 26 MovieClipUses:24 25 22Used by:37
Symbol 27 GraphicUsed by:30
Symbol 28 GraphicUsed by:30 33
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:27 28 29Used by:34
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:31 28 32Used by:34
Symbol 34 MovieClipUses:30 33Used by:37
Symbol 35 GraphicUsed by:36
Symbol 36 MovieClipUses:35Used by:37
Symbol 37 MovieClipUses:23 26 34 36Used by:38
Symbol 38 MovieClipUses:18 37Used by:40
Symbol 39 GraphicUsed by:40
Symbol 40 MovieClipUses:12 13 15 16 38 39Used by:52
Symbol 41 ButtonUses:5Used by:52
Symbol 42 GraphicUsed by:44
Symbol 43 GraphicUsed by:44
Symbol 44 MovieClipUses:42 43Used by:52
Symbol 45 GraphicUsed by:50
Symbol 46 GraphicUsed by:50
Symbol 47 GraphicUsed by:50
Symbol 48 GraphicUsed by:50
Symbol 49 GraphicUsed by:50
Symbol 50 ButtonUses:45 46 47 48 49Used by:52
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:4 6 7 8 9 40 41 44 50 51Used by:Timeline
Symbol 53 FontUsed by:54 80 83 84 85 97 99 102 106 111 137 144 145 162 163 194 207 209 211 212 214 226 302 326 328 330 335 337 339 341 342 344 345 347 348 349 350 356 357 358 361 362
Symbol 54 TextUses:53Used by:Timeline
Symbol 55 GraphicUsed by:78  Timeline
Symbol 56 ShapeTweeningUsed by:59
Symbol 57 ShapeTweeningUsed by:59
Symbol 58 GraphicUsed by:59
Symbol 59 MovieClipUses:56 57 58Used by:78  Timeline
Symbol 60 ShapeTweeningUsed by:64
Symbol 61 ShapeTweeningUsed by:64
Symbol 62 ShapeTweeningUsed by:64
Symbol 63 GraphicUsed by:64 68 72
Symbol 64 MovieClipUses:60 61 62 63Used by:78  Timeline
Symbol 65 ShapeTweeningUsed by:68
Symbol 66 ShapeTweeningUsed by:68
Symbol 67 ShapeTweeningUsed by:68
Symbol 68 MovieClipUses:65 66 67 63Used by:78  Timeline
Symbol 69 ShapeTweeningUsed by:72
Symbol 70 ShapeTweeningUsed by:72
Symbol 71 ShapeTweeningUsed by:72
Symbol 72 MovieClipUses:69 70 71 63Used by:78  Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:77
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:77
Symbol 77 MovieClipUses:74 76Used by:78
Symbol 78 MovieClipUses:55 59 64 68 72 77Used by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 EditableTextUses:53Used by:Timeline
Symbol 81 FontUsed by:82
Symbol 82 TextUses:81Used by:Timeline
Symbol 83 TextUses:53Used by:Timeline
Symbol 84 TextUses:53Used by:Timeline
Symbol 85 TextUses:53Used by:Timeline
Symbol 86 GraphicUsed by:94 95 96 98 100 117 143 158 170 191 202 208 213 231 251 270 272 305 327 329 336 338 340 343 346 354 359 360 370 371 372 373 374 375
Symbol 87 GraphicUsed by:94 95 96 98 100 117 143 158 170 191 202 208 213 231 251 270 272 305 327 329 336 338 340 343 346 354 359 360 370 371 372 373 374 375
Symbol 88 ShapeTweeningUsed by:93 94 95 96 98 100 117 143 158 170 191 202 208 213 231 251 270 272 305 327 329 336 338 340 343 346 354 359 360 370 371 372 373 374 375
Symbol 89 ShapeTweeningUsed by:93
Symbol 90 ShapeTweeningUsed by:93
Symbol 91 ShapeTweeningUsed by:93
Symbol 92 GraphicUsed by:93
Symbol 93 MovieClipUses:88 89 90 91 92Used by:94 95 96 98 100 117 143 158 170 191 202 208 213 231 251 270 272 305 327 329 336 338 340 343 346 354 359 360 370 371 372 373 374 375
Symbol 94 ButtonUses:86 87 93 88Used by:Timeline
Symbol 95 ButtonUses:86 87 93 88Used by:Timeline
Symbol 96 ButtonUses:86 87 93 88Used by:Timeline
Symbol 97 TextUses:53Used by:Timeline
Symbol 98 ButtonUses:86 87 93 88Used by:Timeline
Symbol 99 TextUses:53Used by:Timeline
Symbol 100 ButtonUses:86 87 93 88Used by:Timeline
Symbol 101 SoundUsed by:Timeline
Symbol 102 TextUses:53Used by:Timeline
Symbol 103 GraphicUsed by:105
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:103 104Used by:Timeline
Symbol 106 TextUses:53Used by:Timeline
Symbol 107 SoundUsed by:299  Timeline
Symbol 108 GraphicUsed by:Timeline
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:109Used by:Timeline
Symbol 111 TextUses:53Used by:Timeline
Symbol 112 GraphicUsed by:Timeline
Symbol 113 GraphicUsed by:116
Symbol 114 GraphicUsed by:116
Symbol 115 SoundUsed by:116
Symbol 116 MovieClipUses:113 114 115Used by:Timeline
Symbol 117 ButtonUses:86 87 93 88Used by:Timeline
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118Used by:Timeline
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:120Used by:Timeline
Symbol 122 ShapeTweeningUsed by:125
Symbol 123 ShapeTweeningUsed by:125
Symbol 124 GraphicUsed by:125
Symbol 125 MovieClipUses:122 123 124Used by:Timeline
Symbol 126 GraphicUsed by:131
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:131 169 196
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:131 169 196
Symbol 131 MovieClipUses:126 128 130Used by:Timeline
Symbol 132 ShapeTweeningUsed by:135
Symbol 133 ShapeTweeningUsed by:135
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:132 133 134Used by:136
Symbol 136 MovieClipUses:135Used by:Timeline
Symbol 137 TextUses:53Used by:Timeline
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 ButtonUses:86 87 93 88Used by:149
Symbol 144 TextUses:53Used by:146
Symbol 145 TextUses:53Used by:146
Symbol 146 MovieClipUses:144 145Used by:149
Symbol 147 GraphicUsed by:149
Symbol 148 SoundUsed by:149 253
Symbol 149 MovieClipUses:138 139 140 141 142 143 146 147 148Used by:Timeline
Symbol 150 FontUsed by:151 159 160 187 189 190 192 206 228 229 230 232 254 273 284 304 307 322 323 326 335 339 351 352 353 364 365 366 367 368 369 376
Symbol 151 EditableTextUses:150Used by:Timeline
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:Timeline
Symbol 154 GraphicUsed by:155
Symbol 155 MovieClipUses:154Used by:Timeline
Symbol 156 SoundUsed by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 ButtonUses:86 87 93 88Used by:Timeline
Symbol 159 EditableTextUses:150Used by:Timeline
Symbol 160 EditableTextUses:150Used by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 TextUses:53Used by:Timeline
Symbol 163 TextUses:53Used by:Timeline
Symbol 164 GraphicUsed by:165
Symbol 165 MovieClipUses:164Used by:Timeline
Symbol 166 GraphicUsed by:167
Symbol 167 MovieClipUses:166Used by:Timeline
Symbol 168 GraphicUsed by:169
Symbol 169 MovieClipUses:168 128 130Used by:Timeline
Symbol 170 ButtonUses:86 87 93 88Used by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:173Used by:186
Symbol 175 GraphicUsed by:176
Symbol 176 MovieClipUses:175Used by:177
Symbol 177 MovieClipUses:176Used by:186
Symbol 178 ShapeTweeningUsed by:185
Symbol 179 ShapeTweeningUsed by:185
Symbol 180 SoundUsed by:185
Symbol 181 GraphicUsed by:185
Symbol 182 ShapeTweeningUsed by:185
Symbol 183 ShapeTweeningUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:178 179 180 181 182 183 184Used by:186
Symbol 186 MovieClipUses:174 177 185Used by:Timeline
Symbol 187 EditableTextUses:150Used by:Timeline
Symbol 188 GraphicUsed by:Timeline
Symbol 189 EditableTextUses:150Used by:Timeline
Symbol 190 EditableTextUses:150Used by:Timeline
Symbol 191 ButtonUses:86 87 93 88Used by:Timeline
Symbol 192 EditableTextUses:150Used by:Timeline
Symbol 193 GraphicUsed by:Timeline
Symbol 194 TextUses:53Used by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 MovieClipUses:9 130 128Used by:Timeline
Symbol 197 GraphicUsed by:201
Symbol 198 GraphicUsed by:199 200
Symbol 199 MovieClipUses:198Used by:200
Symbol 200 MovieClipUses:199 198Used by:201
Symbol 201 MovieClipUses:197 200Used by:Timeline
Symbol 202 ButtonUses:86 87 93 88Used by:Timeline
Symbol 203 GraphicUsed by:204 205
Symbol 204 MovieClipUses:203Used by:Timeline
Symbol 205 MovieClipUses:203Used by:Timeline
Symbol 206 EditableTextUses:150Used by:Timeline
Symbol 207 TextUses:53Used by:Timeline
Symbol 208 ButtonUses:86 87 93 88Used by:Timeline
Symbol 209 TextUses:53Used by:Timeline
Symbol 210 SoundUsed by:Timeline
Symbol 211 TextUses:53Used by:Timeline
Symbol 212 TextUses:53Used by:Timeline
Symbol 213 ButtonUses:86 87 93 88Used by:Timeline
Symbol 214 TextUses:53Used by:Timeline
Symbol 215 GraphicUsed by:221
Symbol 216 ShapeTweeningUsed by:221
Symbol 217 ShapeTweeningUsed by:221
Symbol 218 ShapeTweeningUsed by:221
Symbol 219 GraphicUsed by:221
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:215 216 217 218 219 220Used by:Timeline
Symbol 222 GraphicUsed by:Timeline
Symbol 223 ShapeTweeningUsed by:225
Symbol 224 GraphicUsed by:225
Symbol 225 MovieClipUses:223 224Used by:Timeline
Symbol 226 TextUses:53Used by:Timeline
Symbol 227 GraphicUsed by:Timeline
Symbol 228 TextUses:150Used by:Timeline
Symbol 229 TextUses:150Used by:Timeline
Symbol 230 TextUses:150Used by:Timeline
Symbol 231 ButtonUses:86 87 93 88Used by:Timeline
Symbol 232 TextUses:150Used by:Timeline
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:Timeline
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:235Used by:Timeline
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:237Used by:Timeline
Symbol 239 GraphicUsed by:244
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:240Used by:244 275 309
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:244
Symbol 244 MovieClipUses:239 241 243Used by:Timeline
Symbol 245 GraphicUsed by:253
Symbol 246 GraphicUsed by:253
Symbol 247 GraphicUsed by:253
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:248Used by:253
Symbol 250 GraphicUsed by:253
Symbol 251 ButtonUses:86 87 93 88Used by:253
Symbol 252 GraphicUsed by:253
Symbol 253 MovieClipUses:245 246 247 249 250 251 252 148Used by:Timeline
Symbol 254 EditableTextUses:150Used by:Timeline
Symbol 255 GraphicUsed by:256
Symbol 256 MovieClipUses:255Used by:268 269
Symbol 257 GraphicUsed by:258
Symbol 258 MovieClipUses:257Used by:268 269
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:259Used by:268 269
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:261Used by:268 269
Symbol 263 GraphicUsed by:264
Symbol 264 MovieClipUses:263Used by:268 269
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:265Used by:268
Symbol 267 SoundUsed by:268
Symbol 268 MovieClipUses:256 258 260 262 264 266 267Used by:269
Symbol 269 MovieClipUses:268 256 258 260 262 264Used by:Timeline
Symbol 270 ButtonUses:86 87 93 88Used by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 ButtonUses:86 87 93 88Used by:Timeline
Symbol 273 TextUses:150Used by:Timeline
Symbol 274 GraphicUsed by:Timeline
Symbol 275 MovieClipUses:9 241Used by:Timeline
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276Used by:Timeline
Symbol 278 GraphicUsed by:280
Symbol 279 ShapeTweeningUsed by:280
Symbol 280 MovieClipUses:278 279Used by:283
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:281Used by:283
Symbol 283 MovieClipUses:280 282Used by:Timeline
Symbol 284 EditableTextUses:150Used by:Timeline
Symbol 285 ShapeTweeningUsed by:287
Symbol 286 ShapeTweeningUsed by:287
Symbol 287 MovieClipUses:285 286 3Used by:299
Symbol 288 BitmapUsed by:289 290 291 292 293 294 295 296
Symbol 289 GraphicUses:288Used by:299
Symbol 290 GraphicUses:288Used by:299
Symbol 291 GraphicUses:288Used by:299
Symbol 292 GraphicUses:288Used by:299
Symbol 293 GraphicUses:288Used by:299
Symbol 294 GraphicUses:288Used by:299
Symbol 295 GraphicUses:288Used by:299
Symbol 296 GraphicUses:288Used by:299
Symbol 297 ShapeTweeningUsed by:299
Symbol 298 GraphicUsed by:299
Symbol 299 MovieClipUses:287 289 107 290 291 292 293 294 295 296 297 298Used by:Timeline
Symbol 300 GraphicUsed by:301
Symbol 301 MovieClipUses:300Used by:Timeline
Symbol 302 TextUses:53Used by:Timeline
Symbol 303 GraphicUsed by:Timeline
Symbol 304 TextUses:150Used by:Timeline
Symbol 305 ButtonUses:86 87 93 88Used by:Timeline
Symbol 306 GraphicUsed by:Timeline
Symbol 307 TextUses:150Used by:Timeline
Symbol 308 GraphicUsed by:309
Symbol 309 MovieClipUses:308 241Used by:Timeline
Symbol 310 GraphicUsed by:313
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:311Used by:313 318
Symbol 313 MovieClipUses:310 312Used by:319  Timeline
Symbol 314 GraphicUsed by:325
Symbol 315 GraphicUsed by:316
Symbol 316 MovieClipUses:315Used by:325
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:317 312Used by:319
Symbol 319 MovieClipUses:313 318Used by:325
Symbol 320 GraphicUsed by:325
Symbol 321 GraphicUsed by:325
Symbol 322 TextUses:150Used by:325
Symbol 323 TextUses:150Used by:325
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:314 316 319 320 321 322 323 324Used by:Timeline
Symbol 326 TextUses:53 150Used by:Timeline
Symbol 327 ButtonUses:86 87 93 88Used by:Timeline
Symbol 328 TextUses:53Used by:Timeline
Symbol 329 ButtonUses:86 87 93 88Used by:Timeline
Symbol 330 TextUses:53Used by:Timeline
Symbol 331 ShapeTweeningUsed by:334
Symbol 332 ShapeTweeningUsed by:334
Symbol 333 GraphicUsed by:334
Symbol 334 MovieClipUses:331 332 333Used by:Timeline
Symbol 335 TextUses:53 150Used by:Timeline
Symbol 336 ButtonUses:86 87 93 88Used by:Timeline
Symbol 337 TextUses:53Used by:Timeline
Symbol 338 ButtonUses:86 87 93 88Used by:Timeline
Symbol 339 TextUses:53 150Used by:Timeline
Symbol 340 ButtonUses:86 87 93 88Used by:Timeline
Symbol 341 TextUses:53Used by:Timeline
Symbol 342 TextUses:53Used by:Timeline
Symbol 343 ButtonUses:86 87 93 88Used by:Timeline
Symbol 344 TextUses:53Used by:Timeline
Symbol 345 TextUses:53Used by:Timeline
Symbol 346 ButtonUses:86 87 93 88Used by:Timeline
Symbol 347 TextUses:53Used by:Timeline
Symbol 348 TextUses:53Used by:Timeline
Symbol 349 TextUses:53Used by:Timeline
Symbol 350 TextUses:53Used by:Timeline
Symbol 351 TextUses:150Used by:Timeline
Symbol 352 TextUses:150Used by:Timeline
Symbol 353 TextUses:150Used by:Timeline
Symbol 354 ButtonUses:86 87 93 88Used by:Timeline
Symbol 355 GraphicUsed by:Timeline
Symbol 356 TextUses:53Used by:Timeline
Symbol 357 EditableTextUses:53Used by:Timeline
Symbol 358 TextUses:53Used by:Timeline
Symbol 359 ButtonUses:86 87 93 88Used by:Timeline
Symbol 360 ButtonUses:86 87 93 88Used by:Timeline
Symbol 361 TextUses:53Used by:Timeline
Symbol 362 TextUses:53Used by:Timeline
Symbol 363 GraphicUsed by:Timeline
Symbol 364 TextUses:150Used by:Timeline
Symbol 365 TextUses:150Used by:Timeline
Symbol 366 TextUses:150Used by:Timeline
Symbol 367 TextUses:150Used by:Timeline
Symbol 368 TextUses:150Used by:Timeline
Symbol 369 TextUses:150Used by:Timeline
Symbol 370 ButtonUses:86 87 93 88Used by:Timeline
Symbol 371 ButtonUses:86 87 93 88Used by:Timeline
Symbol 372 ButtonUses:86 87 93 88Used by:Timeline
Symbol 373 ButtonUses:86 87 93 88Used by:Timeline
Symbol 374 ButtonUses:86 87 93 88Used by:Timeline
Symbol 375 ButtonUses:86 87 93 88Used by:Timeline
Symbol 376 TextUses:150Used by:Timeline

Instance Names

"leftblock"Frame 44Symbol 119 MovieClip
"rightblock"Frame 44Symbol 121 MovieClip
"ground"Frame 44Symbol 131 MovieClip
"char"Frame 44Symbol 149 MovieClip
"health"Frame 44Symbol 151 EditableText
"leftblock_2"Frame 46Symbol 165 MovieClip
"rightblock_2"Frame 46Symbol 167 MovieClip
"ground_2"Frame 46Symbol 169 MovieClip
"char"Frame 46Symbol 149 MovieClip
"health"Frame 46Symbol 187 EditableText
"ground_3"Frame 48Symbol 196 MovieClip
"rightblock_3"Frame 48Symbol 204 MovieClip
"leftblock_3"Frame 48Symbol 205 MovieClip
"char"Frame 48Symbol 149 MovieClip
"health"Frame 48Symbol 206 EditableText
"rightblock_4"Frame 90Symbol 236 MovieClip
"leftblock_4"Frame 90Symbol 238 MovieClip
"ground_4"Frame 90Symbol 244 MovieClip
"char_2"Frame 90Symbol 253 MovieClip
"health"Frame 90Symbol 254 EditableText
"ground_5"Frame 92Symbol 275 MovieClip
"gun"Frame 92Symbol 283 MovieClip
"health"Frame 92Symbol 284 EditableText
"char_2_1"Frame 92Symbol 253 MovieClip
"ground_4"Frame 94Symbol 309 MovieClip
"char_2"Frame 94Symbol 253 MovieClip
"textbox"Frame 116Symbol 357 EditableText
"bar"Symbol 52 MovieClip Frame 1Symbol 6 MovieClip
"char_hands"Symbol 253 MovieClip Frame 4Symbol 249 MovieClip
"ground_5"Symbol 275 MovieClip Frame 1Symbol 241 MovieClip
"ground_5"Symbol 275 MovieClip Frame 1Symbol 241 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "bullet"
ExportAssets (56)Timeline Frame 111Symbol 2 as "bullet"

Labels

"loaded"Symbol 52 MovieClip Frame 3
"walk"Symbol 116 MovieClip Frame 1
"dead"Symbol 116 MovieClip Frame 2
"idle"Symbol 149 MovieClip Frame 1
"run"Symbol 149 MovieClip Frame 2
"jump"Symbol 149 MovieClip Frame 3
"attack"Symbol 149 MovieClip Frame 4
"dead"Symbol 149 MovieClip Frame 5
"shoot"Symbol 149 MovieClip Frame 6
"idle"Symbol 253 MovieClip Frame 1
"run"Symbol 253 MovieClip Frame 2
"jump"Symbol 253 MovieClip Frame 3
"attack"Symbol 253 MovieClip Frame 4
"dead"Symbol 253 MovieClip Frame 5
"shoot"Symbol 253 MovieClip Frame 6
"dead"Symbol 269 MovieClip Frame 2




http://swfchan.com/15/71306/info.shtml
Created: 9/4 -2019 09:46:40 Last modified: 9/4 -2019 09:46:40 Server time: 08/05 -2024 22:29:26