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

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

MegaManX- THE GAME- lvl 2.swf

This is the info page for
Flash #33698

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


Text
100% LOADED

www.fospher.com

Use arrow buttons to select - ENTER to choose

Click  anywhere on the screen if you cant choose. And you should be hearing a beep
when you select a choice.

Please note that this was simply made for fun. Dont sue.If you do, I'll end up living in a box

new! read!

instructions

instructions

energy

power

Ahoy there.

click this to continue

Dr. Light, you skank!
why are you here?

I've got nothing else to
do, thats why. I'd say
something useful to you,

but have nothing good to say.

Oh yeah, call me tonight
if you wanna get wasted.

Welcome, X...

To the real world.

v

Care for a reefer?

No thanks. I actually
came here to kick some
ass.

Oh ok. Well lets start
the ass kicking process
then.

Whats this? I seem to
be blowing up. Oh well,
I had a good life.

We'll meet again...

...dumbass

To Be Continued...

CREDITS

CREDITS

Press SPACE to return to main menu

Sprite and Background Design
Capcom
Sprite and Background import and other drawings
Val Burov
Scripting
Val Burov
Sound
Capcom, Dimmu Borgir

Sprite and Background Design
Capcom
Sprite and Background import and other drawings
Val Burov
Scripting
Val Burov
Sound
Capcom, Dimmu Borgir

Sprite and Background Design
Capcom
Sprite and Background import and interpetation
Val Burov
Scripting
Val Burov
Special Thanks To:
Ed Mack
for providing such great tutorials
and helping me out with the script
All the guys at flashkit.com
for helping me script-wise whenever i needed it!

Sprite and Background Design
Capcom
Sprite and Background import and interpetation
Val Burov
Scripting
Val Burov
Special Thanks To:
Ed Mack
for providing such great tutorials
and helping me out with the script
All the guys at flashkit.com
for helping me script-wise whenever i needed it!

(www)

PLAY AGAIN

PLAY AGAIN

Click Screen To Continue

fire
right

jump and walk

dash

fire
left

hold button
to charge shot

These are your common
enemies. They take three
normal or one super shots
to die. If they turn red, that
means they turned super. Only
a charged shot can kill them then.

Pick up these pellets
to gain health.

These are the energy and power
bars. When you dash, your energy
goes down. Then it goes back  up.
When you charge your shot, your
power goes up. When it's 50% full,
you have a charged shot.

Your health bar.

ActionScript [AS1/AS2]

