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

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

EA herostory pt1.swf

This is the info page for
Flash #68606

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


Text
OFF

MUSIC

OFF

MUSIC

ON

ON

PLAY

CONTROLS

OPTIONS

QUALITY

CURSER STYLE

PRESS HERE

PRESS HERE

SCENE SELECT

NOTHING

RUN RIGHT

RUN LEFT

JUMP

ATTACK

THESE ARE THE BASIC CONTROLS

*This is your health meter

* This is your symble (note) every
character has a different one.

* As you should already know you
attack by pressing space
* Halipinua ,for instance uses
FIRE WALL  this is like multi's
static field and rex's shockwave
put together it is defencive  and offensive
it is defensive because it covers him all over
and offensive because it takes up a  lot of
space but unlike multies attack it only lasts
for a few seconds you cannot use this when
running

6 gems with elemental fources.
These are protected by  the military .Few know
there secrets .

AQUA'S SAPHIRE

PYRO'S RUBY

TOKEN'S TOPAZ

ARRIE'S AMETHYST

ENDIA'S EMERALD

OWIDA'S GARNET

Hazards are all over the levels , so watch out
the most common are the holes and enemies
(read the next page). Here are a few tips on how
to avoid death!!!!!

#1.Always keep an eye on your health and watch out because
a image of your symbol might be floating around if you
grab it it will restore your health.
#2.some enemies are weak and take several shots to kill you
however there are very powerful enemies out there that
could easly kill you.
#3.Don't stand to close to an edge you may slip and fall .

REX
setting: easy
Help Rex get to the pyramid to get the Element Stone inside.
MULTI
setting:hard
use Multi and break into the naval base find the stone
HALIPINUA
setting:normal
use halipinua the star of  the game and find the Pyro's Ruby.

Each character has his own
settings in the game you will have
to play as all three so learn to use
them

* watch out !!! enemies are all over
the place they're there to stop you..
*Bosses can  take up to 30 hits !!!!!!!
so watch out!!!!!!!!
*You have to fight bosses to advance.
*When you kill a enemy a word like cool
or awesome will slide across the screne
these are the things that raise your score
the words that come across are based on how
strong the enemy was" cool "is lowest and "unreal"
is the highest.

#2

#1

#3

#4

The new password is Tortia
type this password in #2

The new password is Tortia
type this password in #2

((((GO)))

((((GO)))

well that is
all I have done for
now

AGAIN

SELECT A

(((((GO BACK)))))

SELECT A

Try Again???

!!!!!!!WRONG!!!!!!!

SPECIES: Dragon
AGE: 14
ELEMENT: fire
RIVAL: Crow
SPECIAL: FIRE WALL
MORE INFO

WEAKNESS:Fast enemies
TIP:hold space and attack
with a wall of flames

ATT

DEF

SPE

SPECIES: Beetle
AGE: 12
ELEMENT: electricity
RIVAL: Vinchi
SPECIAL: Static field
More info

WEAKNESS:strong enemies
TIP:Multi can only hold up his
shield when standing still so
he cannot use it when hes walking

SPECIES: Dinosaur
AGE: 16
ELEMENT: Earth
RIVAL: Snizzi
SPECIAL:SHOCKWAVE
More Info

WEAKNESS:flying enemies
If he attacks when airborn he loses
all of his defensive abilities at the moment.
TIP:hold space if you want .
his shockwave  attack to be at its
true power.

PRESENTS

MULTI'S story

select a story

REX'S story

HALIPINUA's story

locate the pyramid

MISSION

((((GO))))

EXTREME DESERT

EXTREME DESERT

REX'S INFO

SCORE

GOOD JOB THE PASSWORD IS
STATICBUG

GOOD JOB THE PASSWORD IS
STATICBUG

(((((GO))))))

Remember this password so if
you want to exit or die
you can continue from were you
were last.

RETRY

tip:Keep an eye on your health
Blue=good Green=even
Yellow=danger Red=critical
Flashing=almost dead

MISSION

break into the naval
base.

IRON LAKE

IRON LAKE

MULTI"S INFO

tip:Avoiding attacks is
a good way to stay alive try
not to run right into danger
also try not to attack when you
are near an edge you
could slip and fall

EXTREME HEIGHT

EXTREME HEIGHT

MISSION
find MT Lowani

HALIPINUA'S INFO

TIP: when you jump
make sure there
is nothing in front
of you that could
kill you

THE PASSWORD IS
ANGRY type this
password in #3

LAVA LAKE

LAVA LAKE

MISSION
get to the foot of
MT Lowani

Great job the next
password  is
Raven

((((GO))))

THE CRAZY RAVEN

C

CR

CRO

CROW

CROW

CREDITS

PROGRAMING
DONOVAN  JACKSON
GRAPHICS
DONOVAN JACKSON

STORY
DONOVAN JACKSON
AUDIO
NEWGROUNDS AUDIO PORTAL
PARAGONX9
PROZACSMILE
SUPERGIZZ
T14REVOLUTION
SOUND FX
WWW.FLASHKIT.COM/SOUNDFX
SPECIAL
THANKS TO
TOM FULP
&
WADE FULP
CREATERS OF NEWGROUNDS

STAY TUNED FOR PART 2!!!!

ActionScript [AS1/AS2]

Frame 1
stop(); stop();
Instance of Symbol 201 MovieClip "curser" in Frame 1
onClipEvent (load) { startDrag ("", true); Mouse.hide(); }
Frame 2
stopAllSounds();
Frame 3
stop();
Frame 4
stop(); score = 0; maxPlatforms = 0; for (i in this) { if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) { maxPlatforms++; } } stop(); maxPlatforms = 0; for (i in this) { if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) { maxPlatforms++; } } stop();
Instance of Symbol 213 MovieClip in Frame 4
onClipEvent (load) { desertspeed = 0.5; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - desertspeed; } else if (key.IsDown(37)) { this._x = this._x + desertspeed; } }
Instance of Symbol 222 MovieClip "ground" in Frame 4
onClipEvent (load) { groundspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - groundspeed; } else if (key.IsDown(37)) { this._x = this._x + groundspeed; } }
Instance of Symbol 224 MovieClip "platform2" in Frame 4
onClipEvent (load) { platspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - platspeed; } else if (key.IsDown(37)) { this._x = this._x + platspeed; } }
Instance of Symbol 224 MovieClip "platform1" in Frame 4
onClipEvent (load) { platspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - platspeed; } else if (key.IsDown(37)) { this._x = this._x + platspeed; } }
Instance of Symbol 224 MovieClip "platform4" in Frame 4
onClipEvent (load) { platspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - platspeed; } else if (key.IsDown(37)) { this._x = this._x + platspeed; } }
Instance of Symbol 224 MovieClip "platform5" in Frame 4
onClipEvent (load) { platspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - platspeed; } else if (key.IsDown(37)) { this._x = this._x + platspeed; } }
Instance of Symbol 224 MovieClip "platform6" in Frame 4
onClipEvent (load) { platspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - platspeed; } else if (key.IsDown(37)) { this._x = this._x + platspeed; } }
Instance of Symbol 255 MovieClip "cool" in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.scorer)) { _root.score = _root.score + 20; } }
Instance of Symbol 302 MovieClip "rex" in Frame 4
onClipEvent (load) { move = 0; lock = true; } onClipEvent (keyDown) { this.mario.play(); } onClipEvent (keyUp) { this.dino.gotoAndStop(1); } onClipEvent (enterFrame) { if (move == 0) { if (lock) { this._x = this._x + Xstep; Ystep = 0; Xstep = 0; if (Key.isDown(37)) { Xstep = 0; Ystep = 0; this.gotoAndStop("left"); } else if (Key.isDown(39)) { Xstep = 0; Ystep = 0; this.gotoAndStop("right"); } } } } onClipEvent (enterFrame) { render(); } onClipEvent (enterFrame) { if (Key.isDown(39)) { this.dino.play(); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this.dino.play(); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this.fdino.play(); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this.fdino.play(); } }
Instance of Symbol 318 MovieClip "bug" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug1" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug2" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy1" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy2" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug3" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy3" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug4" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug5" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy4" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug6" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug7" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug8" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy7" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy8" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy9" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug9" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy11" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy12" in Frame 4
onClipEvent (load) { enemyspeed = 27; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Frame 5
stop(); stopAllSounds();
Frame 6
stop();
Frame 7
stop();
Frame 8
stop(); score = 0; maxPlatforms = 0; for (i in this) { if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) { maxPlatforms++; } } stop();
Instance of Symbol 367 MovieClip in Frame 8
onClipEvent (load) { navyspeed = 0.5; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - navyspeed; } else if (key.IsDown(37)) { this._x = this._x + navyspeed; } }
Instance of Symbol 371 MovieClip in Frame 8
onClipEvent (load) { navyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - navyspeed; } else if (key.IsDown(37)) { this._x = this._x + navyspeed; } }
Instance of Symbol 318 MovieClip "bug15" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 375 MovieClip "sweet" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.scorer1)) { _root.score = _root.score + 50; } }
Instance of Symbol 255 MovieClip "cool1" in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.scorer1)) { _root.score = _root.score + 20; } }
Instance of Symbol 408 MovieClip "multi" in Frame 8
onClipEvent (load) { move = 0; lock = true; } onClipEvent (keyDown) { this.mario.play(); } onClipEvent (keyUp) { this.bug.gotoAndStop(1); } onClipEvent (enterFrame) { if (move == 0) { if (lock) { this._x = this._x + Xstep; Ystep = 0; Xstep = 0; if (Key.isDown(37)) { Xstep = 0; Ystep = 0; this.gotoAndStop("left"); } else if (Key.isDown(39)) { Xstep = 0; Ystep = 0; this.gotoAndStop("right"); } } } } onClipEvent (enterFrame) { render(); } onClipEvent (enterFrame) { if (Key.isDown(39)) { this.bug.play(); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this.bug.play(); } }
Instance of Symbol 342 MovieClip "enemy13" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug10" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug11" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug12" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug13" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy14" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug14" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy15" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug16" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy16" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug17" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug17" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy17" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy18" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug18" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug19" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy19" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy20" in Frame 8
onClipEvent (load) { enemyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 424 MovieClip "missle" in Frame 8
onClipEvent (load) { baddyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 424 MovieClip "missle1" in Frame 8
onClipEvent (load) { baddyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 424 MovieClip "missle2" in Frame 8
onClipEvent (load) { baddyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 424 MovieClip "missle3" in Frame 8
onClipEvent (load) { baddyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 424 MovieClip "missle5" in Frame 8
onClipEvent (load) { baddyspeed = 24; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 426 MovieClip in Frame 8
onClipEvent (load) { } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - chargespeed; } else if (key.IsDown(37)) { this._x = this._x + chargespeed; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/HPM") { gotoAndStop (1); }; } }
Instance of Symbol 426 MovieClip in Frame 8
onClipEvent (load) { } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - chargespeed; } else if (key.IsDown(37)) { this._x = this._x + chargespeed; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/HPM") { gotoAndStop (1); }; } }
Instance of Symbol 426 MovieClip in Frame 8
onClipEvent (load) { } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - chargespeed; } else if (key.IsDown(37)) { this._x = this._x + chargespeed; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/HPM") { gotoAndStop (1); }; } }
Frame 9
stop();
Frame 10
stop();
Frame 11
stop();
Frame 12
stop(); score = 0; maxPlatforms = 0; for (i in this) { if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) { maxPlatforms++; } } stop(); maxPlatforms = 0; for (i in this) { if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) { maxPlatforms++; } } stop();
Instance of Symbol 446 MovieClip in Frame 12
onClipEvent (load) { mountainspeed = 0.5; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - mountainspeed; } else if (key.IsDown(37)) { this._x = this._x + mountainspeed; } }
Instance of Symbol 451 MovieClip in Frame 12
onClipEvent (load) { grassspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - grassspeed; } else if (key.IsDown(37)) { this._x = this._x + grassspeed; } }
Instance of Symbol 318 MovieClip "bug22" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 318 MovieClip "bug23" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 318 MovieClip "bug24" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 318 MovieClip "bug25" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 224 MovieClip "platform1" in Frame 12
onClipEvent (load) { grassspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - grassspeed; } else if (key.IsDown(37)) { this._x = this._x + grassspeed; } }
Instance of Symbol 224 MovieClip "platform2" in Frame 12
onClipEvent (load) { grassspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - grassspeed; } else if (key.IsDown(37)) { this._x = this._x + grassspeed; } }
Instance of Symbol 224 MovieClip "platform3" in Frame 12
onClipEvent (load) { grassspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - grassspeed; } else if (key.IsDown(37)) { this._x = this._x + grassspeed; } }
Instance of Symbol 224 MovieClip "platform4" in Frame 12
onClipEvent (load) { grassspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - grassspeed; } else if (key.IsDown(37)) { this._x = this._x + grassspeed; } }
Instance of Symbol 255 MovieClip "cool2" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.scorer2)) { _root.score = _root.score + 20; } }
Instance of Symbol 375 MovieClip "sweet1" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.scorer2)) { _root.score = _root.score + 50; } }
Instance of Symbol 375 MovieClip "sweet1" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.scorer3)) { _root.score = _root.score + 50; } }
Instance of Symbol 496 MovieClip "halipinua" in Frame 12
onClipEvent (load) { move = 0; lock = true; } onClipEvent (keyDown) { this.mario.play(); } onClipEvent (keyUp) { this.dragon.gotoAndStop(1); } onClipEvent (enterFrame) { if (move == 0) { if (lock) { this._x = this._x + Xstep; Ystep = 0; Xstep = 0; if (Key.isDown(37)) { Xstep = 0; Ystep = 0; this.gotoAndStop("left"); } else if (Key.isDown(39)) { Xstep = 0; Ystep = 0; this.gotoAndStop("right"); } } } } onClipEvent (enterFrame) { render(); } onClipEvent (enterFrame) { if (Key.isDown(39)) { this.dragon.play(); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this.dragon.play(); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this.sdragon.play(); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this.sdragon.play(); } }
Instance of Symbol 510 MovieClip "exbug" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 342 MovieClip "enemy21" in Frame 12
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 424 MovieClip "stabbot" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 342 MovieClip "enemy22" in Frame 12
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy23" in Frame 12
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 424 MovieClip "stabbot1" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 510 MovieClip "exbug2" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 318 MovieClip "bug21" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 424 MovieClip "stabbot3" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 510 MovieClip "exbug4" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 510 MovieClip "exbug3" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 342 MovieClip "enemy25" in Frame 12
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 424 MovieClip "stabbot6" in Frame 12
onClipEvent (load) { baddyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - baddyspeed; } else if (key.IsDown(37)) { this._x = this._x + baddyspeed; } }
Instance of Symbol 342 MovieClip "enemy26" in Frame 12
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy27" in Frame 12
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 514 MovieClip "sick" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.scorer2)) { _root.score = _root.score + 70; } }
Frame 13
stop();
Frame 14
stop();
Frame 15
stop();
Frame 16
stop(); score = 0; maxPlatforms = 0; for (i in this) { if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) { maxPlatforms++; } } stop(); maxPlatforms = 0; for (i in this) { if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) { maxPlatforms++; } } stop();
Instance of Symbol 551 MovieClip in Frame 16
onClipEvent (load) { lavasspeed = 0.5; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - lavasspeed; } else if (key.IsDown(37)) { this._x = this._x + lavasspeed; } }
Instance of Symbol 553 MovieClip in Frame 16
onClipEvent (load) { lavaspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - lavaspeed; } else if (key.IsDown(37)) { this._x = this._x + lavaspeed; } }
Instance of Symbol 224 MovieClip "platform1" in Frame 16
onClipEvent (load) { lavaspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - lavaspeed; } else if (key.IsDown(37)) { this._x = this._x + lavaspeed; } }
Instance of Symbol 224 MovieClip "platform2" in Frame 16
onClipEvent (load) { lavaspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - lavaspeed; } else if (key.IsDown(37)) { this._x = this._x + lavaspeed; } }
Instance of Symbol 224 MovieClip "platform3" in Frame 16
onClipEvent (load) { lavaspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - lavaspeed; } else if (key.IsDown(37)) { this._x = this._x + lavaspeed; } }
Instance of Symbol 224 MovieClip "platform4" in Frame 16
onClipEvent (load) { lavaspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - lavaspeed; } else if (key.IsDown(37)) { this._x = this._x + lavaspeed; } }
Instance of Symbol 375 MovieClip "sweet2" in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.scorer3)) { _root.score = _root.score + 50; } }
Instance of Symbol 496 MovieClip "halipinua2" in Frame 16
onClipEvent (load) { move = 0; lock = true; } onClipEvent (keyDown) { this.mario.play(); } onClipEvent (keyUp) { this.dragon.gotoAndStop(1); } onClipEvent (enterFrame) { if (move == 0) { if (lock) { this._x = this._x + Xstep; Ystep = 0; Xstep = 0; if (Key.isDown(37)) { Xstep = 0; Ystep = 0; this.gotoAndStop("left"); } else if (Key.isDown(39)) { Xstep = 0; Ystep = 0; this.gotoAndStop("right"); } } } } onClipEvent (enterFrame) { render(); } onClipEvent (enterFrame) { if (Key.isDown(39)) { this.dragon.play(); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this.dragon.play(); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this.sdragon.play(); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this.sdragon.play(); } }
Instance of Symbol 424 MovieClip "stabbot7" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy29" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy30" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 424 MovieClip "stabbot8" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug27" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug28" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug29" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 424 MovieClip "stabbot9" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug31" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy31" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug32" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug33" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug34" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug35" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 318 MovieClip "bug36" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 424 MovieClip "stabbot10" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 424 MovieClip "stabbot11" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy32" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 342 MovieClip "enemy36" in Frame 16
onClipEvent (load) { enemyspeed = 29; } onClipEvent (enterFrame) { if (key.IsDown(39)) { this._x = this._x - enemyspeed; } else if (key.IsDown(37)) { this._x = this._x + enemyspeed; } }
Instance of Symbol 255 MovieClip "cool3" in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.scorer3)) { _root.score = _root.score + 20; } }
Frame 17
stop(); score = 0;
Frame 18
stop(); score = 0; maxPlatforms = 0; for (i in this) { if ((typeof(eval (i)) == "movieclip") && ((substring(i, 1, 5)) == "platf")) { maxPlatforms++; } } stop();
Instance of Symbol 496 MovieClip "Shalipinua" in Frame 18
onClipEvent (load) { move = 0; lock = true; } onClipEvent (keyDown) { this.mario.play(); } onClipEvent (keyUp) { this.dragon.gotoAndStop(1); } onClipEvent (enterFrame) { if (move == 0) { if (lock) { this._x = this._x + Xstep; Ystep = 0; Xstep = 0; if (Key.isDown(37)) { Xstep = -29; Ystep = 0; this.gotoAndStop("left"); } else if (Key.isDown(39)) { Xstep = 29; Ystep = 0; this.gotoAndStop("right"); } } } } onClipEvent (enterFrame) { render(); } onClipEvent (enterFrame) { if (Key.isDown(39)) { this.dragon.play(); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this.dragon.play(); } } onClipEvent (enterFrame) { if (Key.isDown(39)) { this.sdragon.play(); } } onClipEvent (enterFrame) { if (Key.isDown(37)) { this.sdragon.play(); } }
Frame 19
stop(); score = 0;
Frame 20
stop(); score = 0;
Symbol 11 Button
on (release) { play(); }
Symbol 15 Button
on (release) { play(); } on (release) { tellTarget ("/sloop") { play(); }; }
Symbol 16 MovieClip Frame 1
stop();
Symbol 16 MovieClip Frame 2
stopAllSounds();
Symbol 16 MovieClip Frame 3
stop();
Symbol 24 Button
on (release) { play(); }
Symbol 26 MovieClip Frame 1
stopAllSounds();
Symbol 26 MovieClip Frame 2
stop();
Symbol 30 Button
on (release) { tellTarget ("/controlmenu") { play(); }; }
Symbol 32 Button
on (release) { tellTarget ("/optionsmenu") { play(); }; }
Symbol 35 MovieClip Frame 1
stopAllSounds();
Symbol 35 MovieClip Frame 2
stop();
Symbol 43 Button
on (release) { tellTarget ("/curser") { play(); }; }
Symbol 44 Button
on (release) { toggleHighQuality(); }
Symbol 47 Button
on (release) { gotoAndStop (1); } on (release) { tellTarget ("/sloop") { play(); }; }
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 3
stop();
Symbol 50 Button
on (release) { tellTarget ("/sceneselect") { play(); }; }
Symbol 61 MovieClip Frame 1
stopAllSounds();
Symbol 61 MovieClip Frame 2
stop();
Symbol 62 Button
on (release) { prevFrame(); } on (release) { tellTarget ("/sloop") { play(); }; }
Symbol 63 Button
on (release) { nextFrame(); }
Symbol 68 Button
on (release) { prevFrame(); }
Symbol 96 MovieClip Frame 1
stop();
Symbol 96 MovieClip Frame 2
stop();
Symbol 96 MovieClip Frame 3
stop();
Symbol 96 MovieClip Frame 4
stop();
Symbol 96 MovieClip Frame 5
stop();
Symbol 96 MovieClip Frame 6
stop();
Symbol 96 MovieClip Frame 7
stop();
Symbol 96 MovieClip Frame 8
stop();
Symbol 102 Button
on (press) { if (myInput == "staticbug") { _root.goToAndPlay("rexlvl1"); } else { gotoAndStop (3); } }
Symbol 103 Button
on (release) { prevFrame(); }
Symbol 105 Button
on (press) { if (myInput1 == "tortia") { _root.goToAndPlay("halipinualvl1"); } else { gotoAndStop (3); } }
Symbol 109 Button
on (press) { if (myInput2 == "angry") { _root.goToAndPlay("halipinualvl2"); } else { gotoAndStop (3); } }
Symbol 111 Button
on (press) { if (myInput3 == "raven") { _root.goToAndPlay(18); } else { gotoAndStop (3); } }
Symbol 117 Button
on (release) { gotoAndStop (1); }
Symbol 123 Button
on (release) { gotoAndStop (1); }
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 2
stop();
Symbol 132 MovieClip Frame 3
stop();
Symbol 136 Button
on (release) { nextFrame(); }
Symbol 142 MovieClip Frame 1
stop();
Symbol 142 MovieClip Frame 2
stop();
Symbol 142 MovieClip Frame 3
stop();
Symbol 147 MovieClip Frame 1
stop();
Symbol 147 MovieClip Frame 2
stop();
Symbol 147 MovieClip Frame 3
stop();
Symbol 152 MovieClip Frame 1
stop();
Symbol 152 MovieClip Frame 2
stop();
Symbol 152 MovieClip Frame 3
stop();
Symbol 153 Button
on (release) { gotoAndStop (1); }
Symbol 154 MovieClip Frame 1
stop();
Symbol 154 MovieClip Frame 2
stop();
Symbol 154 MovieClip Frame 3
stop();
Symbol 160 Button
on (release) { play(); }
Symbol 175 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 175 MovieClip Frame 2
gotoAndPlay (1);
Symbol 175 MovieClip Frame 3
stop();
Symbol 175 MovieClip Frame 45
stop();
Symbol 178 Button
on (release) { _root.gotoAndStop("multilvl1"); }
Symbol 181 Button
on (release) { _root.gotoAndStop("rexlvl1"); }
Symbol 184 Button
on (release) { _root.gotoAndStop("halipinualvl1"); }
Symbol 185 MovieClip Frame 1
stop();
Symbol 185 MovieClip Frame 2
stop();
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 2
stop();
Symbol 201 MovieClip Frame 3
stop();
Symbol 201 MovieClip Frame 4
stop();
Symbol 201 MovieClip Frame 5
stop();
Symbol 201 MovieClip Frame 6
stop();
Symbol 201 MovieClip Frame 7
stop();
Symbol 201 MovieClip Frame 8
stop();
Symbol 201 MovieClip Frame 9
stop();
Symbol 201 MovieClip Frame 10
stop();
Symbol 201 MovieClip Frame 11
stop();
Symbol 201 MovieClip Frame 12
stop();
Symbol 201 MovieClip Frame 13
stop();
Symbol 201 MovieClip Frame 14
stop();
Symbol 201 MovieClip Frame 15
stop();
Symbol 204 MovieClip Frame 1
stopAllSounds();
Symbol 204 MovieClip Frame 161
stop(); stopAllSounds();
Symbol 222 MovieClip Frame 1
stop();
Instance of Symbol 218 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/rex") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/rex") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/rex") { gotoAndStop ("falling"); }; } }
Instance of Symbol 220 MovieClip in Symbol 222 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { _root.play(); } }
Symbol 222 MovieClip Frame 2
stop();
Symbol 222 MovieClip Frame 3
stop();
Symbol 249 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 2
stop();
Symbol 249 MovieClip Frame 3
stop();
Symbol 249 MovieClip Frame 4
stop();
Symbol 249 MovieClip Frame 5
stop();
Symbol 249 MovieClip Frame 6
stop();
Symbol 249 MovieClip Frame 7
stop();
Symbol 249 MovieClip Frame 8
stop();
Symbol 249 MovieClip Frame 9
stop();
Symbol 249 MovieClip Frame 10
stop();
Symbol 249 MovieClip Frame 11
stop();
Symbol 249 MovieClip Frame 12
stop();
Symbol 249 MovieClip Frame 13
stop();
Symbol 249 MovieClip Frame 14
stop();
Symbol 249 MovieClip Frame 15
stop();
Instance of Symbol 248 MovieClip in Symbol 249 MovieClip Frame 15
onClipEvent (enterFrame) { _root.gotoAndStop("gameover"); }
Symbol 255 MovieClip Frame 1
stop();
Symbol 259 Button
on (keyPress "<Up>") { play(); }
Symbol 261 MovieClip Frame 1
stop();
Symbol 267 Button
on (keyPress "<Space>") { gotoAndPlay (9); }
Symbol 273 Button
on (keyPress "<Right>") { gotoAndPlay (2); } on (keyPress "<Left>") { gotoAndPlay (2); }
Symbol 283 MovieClip Frame 7
gotoAndStop (1);
Instance of Symbol 282 MovieClip in Symbol 283 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.enemy)) { tellTarget ("/enemy") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy1)) { tellTarget ("/enemy1") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy2)) { tellTarget ("/enemy2") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy3)) { tellTarget ("/enemy3") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy4)) { tellTarget ("/enemy4") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy5)) { tellTarget ("/enemy5") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy6)) { tellTarget ("/enemy6") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy7)) { tellTarget ("/enemy7") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy8)) { tellTarget ("/enemy8") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy9)) { tellTarget ("/enemy9") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy10)) { tellTarget ("/enemy10") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy11)) { tellTarget ("/enemy11") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy12)) { tellTarget ("/enemy12") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy13)) { tellTarget ("/enemy13") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy14)) { tellTarget ("/enemy14") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy15)) { tellTarget ("/enemy15") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy15)) { tellTarget ("/enemy15") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy16)) { tellTarget ("/enemy16") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy17)) { tellTarget ("/enemy17") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy18)) { tellTarget ("/enemy18") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy19)) { tellTarget ("/enemy19") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy20)) { tellTarget ("/enemy20") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug)) { tellTarget ("/bug") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug1)) { tellTarget ("/bug1") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug2)) { tellTarget ("/bug2") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug3)) { tellTarget ("/bug3") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug4)) { tellTarget ("/bug4") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug5)) { tellTarget ("/bug5") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug6)) { tellTarget ("/bug6") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug7)) { tellTarget ("/bug7") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug8)) { tellTarget ("/bug8") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug9)) { tellTarget ("/bug9") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug10)) { tellTarget ("/bug10") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug11)) { tellTarget ("/bug11") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug12)) { tellTarget ("/bug12") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug13)) { tellTarget ("/bug13") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug14)) { tellTarget ("/bug14") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug15)) { tellTarget ("/bug15") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug16)) { tellTarget ("/bug16") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug17)) { tellTarget ("/bug17") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug18)) { tellTarget ("/bug18") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug19)) { tellTarget ("/bug19") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug20)) { tellTarget ("/bug20") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle)) { tellTarget ("/missle") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle1)) { tellTarget ("/missle1") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle2)) { tellTarget ("/missle2") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle3)) { tellTarget ("/missle3") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle4)) { tellTarget ("/missle4") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle5)) { tellTarget ("/missle5") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle6)) { tellTarget ("/missle6") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle7)) { tellTarget ("/missle7") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle8)) { tellTarget ("/missle8") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle9)) { tellTarget ("/missle9") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle10)) { tellTarget ("/missle10") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss)) { tellTarget ("/boss") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss1)) { tellTarget ("/boss1") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss2)) { tellTarget ("/boss2") { play(); }; tellTarget ("/cool") { play(); }; } }
Symbol 283 MovieClip Frame 15
gotoAndStop (1);
Symbol 295 MovieClip Frame 1
stopAllSounds();
Symbol 295 MovieClip Frame 13
stop(); _root.gotoAndPlay("gameover");
Symbol 301 MovieClip Frame 1
stop();
Instance of Symbol 299 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (enterFrame) { _root.gotoAndStop("gameover"); }
Instance of Symbol 285 MovieClip in Symbol 301 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(37)) { tellTarget ("/rex") { play(); }; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { tellTarget ("/rex") { play(); }; } }
Symbol 302 MovieClip Frame 1
function hitPlatforms() { var i; var y; var x; i = 0; while (i < _root.maxPlatforms) { platform = eval ("_root.platform" + i); y = _y + vertical; x = _x + horizontal; if (((_y < platform._y) && (y >= platform._y)) && (platform.hitTest(x, platform._y) == true)) { _y = platform._y; falling = false; vertical = 0; return(undefined); } i++; } platform = null; return(undefined); } function render() { var x; var y; x = (y = 0); if (Math.abs(horizontal) < Math.abs(x)) { horizontal = x; } else { horizontal = horizontal * friction; if (Math.abs(horizontal) < 1) { horizontal = 0; } } if ((vertical == 0) && (Key.isDown(38) == true)) { vertical = vforce * -3; horizontal = horizontal + platform.velocity; platform = null; rising = true; } if (rising == true) { vertical = vertical * gravity; if (Math.abs(vertical) < 1) { vertical = Math.abs(vertical); falling = true; rising = false; } } if (falling == true) { vertical = vertical * accel; hitPlatforms(); } lastX = _x; lastY = _y; _y = (_y + vertical); _x = ((_x + horizontal) + platform.velocity); if ((platform != null) && (platform.hitTest(_x, platform._y, true) == false)) { vertical = 2; falling = true; } } vforce = 80; hforce = 10; horizontal = 0; vertical = 5; friction = 0.8; gravity = 0.5; accel = 1.7; rising = false; falling = true; lastX = _x; lastY = _y; platform = null; stop(); stop();
Symbol 302 MovieClip Frame 2
stop();
Instance of Symbol 285 MovieClip in Symbol 302 MovieClip Frame 2
onClipEvent (enterFrame) { if (Key.isDown(37)) { tellTarget ("/rex") { gotoAndStop (3); }; } }
Symbol 302 MovieClip Frame 3
stop();
Instance of Symbol 285 MovieClip in Symbol 302 MovieClip Frame 3
onClipEvent (enterFrame) { if (Key.isDown(39)) { tellTarget ("/rex") { gotoAndStop (2); }; } }
Symbol 302 MovieClip Frame 4
stop();
Symbol 302 MovieClip Frame 5
stop();
Instance of Symbol 285 MovieClip in Symbol 302 MovieClip Frame 5
onClipEvent (enterFrame) { if (Key.isDown(37)) { tellTarget ("/rex") { play(); }; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { tellTarget ("/rex") { play(); }; } }
Instance of Symbol 309 MovieClip in Symbol 310 MovieClip Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/rex") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex1)) { tellTarget ("/rex1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex2)) { tellTarget ("/rex2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex3)) { tellTarget ("/rex3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex4)) { tellTarget ("/rex4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex5)) { tellTarget ("/rex5") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi1)) { tellTarget ("/multi1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/multi2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi4)) { tellTarget ("/multi4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi3)) { tellTarget ("/multi3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/multi2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua1)) { tellTarget ("/halipinua1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/halipinua2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua3)) { tellTarget ("/halipinua3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua4)) { tellTarget ("/halipinua4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua5)) { tellTarget ("/halipinua5") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/HPH") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/HPH2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua3)) { tellTarget ("/HPH3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua4)) { tellTarget ("/HPH4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua5)) { tellTarget ("/HPH5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua6)) { tellTarget ("/HPH6") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/HPR") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex1)) { tellTarget ("/HPR1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex2)) { tellTarget ("/HPR2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex3)) { tellTarget ("/HPR3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex4)) { tellTarget ("/HPR4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex5)) { tellTarget ("/HPR5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/HPM") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi1)) { tellTarget ("/HPM1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/HPM2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi3)) { tellTarget ("/HPM3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi5)) { tellTarget ("/HPM5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi4)) { tellTarget ("/HPM4") { play(); }; } }
Symbol 318 MovieClip Frame 1
stop();
Symbol 318 MovieClip Frame 9
stop();
Instance of Symbol 331 MovieClip in Symbol 335 MovieClip Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/rex") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex1)) { tellTarget ("/rex1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex2)) { tellTarget ("/rex2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex3)) { tellTarget ("/rex3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex4)) { tellTarget ("/rex4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex5)) { tellTarget ("/rex5") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi1)) { tellTarget ("/multi1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/multi2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi4)) { tellTarget ("/multi4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi3)) { tellTarget ("/multi3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/multi2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua1)) { tellTarget ("/halipinua1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/halipinua2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua3)) { tellTarget ("/halipinua3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua4)) { tellTarget ("/halipinua4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua5)) { tellTarget ("/halipinua5") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/HPH") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/HPH2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua3)) { tellTarget ("/HPH3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua4)) { tellTarget ("/HPH4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua5)) { tellTarget ("/HPH5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua6)) { tellTarget ("/HPH6") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/HPR") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex1)) { tellTarget ("/HPR1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex2)) { tellTarget ("/HPR2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex3)) { tellTarget ("/HPR3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex4)) { tellTarget ("/HPR4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex5)) { tellTarget ("/HPR5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/HPM") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi1)) { tellTarget ("/HPM1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/HPM2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi3)) { tellTarget ("/HPM3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi5)) { tellTarget ("/HPM5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi4)) { tellTarget ("/HPM4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua1)) { tellTarget ("/HPH1") { play(); }; } }
Instance of Symbol 331 MovieClip in Symbol 335 MovieClip Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/rex") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex1)) { tellTarget ("/rex1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex2)) { tellTarget ("/rex2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex3)) { tellTarget ("/rex3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex4)) { tellTarget ("/rex4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex5)) { tellTarget ("/rex5") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi1)) { tellTarget ("/multi1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/multi2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi4)) { tellTarget ("/multi4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi3)) { tellTarget ("/multi3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/multi2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua1)) { tellTarget ("/halipinua1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/halipinua2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua3)) { tellTarget ("/halipinua3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua4)) { tellTarget ("/halipinua4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua5)) { tellTarget ("/halipinua5") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/HPH") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/HPH2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua3)) { tellTarget ("/HPH3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua4)) { tellTarget ("/HPH4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua5)) { tellTarget ("/HPH5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua6)) { tellTarget ("/HPH6") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/HPR") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex1)) { tellTarget ("/HPR1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex2)) { tellTarget ("/HPR2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex3)) { tellTarget ("/HPR3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex4)) { tellTarget ("/HPR4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex5)) { tellTarget ("/HPR5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/HPM") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi1)) { tellTarget ("/HPM1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/HPM2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi3)) { tellTarget ("/HPM3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi5)) { tellTarget ("/HPM5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi4)) { tellTarget ("/HPM4") { play(); }; } }
Symbol 342 MovieClip Frame 1
stop();
Symbol 342 MovieClip Frame 8
stop();
Symbol 349 Button
on (release) { _root.gotoAndStop("multilvl1"); }
Symbol 350 MovieClip Frame 1
stopAllSounds();
Symbol 350 MovieClip Frame 2
stop();
Symbol 352 MovieClip Frame 1
stop();
Symbol 354 Button
on (release) { gotoAndPlay (1); }
Symbol 358 MovieClip Frame 1
stopAllSounds();
Symbol 358 MovieClip Frame 2
stop();
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("falling"); }; } }
Instance of Symbol 370 MovieClip in Symbol 371 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { _root.gotoAndPlay("prologue2"); } }
Symbol 375 MovieClip Frame 1
stop();
Symbol 381 Button
on (keyPress "<Space>") { gotoAndPlay (9); }
Symbol 396 MovieClip Frame 7
gotoAndStop (1);
Instance of Symbol 395 MovieClip in Symbol 396 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.enemy)) { tellTarget ("/enemy") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy1)) { tellTarget ("/enemy1") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy2)) { tellTarget ("/enemy2") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy3)) { tellTarget ("/enemy3") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy4)) { tellTarget ("/enemy4") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy5)) { tellTarget ("/enemy5") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy6)) { tellTarget ("/enemy6") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy7)) { tellTarget ("/enemy7") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy8)) { tellTarget ("/enemy8") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy9)) { tellTarget ("/enemy9") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy10)) { tellTarget ("/enemy10") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy11)) { tellTarget ("/enemy11") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy12)) { tellTarget ("/enemy12") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy13)) { tellTarget ("/enemy13") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy14)) { tellTarget ("/enemy14") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy15)) { tellTarget ("/enemy15") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy15)) { tellTarget ("/enemy15") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy16)) { tellTarget ("/enemy16") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy17)) { tellTarget ("/enemy17") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy18)) { tellTarget ("/enemy18") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy19)) { tellTarget ("/enemy19") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy20)) { tellTarget ("/enemy20") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug)) { tellTarget ("/bug") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug1)) { tellTarget ("/bug1") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug2)) { tellTarget ("/bug2") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug3)) { tellTarget ("/bug3") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug4)) { tellTarget ("/bug4") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug5)) { tellTarget ("/bug5") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug6)) { tellTarget ("/bug6") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug7)) { tellTarget ("/bug7") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug8)) { tellTarget ("/bug8") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug9)) { tellTarget ("/bug9") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug10)) { tellTarget ("/bug10") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug11)) { tellTarget ("/bug11") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug12)) { tellTarget ("/bug12") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug13)) { tellTarget ("/bug13") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug14)) { tellTarget ("/bug14") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug15)) { tellTarget ("/bug15") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug16)) { tellTarget ("/bug16") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug17)) { tellTarget ("/bug17") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug18)) { tellTarget ("/bug18") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug19)) { tellTarget ("/bug19") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug20)) { tellTarget ("/bug20") { play(); }; tellTarget ("/cool1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle)) { tellTarget ("/missle") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle1)) { tellTarget ("/missle1") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle2)) { tellTarget ("/missle2") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle3)) { tellTarget ("/missle3") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle4)) { tellTarget ("/missle4") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle5)) { tellTarget ("/missle5") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle6)) { tellTarget ("/missle6") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle7)) { tellTarget ("/missle7") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle8)) { tellTarget ("/missle8") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle9)) { tellTarget ("/missle9") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle10)) { tellTarget ("/missle10") { play(); }; tellTarget ("/sweet") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss)) { tellTarget ("/boss") { play(); }; tellTarget ("/wicked") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss1)) { tellTarget ("/boss1") { play(); }; tellTarget ("/wicked") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss2)) { tellTarget ("/boss2") { play(); }; tellTarget ("/wicked") { play(); }; } }
Symbol 396 MovieClip Frame 16
gotoAndStop (1);
Instance of Symbol 395 MovieClip in Symbol 396 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.enemy)) { tellTarget ("/enemy") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy1)) { tellTarget ("/enemy1") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy2)) { tellTarget ("/enemy2") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy3)) { tellTarget ("/enemy3") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy4)) { tellTarget ("/enemy4") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy5)) { tellTarget ("/enemy5") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy6)) { tellTarget ("/enemy6") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy7)) { tellTarget ("/enemy7") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy8)) { tellTarget ("/enemy8") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy9)) { tellTarget ("/enemy9") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy10)) { tellTarget ("/enemy10") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy11)) { tellTarget ("/enemy11") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy12)) { tellTarget ("/enemy12") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy13)) { tellTarget ("/enemy13") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy14)) { tellTarget ("/enemy14") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy15)) { tellTarget ("/enemy15") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy15)) { tellTarget ("/enemy15") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy16)) { tellTarget ("/enemy16") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy17)) { tellTarget ("/enemy17") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy18)) { tellTarget ("/enemy18") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy19)) { tellTarget ("/enemy19") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy20)) { tellTarget ("/enemy20") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug)) { tellTarget ("/bug") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug1)) { tellTarget ("/bug1") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug2)) { tellTarget ("/bug2") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug3)) { tellTarget ("/bug3") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug4)) { tellTarget ("/bug4") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug5)) { tellTarget ("/bug5") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug6)) { tellTarget ("/bug6") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug7)) { tellTarget ("/bug7") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug8)) { tellTarget ("/bug8") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug9)) { tellTarget ("/bug9") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug10)) { tellTarget ("/bug10") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug11)) { tellTarget ("/bug11") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug12)) { tellTarget ("/bug12") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug13)) { tellTarget ("/bug13") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug14)) { tellTarget ("/bug14") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug15)) { tellTarget ("/bug15") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug16)) { tellTarget ("/bug16") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug17)) { tellTarget ("/bug17") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug18)) { tellTarget ("/bug18") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug19)) { tellTarget ("/bug19") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug20)) { tellTarget ("/bug20") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle)) { tellTarget ("/missle") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle1)) { tellTarget ("/missle1") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle2)) { tellTarget ("/missle2") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle3)) { tellTarget ("/missle3") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle4)) { tellTarget ("/missle4") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle5)) { tellTarget ("/missle5") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle6)) { tellTarget ("/missle6") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle7)) { tellTarget ("/missle7") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle8)) { tellTarget ("/missle8") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle9)) { tellTarget ("/missle9") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.missle10)) { tellTarget ("/missle10") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss)) { tellTarget ("/boss") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss1)) { tellTarget ("/boss1") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss2)) { tellTarget ("/boss2") { play(); }; tellTarget ("/cool") { play(); }; } }
Symbol 405 MovieClip Frame 1
stopAllSounds();
Symbol 405 MovieClip Frame 12
stop(); _root.gotoAndStop("gameoverM");
Symbol 408 MovieClip Frame 1
function hitPlatforms() { var i; var y; var x; i = 0; while (i < _root.maxPlatforms) { platform = eval ("_root.platform" + i); y = _y + vertical; x = _x + horizontal; if (((_y < platform._y) && (y >= platform._y)) && (platform.hitTest(x, platform._y) == true)) { _y = platform._y; falling = false; vertical = 0; return(undefined); } i++; } platform = null; return(undefined); } function render() { var x; var y; x = (y = 0); if (Math.abs(horizontal) < Math.abs(x)) { horizontal = x; } else { horizontal = horizontal * friction; if (Math.abs(horizontal) < 1) { horizontal = 0; } } if ((vertical == 0) && (Key.isDown(38) == true)) { vertical = vforce * -3; horizontal = horizontal + platform.velocity; platform = null; rising = true; } if (rising == true) { vertical = vertical * gravity; if (Math.abs(vertical) < 1) { vertical = Math.abs(vertical); falling = true; rising = false; } } if (falling == true) { vertical = vertical * accel; hitPlatforms(); } lastX = _x; lastY = _y; _y = (_y + vertical); _x = ((_x + horizontal) + platform.velocity); if ((platform != null) && (platform.hitTest(_x, platform._y, true) == false)) { vertical = 2; falling = true; } } vforce = 80; hforce = 10; horizontal = 0; vertical = 5; friction = 0.8; gravity = 0.5; accel = 1.7; rising = false; falling = true; lastX = _x; lastY = _y; platform = null; stop(); stop();
Symbol 408 MovieClip Frame 2
stop();
Symbol 408 MovieClip Frame 3
stop();
Symbol 408 MovieClip Frame 4
stop();
Symbol 408 MovieClip Frame 5
stop();
Instance of Symbol 407 MovieClip in Symbol 408 MovieClip Frame 5
onClipEvent (enterFrame) { _root.gotoAndStop("gameoverM"); }
Instance of Symbol 418 MovieClip in Symbol 421 MovieClip Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/rex") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex1)) { tellTarget ("/rex1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex2)) { tellTarget ("/rex2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex3)) { tellTarget ("/rex3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex4)) { tellTarget ("/rex4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex5)) { tellTarget ("/rex5") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi1)) { tellTarget ("/multi1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/multi2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi4)) { tellTarget ("/multi4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi3)) { tellTarget ("/multi3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/multi2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua1)) { tellTarget ("/halipinua1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/halipinua2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua3)) { tellTarget ("/halipinua3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua4)) { tellTarget ("/halipinua4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua5)) { tellTarget ("/halipinua5") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/HPH") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua1)) { tellTarget ("/HPH1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/HPH2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua3)) { tellTarget ("/HPH3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua4)) { tellTarget ("/HPH4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua5)) { tellTarget ("/HPH5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua6)) { tellTarget ("/HPH6") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/HPR") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex1)) { tellTarget ("/HPR1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex2)) { tellTarget ("/HPR2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex3)) { tellTarget ("/HPR3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex4)) { tellTarget ("/HPR4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex5)) { tellTarget ("/HPR5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/HPM") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi1)) { tellTarget ("/HPM1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/HPM2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi3)) { tellTarget ("/HPM3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi5)) { tellTarget ("/HPM5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi4)) { tellTarget ("/HPM4") { play(); }; } }
Symbol 424 MovieClip Frame 1
stop();
Symbol 424 MovieClip Frame 7
stop();
Symbol 429 MovieClip Frame 1
stop();
Symbol 429 MovieClip Frame 2
stop();
Symbol 429 MovieClip Frame 3
stop();
Symbol 429 MovieClip Frame 4
stop();
Symbol 429 MovieClip Frame 5
stop();
Symbol 429 MovieClip Frame 6
stop();
Symbol 429 MovieClip Frame 7
stop();
Symbol 429 MovieClip Frame 8
stop();
Symbol 429 MovieClip Frame 9
stop();
Symbol 429 MovieClip Frame 10
stop();
Symbol 429 MovieClip Frame 11
stop();
Symbol 429 MovieClip Frame 12
stop();
Symbol 429 MovieClip Frame 13
stop();
Symbol 429 MovieClip Frame 14
stop();
Symbol 429 MovieClip Frame 15
stop();
Instance of Symbol 248 MovieClip in Symbol 429 MovieClip Frame 15
onClipEvent (enterFrame) { _root.gotoAndPlay("gameoverM"); }
Symbol 436 Button
on (release) { gotoAndStop (11); }
Symbol 443 Button
on (release) { nextFrame(); }
Instance of Symbol 218 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("falling"); }; } }
Instance of Symbol 449 MovieClip in Symbol 451 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { _root.gotoAndStop("stageclearH"); } }
Symbol 456 Button
on (keyPress "<Space>") { gotoAndPlay (9); }
Symbol 482 Button
on (keyPress "<Right>") { gotoAndPlay (1); }
Symbol 484 MovieClip Frame 7
gotoAndPlay (1);
Instance of Symbol 481 MovieClip in Symbol 484 MovieClip Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.enemy21)) { tellTarget ("/enemy21") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy22)) { tellTarget ("/enemy22") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy23)) { tellTarget ("/enemy23") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy24)) { tellTarget ("/enemy24") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy25)) { tellTarget ("/enemy25") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy26)) { tellTarget ("/enemy26") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy27)) { tellTarget ("/enemy27") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy28)) { tellTarget ("/enemy28") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy29)) { tellTarget ("/enemy29") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy30)) { tellTarget ("/enemy30") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy31)) { tellTarget ("/enemy31") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy32)) { tellTarget ("/enemy32") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy33)) { tellTarget ("/enemy33") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy34)) { tellTarget ("/enemy34") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy35)) { tellTarget ("/enemy35") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy36)) { tellTarget ("/enemy36") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy37)) { tellTarget ("/enemy37") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy38)) { tellTarget ("/enemy38") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy39)) { tellTarget ("/enemy39") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy40)) { tellTarget ("/enemy40") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy41)) { tellTarget ("/enemy41") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug21)) { tellTarget ("/bug21") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug22)) { tellTarget ("/bug22") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug23)) { tellTarget ("/bug23") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug24)) { tellTarget ("/bug24") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug25)) { tellTarget ("/bug25") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug26)) { tellTarget ("/bug26") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug27)) { tellTarget ("/bug27") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug28)) { tellTarget ("/bug28") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug29)) { tellTarget ("/bug29") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug30)) { tellTarget ("/bug30") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug31)) { tellTarget ("/bug31") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug32)) { tellTarget ("/bug32") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug33)) { tellTarget ("/bug33") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug34)) { tellTarget ("/bug34") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug35)) { tellTarget ("/bug35") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug36)) { tellTarget ("/bug36") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug37)) { tellTarget ("/bug37") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug38)) { tellTarget ("/bug38") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug39)) { tellTarget ("/bug39") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug40)) { tellTarget ("/bug40") { play(); }; tellTarget ("/cool3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug41)) { tellTarget ("/bug41") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug)) { tellTarget ("/exbug") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug1)) { tellTarget ("/exbug1") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug2)) { tellTarget ("/exbug2") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug3)) { tellTarget ("/exbug3") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug4)) { tellTarget ("/exbug4") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug5)) { tellTarget ("/exbug5") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug6)) { tellTarget ("/exbug6") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug7)) { tellTarget ("/exbug7") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug8)) { tellTarget ("/exbug8") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug9)) { tellTarget ("/exbug9") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug10)) { tellTarget ("/exbug10") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug11)) { tellTarget ("/exbug11") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug12)) { tellTarget ("/exbug12") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug13)) { tellTarget ("/exbug13") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug14)) { tellTarget ("/exbug14") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug15)) { tellTarget ("/exbug15") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug16)) { tellTarget ("/exbug16") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug17)) { tellTarget ("/exbug17") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug18)) { tellTarget ("/exbug18") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug19)) { tellTarget ("/exbug19") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug20)) { tellTarget ("/exbug20") { play(); }; tellTarget ("/sick1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot)) { tellTarget ("/stabbot") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot1)) { tellTarget ("/stabbot1") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot2)) { tellTarget ("/stabbot2") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot3)) { tellTarget ("/stabbot3") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot4)) { tellTarget ("/stabbot4") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot5)) { tellTarget ("/stabbot5") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot6)) { tellTarget ("/stabbot6") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot7)) { tellTarget ("/stabbot7") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot8)) { tellTarget ("/stabbot8") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot9)) { tellTarget ("/stabbot9") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot10)) { tellTarget ("/stabbot10") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot11)) { tellTarget ("/stabbot11") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot12)) { tellTarget ("/stabbot12") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot13)) { tellTarget ("/stabbot13") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot14)) { tellTarget ("/stabbot14") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot15)) { tellTarget ("/stabbot15") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot16)) { tellTarget ("/stabbot16") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot17)) { tellTarget ("/stabbot17") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot18)) { tellTarget ("/stabbot18") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot19)) { tellTarget ("/stabbot19") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot20)) { tellTarget ("/stabbot20") { play(); }; tellTarget ("/sweet2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss)) { tellTarget ("/boss") { play(); }; tellTarget ("/cool4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.crow)) { tellTarget ("/HPCROW") { play(); }; } }
Instance of Symbol 481 MovieClip in Symbol 484 MovieClip Frame 24
onClipEvent (enterFrame) { if (this.hitTest(_root.enemy21)) { tellTarget ("/enemy21") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy22)) { tellTarget ("/enemy22") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy23)) { tellTarget ("/enemy23") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy24)) { tellTarget ("/enemy24") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy25)) { tellTarget ("/enemy25") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy26)) { tellTarget ("/enemy26") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy27)) { tellTarget ("/enemy27") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy28)) { tellTarget ("/enemy28") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy29)) { tellTarget ("/enemy29") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy30)) { tellTarget ("/enemy30") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy31)) { tellTarget ("/enemy31") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy32)) { tellTarget ("/enemy32") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy33)) { tellTarget ("/enemy33") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy34)) { tellTarget ("/enemy34") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy35)) { tellTarget ("/enemy35") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy36)) { tellTarget ("/enemy36") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy37)) { tellTarget ("/enemy37") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy38)) { tellTarget ("/enemy38") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy39)) { tellTarget ("/enemy39") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy40)) { tellTarget ("/enemy40") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.enemy41)) { tellTarget ("/enemy41") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug21)) { tellTarget ("/bug21") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug22)) { tellTarget ("/bug22") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug23)) { tellTarget ("/bug23") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug24)) { tellTarget ("/bug24") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug25)) { tellTarget ("/bug25") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug26)) { tellTarget ("/bug26") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug27)) { tellTarget ("/bug27") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug28)) { tellTarget ("/bug28") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug29)) { tellTarget ("/bug29") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug30)) { tellTarget ("/bug30") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug31)) { tellTarget ("/bug31") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug32)) { tellTarget ("/bug32") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug33)) { tellTarget ("/bug33") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug34)) { tellTarget ("/bug34") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug35)) { tellTarget ("/bug35") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug36)) { tellTarget ("/bug36") { play(); }; tellTarget ("/cool2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug37)) { tellTarget ("/bug37") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug38)) { tellTarget ("/bug38") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug39)) { tellTarget ("/bug39") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug40)) { tellTarget ("/bug40") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.bug41)) { tellTarget ("/bug41") { play(); }; tellTarget ("/cool") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug)) { tellTarget ("/exbug") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug1)) { tellTarget ("/exbug1") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug2)) { tellTarget ("/exbug2") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug3)) { tellTarget ("/exbug3") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug4)) { tellTarget ("/exbug4") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug5)) { tellTarget ("/exbug5") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug6)) { tellTarget ("/exbug6") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug7)) { tellTarget ("/exbug7") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug8)) { tellTarget ("/exbug8") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug9)) { tellTarget ("/exbug9") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug10)) { tellTarget ("/exbug10") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug11)) { tellTarget ("/exbug11") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug12)) { tellTarget ("/exbug12") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug13)) { tellTarget ("/exbug13") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug14)) { tellTarget ("/exbug14") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug15)) { tellTarget ("/exbug15") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug16)) { tellTarget ("/exbug16") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug17)) { tellTarget ("/exbug17") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug18)) { tellTarget ("/exbug18") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug19)) { tellTarget ("/exbug19") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.exbug20)) { tellTarget ("/exbug20") { play(); }; tellTarget ("/sick") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot)) { tellTarget ("/stabbot") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot1)) { tellTarget ("/stabbot1") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot2)) { tellTarget ("/stabbot2") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot3)) { tellTarget ("/stabbot3") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot4)) { tellTarget ("/stabbot4") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot5)) { tellTarget ("/stabbot5") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot6)) { tellTarget ("/stabbot6") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot7)) { tellTarget ("/stabbot7") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot8)) { tellTarget ("/stabbot8") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot9)) { tellTarget ("/stabbot9") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot10)) { tellTarget ("/stabbot10") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot11)) { tellTarget ("/stabbot11") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot12)) { tellTarget ("/stabbot12") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot13)) { tellTarget ("/stabbot13") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot14)) { tellTarget ("/stabbot14") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot15)) { tellTarget ("/stabbot15") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot16)) { tellTarget ("/stabbot16") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot17)) { tellTarget ("/stabbot17") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot18)) { tellTarget ("/stabbot18") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot19)) { tellTarget ("/stabbot19") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.stabbot20)) { tellTarget ("/stabbot20") { play(); }; tellTarget ("/sweet1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.boss)) { tellTarget ("/boss") { play(); }; tellTarget ("/cool2") { play(); }; } }
Symbol 484 MovieClip Frame 33
gotoAndStop (1);
Symbol 493 MovieClip Frame 1
stopAllSounds();
Symbol 493 MovieClip Frame 13
stop(); _root.gotoAndPlay("gameover");
Instance of Symbol 299 MovieClip in Symbol 495 MovieClip Frame 1
onClipEvent (enterFrame) { _root.gotoAndStop("gameoverH"); }
Symbol 496 MovieClip Frame 1
function hitPlatforms() { var i; var y; var x; i = 0; while (i < _root.maxPlatforms) { platform = eval ("_root.platform" + i); y = _y + vertical; x = _x + horizontal; if (((_y < platform._y) && (y >= platform._y)) && (platform.hitTest(x, platform._y) == true)) { _y = platform._y; falling = false; vertical = 0; return(undefined); } i++; } platform = null; return(undefined); } function render() { var x; var y; x = (y = 0); if (Math.abs(horizontal) < Math.abs(x)) { horizontal = x; } else { horizontal = horizontal * friction; if (Math.abs(horizontal) < 1) { horizontal = 0; } } if ((vertical == 0) && (Key.isDown(38) == true)) { vertical = vforce * -3.5; horizontal = horizontal + platform.velocity; platform = null; rising = true; } if (rising == true) { vertical = vertical * gravity; if (Math.abs(vertical) < 1) { vertical = Math.abs(vertical); falling = true; rising = false; } } if (falling == true) { vertical = vertical * accel; hitPlatforms(); } lastX = _x; lastY = _y; _y = (_y + vertical); _x = ((_x + horizontal) + platform.velocity); if ((platform != null) && (platform.hitTest(_x, platform._y, true) == false)) { vertical = 2; falling = true; } } vforce = 80; hforce = 10; horizontal = 0; vertical = 5; friction = 0.8; gravity = 0.5; accel = 1.7; rising = false; falling = true; lastX = _x; lastY = _y; platform = null; stop(); stop();
Symbol 496 MovieClip Frame 2
stop();
Symbol 496 MovieClip Frame 3
stop();
Symbol 496 MovieClip Frame 4
stop();
Symbol 496 MovieClip Frame 5
stop();
Instance of Symbol 495 MovieClip in Symbol 496 MovieClip Frame 5
onClipEvent (enterFrame) { _root.gotoAndStop("gameoverH"); }
Instance of Symbol 499 MovieClip in Symbol 500 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/rex") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex1)) { tellTarget ("/rex1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex2)) { tellTarget ("/rex2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex3)) { tellTarget ("/rex3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex4)) { tellTarget ("/rex4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex5)) { tellTarget ("/rex5") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/multi") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi1)) { tellTarget ("/multi1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/multi2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi4)) { tellTarget ("/multi4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi3)) { tellTarget ("/multi3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/multi2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/halipinua") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua1)) { tellTarget ("/halipinua1") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/halipinua2") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua3)) { tellTarget ("/halipinua3") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua4)) { tellTarget ("/halipinua4") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua5)) { tellTarget ("/halipinua5") { gotoAndStop ("hurt"); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua)) { tellTarget ("/HPH") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/HPH2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua3)) { tellTarget ("/HPH3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua4)) { tellTarget ("/HPH4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua5)) { tellTarget ("/HPH5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua6)) { tellTarget ("/HPH6") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex)) { tellTarget ("/HPR") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex1)) { tellTarget ("/HPR1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex2)) { tellTarget ("/HPR2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex3)) { tellTarget ("/HPR3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex4)) { tellTarget ("/HPR4") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.rex5)) { tellTarget ("/HPR5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi)) { tellTarget ("/HPM") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi1)) { tellTarget ("/HPM1") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi2)) { tellTarget ("/HPM2") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi3)) { tellTarget ("/HPM3") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi5)) { tellTarget ("/HPM5") { play(); }; } } onClipEvent (enterFrame) { if (this.hitTest(_root.multi4)) { tellTarget ("/HPM4") { play(); }; } }
Symbol 510 MovieClip Frame 1
stop();
Symbol 510 MovieClip Frame 7
stop();
Symbol 514 MovieClip Frame 1
stop();
Symbol 521 MovieClip Frame 1
stop();
Symbol 521 MovieClip Frame 2
stop();
Symbol 521 MovieClip Frame 3
stop();
Symbol 521 MovieClip Frame 4
stop();
Symbol 521 MovieClip Frame 5
stop();
Symbol 521 MovieClip Frame 6
stop();
Symbol 521 MovieClip Frame 7
stop();
Symbol 521 MovieClip Frame 8
stop();
Symbol 521 MovieClip Frame 9
stop();
Symbol 521 MovieClip Frame 10
stop();
Symbol 521 MovieClip Frame 11
stop();
Symbol 521 MovieClip Frame 12
stop();
Symbol 521 MovieClip Frame 13
stop();
Symbol 521 MovieClip Frame 14
stop();
Symbol 521 MovieClip Frame 15
stop();
Instance of Symbol 248 MovieClip in Symbol 521 MovieClip Frame 15
onClipEvent (enterFrame) { _root.gotoAndPlay("gameoverH"); }
Symbol 528 Button
on (release) { gotoAndStop (15); }
Instance of Symbol 218 MovieClip in Symbol 553 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/halipinua2") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 553 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/halipinua2") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 553 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/halipinua2") { gotoAndStop ("falling"); }; } }
Instance of Symbol 218 MovieClip in Symbol 553 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { tellTarget ("/halipinua2") { gotoAndStop ("falling"); }; } }
Instance of Symbol 449 MovieClip in Symbol 553 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.halipinua2)) { _root.gotoAndStop("stageclearH2"); } }
Symbol 557 Button
on (release) { gotoAndStop (18); }
Symbol 563 MovieClip Frame 1
stopAllSounds();
Symbol 563 MovieClip Frame 2
stop();
Instance of Symbol 582 MovieClip in Symbol 605 MovieClip Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.Shalipinua)) { tellTarget ("/SHPH") { play(); }; } }
Instance of Symbol 598 MovieClip in Symbol 605 MovieClip Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.Shalipinua)) { tellTarget ("/SHPH") { play(); }; } }
Instance of Symbol 601 MovieClip in Symbol 605 MovieClip Frame 78
onClipEvent (enterFrame) { if (this.hitTest(_root.Shalipinua)) { tellTarget ("/SHPH") { play(); }; } }
Instance of Symbol 601 MovieClip in Symbol 605 MovieClip Frame 92
onClipEvent (enterFrame) { if (this.hitTest(_root.Shalipinua)) { tellTarget ("/SHPH") { play(); }; } }
Instance of Symbol 582 MovieClip in Symbol 605 MovieClip Frame 113
onClipEvent (enterFrame) { if (this.hitTest(_root.Shalipinua)) { tellTarget ("/SHPH") { play(); }; } }
Instance of Symbol 598 MovieClip in Symbol 605 MovieClip Frame 140
onClipEvent (enterFrame) { if (this.hitTest(_root.Shalipinua)) { tellTarget ("/SHPH") { play(); }; } }
Instance of Symbol 601 MovieClip in Symbol 605 MovieClip Frame 179
onClipEvent (enterFrame) { if (this.hitTest(_root.Shalipinua)) { tellTarget ("/SHPH") { play(); }; } }
Instance of Symbol 601 MovieClip in Symbol 605 MovieClip Frame 198
onClipEvent (enterFrame) { if (this.hitTest(_root.Shalipinua)) { tellTarget ("/SHPH") { play(); }; } }
Symbol 606 MovieClip Frame 31
stop();
Symbol 606 MovieClip Frame 32
stop(); _root.gotoAndPlay("crowdefeted");
Symbol 612 MovieClip Frame 31
stop();
Symbol 612 MovieClip Frame 32
stop();
Symbol 612 MovieClip Frame 33
stop();
Symbol 612 MovieClip Frame 34
stop();
Symbol 612 MovieClip Frame 35
stop();
Symbol 612 MovieClip Frame 36
stop();
Symbol 612 MovieClip Frame 37
stop();
Symbol 612 MovieClip Frame 38
stop();
Symbol 612 MovieClip Frame 39
stop();
Symbol 612 MovieClip Frame 40
stop();
Symbol 612 MovieClip Frame 41
stop();
Symbol 612 MovieClip Frame 42
stop();
Symbol 612 MovieClip Frame 43
stop();
Symbol 612 MovieClip Frame 44
stop();
Symbol 612 MovieClip Frame 45
stop();
Symbol 612 MovieClip Frame 46
stop();
Symbol 612 MovieClip Frame 47
stop(); tellTarget ("/crow") { play(); };
Symbol 620 MovieClip Frame 11
stopAllSounds();
Symbol 620 MovieClip Frame 12
stop(); _root.nextFrame();
Symbol 626 Button
on (release) { _root.play(); }
Symbol 628 MovieClip Frame 323
stop(); stop();