Frame 2
var loadAmount = _totalframes; if (_framesloaded == loadAmount) { gotoAndPlay (12); } else { loaded = Math.round(getBytesLoaded() / 1024); total = Math.round(getBytesTotal() / 1024); percent = Math.round((loaded / total) * 100); bytesLoadedOutput = loaded; bytesTotalOutput = total; percentOutput = percent + "%"; loadBar._width = loadBarHousing._width * (percent / 100); gotoAndPlay (1); }
Frame 15
gotoAndPlay (16);
Frame 19
stop();
Instance of Symbol 33 MovieClip in Frame 19
onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { _root.gotoAndPlay(20); } if (Key.isDown(Key.DOWN)) { _root.gotoAndPlay(26); } if (Key.isDown(Key.ENTER)) { _root.gotoAndPlay(30); } }
Frame 25
stop();
Instance of Symbol 35 MovieClip in Frame 25
onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { _root.gotoAndPlay(26); } if (Key.isDown(Key.DOWN)) { _root.gotoAndPlay(16); } if (Key.isDown(Key.ENTER)) { _root.gotoAndPlay(56); } }
Frame 29
stop();
Instance of Symbol 37 MovieClip in Frame 29
onClipEvent (enterFrame) { if (Key.isDown(Key.UP)) { _root.gotoAndPlay(16); } if (Key.isDown(Key.DOWN)) { _root.gotoAndPlay(20); } if (Key.isDown(Key.ENTER)) { _root.gotoAndPlay(82); } }
Frame 55
gotoAndStop (477);
Frame 72
stopAllSounds();
Frame 81
toggleHighQuality(); gotoAndPlay (107);
Frame 106
gotoAndStop (876);
Instance of Symbol 102 MovieClip "fball" in Frame 107
onClipEvent (enterFrame) { if (Key.isDown(88) and (50 >= _root.pwrBar._width)) { duplicateMovieClip (_root.fball, "fireball", 1); setProperty(_root.fireball, _x , _root.hero._x + 20); setProperty(_root.fireball, _y , _root.hero._y - 20); } if (50 < _root.pwrBar._width) { _root.fireball.removeMovieClip(); } } onClipEvent (enterFrame) { if (_root.fireball._x < 500) { _root.fireball._x = _root.fireball._x + 10; } else if (_root.fireball._x >= 500) { _root.fireball.removeMovieClip(); } if (_root.fireball._x < (_root.hero._x + 70)) { _root.fireball._y = 600; } if (((_root.hero._x + 71) < _root.fireball._x) and (_root.fireball._x < (_root.hero._x + 90))) { _root.fireball._y = _root.hero._y - 20; } }
Instance of Symbol 105 MovieClip "sball" in Frame 107
onClipEvent (enterFrame) { if (Key.isDown(88) and (_root.pwrBar._width >= 51)) { duplicateMovieClip (_root.sball, "superball", 1); setProperty(_root.superball, _x , _root.hero._x + 60); setProperty(_root.superball, _y , _root.hero._y - 20); } } onClipEvent (enterFrame) { if (_root.superball._x < 505) { _root.superball._x = _root.superball._x + 10; } else if (_root.superball._x >= 300) { _root.superball.removeMovieClip(); } if (_root.superball._x < (_root.hero._x + 80)) { _root.superball._y = 600; } if (((_root.hero._x + 81) < _root.superball._x) and (_root.superball._x < (_root.hero._x + 100))) { _root.superball._y = _root.hero._y - 20; } }
Instance of Symbol 106 MovieClip "slball" in Frame 107
onClipEvent (enterFrame) { if (Key.isDown(90) and (_root.pwrBar._width >= 51)) { duplicateMovieClip (_root.slball, "leftsuperball", 1); setProperty(_root.leftsuperball, _x , _root.hero._x + 5); setProperty(_root.leftsuperball, _y , _root.hero._y - 20); } } onClipEvent (enterFrame) { if (0 < _root.leftsuperball._x) { _root.leftsuperball._x = _root.leftsuperball._x - 10; } else if (0 >= _root.leftsuperball._x) { _root.leftsuperball.removeMovieClip(); } if ((_root.hero._x - 40) < _root.leftsuperball._x) { _root.leftsuperball._y = 600; } if ((_root.leftsuperball._x < (_root.hero._x - 39)) and ((_root.hero._x - 90) < _root.leftsuperball._x)) { _root.leftsuperball._y = _root.hero._y - 20; } }
Instance of Symbol 111 MovieClip in Frame 107
onClipEvent (enterFrame) { if (50 < _root.pwrBar._width) { this._x = _root.hero._x + 53.5; this._y = _root.hero._y - 40; } if (_root.pwrBar._width < 50) { this._x = 600; this._y = 50; } }
Instance of Symbol 112 MovieClip "fball" in Frame 107
onClipEvent (enterFrame) { if (Key.isDown(90) and (50 >= _root.pwrBar._width)) { duplicateMovieClip (_root.flball, "leftball", 1); setProperty(_root.leftball, _x , _root.hero._x + 5); setProperty(_root.leftball, _y , _root.hero._y - 20); } if (50 < _root.pwrBar._width) { _root.leftball.removeMovieClip(); } } onClipEvent (enterFrame) { if (_root.leftball._x >= 0) { _root.leftball._x = _root.leftball._x - 10; } else if (0 >= _root.leftball._x) { _root.leftball.removeMovieClip(); } if ((_root.hero._x - 40) < _root.leftball._x) { _root.leftball._y = 600; } if ((_root.leftball._x < (_root.hero._x - 39)) and ((_root.hero._x - 70) < _root.leftball._x)) { _root.leftball._y = _root.hero._y - 20; } }
Frame 146
stop();
Instance of Symbol 142 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 146 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 146 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 146 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 146 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 148 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 150 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 152 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 152 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 152 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 152 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 146 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 146 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 146 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 152 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 152 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 152 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 148 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 150 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 155 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 157 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 155 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 157 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 142 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 142 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 159 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 161 MovieClip in Frame 146
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("story2"); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 144 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 201 MovieClip "hero" in Frame 146
onClipEvent (enterFrame) { if (200 >= this._x) { this._x = 200; } if (this._x >= 200) { this._x = 200; } if (this._y >= 400) { _root.gotoAndPlay("startGame"); } } onClipEvent (enterFrame) { if ((gravity eq "on") and (platform eq "off")) { this._y = this._y + 12; jumping = true; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) && (!jumping)) { platform = "no"; vel_y = 30; jumping = true; } } onClipEvent (enterFrame) { if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } } vel_y = vel_y - accel; if (vel_y < -12) { vel_y = -12; } this._y = this._y - vel_y; platform = "off"; } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } } onClipEvent (load) { b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.g.hitTest(_x + b.xmin, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (_root.g.hitTest(_x + b.max, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (!_root.g.hitTest(_x + ((b.xmax + b.xmin) / 2), _y + b.ymax, true)) { _y = (_y + 5); } } onClipEvent (load) { vel_y = 0; accel = 4; jumping = false; jumpSet = true; } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this.gotoAndStop(3); } if (Key.isDown(Key.LEFT)) { this.gotoAndStop(4); } if (Key.isDown(Key.UP)) { this.gotoAndStop(9); } if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) { this.gotoAndStop(10); } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(6); this._x = this._x + 4; _root.energyBar._width = _root.energyBar._width - 7; } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(7); this._x = this._x - 4; _root.energyBar._width = _root.energyBar._width - 7; } if (Key.isDown(88)) { _root.pwrBar._width = _root.pwrBar._width + 12; this.gotoAndStop(5); } if (Key.isDown(90)) { this.gotoAndStop(8); _root.pwrBar._width = _root.pwrBar._width + 12; } } onClipEvent (keyUp) { (Key.getCode() == 90);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { (Key.getCode() == 88);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { if (Key.LEFT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.RIGHT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.UP) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } }
Instance of Symbol 203 MovieClip in Frame 146
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 212 MovieClip in Frame 146
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 2)) { this.gotoAndPlay(3); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 5)) { this.gotoAndPlay(6); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 8)) { this.gotoAndPlay(9); } if (this.hitTest(_root.superball) or this.hitTest(_root.leftsuperball)) { this.gotoAndPlay(10); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or ((this._x >= 550) and (this._currentframe < 3))) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (((this._x >= -399) and (this._x < 549)) and (this._currentframe < 3)) { this.gotoAndStop(2); } }
Instance of Symbol 220 MovieClip in Frame 146
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 2)) { this.gotoAndPlay(3); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 5)) { this.gotoAndPlay(6); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 8)) { this.gotoAndPlay(9); } if (this.hitTest(_root.superball) or this.hitTest(_root.leftsuperball)) { this.gotoAndPlay(10); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or ((this._x >= 550) and (this._currentframe < 3))) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (((this._x >= -399) and (this._x < 549)) and (this._currentframe < 3)) { this.gotoAndStop(2); } }
Instance of Symbol 227 MovieClip in Frame 146
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 2)) { this.gotoAndPlay(3); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 5)) { this.gotoAndPlay(6); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 8)) { this.gotoAndPlay(9); } if (this.hitTest(_root.superball) or this.hitTest(_root.leftsuperball)) { this.gotoAndPlay(10); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or ((this._x >= 550) and (this._currentframe < 3))) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (((this._x >= -399) and (this._x < 549)) and (this._currentframe < 3)) { this.gotoAndStop(2); } }
Instance of Symbol 212 MovieClip in Frame 146
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 2)) { this.gotoAndPlay(3); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 5)) { this.gotoAndPlay(6); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 8)) { this.gotoAndPlay(9); } if (this.hitTest(_root.superball) or this.hitTest(_root.leftsuperball)) { this.gotoAndPlay(10); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or ((this._x >= 550) and (this._currentframe < 3))) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (((this._x >= -399) and (this._x < 549)) and (this._currentframe < 3)) { this.gotoAndStop(2); } }
Instance of Symbol 231 MovieClip "healthBar" in Frame 146
onClipEvent (enterFrame) { if (90 < this._currentframe) { stopAllSounds(); _root.gotoAndPlay("megakill"); } }
Instance of Symbol 4 MovieClip [healthBar] "energyBar" in Frame 146
onClipEvent (load) { this._width = 100; hInc = 4; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } if (2 < hInc) { this._width = this._width + 1; } }
Instance of Symbol 3 MovieClip [healthBar] "pwrBar" in Frame 146
onClipEvent (load) { this._width = 0; pInc = 4; } onClipEvent (enterFrame) { if (this._width >= 100) { this._width = 100; } if (2 < pInc) { this._width = this._width - 10; } }
Frame 166
stop();
Instance of Symbol 241 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }
Instance of Symbol 157 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 155 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 157 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 157 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 157 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 155 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 242 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 243 MovieClip in Frame 166
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("story3"); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 201 MovieClip "hero" in Frame 166
onClipEvent (enterFrame) { if (200 >= this._x) { this._x = 200; } if (this._x >= 200) { this._x = 200; } if (this._y >= 400) { _root.gotoAndPlay("startGame"); } } onClipEvent (enterFrame) { if ((gravity eq "on") and (platform eq "off")) { this._y = this._y + 12; jumping = true; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) && (!jumping)) { platform = "no"; vel_y = 30; jumping = true; } } onClipEvent (enterFrame) { if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } } vel_y = vel_y - accel; if (vel_y < -12) { vel_y = -12; } this._y = this._y - vel_y; platform = "off"; } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } } onClipEvent (load) { b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.g.hitTest(_x + b.xmin, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (_root.g.hitTest(_x + b.max, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (!_root.g.hitTest(_x + ((b.xmax + b.xmin) / 2), _y + b.ymax, true)) { _y = (_y + 5); } } onClipEvent (load) { vel_y = 0; accel = 4; jumping = false; jumpSet = true; } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this.gotoAndStop(3); } if (Key.isDown(Key.LEFT)) { this.gotoAndStop(4); } if (Key.isDown(Key.UP)) { this.gotoAndStop(9); } if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) { this.gotoAndStop(10); } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(6); this._x = this._x + 4; _root.energyBar._width = _root.energyBar._width - 7; } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(7); this._x = this._x - 4; _root.energyBar._width = _root.energyBar._width - 7; } if (Key.isDown(88)) { _root.pwrBar._width = _root.pwrBar._width + 12; this.gotoAndStop(5); } if (Key.isDown(90)) { this.gotoAndStop(8); _root.pwrBar._width = _root.pwrBar._width + 12; } } onClipEvent (keyUp) { (Key.getCode() == 90);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { (Key.getCode() == 88);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { if (Key.LEFT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.RIGHT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.UP) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } }
Instance of Symbol 246 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 249 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 249 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 252 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 203 MovieClip in Frame 166
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 212 MovieClip in Frame 166
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 2)) { this.gotoAndPlay(3); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 5)) { this.gotoAndPlay(6); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 8)) { this.gotoAndPlay(9); } if (this.hitTest(_root.superball) or this.hitTest(_root.leftsuperball)) { this.gotoAndPlay(10); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or ((this._x >= 550) and (this._currentframe < 3))) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (((this._x >= -399) and (this._x < 549)) and (this._currentframe < 3)) { this.gotoAndStop(2); } }
Frame 167
toggleHighQuality(); stopAllSounds();
Frame 187
stop();
Frame 207
toggleHighQuality(); stopAllSounds();
Frame 208
stop();
Instance of Symbol 157 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 155 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 157 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 157 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-600 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -599) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 155 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 242 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 276 MovieClip in Frame 208
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("story8"); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 201 MovieClip "hero" in Frame 208
onClipEvent (enterFrame) { if (200 >= this._x) { this._x = 200; } if (this._x >= 200) { this._x = 200; } if (this._y >= 400) { _root.gotoAndPlay("startGame"); } } onClipEvent (enterFrame) { if ((gravity eq "on") and (platform eq "off")) { this._y = this._y + 12; jumping = true; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) && (!jumping)) { platform = "no"; vel_y = 30; jumping = true; } } onClipEvent (enterFrame) { if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } } vel_y = vel_y - accel; if (vel_y < -12) { vel_y = -12; } this._y = this._y - vel_y; platform = "off"; } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } } onClipEvent (load) { b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.g.hitTest(_x + b.xmin, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (_root.g.hitTest(_x + b.max, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (!_root.g.hitTest(_x + ((b.xmax + b.xmin) / 2), _y + b.ymax, true)) { _y = (_y + 5); } } onClipEvent (load) { vel_y = 0; accel = 4; jumping = false; jumpSet = true; } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this.gotoAndStop(3); } if (Key.isDown(Key.LEFT)) { this.gotoAndStop(4); } if (Key.isDown(Key.UP)) { this.gotoAndStop(9); } if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) { this.gotoAndStop(10); } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(6); this._x = this._x + 4; _root.energyBar._width = _root.energyBar._width - 7; } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(7); this._x = this._x - 4; _root.energyBar._width = _root.energyBar._width - 7; } if (Key.isDown(88)) { _root.pwrBar._width = _root.pwrBar._width + 12; this.gotoAndStop(5); } if (Key.isDown(90)) { this.gotoAndStop(8); _root.pwrBar._width = _root.pwrBar._width + 12; } } onClipEvent (keyUp) { (Key.getCode() == 90);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { (Key.getCode() == 88);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { if (Key.LEFT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.RIGHT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.UP) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } }
Instance of Symbol 246 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 278 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 279 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -1799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 279 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -1799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 252 MovieClip in Frame 208
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 212 MovieClip in Frame 208
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 2)) { this.gotoAndPlay(3); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 5)) { this.gotoAndPlay(6); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 8)) { this.gotoAndPlay(9); } if (this.hitTest(_root.superball) or this.hitTest(_root.leftsuperball)) { this.gotoAndPlay(10); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or ((this._x >= 550) and (this._currentframe < 3))) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (((this._x >= -399) and (this._x < 549)) and (this._currentframe < 3)) { this.gotoAndStop(2); } }
Frame 217
stop();
Instance of Symbol 242 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 246 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 278 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 282 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 285 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-1000 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -999) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 142 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 144 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 152 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 286 MovieClip in Frame 217
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("story9"); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 152 MovieClip in Frame 217
onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -399) and (this._x < 549)) { this.gotoAndStop(1); } }
Instance of Symbol 201 MovieClip "hero" in Frame 217
onClipEvent (enterFrame) { if (200 >= this._x) { this._x = 200; } if (this._x >= 200) { this._x = 200; } if (this._y >= 400) { _root.gotoAndPlay("startGame"); } } onClipEvent (enterFrame) { if ((gravity eq "on") and (platform eq "off")) { this._y = this._y + 12; jumping = true; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) && (!jumping)) { platform = "no"; vel_y = 30; jumping = true; } } onClipEvent (enterFrame) { if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } } vel_y = vel_y - accel; if (vel_y < -12) { vel_y = -12; } this._y = this._y - vel_y; platform = "off"; } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } } onClipEvent (load) { b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.g.hitTest(_x + b.xmin, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (_root.g.hitTest(_x + b.max, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (!_root.g.hitTest(_x + ((b.xmax + b.xmin) / 2), _y + b.ymax, true)) { _y = (_y + 5); } } onClipEvent (load) { vel_y = 0; accel = 4; jumping = false; jumpSet = true; } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this.gotoAndStop(3); } if (Key.isDown(Key.LEFT)) { this.gotoAndStop(4); } if (Key.isDown(Key.UP)) { this.gotoAndStop(9); } if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) { this.gotoAndStop(10); } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(6); this._x = this._x + 4; _root.energyBar._width = _root.energyBar._width - 7; } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(7); this._x = this._x - 4; _root.energyBar._width = _root.energyBar._width - 7; } if (Key.isDown(88)) { _root.pwrBar._width = _root.pwrBar._width + 12; this.gotoAndStop(5); } if (Key.isDown(90)) { this.gotoAndStop(8); _root.pwrBar._width = _root.pwrBar._width + 12; } } onClipEvent (keyUp) { (Key.getCode() == 90);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { (Key.getCode() == 88);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { if (Key.LEFT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.RIGHT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.UP) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } }
Instance of Symbol 289 MovieClip in Frame 217
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.healthBar.gotoAndStop("beginh"); this._y = 700; this.gotoAndStop(2); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } }
Instance of Symbol 220 MovieClip in Frame 217
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 2)) { this.gotoAndPlay(3); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 5)) { this.gotoAndPlay(6); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 8)) { this.gotoAndPlay(9); } if (this.hitTest(_root.superball) or this.hitTest(_root.leftsuperball)) { this.gotoAndPlay(10); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or ((this._x >= 550) and (this._currentframe < 3))) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (((this._x >= -399) and (this._x < 549)) and (this._currentframe < 3)) { this.gotoAndStop(2); } }
Instance of Symbol 290 MovieClip in Frame 217
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 2)) { this.gotoAndPlay(3); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 5)) { this.gotoAndPlay(6); } if ((this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) and (this._currentframe == 8)) { this.gotoAndPlay(9); } if (this.hitTest(_root.superball) or this.hitTest(_root.leftsuperball)) { this.gotoAndPlay(10); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-400 >= this._x) or ((this._x >= 550) and (this._currentframe < 3))) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (((this._x >= -399) and (this._x < 549)) and (this._currentframe < 3)) { this.gotoAndStop(2); } }
Instance of Symbol 296 MovieClip in Frame 218
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("story10"); } } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x - 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this._x = this._x - 15; } } onClipEvent (enterFrame) { if (Key.isDown(Key.LEFT)) { this._x = this._x + 8; } } onClipEvent (enterFrame) { if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this._x = this._x + 15; } } onClipEvent (enterFrame) { if ((-800 >= this._x) or (this._x >= 550)) { this.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((this._x >= -799) and (this._x < 549)) { this.gotoAndStop(1); } }
Frame 267
stop();
Instance of Symbol 299 MovieClip in Frame 267
onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Instance of Symbol 300 MovieClip in Frame 267
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.gotoAndPlay("story10"); } }
Instance of Symbol 301 MovieClip "hero" in Frame 267
onClipEvent (enterFrame) { if (10 >= this._x) { this._x = 10; } if (this._y >= 400) { _root.gotoAndPlay("startGame"); } } onClipEvent (enterFrame) { if ((gravity eq "on") and (platform eq "off")) { this._y = this._y + 12; jumping = true; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) && (!jumping)) { platform = "no"; vel_y = 30; jumping = true; } } onClipEvent (enterFrame) { if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } } vel_y = vel_y - accel; if (vel_y < -12) { vel_y = -12; } this._y = this._y - vel_y; platform = "off"; } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } } onClipEvent (load) { b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.g.hitTest(_x + b.xmin, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (_root.g.hitTest(_x + b.max, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (!_root.g.hitTest(_x + ((b.xmax + b.xmin) / 2), _y + b.ymax, true)) { _y = (_y + 5); } } onClipEvent (load) { vel_y = 0; accel = 4; jumping = false; jumpSet = true; } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 8; this.gotoAndStop(3); } if (Key.isDown(Key.LEFT)) { this._x = this._x - 8; this.gotoAndStop(4); } if (Key.isDown(Key.UP)) { this.gotoAndStop(9); } if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) { this.gotoAndStop(10); } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(6); this._x = this._x + 12; _root.energyBar._width = _root.energyBar._width - 7; } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(7); this._x = this._x - 12; _root.energyBar._width = _root.energyBar._width - 7; } if (Key.isDown(88)) { _root.pwrBar._width = _root.pwrBar._width + 12; this.gotoAndStop(5); } if (Key.isDown(90)) { this.gotoAndStop(8); _root.pwrBar._width = _root.pwrBar._width + 12; } } onClipEvent (keyUp) { (Key.getCode() == 90);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { (Key.getCode() == 88);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { if (Key.LEFT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.RIGHT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.UP) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } }
Frame 268
stopAllSounds();
Instance of Symbol 305 MovieClip in Frame 268
onClipEvent (enterFrame) { my_top = this._y - (this._y / 2); if (hitTest(_root.hero) and (_root.hero.b_edge < my_top)) { _root.hero._y = this._y - 10; _root.hero.platform = "on"; } }
Frame 318
stop(); toggleHighQuality();
Frame 336
stop(); toggleHighQuality();
Instance of Symbol 336 MovieClip "hero" in Frame 336
onClipEvent (enterFrame) { if (10 >= this._x) { this._x = 10; } if (this._x >= 377) { this._x = 377; } if (this._y >= 400) { _root.gotoAndPlay("startGame"); } } onClipEvent (enterFrame) { if ((gravity eq "on") and (platform eq "off")) { this._y = this._y + 12; jumping = true; } } onClipEvent (enterFrame) { if (Key.isDown(Key.UP) && (!jumping)) { platform = "no"; vel_y = 37; jumping = true; } } onClipEvent (enterFrame) { if (jumping == true) { if (platform eq "on") { gravity = "on"; vel_y = 0; jumping = false; } else { gravity = "off"; } } vel_y = vel_y - accel; if (vel_y < -12) { vel_y = -12; } this._y = this._y - vel_y; platform = "off"; } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } } onClipEvent (load) { b = this.getBounds(this); } onClipEvent (enterFrame) { if (_root.g.hitTest(_x + b.xmin, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (_root.g.hitTest(_x + b.max, (_y + b.ymax) - 5, true)) { _y = (_y - 5); } if (!_root.g.hitTest(_x + ((b.xmax + b.xmin) / 2), _y + b.ymax, true)) { _y = (_y + 5); } } onClipEvent (load) { vel_y = 0; accel = 4; jumping = false; jumpSet = true; } onClipEvent (enterFrame) { if (Key.isDown(Key.RIGHT)) { this._x = this._x + 8; this.gotoAndStop(3); } if (Key.isDown(Key.LEFT)) { this._x = this._x - 8; this.gotoAndStop(4); } if (Key.isDown(Key.UP)) { this.gotoAndStop(9); } if (Key.isDown(Key.LEFT) and Key.isDown(Key.UP)) { this.gotoAndStop(10); } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.RIGHT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(6); this._x = this._x + 12; _root.energyBar._width = _root.energyBar._width - 1; } if ((Key.isDown(Key.SPACE) and Key.isDown(Key.LEFT)) and (_root.energyBar._width >= 3)) { this.gotoAndStop(7); this._x = this._x - 12; _root.energyBar._width = _root.energyBar._width - 1; } if (Key.isDown(88)) { _root.pwrBar._width = _root.pwrBar._width + 12; this.gotoAndStop(5); } if (Key.isDown(90)) { this.gotoAndStop(8); _root.pwrBar._width = _root.pwrBar._width + 12; } } onClipEvent (keyUp) { (Key.getCode() == 90);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { (Key.getCode() == 88);// not popped this.gotoAndStop(1); } onClipEvent (keyUp) { if (Key.LEFT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.RIGHT) { this.gotoAndStop(1); } } onClipEvent (keyUp) { if (Key.UP) { this.gotoAndStop(1); } } onClipEvent (enterFrame) { if (this.hitTest(_root.con)) { setProperty(_root.hero, _x , _root.hero._x - 4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.bum)) { this.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } }
Instance of Symbol 343 MovieClip in Frame 336
onClipEvent (enterFrame) { if (this.hitTest(_root.hero)) { _root.hero.gotoAndPlay("hit"); _root.healthBar.nextFrame(); } } onClipEvent (enterFrame) { if (this.hitTest(_root.fireball) or this.hitTest(_root.leftball)) { _root.bossHealth._height = _root.bossHealth._height - 1; } if (this.hitTest(_root.superball) or this.hitTest(_root.leftsuperball)) { _root.bossHealth._height = _root.bossHealth._height - 2; } }
Instance of Symbol 345 MovieClip "bossHealth" in Frame 336
onClipEvent (enterFrame) { if (this._height < 2) { _root.gotoAndPlay("story16"); } }
Instance of Symbol 346 MovieClip "healthBar" in Frame 336
onClipEvent (enterFrame) { if (98 < this._currentframe) { stopAllSounds(); _root.gotoAndPlay("megakill"); } }
Frame 337
stopAllSounds();
Frame 344
stop();
Frame 419
stop();
Frame 432
stop();
Frame 456
stopAllSounds(); toggleHighQuality(); gotoAndPlay (482);
Frame 457
stop();
Instance of Symbol 383 MovieClip in Frame 477
onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE)) { _root.gotoAndPlay(17); } }
Frame 481
stop();
Frame 789
stop();
Frame 875
stopAllSounds(); gotoAndPlay (107);
Instance of Symbol 383 MovieClip in Frame 876
onClipEvent (enterFrame) { if (Key.isDown(Key.SPACE)) { _root.gotoAndPlay(17); } }
Symbol 142 MovieClip Frame 1
stop();
Symbol 144 MovieClip Frame 1
stop();
Symbol 146 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 1
stop();
Symbol 150 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 155 MovieClip Frame 1
stop();
Symbol 157 MovieClip Frame 1
stop();
Symbol 159 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 1
stop();
Symbol 198 MovieClip Frame 4
stop();
Symbol 201 MovieClip Frame 1
stop();
Symbol 203 MovieClip Frame 1
stop();
Symbol 212 MovieClip Frame 2
stop();
Symbol 212 MovieClip Frame 5
stop();
Symbol 212 MovieClip Frame 8
stop();
Symbol 212 MovieClip Frame 11
stop();
Symbol 220 MovieClip Frame 2
stop();
Symbol 220 MovieClip Frame 5
stop();
Symbol 220 MovieClip Frame 8
stop();
Symbol 220 MovieClip Frame 11
stop();
Symbol 227 MovieClip Frame 2
stop();
Symbol 227 MovieClip Frame 5
stop();
Symbol 227 MovieClip Frame 8
stop();
Symbol 227 MovieClip Frame 11
stop();
Symbol 231 MovieClip Frame 1
stop();
Symbol 231 MovieClip Frame 100
stop();
Symbol 243 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 1
stop();
Symbol 260 Button
on (release) { gotoAndStop (188); }
Symbol 265 Button
on (release) { gotoAndStop (189); }
Symbol 268 Button
on (release) { gotoAndStop (190); }
Symbol 272 Button
on (release) { gotoAndPlay (191); }
Symbol 276 MovieClip Frame 1
stop();
Symbol 278 MovieClip Frame 1
stop();
Symbol 279 MovieClip Frame 1
stop();
Symbol 285 MovieClip Frame 1
stop();
Symbol 286 MovieClip Frame 1
stop();
Symbol 289 MovieClip Frame 1
stop();
Symbol 290 MovieClip Frame 2
stop();
Symbol 290 MovieClip Frame 5
stop();
Symbol 290 MovieClip Frame 8
stop();
Symbol 290 MovieClip Frame 11
stop();
Symbol 296 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 301 MovieClip Frame 1
stop();
Symbol 310 Button
on (release) { gotoAndStop (319); }
Symbol 313 Button
on (release) { gotoAndStop (320); }
Symbol 324 Button
on (release) { gotoAndStop (321); }
Symbol 327 Button
on (release) { gotoAndStop (322); }
Symbol 329 Button
on (release) { gotoAndPlay (323); }
Symbol 336 MovieClip Frame 1
stop();
Symbol 345 MovieClip Frame 1
stop();
Symbol 346 MovieClip Frame 1
stop();
Symbol 346 MovieClip Frame 100
stop();
Symbol 351 Button
on (release) { gotoAndPlay (345); }
Symbol 363 Button
on (release) { gotoAndPlay (420); }
Symbol 371 Button
on (release) { gotoAndPlay (433); }
Symbol 416 Button
on (release) { getURL ("http://www.fospher.com", "_blank"); }
Symbol 427 Button
on (release) { stopAllSounds(); _root.gotoAndPlay(16); }
Symbol 441 Button
on (release) { gotoAndStop (877); }
Symbol 450 Button
on (release) { gotoAndStop (878); }
Symbol 455 Button
on (release) { gotoAndPlay (16); }