Library Items

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

Instance Names

"loop"Frame 1Symbol 16 MovieClip
"play"Frame 1Symbol 24 Button
"sloop"Frame 1Symbol 26 MovieClip
"control"Frame 1Symbol 30 Button
"options"Frame 1Symbol 32 Button
"optionsmenu"Frame 1Symbol 48 MovieClip
"select"Frame 1Symbol 50 Button
"controlmenu"Frame 1Symbol 96 MovieClip
"sceneselect"Frame 1Symbol 132 MovieClip
"selectA"Frame 1Symbol 185 MovieClip
"curser"Frame 1Symbol 201 MovieClip
"ground"Frame 4Symbol 222 MovieClip
"platform2"Frame 4Symbol 224 MovieClip
"platform1"Frame 4Symbol 224 MovieClip
"platform4"Frame 4Symbol 224 MovieClip
"platform5"Frame 4Symbol 224 MovieClip
"platform6"Frame 4Symbol 224 MovieClip
"platform0"Frame 4Symbol 224 MovieClip
"HPR"Frame 4Symbol 249 MovieClip
"cool"Frame 4Symbol 255 MovieClip
"scorer"Frame 4Symbol 257 MovieClip
"rex"Frame 4Symbol 302 MovieClip
"bug"Frame 4Symbol 318 MovieClip
"enemy"Frame 4Symbol 342 MovieClip
"bug1"Frame 4Symbol 318 MovieClip
"bug2"Frame 4Symbol 318 MovieClip
"enemy1"Frame 4Symbol 342 MovieClip
"enemy2"Frame 4Symbol 342 MovieClip
"bug3"Frame 4Symbol 318 MovieClip
"enemy3"Frame 4Symbol 342 MovieClip
"bug4"Frame 4Symbol 318 MovieClip
"bug5"Frame 4Symbol 318 MovieClip
"enemy4"Frame 4Symbol 342 MovieClip
"bug6"Frame 4Symbol 318 MovieClip
"bug7"Frame 4Symbol 318 MovieClip
"bug8"Frame 4Symbol 318 MovieClip
"enemy7"Frame 4Symbol 342 MovieClip
"enemy8"Frame 4Symbol 342 MovieClip
"enemy9"Frame 4Symbol 342 MovieClip
"bug9"Frame 4Symbol 318 MovieClip
"enemy11"Frame 4Symbol 342 MovieClip
"enemy12"Frame 4Symbol 342 MovieClip
"bug15"Frame 8Symbol 318 MovieClip
"platform0"Frame 8Symbol 224 MovieClip
"scorer1"Frame 8Symbol 257 MovieClip
"sweet"Frame 8Symbol 375 MovieClip
"cool1"Frame 8Symbol 255 MovieClip
"multi"Frame 8Symbol 408 MovieClip
"enemy13"Frame 8Symbol 342 MovieClip
"bug10"Frame 8Symbol 318 MovieClip
"bug11"Frame 8Symbol 318 MovieClip
"bug12"Frame 8Symbol 318 MovieClip
"bug13"Frame 8Symbol 318 MovieClip
"enemy14"Frame 8Symbol 342 MovieClip
"bug14"Frame 8Symbol 318 MovieClip
"enemy15"Frame 8Symbol 342 MovieClip
"bug16"Frame 8Symbol 318 MovieClip
"enemy16"Frame 8Symbol 342 MovieClip
"bug17"Frame 8Symbol 318 MovieClip
"bug17"Frame 8Symbol 318 MovieClip
"enemy17"Frame 8Symbol 342 MovieClip
"enemy18"Frame 8Symbol 342 MovieClip
"bug18"Frame 8Symbol 318 MovieClip
"bug19"Frame 8Symbol 318 MovieClip
"enemy19"Frame 8Symbol 342 MovieClip
"enemy20"Frame 8Symbol 342 MovieClip
"missle"Frame 8Symbol 424 MovieClip
"missle1"Frame 8Symbol 424 MovieClip
"missle2"Frame 8Symbol 424 MovieClip
"missle3"Frame 8Symbol 424 MovieClip
"missle5"Frame 8Symbol 424 MovieClip
"HPM"Frame 8Symbol 429 MovieClip
"bug22"Frame 12Symbol 318 MovieClip
"bug23"Frame 12Symbol 318 MovieClip
"bug24"Frame 12Symbol 318 MovieClip
"bug25"Frame 12Symbol 318 MovieClip
"platform1"Frame 12Symbol 224 MovieClip
"platform2"Frame 12Symbol 224 MovieClip
"platform3"Frame 12Symbol 224 MovieClip
"platform4"Frame 12Symbol 224 MovieClip
"platform0"Frame 12Symbol 224 MovieClip
"cool2"Frame 12Symbol 255 MovieClip
"sweet1"Frame 12Symbol 375 MovieClip
"sweet1"Frame 12Symbol 375 MovieClip
"halipinua"Frame 12Symbol 496 MovieClip
"exbug"Frame 12Symbol 510 MovieClip
"enemy21"Frame 12Symbol 342 MovieClip
"stabbot"Frame 12Symbol 424 MovieClip
"enemy22"Frame 12Symbol 342 MovieClip
"enemy23"Frame 12Symbol 342 MovieClip
"stabbot1"Frame 12Symbol 424 MovieClip
"exbug2"Frame 12Symbol 510 MovieClip
"bug21"Frame 12Symbol 318 MovieClip
"stabbot3"Frame 12Symbol 424 MovieClip
"exbug4"Frame 12Symbol 510 MovieClip
"exbug3"Frame 12Symbol 510 MovieClip
"enemy25"Frame 12Symbol 342 MovieClip
"stabbot6"Frame 12Symbol 424 MovieClip
"enemy26"Frame 12Symbol 342 MovieClip
"enemy27"Frame 12Symbol 342 MovieClip
"sick"Frame 12Symbol 514 MovieClip
"scorer2"Frame 12Symbol 257 MovieClip
"HPH"Frame 12Symbol 521 MovieClip
"platform1"Frame 16Symbol 224 MovieClip
"platform2"Frame 16Symbol 224 MovieClip
"platform3"Frame 16Symbol 224 MovieClip
"platform4"Frame 16Symbol 224 MovieClip
"platform0"Frame 16Symbol 224 MovieClip
"sweet2"Frame 16Symbol 375 MovieClip
"halipinua2"Frame 16Symbol 496 MovieClip
"stabbot7"Frame 16Symbol 424 MovieClip
"enemy29"Frame 16Symbol 342 MovieClip
"enemy30"Frame 16Symbol 342 MovieClip
"stabbot8"Frame 16Symbol 424 MovieClip
"bug27"Frame 16Symbol 318 MovieClip
"bug28"Frame 16Symbol 318 MovieClip
"bug29"Frame 16Symbol 318 MovieClip
"stabbot9"Frame 16Symbol 424 MovieClip
"bug31"Frame 16Symbol 318 MovieClip
"enemy31"Frame 16Symbol 342 MovieClip
"bug32"Frame 16Symbol 318 MovieClip
"bug33"Frame 16Symbol 318 MovieClip
"bug34"Frame 16Symbol 318 MovieClip
"bug35"Frame 16Symbol 318 MovieClip
"bug36"Frame 16Symbol 318 MovieClip
"stabbot10"Frame 16Symbol 424 MovieClip
"stabbot11"Frame 16Symbol 424 MovieClip
"enemy32"Frame 16Symbol 342 MovieClip
"enemy36"Frame 16Symbol 342 MovieClip
"cool3"Frame 16Symbol 255 MovieClip
"scorer3"Frame 16Symbol 257 MovieClip
"HPH2"Frame 16Symbol 521 MovieClip
"platform0"Frame 18Symbol 224 MovieClip
"platform1"Frame 18Symbol 224 MovieClip
"Shalipinua"Frame 18Symbol 496 MovieClip
"crow"Frame 18Symbol 606 MovieClip
"HPCROW"Frame 18Symbol 612 MovieClip
"SHPH"Frame 18Symbol 521 MovieClip
"bar"Symbol 175 MovieClip Frame 1Symbol 157 MovieClip
"dino"Symbol 302 MovieClip Frame 2Symbol 283 MovieClip
"dino"Symbol 302 MovieClip Frame 3Symbol 283 MovieClip
"bug"Symbol 408 MovieClip Frame 2Symbol 396 MovieClip
"dragon"Symbol 496 MovieClip Frame 2Symbol 484 MovieClip
"dragon"Symbol 496 MovieClip Frame 3Symbol 484 MovieClip
"sdragon"Symbol 496 MovieClip Frame 4Symbol 493 MovieClip

Labels

"rexlvl1"Frame 3
"gameover"Frame 6
"multilvl1"Frame 7
"gameoverM"Frame 9
"prologue2"Frame 10
"halipinualvl1"Frame 11
"gameoverH"Frame 13
"stageclearH"Frame 14
"halipinualvl2"Frame 15
"stageclearH2"Frame 17
"crowdefeted"Frame 19
"wrong"Symbol 132 MovieClip Frame 3
"loaded"Symbol 175 MovieClip Frame 3
"right"Symbol 302 MovieClip Frame 2
"left"Symbol 302 MovieClip Frame 3
"stab"Symbol 302 MovieClip Frame 4
"falling"Symbol 302 MovieClip Frame 5
"right"Symbol 408 MovieClip Frame 2
"left"Symbol 408 MovieClip Frame 3
"stab"Symbol 408 MovieClip Frame 4
"falling"Symbol 408 MovieClip Frame 5
"right"Symbol 496 MovieClip Frame 2
"left"Symbol 496 MovieClip Frame 3
"stab"Symbol 496 MovieClip Frame 4
"falling"Symbol 496 MovieClip Frame 5

Dynamic Text Variables

myInputSymbol 101 EditableText""
myInput1Symbol 104 EditableText""
myInput2Symbol 108 EditableText""
myInput3Symbol 112 EditableText""
scoreSymbol 252 EditableText""
scoreSymbol 430 EditableText""
scoreSymbol 522 EditableText""
scoreSymbol 554 EditableText""
scoreSymbol 613 EditableText""




http://swfchan.com/14/68606/info.shtml
Created: 10/4 -2019 23:07:27 Last modified: 10/4 -2019 23:07:27 Server time: 15/05 -2024 19:09:13