Library Items

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

Instance Names

"loadBarHousing"Frame 1Symbol 13 MovieClip
"loadBar"Frame 1Symbol 15 MovieClip
"fball"Frame 107Symbol 102 MovieClip
"sball"Frame 107Symbol 105 MovieClip
"slball"Frame 107Symbol 106 MovieClip
"fball"Frame 107Symbol 112 MovieClip
"hero"Frame 146Symbol 201 MovieClip
"healthBar"Frame 146Symbol 231 MovieClip
"energyBar"Frame 146Symbol 4 MovieClip [healthBar]
"pwrBar"Frame 146Symbol 3 MovieClip [healthBar]
"hero"Frame 166Symbol 201 MovieClip
"hero"Frame 208Symbol 201 MovieClip
"hero"Frame 217Symbol 201 MovieClip
"hero"Frame 267Symbol 301 MovieClip
"hero"Frame 336Symbol 336 MovieClip
"bossHealth"Frame 336Symbol 345 MovieClip
"healthBar"Frame 336Symbol 346 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 2 as "healthBar"
ExportAssets (56)Timeline Frame 1Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 1Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 146Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 146Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 147Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 147Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 148Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 148Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 149Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 149Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 150Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 150Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 151Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 151Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 152Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 152Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 153Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 153Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 154Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 154Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 155Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 155Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 156Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 156Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 157Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 157Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 158Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 158Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 159Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 159Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 160Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 160Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 161Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 161Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 162Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 162Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 163Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 163Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 164Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 164Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 165Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 165Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 166Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 166Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 167Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 167Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 168Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 168Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 169Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 169Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 170Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 170Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 171Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 171Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 172Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 172Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 173Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 173Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 174Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 174Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 175Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 175Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 176Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 176Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 177Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 177Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 178Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 178Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 179Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 179Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 180Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 180Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 181Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 181Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 182Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 182Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 183Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 183Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 184Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 184Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 185Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 185Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 186Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 186Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 187Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 187Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 188Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 188Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 189Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 189Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 190Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 190Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 191Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 191Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 192Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 192Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 193Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 193Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 194Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 194Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 195Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 195Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 196Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 196Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 197Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 197Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 198Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 198Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 199Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 199Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 200Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 200Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 201Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 201Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 202Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 202Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 203Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 203Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 204Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 204Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 205Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 205Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 206Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 206Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 207Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 207Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 208Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 208Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 209Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 209Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 210Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 210Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 211Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 211Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 212Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 212Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 213Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 213Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 214Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 214Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 215Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 215Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 216Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 216Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 217Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 217Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 218Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 218Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 219Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 219Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 220Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 220Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 221Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 221Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 222Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 222Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 223Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 223Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 224Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 224Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 225Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 225Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 226Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 226Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 227Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 227Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 228Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 228Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 229Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 229Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 230Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 230Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 231Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 231Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 232Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 232Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 233Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 233Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 234Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 234Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 235Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 235Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 236Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 236Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 237Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 237Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 238Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 238Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 239Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 239Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 240Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 240Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 241Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 241Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 242Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 242Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 243Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 243Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 244Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 244Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 245Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 245Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 246Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 246Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 247Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 247Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 248Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 248Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 249Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 249Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 250Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 250Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 251Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 251Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 252Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 252Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 253Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 253Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 254Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 254Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 255Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 255Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 256Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 256Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 257Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 257Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 258Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 258Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 259Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 259Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 260Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 260Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 261Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 261Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 262Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 262Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 263Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 263Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 264Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 264Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 265Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 265Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 266Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 266Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 267Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 267Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 268Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 268Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 269Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 269Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 270Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 270Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 271Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 271Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 272Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 272Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 273Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 273Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 274Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 274Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 275Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 275Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 276Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 276Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 277Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 277Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 278Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 278Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 279Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 279Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 280Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 280Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 281Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 281Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 282Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 282Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 283Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 283Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 284Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 284Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 285Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 285Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 286Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 286Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 287Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 287Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 288Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 288Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 289Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 289Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 290Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 290Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 291Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 291Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 292Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 292Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 293Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 293Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 294Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 294Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 295Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 295Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 296Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 296Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 297Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 297Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 298Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 298Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 299Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 299Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 300Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 300Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 301Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 301Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 302Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 302Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 303Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 303Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 304Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 304Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 305Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 305Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 306Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 306Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 307Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 307Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 308Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 308Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 309Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 309Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 310Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 310Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 311Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 311Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 312Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 312Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 313Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 313Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 314Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 314Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 315Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 315Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 316Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 316Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 317Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 317Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 318Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 318Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 319Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 319Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 320Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 320Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 321Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 321Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 322Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 322Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 323Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 323Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 324Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 324Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 325Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 325Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 326Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 326Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 327Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 327Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 328Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 328Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 329Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 329Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 330Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 330Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 331Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 331Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 332Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 332Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 333Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 333Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 334Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 334Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 335Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 335Symbol 3 as "healthBar"
ExportAssets (56)Timeline Frame 336Symbol 4 as "healthBar"
ExportAssets (56)Timeline Frame 336Symbol 3 as "healthBar"

Labels

"loading"Frame 1
"beginMovie"Frame 12
"startGame"Frame 108
"story1"Frame 146
"story2"Frame 147
"story3"Frame 167
"story4"Frame 188
"story5"Frame 189
"story6"Frame 190
"story7"Frame 191
"story8"Frame 209
"story9"Frame 218
"story10"Frame 268
"story11"Frame 319
"story12"Frame 320
"story13"Frame 321
"story14"Frame 322
"story15"Frame 323
"story16"Frame 337
"story17"Frame 345
"story18"Frame 420
"story19"Frame 433
"last"Frame 482
"megakill"Frame 790
"instA"Frame 877
"instB"Frame 878
"hit"Symbol 201 MovieClip Frame 11
"beginh"Symbol 231 MovieClip Frame 1
"hit"Symbol 301 MovieClip Frame 11
"hit"Symbol 336 MovieClip Frame 11
"beginh"Symbol 346 MovieClip Frame 1




http://swfchan.com/7/33698/info.shtml
Created: 17/5 -2019 06:23:07 Last modified: 17/5 -2019 06:23:07 Server time: 12/05 -2024 05:55:11