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

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

Pacman Platform 2.swf

This is the info page for
Flash #11700

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


Text
PacMan

Platform2

PLAY

MG

?!

Credits

Credits

Minigames

Minigames

Training

Training

Adventure

Adventure

Adventure

Take the training before you start?

Yes

Yes

No

No

Highscore on Adventure:

Training

Too get the most out of this game you
should take the training before you start.

Take the training

Take the training

Minigames

Some minigames to keep you
entertained =)

To the minigames!

To the minigames!

Credits

Special thanks to:

d4rkst0n3
Adam Nilsson
Patrik Persson
Patrik Fredriksson
Marcus Landestedt
Jens Johansson
Fredrik Anteryd
Dennis Berggren
MaxGames.com
Newgrounds.com

Music:

HouseMasta -
M64 Menu Screen RMX

Dj Seri - Crazed

Crash Bandicoot  -
Snow Biz

Crash Bandicoot -
Techno Theme

Forfrodo gondor -
Gypsy Boxer

ChrisNosal -
BGIS Theme

Franklind23 -
fd%% Meltdown

DSMagnum -
Lost Woods

PacArena minigame:

Erik Johansson(MeltD)

TAOP minigame:

Johan Hjerpe
(KinkyWizard)

Main Game made by:

TAOP

TAOP

PacArena
(2 player)

PacArena
(2 player)

Back

Back

The Adventures of Pacman

PacMan is sick of just eating dots
and fruits, so he takes a trip to the
forest.

Play!

Play!

PacArena

2 player game! Eat as many fruits as
you can before the time runs out.

Sounds

Play More Games At

Q

Jump on these

Eat 100 of these to
gain a extra life

Jump on these to get
to the next section

Eat these for extra
points

Wall/switch

Fallsound

hurtsound

HEALTH

Score:

999

x

50

Lives:

Main Menu

quit?

Yes

No

Training

Welcome to the training section. Proceed
to learn the basics of this game.

Controls:

= Walk left/right

= Jump

Medisound

Fruitsound

Jump on these
for a boost

Oh noes, a ghost! But don't worry,
you've got two options;
1)Jump over him and continue
2)Take the dot below to be able to
eat ghosts for a short while.

If you're hurt, find one of
these to regain some
health

Wonder what
this does..

Good time for a invulnerable-
pill, don't you think?

The pill makes you
invulnerable for a few
seconds.. Use it wisely!

When you have a key, just go
up to these walls to open
them.

You have completed the training! But beware, there are
things in this game that has not been covered here
which you will have to figure out yourself.

Main Menu

Main Menu

Go to the first level

Go to the first level

You failed the
training?!
*sigh*

Play Again

Play Again

Play More Games At

Play More Games At

Game Over

Continue

Bonus

Shootsound

Choose your way!

Bonus - Go to a bonus stage. If you
complete it you will achieve a power-up
that you probably will find very useful.

Continue - Go to the next level, you will
not be able to go back here if you change
your mind.

Reloader

Start

Time

Time's up

Bonus stage!

-After you jump on to the next platform
you will be able to shoot dots at your
enemies.
- You then have 30 seconds to shoot ALL
the ghosts and get to the portal at the
end.
- If you fail you lose a life and you have to
try again.
-If you succeed you may continue the
adventure with the ability to shoot.
-Shoot with space.

?!

BShootsound

BOSS

bReloader

Robotpacs

Lives:

Well how practical, without no
particular reason Pacman now has
the ability to shoot! Do so with the
spacebutton.
-Space to continue-

To be continued...

Congratulations!

You have completed this
game with a total score of:

Continue

LOADING

Back to Main Menu

Back to Main Menu

Play More Games At MaxGames.com

Play More Games At MaxGames.com

Ouch!

Space to try again

Your score :

As

Congratulations!

+

-

Time

Fruits

1

2

3

Level

PacArena

Play

Instructions

Settings:

Player 1 controls

Instructions:

Gain points by eating the fruits that falls
from the sky. The player with the most points
when the time's up is the winner!

A - Left
D - Right
W - Jump

Player 2 controls

Left arrow - Left
Right arrow - Right
Up arrow - Jump

Fruits

Cherrys - 30 points

Strawberry - 50 points

Pineapple - 150 points

Apple - 80 points

60

Player 1

Player 2

Time:

Quit

ACTIONSCRIPT

Results:

Player 1:

Player 2:

9999

9999

123

9999

123

Player x Wins!

Go to menu

60

60

ActionScript [AS1/AS2]

Frame 1
function itemHandler1(obj, item) { getURL ("http://lol.com", "_blank"); } function itemHandler2(obj, item) { getURL ("mailto:Meltdown96@gmail.com"); } function itemHandler5(obj, item) { _quality = "high"; } function itemHandler6(obj, item) { _quality = "medium"; } function itemHandler7(obj, item) { _quality = "low"; } loadedbytes = getBytesLoaded(); totalbytes = getBytesTotal(); percentbytes = int(loadedbytes / (totalbytes / 100)); loader.gotoAndStop(percentbytes); root_cm = new ContextMenu(); root_cm.hideBuiltInItems(); aaa_cmi = new ContextMenuItem("Visit My site", itemHandler1); bbb_cmi = new ContextMenuItem("Email Me", itemHandler2); ccc_cmi = new ContextMenuItem("High Quality", itemHandler5); ddd_cmi = new ContextMenuItem("Mid Quality", itemHandler6); eee_cmi = new ContextMenuItem("Low Quality", itemHandler7); ccc_cmi.separatorBefore = true; root_cm.customItems.push(bbb_cmi, ccc_cmi, ddd_cmi, eee_cmi); _root.menu = root_cm;
Instance of Symbol 35 MovieClip in Frame 1
on (rollOver) { gotoAndPlay (2); } on (rollOut) { gotoAndStop (1); } on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Frame 2
if (loadedbytes == totalbytes) { stop(); } else { gotoAndPlay (1); }
Frame 4
var savefile = SharedObject.getLocal("PacManPlatform2"); if (_root.savefile.data.highscore == undefined) { _root.savefile.data.highscore = 0; _root.savefile.flush(); } _root.highscore = _root.savefile.data.highscore; _root.icesound = new Sound(this); _root.icesound.attachSound("iceloop"); _root.skysound = new Sound(this); _root.skysound.attachSound("skyloop"); _root.trainingsound = new Sound(this); _root.trainingsound.attachSound("trainingloop"); _root.spacesound = new Sound(this); _root.spacesound.attachSound("spaceloop"); _root._xscale = 100; _root._yscale = 100; _root._x = 0; _root._y = 0; stop(); _root.menumusic = new Sound(this); _root.menumusic.attachSound("menuloop"); _root.menumusic.setVolume(100); _root.menumusic.start(3, 999); _root._quality = "HIGH"; delete _root.onEnterFrame; delete onEnterFrame;
Instance of Symbol 116 MovieClip in Frame 4
onClipEvent (load) { this.gotoAndStop("Menu"); }
Instance of Symbol 260 MovieClip "menus" in Frame 4
onClipEvent (enterFrame) { if ((this._currentframe >= 22) && (this._currentframe <= 26)) { this.gotoAndStop(_root.menuSection); } if ((this._currentframe >= 66) && (this._currentframe <= 69)) { this.gotoAndStop(_root.menuSection); } }
Instance of Symbol 35 MovieClip in Frame 4
on (rollOver) { gotoAndPlay (5); } on (rollOut) { gotoAndStop (4); } on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Instance of Symbol 269 MovieClip "fade" in Frame 4
onClipEvent (load) { this.gotoAndPlay("in"); }
Instance of Symbol 271 MovieClip in Frame 4
on (keyPress "q") { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } }
Instance of Symbol 273 MovieClip in Frame 4
onClipEvent (load) { this.unloadMovie; }
Frame 5
_root.pacshoot = "no"; _root.currentlevel = "t1"; _root.currentWorld = "training"; _root.points = 0; _root.dotSum = 0; _root.lives = 2; _root.dotExtraLife = 50; _root.med = 0.5; _root.ghostdamage = 0.4; _root.ghostspeed = 2; _root.dotmovespeed = 15; _root.firerate = 1000; _root.invisibletime = 5; _root.keyPoints = 50; _root.sbPoints = 50; _root.chPoints = 30; _root.apPoints = 80; _root.paPoints = 150; _root.medPoints = 20; _root.eatSmallDotPoints = 10; _root.eatBigDotPoints = 30; _root.shootGhostPoints = 50; _root.eatGhostPoints = 100; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.health = 1; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1; reload = setInterval(function () { _root.reloaded = "yes"; }, _root.firerate); stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 20; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 1; _root.onEnterFrame = function () { pacx = _root.pac._x; pacy = _root.pac._y; pach = _root.pac._height; pacw = _root.pac._width; _root.pac._x = _root.pac._x + speed; _root.pac._y = _root.pac._y + fall; if (pacx > (Stage.width / 2)) { _root._x = (-pacx) + stagecentrex; } else { _root._x = 0; } if (pacy < (Stage.height / 3)) { _root._y = (-pacy) + stagecentrey; } else { _root._y = 0; } fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(37) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed - 5; _root.pacdir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(39) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed + 5; _root.pacdir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(38) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac._y = _root.pac._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac.hitTest(mplat)) { if (((pacy + (pach / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac._y = ((mplat._y - (mplat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.4; _root.spring.gotoAndPlay(2); } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac.hitTest(plat)) { if ((pacx + (pacw / 2)) < (plat._x - (plat._width / 2))) { _root.pac._x = ((plat._x - (plat._width / 2)) - (pacw / 2)) - 0.1; speed = 0; } else if ((pacx - (pacw / 2)) > (plat._x + (plat._width / 2))) { _root.pac._x = ((plat._x + (plat._width / 2)) + (pacw / 2)) + 0.1; speed = 0; } if (((pacy + (pach / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac._y = ((plat._y - (plat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pacy - (pach / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac._y = ((plat._y + (plat._height / 2)) + (pach / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } };
Instance of Symbol 116 MovieClip "bg" in Frame 5
onClipEvent (enterFrame) { this.gotoAndStop(_root.currentWorld); if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 280 MovieClip "dot" in Frame 5
onClipEvent (load) { if (_root.pac._currentframe == 1) { this._x = _root.pac._x + 25; this._y = _root.pac._y; movespeed = _root.dotmovespeed; } if (_root.pac._currentframe == 2) { this._x = _root.pac._x - 25; this._y = _root.pac._y; movespeed = -_root.dotmovespeed; } } onClipEvent (enterFrame) { this._x = this._x + movespeed; if ((this._x > (_root.pac._x + 800)) || (this._x < (_root.pac._x - 800))) { this.removeMovieClip(); } }
Instance of Symbol 300 MovieClip "p3" in Frame 5
onClipEvent (load) { this.gotoAndStop("sky"); }
Instance of Symbol 307 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.sign._visible = true; } else { _root.sign._visible = false; } }
Instance of Symbol 312 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 318 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.chPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 361 MovieClip "pac" in Frame 5
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 5
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 374 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "t2"; } }
Instance of Symbol 381 MovieClip in Frame 5
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Instance of Symbol 424 MovieClip "hud" in Frame 5
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 434 MovieClip "sign" in Frame 5
onClipEvent (load) { this._visible = false; }
Instance of Symbol 269 MovieClip "fade" in Frame 5
onClipEvent (load) { this.gotoAndPlay("in"); }
Instance of Symbol 445 MovieClip in Frame 5
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Frame 6
_root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none";
Instance of Symbol 142 MovieClip in Frame 6
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p4; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p4" in Frame 6
onClipEvent (load) { this.gotoAndStop("sky"); }
Instance of Symbol 452 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pac) && (_root.health < 1)) { _root.medimc.gotoAndPlay(2); _root.health = _root.health + _root.med; this.unloadMovie(); } }
Instance of Symbol 146 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 6
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 363 MovieClip "as" in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "t3"; } }
Instance of Symbol 381 MovieClip in Frame 6
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 6
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 7
_root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none";
Instance of Symbol 280 MovieClip "dot" in Frame 7
onClipEvent (load) { if (_root.pac._currentframe == 1) { this._x = _root.pac._x + 25; this._y = _root.pac._y; movespeed = _root.dotmovespeed; } if (_root.pac._currentframe == 2) { this._x = _root.pac._x - 25; this._y = _root.pac._y; movespeed = -_root.dotmovespeed; } } onClipEvent (enterFrame) { this._x = this._x + movespeed; if ((this._x > (_root.pac._x + 800)) || (this._x < (_root.pac._x - 800))) { this.removeMovieClip(); } }
Instance of Symbol 142 MovieClip in Frame 7
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p6; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 395 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.holdkey = "yes"; _root.keyeat.start(0, 1); _root.points = _root.points + _root.keyPoints; this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 7
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p6; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 7
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p6; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 7
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p6; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 461 MovieClip "p10" in Frame 7
onClipEvent (load) { thisy = this._y; } onClipEvent (enterFrame) { if (((_root.pac._x < ((this._x + (this._width / 2)) + 50)) && (_root.pac._x > ((this._x - (this._width / 2)) - 50))) && (_root.holdkey == "yes")) { _root.wallswitch.gotoAndPlay(2); this._y = thisy - 200; _root.holdkey = "no"; } }
Instance of Symbol 399 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.hud.invisible.gotoAndStop(2); _root.powerup.start(); this.unloadMovie(); } }
Instance of Symbol 465 MovieClip in Frame 7
onClipEvent (load) { pachit = "no"; } onClipEvent (enterFrame) { if ((this.hitTest(_root.pac) && (this._currentframe == 1)) && (pachit == "no")) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(2); _root.p5._y = 600; pachit = "yes"; } if ((this.hitTest(_root.pac) && (this._currentframe == 2)) && (pachit == "no")) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(1); _root.p5._y = 354.9; pachit = "yes"; } if (this.hitTest(_root.pac)) { pachit = "yes"; } else { pachit = "no"; } }
Instance of Symbol 363 MovieClip "as" in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.pacstat = "finished"; _root.hud.invisible.gotoAndStop(1); _root.currentlevel = "ComlpletedTraining"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 7
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Frame 8
_root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none";
Instance of Symbol 470 MovieClip in Frame 8
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { stopAllSounds(); _root.gotoAndStop("MainMenu"); }
Instance of Symbol 473 MovieClip in Frame 8
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { stopAllSounds(); _root.gotoAndStop("ice1"); }
Instance of Symbol 477 MovieClip in Frame 9
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.gotoAndStop("t1"); }
Frame 10
_root.playSound = "yes"; _root.currentWorld = "ice"; _root.currentlevel = "ice1"; _root.points = 0; _root.dotSum = 0; _root.lives = 2; _root.pacshoot = "no"; _root.dotExtraLife = 100; _root.med = 0.5; _root.ghostdamage = 0.4; _root.ghostspeed = 2; _root.dotmovespeed = 15; _root.firerate = 1000; _root.keyPoints = 50; _root.chPoints = 30; _root.sbPoints = 50; _root.apPoints = 80; _root.paPoints = 100; _root.eatSmallDotPoints = 10; _root.eatBigDotPoints = 30; _root.shootGhostPoints = 50; _root.eatGhostPoints = 100; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.health = 1; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1; stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 40; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 10; _root.onEnterFrame = function () { pacx = _root.pac._x; pacy = _root.pac._y; pach = _root.pac._height; pacw = _root.pac._width; _root.pac._x = _root.pac._x + speed; _root.pac._y = _root.pac._y + fall; if (pacx > (Stage.width / 2)) { _root._x = (-pacx) + stagecentrex; } else { _root._x = 0; } if (pacy < (Stage.height / 3)) { _root._y = (-pacy) + stagecentrey; } else { _root._y = 0; } fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(37) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed - 5; _root.pacdir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(39) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed + 5; _root.pacdir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(38) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac._y = _root.pac._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac.hitTest(mplat)) { if (((pacy + (pach / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac._y = ((mplat._y - (mplat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.5; _root.spring.gotoAndPlay(2); } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac.hitTest(plat)) { if ((pacx + (pacw / 2)) < (plat._x - (plat._width / 2))) { _root.pac._x = ((plat._x - (plat._width / 2)) - (pacw / 2)) - 0.1; speed = 0; } else if ((pacx - (pacw / 2)) > (plat._x + (plat._width / 2))) { _root.pac._x = ((plat._x + (plat._width / 2)) + (pacw / 2)) + 0.1; speed = 0; } if (((pacy + (pach / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac._y = ((plat._y - (plat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pacy - (pach / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac._y = ((plat._y + (plat._height / 2)) + (pach / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } };
Instance of Symbol 318 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.chPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p6" in Frame 10
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p7" in Frame 10
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p9" in Frame 10
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 482 MovieClip in Frame 10
/* no clip actions */
Instance of Symbol 324 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p5" in Frame 10
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p8" in Frame 10
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 452 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac) && (_root.health < 1)) { _root.medimc.gotoAndPlay(2); _root.health = _root.health + _root.med; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p10" in Frame 10
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 10
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p13" in Frame 10
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p16" in Frame 10
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 146 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 10
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p10; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p4" in Frame 10
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 361 MovieClip "pac" in Frame 10
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 10
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 484 MovieClip in Frame 10
on (release) { _root.gotoAndStop("sky6"); }
Instance of Symbol 374 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "ice2"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 10
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 10
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Instance of Symbol 269 MovieClip "fade" in Frame 10
onClipEvent (load) { this.gotoAndPlay("in"); }
Instance of Symbol 485 MovieClip in Frame 10
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Frame 12
_root.currentlevel = "ice2"; _root.pacshoot = "no"; _root.firerate = 1000; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1;
Instance of Symbol 300 MovieClip "p6" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p7" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p13" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p8" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p5" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 452 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac) && (_root.health < 1)) { _root.medimc.gotoAndPlay(2); _root.health = _root.health + _root.med; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p9" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 146 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p10" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 318 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.chPoints; this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 12
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p4" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 361 MovieClip "pac" in Frame 12
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 12
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 300 MovieClip "p15" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p17" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p16" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p18" in Frame 12
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 374 MovieClip in Frame 12
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "ice3"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 12
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 12
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 12
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 14
_root.currentlevel = "ice3"; _root.pacshoot = "no"; _root.firerate = 1000; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1;
Instance of Symbol 300 MovieClip "p5" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p6" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p7" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p15" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p8" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p23" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 146 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 395 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.holdkey = "yes"; _root.keyeat.start(0, 1); _root.points = _root.points + _root.keyPoints; this.unloadMovie(); } }
Instance of Symbol 318 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.chPoints; this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 14
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p7; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 14
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p12; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p4" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 461 MovieClip "p21" in Frame 14
onClipEvent (load) { thisy = this._y; } onClipEvent (enterFrame) { if ((_root.pac._x > (this._x - 50)) && (_root.holdkey == "yes")) { _root.wallswitch.gotoAndPlay(2); this._y = thisy - 218; _root.holdkey = "no"; } }
Instance of Symbol 361 MovieClip "pac" in Frame 14
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 14
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 300 MovieClip "p9" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p24" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p18" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p20" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p19" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p17" in Frame 14
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 374 MovieClip in Frame 14
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "ice4"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 14
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 14
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 14
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 16
_root.currentlevel = "ice3"; _root.pacshoot = "no"; _root.firerate = 1000; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1;
Instance of Symbol 300 MovieClip "p5" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p6" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p7" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 312 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p23" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 146 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p18" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 312 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 16
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p12; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 16
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p7; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p4" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 361 MovieClip "pac" in Frame 16
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 16
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 300 MovieClip "p9" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p16" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p24" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p22" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p20" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p17" in Frame 16
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 374 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "ice5"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 16
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 16
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 16
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 18
_root.currentlevel = "ice3"; _root.pacshoot = "no"; _root.firerate = 1000; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1;
Instance of Symbol 300 MovieClip "p5" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p6" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p7" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p9" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 312 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p13" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 318 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.chPoints; this.unloadMovie(); } }
Instance of Symbol 146 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 318 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.chPoints; this.unloadMovie(); } }
Instance of Symbol 395 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.holdkey = "yes"; _root.keyeat.start(0, 1); _root.points = _root.points + _root.keyPoints; this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 18
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 18
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p5; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 18
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p7; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 18
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p11; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p4" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 461 MovieClip "p18" in Frame 18
onClipEvent (load) { thisy = this._y; } onClipEvent (enterFrame) { if ((_root.pac._x > (this._x - 50)) && (_root.holdkey == "yes")) { _root.wallswitch.gotoAndPlay(2); this._y = thisy - 218; _root.holdkey = "no"; } }
Instance of Symbol 361 MovieClip "pac" in Frame 18
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 18
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 300 MovieClip "p8" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p17" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p16" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p10" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 18
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 374 MovieClip in Frame 18
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "ice6"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 18
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 18
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 18
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 20
_root.currentlevel = "ice3"; _root.pacshoot = "no"; _root.firerate = 1000; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1;
Instance of Symbol 300 MovieClip "p5" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p6" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p7" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p9" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 312 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p13" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 146 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 312 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 452 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac) && (_root.health < 1)) { _root.medimc.gotoAndPlay(2); _root.health = _root.health + _root.med; this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 20
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 20
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p5; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 20
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p7; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 20
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p15; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p4" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 361 MovieClip "pac" in Frame 20
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 20
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 374 MovieClip in Frame 20
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "sky1"; } }
Instance of Symbol 300 MovieClip "p8" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p10" in Frame 20
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 424 MovieClip "hud" in Frame 20
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 20
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 20
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 22
if (_root.points > _root.savefile.data.highscore) { _root.savefile.data.highscore = _root.points; _root.savefile.flush(); } stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 40; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 5; _root.onEnterFrame = function () { pacx = _root.pac._x; pacy = _root.pac._y; pach = _root.pac._height; pacw = _root.pac._width; _root.pac._x = _root.pac._x + speed; _root.pac._y = _root.pac._y + fall; if (pacx > (Stage.width / 2)) { _root._x = (-pacx) + stagecentrex; } else { _root._x = 0; } if (pacy < (Stage.height / 3)) { _root._y = (-pacy) + stagecentrey; } else { _root._y = 0; } fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(37) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed - 5; _root.pacdir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(39) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed + 5; _root.pacdir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(38) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac._y = _root.pac._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac.hitTest(mplat)) { if (((pacy + (pach / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac._y = ((mplat._y - (mplat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.5; _root.spring.gotoAndPlay(2); } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac.hitTest(plat)) { if ((pacx + (pacw / 2)) < (plat._x - (plat._width / 2))) { _root.pac._x = ((plat._x - (plat._width / 2)) - (pacw / 2)) - 0.1; speed = 0; } else if ((pacx - (pacw / 2)) > (plat._x + (plat._width / 2))) { _root.pac._x = ((plat._x + (plat._width / 2)) + (pacw / 2)) + 0.1; speed = 0; } if (((pacy + (pach / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac._y = ((plat._y - (plat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pacy - (pach / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac._y = ((plat._y + (plat._height / 2)) + (pach / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } };
Instance of Symbol 477 MovieClip in Frame 22
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.gotoAndStop("ice1"); }
Instance of Symbol 470 MovieClip in Frame 22
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { stopAllSounds(); _root.gotoAndStop("MainMenu"); }
Frame 23
_root.playSound = "yes"; _root.currentWorld = "sky"; _root.currentlevel = "sky1"; _root.pacshoot = "no"; _root.pacstat = "start"; _root.pacdir = "right"; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1; stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 40; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 20; _root.onEnterFrame = function () { pacx = _root.pac._x; pacy = _root.pac._y; pach = _root.pac._height; pacw = _root.pac._width; _root.pac._x = _root.pac._x + speed; _root.pac._y = _root.pac._y + fall; if (pacx > (Stage.width / 2)) { _root._x = (-pacx) + stagecentrex; } else { _root._x = 0; } if (pacy < (Stage.height / 3)) { _root._y = (-pacy) + stagecentrey; } else { _root._y = 0; } fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(37) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed - 5; _root.pacdir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(39) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed + 5; _root.pacdir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(38) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac._y = _root.pac._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac.hitTest(mplat)) { if (((pacy + (pach / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac._y = ((mplat._y - (mplat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.5; _root.spring.gotoAndPlay(2); } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac.hitTest(plat)) { if ((pacx + (pacw / 2)) < (plat._x - (plat._width / 2))) { _root.pac._x = ((plat._x - (plat._width / 2)) - (pacw / 2)) - 0.1; speed = 0; } else if ((pacx - (pacw / 2)) > (plat._x + (plat._width / 2))) { _root.pac._x = ((plat._x + (plat._width / 2)) + (pacw / 2)) + 0.1; speed = 0; } if (((pacy + (pach / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac._y = ((plat._y - (plat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pacy - (pach / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac._y = ((plat._y + (plat._height / 2)) + (pach / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } };
Instance of Symbol 300 MovieClip "p11" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p8" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p10" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 146 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p7" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p6" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p5" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 482 MovieClip in Frame 23
/* no clip actions */
Instance of Symbol 324 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p4" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 318 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.chPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p12" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p9" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p13" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 312 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p16" in Frame 23
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 142 MovieClip in Frame 23
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p8; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 23
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p10; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 23
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p15; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 361 MovieClip "pac" in Frame 23
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 23
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 484 MovieClip in Frame 23
on (release) { _root.gotoAndStop("bonus"); }
Instance of Symbol 374 MovieClip in Frame 23
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "sky2"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 23
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 23
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 23
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Instance of Symbol 269 MovieClip "fade" in Frame 23
onClipEvent (load) { this.gotoAndPlay("in"); }
Instance of Symbol 493 MovieClip in Frame 23
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Frame 25
_root.currentlevel = "ice2"; _root.pacshoot = "no"; _root.firerate = 1000; _root.pacstat = "start"; _root.pacdir = "right"; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1;
Instance of Symbol 300 MovieClip "p4" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p6" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p9" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 315 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p10" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 312 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p11" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 312 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 146 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 25
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 25
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p10; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 25
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p11; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p12" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 142 MovieClip in Frame 25
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p14; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p5" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p8" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p7" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 25
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 361 MovieClip "pac" in Frame 25
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 25
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 374 MovieClip in Frame 25
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "sky3"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 25
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 25
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 25
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 27
_root.currentlevel = "ice3"; _root.pacshoot = "no"; _root.firerate = 1000; _root.pacstat = "start"; _root.pacdir = "right"; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1;
Instance of Symbol 312 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p8" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 395 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.holdkey = "yes"; _root.keyeat.start(0, 1); _root.points = _root.points + _root.keyPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p7" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 312 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p11" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p10" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p13" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p16" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p8" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p17" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 146 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p18" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 142 MovieClip in Frame 27
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p16; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 27
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p14; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 27
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p15; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 27
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p17; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p5" in Frame 27
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 461 MovieClip "p9" in Frame 27
onClipEvent (load) { thisy = this._y; } onClipEvent (enterFrame) { if (((((_root.pac._x > (this._x - 50)) && (_root.pac._x < (this._x + 50))) && (_root.pac._y < (this._y + (this._height / 2)))) && (_root.pac._y > (this._y - (this._height / 2)))) && (_root.holdkey == "yes")) { _root.wallswitch.gotoAndPlay(2); (this._y = 89); _root.holdkey = "no"; } }
Instance of Symbol 361 MovieClip "pac" in Frame 27
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 27
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 374 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "sky4"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 27
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 27
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 27
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 29
_root.currentlevel = "ice3"; _root.pacshoot = "no"; _root.firerate = 1000; _root.pacstat = "start"; _root.pacdir = "right"; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1;
Instance of Symbol 300 MovieClip "p5" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p6" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p9" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p10" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 321 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 146 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 29
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 29
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p11; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 29
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p17; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 29
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p15; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p4" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 361 MovieClip "pac" in Frame 29
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 29
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 300 MovieClip "p7" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p17" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p8" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 142 MovieClip in Frame 29
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p16; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p16" in Frame 29
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 312 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 374 MovieClip in Frame 29
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "sky5"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 29
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 29
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 29
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 31
_root.currentlevel = "ice3"; _root.pacshoot = "no"; _root.firerate = 1000; _root.pacstat = "start"; _root.pacdir = "right"; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1;
Instance of Symbol 142 MovieClip in Frame 31
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p5; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 31
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p6; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 31
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 361 MovieClip "pac" in Frame 31
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 31
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 300 MovieClip "p5" in Frame 31
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p6" in Frame 31
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p7" in Frame 31
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p9" in Frame 31
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p8" in Frame 31
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 31
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 374 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "sky6"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 31
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 31
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 31
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 33
_root.currentlevel = "ice3"; _root.pacshoot = "no"; _root.firerate = 1000; _root.pacstat = "start"; _root.pacdir = "right"; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1;
Instance of Symbol 399 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.hud.invisible.gotoAndStop(2); _root.powerup.start(); this.unloadMovie(); } }
Instance of Symbol 395 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.holdkey = "yes"; _root.keyeat.start(0, 1); _root.points = _root.points + _root.keyPoints; this.unloadMovie(); } }
Instance of Symbol 146 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop("bSound"); _root.eatStat = "static"; _root.points = _root.points + _root.eatBigDotPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 33
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p5; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 33
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p17; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 33
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p17; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 33
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p25; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 33
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p25; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 33
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p25; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 33
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p25; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 33
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p21; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 33
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p11; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 465 MovieClip in Frame 33
onClipEvent (load) { var pachit = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.pac) && (this._currentframe == 1)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(2); _root.p15._y = 407; _root.p22._y = -213; pachit = true; } if ((this.hitTest(_root.pac) && (this._currentframe == 2)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(1); _root.p15._y = 168; _root.p22._y = -458; pachit = true; } if (!this.hitTest(_root.pac)) { pachit = false; } }
Instance of Symbol 361 MovieClip "pac" in Frame 33
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat != "invisible")) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat == "invisible")) { _root.fallsound.start(); _root.hud.invisible.gotoAndStop(1); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 33
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 300 MovieClip "p4" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p5" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p26" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p6" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p7" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 500 MovieClip "p27" in Frame 33
onClipEvent (load) { thisy = this._y; } onClipEvent (enterFrame) { if (((((_root.pac._y > (this._y - 50)) && (_root.pac._y < (this._y + 50))) && (_root.pac._x < (this._x + (this._width / 2)))) && (_root.pac._x > (this._x - (this._width / 2)))) && (_root.holdkey == "yes")) { _root.wallswitch.gotoAndPlay(2); this._y = 900; _root.holdkey = "no"; } }
Instance of Symbol 300 MovieClip "p8" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p9" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p10" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p12" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p28" in Frame 33
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 374 MovieClip in Frame 33
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "bonus"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 33
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 33
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 33
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 35
if (_root.points > _root.savefile.data.highscore) { _root.savefile.data.highscore = _root.points; _root.savefile.flush(); } stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 40; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 5; _root.onEnterFrame = function () { pacx = _root.pac._x; pacy = _root.pac._y; pach = _root.pac._height; pacw = _root.pac._width; _root.pac._x = _root.pac._x + speed; _root.pac._y = _root.pac._y + fall; if (pacx > (Stage.width / 2)) { _root._x = (-pacx) + stagecentrex; } else { _root._x = 0; } if (pacy < (Stage.height / 3)) { _root._y = (-pacy) + stagecentrey; } else { _root._y = 0; } fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(37) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed - 5; _root.pacdir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(39) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed + 5; _root.pacdir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(38) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac._y = _root.pac._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac.hitTest(mplat)) { if (((pacy + (pach / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac._y = ((mplat._y - (mplat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.5; _root.spring.gotoAndPlay(2); } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac.hitTest(plat)) { if ((pacx + (pacw / 2)) < (plat._x - (plat._width / 2))) { _root.pac._x = ((plat._x - (plat._width / 2)) - (pacw / 2)) - 0.1; speed = 0; } else if ((pacx - (pacw / 2)) > (plat._x + (plat._width / 2))) { _root.pac._x = ((plat._x + (plat._width / 2)) + (pacw / 2)) + 0.1; speed = 0; } if (((pacy + (pach / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac._y = ((plat._y - (plat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pacy - (pach / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac._y = ((plat._y + (plat._height / 2)) + (pach / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } };
Instance of Symbol 477 MovieClip in Frame 35
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { stopAllSounds(); _root.gotoAndStop("ice1"); }
Instance of Symbol 470 MovieClip in Frame 35
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { stopAllSounds(); _root.gotoAndStop("MainMenu"); }
Frame 36
_root.currentWorld = "sky"; _root.currentlevel = "bonus"; _root.ghostspeed = 2.5; _root.pacshoot = "no"; _root.dotmovespeed = 15; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none"; clearInterval(_root.reload); stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 40; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 5; _root.onEnterFrame = function () { pacx = _root.pac._x; pacy = _root.pac._y; pach = _root.pac._height; pacw = _root.pac._width; _root.pac._x = _root.pac._x + speed; _root.pac._y = _root.pac._y + fall; if (pacx > (Stage.width / 2)) { _root._x = (-pacx) + stagecentrex; } else { _root._x = 0; } if (pacy < (Stage.height / 3)) { _root._y = (-pacy) + stagecentrey; } else { _root._y = 0; } fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(37) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed - 5; _root.pacdir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(39) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed + 5; _root.pacdir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(38) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac._y = _root.pac._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac.hitTest(mplat)) { if (((pacy + (pach / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac._y = ((mplat._y - (mplat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.5; _root.spring.gotoAndPlay(2); } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac.hitTest(plat)) { if ((pacx + (pacw / 2)) < (plat._x - (plat._width / 2))) { _root.pac._x = ((plat._x - (plat._width / 2)) - (pacw / 2)) - 0.1; speed = 0; } else if ((pacx - (pacw / 2)) > (plat._x + (plat._width / 2))) { _root.pac._x = ((plat._x + (plat._width / 2)) + (pacw / 2)) + 0.1; speed = 0; } if (((pacy + (pach / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac._y = ((plat._y - (plat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pacy - (pach / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac._y = ((plat._y + (plat._height / 2)) + (pach / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } };
Instance of Symbol 505 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.sign._visible = true; } else { _root.sign._visible = false; } }
Instance of Symbol 361 MovieClip "pac" in Frame 36
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; _root.health = 1; this._x = -1000; this._y = 400; } if ((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) { _root.Shoot.start(); _root.dot.duplicateMovieClip("dot1", dotCounter); _root["dot" + dotCounter]._visible = true; _root.reloaded = "no"; } }
Instance of Symbol 369 MovieClip "startportal" in Frame 36
onClipEvent (load) { this.play(); _root.pac._x = -400; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } }
Instance of Symbol 363 MovieClip "as" in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "bStage"; } }
Instance of Symbol 363 MovieClip "as2" in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "space1"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 36
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 381 MovieClip in Frame 36
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 508 MovieClip in Frame 36
onClipEvent (enterFrame) { if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 36
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Instance of Symbol 269 MovieClip "fade" in Frame 36
onClipEvent (load) { this.gotoAndPlay("in"); }
Instance of Symbol 513 MovieClip "sign" in Frame 36
onClipEvent (load) { this._visible = false; }
Frame 38
_root.ghostsLeft = 19; _root.bonustimer = 30; _root.currentlevel = "bStage"; _root.pacshoot = "no"; _root.reloaded = "yes"; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none"; _root.dot._visible = false; dotCounter = 1; _root.reloaded = "yes"; stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 40; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 5; _root.onEnterFrame = function () { if (_root.bonustimer <= 0) { delete onEnterFrame; delete _root.onEnterFrame; } pacx = _root.pac._x; pacy = _root.pac._y; pach = _root.pac._height; pacw = _root.pac._width; _root.pac._x = _root.pac._x + speed; _root.pac._y = _root.pac._y + fall; if (pacx > (Stage.width / 2)) { _root._x = (-pacx) + stagecentrex; } else { _root._x = 0; } if (pacy < (Stage.height / 3)) { _root._y = (-pacy) + stagecentrey; } else { _root._y = 0; } fall++; if (fall >= maxgravity) { fall = maxgravity; } if (((Key.isDown(37) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (_root.bonustimer > 0)) { speed = speed - 5; _root.pacdir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if (((Key.isDown(39) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (_root.bonustimer > 0)) { speed = speed + 5; _root.pacdir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if (((((Key.isDown(38) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (jump == false)) && (fall <= 1)) && (_root.bonustimer > 0)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac._y = _root.pac._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac.hitTest(mplat)) { if (((pacy + (pach / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac._y = ((mplat._y - (mplat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.5; _root.spring.gotoAndPlay(2); } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac.hitTest(plat)) { if ((pacx + (pacw / 2)) < (plat._x - (plat._width / 2))) { _root.pac._x = ((plat._x - (plat._width / 2)) - (pacw / 2)) - 0.1; speed = 0; } else if ((pacx - (pacw / 2)) > (plat._x + (plat._width / 2))) { _root.pac._x = ((plat._x + (plat._width / 2)) + (pacw / 2)) + 0.1; speed = 0; } if (((pacy + (pach / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac._y = ((plat._y - (plat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pacy - (pach / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac._y = ((plat._y + (plat._height / 2)) + (pach / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } };
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p18; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p15; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p6; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p32; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p22; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p19; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p7; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p16; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p17; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p8; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p30; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p20; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p31; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p11; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p23; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p14; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p21; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 142 MovieClip in Frame 38
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p24; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 4)) { this.gotoAndStop(dir + _root.eatStat); } else if (this._currentframe <= 4) { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 6) { this.unloadMovie(); } }
Instance of Symbol 505 MovieClip in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.sign._visible = true; } else { _root.sign._visible = false; } }
Instance of Symbol 284 MovieClip "p38" in Frame 38
onClipEvent (enterFrame) { if (_root.bonustimer <= 0) { _root.ghostspeed = 0; this._y = 450; } }
Instance of Symbol 361 MovieClip "pac" in Frame 38
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; _root.health = 1; _root.gotoAndStop("bonus"); _root.currentlevel = "bonus"; this._x = -1000; this._y = 400; } if ((((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) && (_root.bonustimer > 0)) { _root.Shoot.start(); _root.reloaded = "no"; _root.dot.duplicateMovieClip("dot1", _root.dotCounter); _root["dot" + _root.dotCounter]._visible = true; _root.reloader.gotoAndPlay(2); } }
Instance of Symbol 280 MovieClip "dot" in Frame 38
onClipEvent (load) { _root.hitEnemy = "no"; if (_root.pac._currentframe == 1) { this._x = _root.pac._x + 25; this._y = _root.pac._y; movespeed = _root.dotmovespeed; } if (_root.pac._currentframe == 2) { this._x = _root.pac._x - 25; this._y = _root.pac._y; movespeed = -_root.dotmovespeed; } } onClipEvent (enterFrame) { this._x = this._x + movespeed; if (((this._x > (_root.pac._x + 600)) || (this._x < (_root.pac._x - 600))) || (_root.hitEnemy == "yes")) { this.removeMovieClip(); } }
Instance of Symbol 369 MovieClip "startportal" in Frame 38
onClipEvent (load) { this.play(); _root.pac._x = -400; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } }
Instance of Symbol 363 MovieClip "as" in Frame 38
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "space1"; } }
Instance of Symbol 300 MovieClip "p6" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p7" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p8" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p9" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p30" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p31" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p32" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p5" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); } onClipEvent (enterFrame) { if ((_root.pac._x > (this._x - (this._width / 2))) && (_root.pac._y > ((this._y - (this._height / 2)) - 50))) { _root.pacshoot = "yes"; _root.timerrr.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p20" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p21" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p22" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p23" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p24" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p18" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p19" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p17" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p16" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 38
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 520 MovieClip "p39" in Frame 38
onClipEvent (enterFrame) { if (_root.ghostsLeft == 0) { this._y = -800; } }
Instance of Symbol 424 MovieClip "hud" in Frame 38
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 508 MovieClip in Frame 38
onClipEvent (enterFrame) { if ((((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) && (_root.pacstat != "hurt")) { this.gotoAndPlay(2); } }
Instance of Symbol 527 MovieClip "timerrr" in Frame 38
onClipEvent (enterFrame) { if ((((_root.bonustimer <= 0) && (this._currentframe == 2)) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { this.gotoAndPlay(3); } if (_root.pacstat == "finished") { this.gotoAndStop(1); } if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 531 MovieClip "sign" in Frame 38
onClipEvent (load) { this._visible = false; }
Frame 39
_root.reloaded = "yes"; _root.currentWorld = "space"; _root.currentlevel = "space1"; _root.ghostspeed = 2.5; _root.dotmovespeed = 15; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none"; stop(); _root.currentWorld = "space"; speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 50; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 24; _root.onEnterFrame = function () { pacx = _root.pac._x; pacy = _root.pac._y; pach = _root.pac._height; pacw = _root.pac._width; _root.pac._x = _root.pac._x + speed; _root.pac._y = _root.pac._y + fall; if (pacx > (Stage.width / 2)) { _root._x = (-pacx) + stagecentrex; } else { _root._x = 0; } if (pacy < (Stage.height / 3)) { _root._y = (-pacy) + stagecentrey; } else { _root._y = 0; } fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(37) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed - 5; _root.pacdir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(39) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed + 5; _root.pacdir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(38) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac._y = _root.pac._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac.hitTest(mplat)) { if (((pacy + (pach / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac._y = ((mplat._y - (mplat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.5; _root["s" + i2].gotoAndPlay(2); } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac.hitTest(plat)) { if ((pacx + (pacw / 2)) < (plat._x - (plat._width / 2))) { _root.pac._x = ((plat._x - (plat._width / 2)) - (pacw / 2)) - 0.1; speed = 0; } else if ((pacx - (pacw / 2)) > (plat._x + (plat._width / 2))) { _root.pac._x = ((plat._x + (plat._width / 2)) + (pacw / 2)) + 0.1; speed = 0; } if (((pacy + (pach / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac._y = ((plat._y - (plat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pacy - (pach / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac._y = ((plat._y + (plat._height / 2)) + (pach / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } };
Instance of Symbol 315 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.doteat.start(); _root.points = _root.points + _root.eatSmallDotPoints; _root.dotSum++; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.doteat.start(); _root.points = _root.points + _root.eatSmallDotPoints; _root.dotSum++; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.doteat.start(); _root.points = _root.points + _root.eatSmallDotPoints; _root.dotSum++; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.doteat.start(); _root.points = _root.points + _root.eatSmallDotPoints; _root.dotSum++; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 484 MovieClip in Frame 39
on (release) { _root.pacshoot = "yes"; _root.reloaded = "yes"; _root.gotoAndStop("space6"); }
Instance of Symbol 280 MovieClip "dot" in Frame 39
onClipEvent (load) { _root.hitEnemy = "no"; if (_root.pac._currentframe == 1) { this._x = _root.pac._x + 25; this._y = _root.pac._y; movespeed = _root.dotmovespeed; } if (_root.pac._currentframe == 2) { this._x = _root.pac._x - 25; this._y = _root.pac._y; movespeed = -_root.dotmovespeed; } } onClipEvent (enterFrame) { this._x = this._x + movespeed; if (((this._x > (_root.pac._x + 600)) || (this._x < (_root.pac._x - 600))) || (_root.hitEnemy == "yes")) { this.removeMovieClip(); } }
Instance of Symbol 300 MovieClip "p6" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p7" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p9" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p5" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p8" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p25" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p13" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p16" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p17" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p4" in Frame 39
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 39
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p8; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 39
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p11; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 39
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p17; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 184 MovieClip in Frame 39
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 39
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 39
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 361 MovieClip "pac" in Frame 39
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat != "invisible")) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat == "invisible")) { _root.fallsound.start(); _root.hud.invisible.gotoAndStop(1); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.reloaded = "no"; _root.dot.duplicateMovieClip("dot1", _root.dotCounter); _root["dot" + _root.dotCounter]._visible = true; _root.reloader.gotoAndPlay(2); } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 39
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 374 MovieClip in Frame 39
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "space2"; } }
Instance of Symbol 508 MovieClip in Frame 39
onClipEvent (enterFrame) { if ((((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacstat != "hurt")) && (_root.pacshoot == "yes")) { this.gotoAndPlay(2); } }
Instance of Symbol 533 MovieClip in Frame 39
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Frame 41
_root.currentlevel = "space2"; _root.reloaded = "yes"; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none";
Instance of Symbol 395 MovieClip "key" in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.holdkey = "yes"; _root.keyeat.start(0, 1); _root.points = _root.points + _root.keyPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 321 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 315 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 280 MovieClip "dot" in Frame 41
onClipEvent (load) { _root.hitEnemy = "no"; if (_root.pac._currentframe == 1) { this._x = _root.pac._x + 25; this._y = _root.pac._y; movespeed = _root.dotmovespeed; } if (_root.pac._currentframe == 2) { this._x = _root.pac._x - 25; this._y = _root.pac._y; movespeed = -_root.dotmovespeed; } } onClipEvent (enterFrame) { this._x = this._x + movespeed; if (((this._x > (_root.pac._x + 600)) || (this._x < (_root.pac._x - 600))) || (_root.hitEnemy == "yes")) { this.removeMovieClip(); } }
Instance of Symbol 461 MovieClip "p22" in Frame 41
onClipEvent (load) { thisy = this._y; } onClipEvent (enterFrame) { if (((((_root.pac._x > (this._x - 50)) && (_root.pac._x < (this._x + 50))) && (_root.pac._y < (this._y + (this._height / 2)))) && (_root.pac._y > (this._y - (this._height / 2)))) && (_root.holdkey == "yes")) { _root.wallswitch.gotoAndPlay(2); this._y = thisy - 250; _root.holdkey = "no"; } }
Instance of Symbol 300 MovieClip "p6" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p10" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p5" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p7" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p13; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p13" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p21" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p23" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p16; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p16" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p17; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p17" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p18; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p18" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p19; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p19" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p20; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p20" in Frame 41
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p6; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 184 MovieClip in Frame 41
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 41
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p11; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 184 MovieClip in Frame 41
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 41
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 41
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 361 MovieClip "pac" in Frame 41
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.reloaded = "no"; _root.dot.duplicateMovieClip("dot1", _root.dotCounter); _root["dot" + _root.dotCounter]._visible = true; _root.reloader.gotoAndPlay(2); } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 41
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 374 MovieClip in Frame 41
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 41
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "space3"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 41
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 508 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacstat != "hurt")) && (_root.pacshoot == "yes")) { this.gotoAndPlay(2); } }
Instance of Symbol 381 MovieClip in Frame 41
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 41
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 43
_root.currentlevel = "space3"; _root.reloaded = "yes"; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none";
Instance of Symbol 321 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 280 MovieClip "dot" in Frame 43
onClipEvent (load) { _root.hitEnemy = "no"; if (_root.pac._currentframe == 1) { this._x = _root.pac._x + 25; this._y = _root.pac._y; movespeed = _root.dotmovespeed; } if (_root.pac._currentframe == 2) { this._x = _root.pac._x - 25; this._y = _root.pac._y; movespeed = -_root.dotmovespeed; } } onClipEvent (enterFrame) { this._x = this._x + movespeed; if (((this._x > (_root.pac._x + 600)) || (this._x < (_root.pac._x - 600))) || (_root.hitEnemy == "yes")) { this.removeMovieClip(); } }
Instance of Symbol 395 MovieClip "key" in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.holdkey = "yes"; _root.keyeat.start(0, 1); _root.points = _root.points + _root.keyPoints; this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 465 MovieClip in Frame 43
onClipEvent (load) { var pachit = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.pac) && (this._currentframe == 1)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(2); _root.p7._x = 895.9; pachit = true; } if ((this.hitTest(_root.pac) && (this._currentframe == 2)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(1); _root.p7._x = 565.3; pachit = true; } if (!this.hitTest(_root.pac)) { pachit = false; } }
Instance of Symbol 300 MovieClip "p17" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 465 MovieClip in Frame 43
onClipEvent (load) { var pachit = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.pac) && (this._currentframe == 1)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(2); _root.p6._x = 787.3; pachit = true; } if ((this.hitTest(_root.pac) && (this._currentframe == 2)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(1); _root.p6._x = 565.3; pachit = true; } if (!this.hitTest(_root.pac)) { pachit = false; } }
Instance of Symbol 300 MovieClip "p6" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p7" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p4" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p5" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p9" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p8" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p10" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 461 MovieClip "p23" in Frame 43
onClipEvent (load) { thisy = this._y; } onClipEvent (enterFrame) { if (((((_root.pac._x > (this._x - 50)) && (_root.pac._x < (this._x + 50))) && (_root.pac._y < (this._y + (this._height / 2)))) && (_root.pac._y > (this._y - (this._height / 2)))) && (_root.holdkey == "yes")) { _root.wallswitch.gotoAndPlay(2); this._y = thisy - 250; _root.holdkey = "no"; } }
Instance of Symbol 300 MovieClip "p11" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p13" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p18" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p16" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p28" in Frame 43
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 43
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p17; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 43
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p8; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 43
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p9; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 43
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p15; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 43
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p11; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 43
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p13; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 43
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p5; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 184 MovieClip in Frame 43
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 43
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 43
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 361 MovieClip "pac" in Frame 43
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat != "invisible")) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat == "invisible")) { _root.fallsound.start(); _root.hud.invisible.gotoAndStop(1); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.reloaded = "no"; _root.dot.duplicateMovieClip("dot1", _root.dotCounter); _root["dot" + _root.dotCounter]._visible = true; _root.reloader.gotoAndPlay(2); } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 43
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 374 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 43
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "space4"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 43
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 508 MovieClip in Frame 43
onClipEvent (enterFrame) { if ((((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacstat != "hurt")) && (_root.pacshoot == "yes")) { this.gotoAndPlay(2); } }
Instance of Symbol 381 MovieClip in Frame 43
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 43
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 45
_root.currentlevel = "space4"; _root.reloaded = "yes"; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none";
Instance of Symbol 280 MovieClip "dot" in Frame 45
onClipEvent (load) { _root.hitEnemy = "no"; if (_root.pac._currentframe == 1) { this._x = _root.pac._x + 25; this._y = _root.pac._y; movespeed = _root.dotmovespeed; } if (_root.pac._currentframe == 2) { this._x = _root.pac._x - 25; this._y = _root.pac._y; movespeed = -_root.dotmovespeed; } } onClipEvent (enterFrame) { this._x = this._x + movespeed; if (((this._x > (_root.pac._x + 600)) || (this._x < (_root.pac._x - 600))) || (_root.hitEnemy == "yes")) { this.removeMovieClip(); } }
Instance of Symbol 395 MovieClip "key" in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.holdkey = "yes"; _root.keyeat.start(0, 1); _root.points = _root.points + _root.keyPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 315 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 318 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.chPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 461 MovieClip "p13" in Frame 45
onClipEvent (load) { thisy = this._y; } onClipEvent (enterFrame) { if (((((_root.pac._x > (this._x - 50)) && (_root.pac._x < (this._x + 50))) && (_root.pac._y < (this._y + (this._height / 2)))) && (_root.pac._y > (this._y - (this._height / 2)))) && (_root.holdkey == "yes")) { _root.wallswitch.gotoAndPlay(2); this._y = 800; _root.holdkey = "no"; } }
Instance of Symbol 300 MovieClip "p4" in Frame 45
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p14" in Frame 45
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p15" in Frame 45
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 45
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 45
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 321 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 318 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.chPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p4; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p11; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p33; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p25; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p25; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p26; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p26; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p27; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p28; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p28; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p27; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p29; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p31; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p31; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p29; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p30; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 45
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p30; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 184 MovieClip in Frame 45
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 45
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 45
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 45
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 361 MovieClip "pac" in Frame 45
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat != "invisible")) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat == "invisible")) { _root.fallsound.start(); _root.hud.invisible.gotoAndStop(1); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.reloaded = "no"; _root.dot.duplicateMovieClip("dot1", _root.dotCounter); _root["dot" + _root.dotCounter]._visible = true; _root.reloader.gotoAndPlay(2); } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 45
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 374 MovieClip in Frame 45
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 45
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "space5"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 45
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 508 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacstat != "hurt")) && (_root.pacshoot == "yes")) { this.gotoAndPlay(2); } }
Instance of Symbol 381 MovieClip in Frame 45
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 45
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 47
_root.currentlevel = "spac5"; _root.reloaded = "yes"; _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none";
Instance of Symbol 280 MovieClip "dot" in Frame 47
onClipEvent (load) { _root.hitEnemy = "no"; if (_root.pac._currentframe == 1) { this._x = _root.pac._x + 25; this._y = _root.pac._y; movespeed = _root.dotmovespeed; } if (_root.pac._currentframe == 2) { this._x = _root.pac._x - 25; this._y = _root.pac._y; movespeed = -_root.dotmovespeed; } } onClipEvent (enterFrame) { this._x = this._x + movespeed; if (((this._x > (_root.pac._x + 600)) || (this._x < (_root.pac._x - 600))) || (_root.hitEnemy == "yes")) { this.removeMovieClip(); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 321 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 321 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 395 MovieClip "key" in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.holdkey = "yes"; _root.keyeat.start(0, 1); _root.points = _root.points + _root.keyPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p23" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p24" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p25" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p26" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p27" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p28" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p29" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p13" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 321 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p14" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 321 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p15" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p6" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p7" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p8" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p9" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p10" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p11" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p12" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 312 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 321 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.paPoints; this.unloadMovie(); } }
Instance of Symbol 312 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.sbPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p20" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 47
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p20; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p19" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 47
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p19; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p22" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 47
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p22; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 315 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.fruitsss.gotoAndPlay(2); _root.points = _root.points + _root.apPoints; this.unloadMovie(); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 300 MovieClip "p21" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 47
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p21; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p16" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 47
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p16; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p17" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 47
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p17; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p18" in Frame 47
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 179 MovieClip in Frame 47
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p18; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 47
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p48; dir = "left"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 179 MovieClip in Frame 47
onClipEvent (load) { speed = _root.ghostspeed; thisplatform = _root.p48; dir = "right"; this._y = (thisplatform._y - (this._height / 2)) - 15; } onClipEvent (enterFrame) { if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this.gotoAndStop(dir + _root.eatStat); } else { this.gotoAndStop(_root.eatStat); } if (this._x <= (thisplatform._x - (thisplatform._width / 2))) { speed = speed * -1; dir = "right"; } if (this._x >= (thisplatform._x + (thisplatform._width / 2))) { speed = speed * -1; dir = "left"; } if ((_root.eatStat == "none") && (this._currentframe <= 2)) { this._x = this._x - speed; } if ((_root.eatStat == "static") || (_root.eatStat == "blinking")) { this._x = this._x - (speed / 2); } if (_root.eatStat == "shot") { speed = 0; } if (((_root.eatStat == "none") && (dir == "left")) && (this._currentframe <= 2)) { this.gotoAndStop(1); } if (((_root.eatStat == "none") && (dir == "right")) && (this._currentframe <= 2)) { this.gotoAndStop(2); } if (this._currentframe == 4) { this.unloadMovie(); } }
Instance of Symbol 184 MovieClip in Frame 47
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 47
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 47
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 47
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 47
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 47
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 361 MovieClip "pac" in Frame 47
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat != "invisible")) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat == "invisible")) { _root.fallsound.start(); _root.hud.invisible.gotoAndStop(1); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.reloaded = "no"; _root.dot.duplicateMovieClip("dot1", _root.dotCounter); _root["dot" + _root.dotCounter]._visible = true; _root.reloader.gotoAndPlay(2); } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 47
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 500 MovieClip "p47" in Frame 47
onClipEvent (load) { thisy = this._y; } onClipEvent (enterFrame) { if (((((_root.pac._y > (this._y - 50)) && (_root.pac._y < (this._y + 50))) && (_root.pac._x < (this._x + (this._width / 2)))) && (_root.pac._x > (this._x - (this._width / 2)))) && (_root.holdkey == "yes")) { _root.wallswitch.gotoAndPlay(2); this._y = 900; _root.holdkey = "no"; } }
Instance of Symbol 374 MovieClip in Frame 47
onClipEvent (enterFrame) { if (_root.pacstat != "finished") { this.gotoAndStop(1); } }
Instance of Symbol 363 MovieClip "as" in Frame 47
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.currentlevel = "space6"; } }
Instance of Symbol 424 MovieClip "hud" in Frame 47
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 508 MovieClip in Frame 47
onClipEvent (enterFrame) { if ((((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacstat != "hurt")) && (_root.pacshoot == "yes")) { this.gotoAndPlay(2); } }
Instance of Symbol 381 MovieClip in Frame 47
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 47
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 49
_root.currentlevel = "space6"; _root.reloaded = "yes"; var platformpos = new Array(0, 282.1, -127.9); _root.pacstat = "start"; _root.pacdir = "right"; _root.hp = _root.hud.health.bar._width; _root.eatable = "no"; _root.eatStat = "none"; stop(); _root.currentWorld = "space"; speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 40; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 10; _root.onEnterFrame = function () { if (_root.fade._currentframe > 26) { delete _root.onEnterFrame; delete onEnterFrame; } pacx = _root.pac._x; pacy = _root.pac._y; pach = _root.pac._height; pacw = _root.pac._width; _root.pac._x = _root.pac._x + speed; _root.pac._y = _root.pac._y + fall; if (pacx > (Stage.width / 2)) { _root._x = (-pacx) + stagecentrex; } else { _root._x = 0; } if (pacy < (Stage.height / 3)) { _root._y = (-pacy) + stagecentrey; } else { _root._y = 0; } fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(37) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed - 5; _root.pacdir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(39) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed + 5; _root.pacdir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(38) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac._y = _root.pac._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac.hitTest(mplat)) { if (((pacy + (pach / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac._y = ((mplat._y - (mplat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.5; _root.spring.gotoAndPlay(2); } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac.hitTest(plat)) { if ((pacx + (pacw / 2)) < (plat._x - (plat._width / 2))) { _root.pac._x = ((plat._x - (plat._width / 2)) - (pacw / 2)) - 0.1; speed = 0; } else if ((pacx - (pacw / 2)) > (plat._x + (plat._width / 2))) { _root.pac._x = ((plat._x + (plat._width / 2)) + (pacw / 2)) + 0.1; speed = 0; } if (((pacy + (pach / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac._y = ((plat._y - (plat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pacy - (pach / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac._y = ((plat._y + (plat._height / 2)) + (pach / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } };
Instance of Symbol 452 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.pac) && (_root.health < 1)) { _root.medimc.gotoAndPlay(2); _root.health = _root.health + _root.med; this.unloadMovie(); } }
Instance of Symbol 484 MovieClip in Frame 49
on (release) { _root.pacshoot = "no"; _root.pac._x = 3266.8; _root.pac._y = 243; }
Instance of Symbol 280 MovieClip "dot" in Frame 49
onClipEvent (load) { _root.hitEnemy = "no"; if (_root.pac._currentframe == 1) { this._x = _root.pac._x + 25; this._y = _root.pac._y; movespeed = _root.dotmovespeed; } if (_root.pac._currentframe == 2) { this._x = _root.pac._x - 25; this._y = _root.pac._y; movespeed = -_root.dotmovespeed; } } onClipEvent (enterFrame) { this._x = this._x + movespeed; if (((this._x > (_root.pac._x + 600)) || (this._x < (_root.pac._x - 600))) || (_root.hitEnemy == "yes")) { this.removeMovieClip(); } }
Instance of Symbol 452 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.pac) && (_root.health < 1)) { _root.medimc.gotoAndPlay(2); _root.health = _root.health + _root.med; this.unloadMovie(); } }
Instance of Symbol 452 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.pac) && (_root.health < 1)) { _root.medimc.gotoAndPlay(2); _root.health = _root.health + _root.med; this.unloadMovie(); } }
Instance of Symbol 452 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.pac) && (_root.health < 1)) { _root.medimc.gotoAndPlay(2); _root.health = _root.health + _root.med; this.unloadMovie(); } }
Instance of Symbol 300 MovieClip "p13" in Frame 49
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 536 MovieClip "p20" in Frame 49
onClipEvent (load) { this._y = _root.platformpos[Math.round(Math.random() + 1)]; }
Instance of Symbol 536 MovieClip "p21" in Frame 49
onClipEvent (load) { this._y = _root.platformpos[Math.round(Math.random() + 1)]; }
Instance of Symbol 536 MovieClip "p22" in Frame 49
onClipEvent (load) { this._y = _root.platformpos[Math.round(Math.random() + 1)]; }
Instance of Symbol 536 MovieClip "p23" in Frame 49
onClipEvent (load) { this._y = _root.platformpos[Math.round(Math.random() + 1)]; }
Instance of Symbol 300 MovieClip "p14" in Frame 49
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p17" in Frame 49
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 536 MovieClip "p35" in Frame 49
onClipEvent (enterFrame) { if (_root.pac._x > this._x) { _root.fade.play(); } }
Instance of Symbol 465 MovieClip in Frame 49
onClipEvent (load) { var pachit = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.pac) && (this._currentframe == 1)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(2); if (_root.p22._y == 282.1) { _root.p22._y = -127.9; } else { _root.p22._y = 282.1; } pachit = true; } if ((this.hitTest(_root.pac) && (this._currentframe == 2)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(1); if (_root.p22._y == 282.1) { _root.p22._y = -127.9; } else { _root.p22._y = 282.1; } pachit = true; } if (!this.hitTest(_root.pac)) { pachit = false; } }
Instance of Symbol 300 MovieClip "p7" in Frame 49
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 465 MovieClip in Frame 49
onClipEvent (load) { var pachit = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.pac) && (this._currentframe == 1)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(2); if (_root.p21._y == 282.1) { _root.p21._y = -127.9; } else { _root.p21._y = 282.1; } pachit = true; } if ((this.hitTest(_root.pac) && (this._currentframe == 2)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(1); if (_root.p21._y == 282.1) { _root.p21._y = -127.9; } else { _root.p21._y = 282.1; } pachit = true; } if (!this.hitTest(_root.pac)) { pachit = false; } }
Instance of Symbol 300 MovieClip "p12" in Frame 49
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 465 MovieClip in Frame 49
onClipEvent (load) { var pachit = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.pac) && (this._currentframe == 1)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(2); if (_root.p23._y == 282.1) { _root.p23._y = -127.9; } else { _root.p23._y = 282.1; } pachit = true; } if ((this.hitTest(_root.pac) && (this._currentframe == 2)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(1); if (_root.p23._y == 282.1) { _root.p23._y = -127.9; } else { _root.p25._y = 282.1; } pachit = true; } if (!this.hitTest(_root.pac)) { pachit = false; } }
Instance of Symbol 300 MovieClip "p9" in Frame 49
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 465 MovieClip in Frame 49
onClipEvent (load) { var pachit = false; } onClipEvent (enterFrame) { if ((this.hitTest(_root.pac) && (this._currentframe == 1)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(2); if (_root.p20._y == 282.1) { _root.p20._y = -127.9; } else { _root.p20._y = 282.1; } pachit = true; } if ((this.hitTest(_root.pac) && (this._currentframe == 2)) && (pachit == false)) { _root.wallswitch.gotoAndPlay(10); this.gotoAndStop(1); if (_root.p20._y == 282.1) { _root.p20._y = -127.9; } else { _root.p20._y = 282.1; } pachit = true; } if (!this.hitTest(_root.pac)) { pachit = false; } }
Instance of Symbol 300 MovieClip "p19" in Frame 49
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 536 MovieClip in Frame 49
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { delete _root.onEnterFrame; delete onEnterFrame; _root.fade.play(); _root.p35._y = 450; } }
Instance of Symbol 184 MovieClip in Frame 49
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 49
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 49
onClipEvent (load) { speed = 1.5; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 361 MovieClip "pac" in Frame 49
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; } onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if (_root.health <= 0) { _root.pacstat = "dead"; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat != "invisible")) { _root.fallsound.start(); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((this._y > 550) && (this._x > 0)) && (_root.pacstat == "invisible")) { _root.fallsound.start(); _root.hud.invisible.gotoAndStop(1); _root.pacstat = "start"; _root.pacdir = "right"; _root.lives--; this._x = -1000; this._y = 400; _root.health = 1; } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.reloaded = "no"; _root.dot.duplicateMovieClip("dot1", _root.dotCounter); _root.reloader.gotoAndPlay(2); } }
Instance of Symbol 369 MovieClip "startPortal" in Frame 49
onClipEvent (load) { _root.pac._x = -1000; _root.pac._y = 400; } onClipEvent (enterFrame) { if (this._currentframe == 50) { _root.pac._y = (this._y - (_root.pac._height / 2)) - 4; _root.pac._x = this._x; } if ((_root.pacstat == "start") && ((this._currentframe == 1) || (this._currentframe == 77))) { this.gotoAndPlay(2); } }
Instance of Symbol 424 MovieClip "hud" in Frame 49
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 508 MovieClip in Frame 49
onClipEvent (enterFrame) { if ((((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacstat != "hurt")) && (_root.pacshoot == "yes")) { this.gotoAndPlay(2); } }
Instance of Symbol 381 MovieClip in Frame 49
onClipEvent (enterFrame) { if ((_root.pac._y > 550) && (_root.pacstat != "start")) { this.gotoAndPlay(2); } }
Instance of Symbol 384 MovieClip in Frame 49
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Instance of Symbol 546 MovieClip "fade" in Frame 49
onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Frame 51
if (_root.points > _root.savefile.data.highscore) { _root.savefile.data.highscore = _root.points; _root.savefile.flush(); }
Instance of Symbol 477 MovieClip in Frame 51
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { stopAllSounds(); _root.gotoAndStop("ice1"); }
Instance of Symbol 470 MovieClip in Frame 51
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { stopAllSounds(); _root.gotoAndStop("MainMenu"); }
Frame 52
_root.currentWorld = "space"; delete onEnterFrame; gotoAndPlay ("p2");
Instance of Symbol 108 MovieClip in Frame 52
onClipEvent (enterFrame) { this._y = _root.cam._y; this._x = _root.cam._x; this._width = _root.cam._width; this._height = _root.cam._height; }
Instance of Symbol 536 MovieClip "p35" in Frame 52
onClipEvent (enterFrame) { if (_root.pac._x > this._x) { _root.fade.play(); } }
Frame 53
gotoAndPlay ("p2");
Frame 54
gotoAndPlay ("p2");
Instance of Symbol 361 MovieClip in Frame 321
/* no clip actions */
Frame 453
_root.spacesound.stop();
Frame 454
Frame 665
stop(); _root.ghostdamage = 0.11; _root.bdotmovespeed = 20; _root.reloaded = "yes"; _root.breloaded = "yes"; _root.pacshoot = "yes"; _root.shootbossdmg = 0.04; _root.pacstat = "normal"; _root.pacdir = "right"; _root.currentWorld = "space"; _root.shootBossPoints = 20; _root.bossdamage = 0.45; _root.bosshealth = 1; _root.hitEnemy = "no"; _root.robotdepth = 40; stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 20; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 10; _root.onEnterFrame = function () { pacx = _root.pac._x; pacy = _root.pac._y; pach = _root.pac._height; pacw = _root.pac._width; _root.pac._x = _root.pac._x + speed; _root.pac._y = _root.pac._y + fall; fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(37) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed - 5; _root.pacdir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(39) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) { speed = speed + 5; _root.pacdir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(38) && (_root.pacstat != "dead")) && (_root.pacstat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac._y = _root.pac._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac.hitTest(mplat)) { if (((pacy + (pach / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac._y = ((mplat._y - (mplat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.3; } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac.hitTest(plat)) { if ((pacx + (pacw / 2)) < (plat._x - (plat._width / 2))) { _root.pac._x = ((plat._x - (plat._width / 2)) - (pacw / 2)) - 0.1; speed = 0; } else if ((pacx - (pacw / 2)) > (plat._x + (plat._width / 2))) { _root.pac._x = ((plat._x + (plat._width / 2)) + (pacw / 2)) + 0.1; speed = 0; } if (((pacy + (pach / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac._y = ((plat._y - (plat._height / 2)) - (pach / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pacy - (pach / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac._y = ((plat._y + (plat._height / 2)) + (pach / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } };
Instance of Symbol 280 MovieClip "dot" in Frame 665
onClipEvent (load) { _root.hitEnemy = "no"; if (_root.pac._currentframe == 1) { this._x = _root.pac._x + 25; this._y = _root.pac._y; movespeed = _root.dotmovespeed; } if (_root.pac._currentframe == 2) { this._x = _root.pac._x - 25; this._y = _root.pac._y; movespeed = -_root.dotmovespeed; } } onClipEvent (enterFrame) { if (this._x > -50) { this._x = this._x + movespeed; } if (((this._x > (_root.pac._x + 600)) || (this._x < (_root.pac._x - 600))) || (_root.hitEnemy == "yes")) { this.removeMovieClip(); } _root.dot._x = -100; }
Instance of Symbol 561 MovieClip "bdot" in Frame 665
onClipEvent (load) { this._x = _root.boss._x - 70; this._y = _root.boss._y; movespeed = -_root.bdotmovespeed; } onClipEvent (enterFrame) { this._x = this._x + movespeed; if (this.hitTest(_root.pac)) { _root.health = _root.health - 0.14; _root.pacstat = "hurt"; this.removeMovieClip(); } if ((this._x < -50) || (_root.bosshealth <= 0)) { this.removeMovieClip(); } _root.bdot._x = -100; }
Instance of Symbol 558 MovieClip "boss" in Frame 665
onClipEvent (load) { speed = 3; } onClipEvent (enterFrame) { if (((this._currentframe <= 2) && (this._y < 590)) && (_root.pac._y < 550)) { if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; _root.bosshealth = _root.bosshealth - _root.shootbossdmg; _root.points = _root.points + _root.shootBossPoints; } if ((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.bossdamage) > 0)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.bossdamage; } if ((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.bossdamage) <= 0)) { _root.pacstat = "dead"; _root.health = _root.health - _root.bossdamage; } if (((_root.pac._y > (this._y - 10)) && (_root.breloaded == "yes")) && (_root.pac._y < (this._y + 10))) { _root.bshootsound.gotoAndPlay(2); _root.breloaded = "no"; _root.bdot.duplicateMovieClip("bdot2", _root.dotCounter + 10); _root["bdot" + _root.dotCounter]._visible = true; _root.breloader.gotoAndPlay(2); } if (_root.bosshealth <= 0) { _root.fade2.play(); unloadMovie (_root.cam); } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -10000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -20000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -5000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 393 MovieClip "health" in Frame 665
onClipEvent (enterFrame) { if (_root.health > 1) { _root.health = 1; } if (_root.lives < 0) { _root.gotoAndStop("GameOverSpace"); } }
Instance of Symbol 300 MovieClip "p6" in Frame 665
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p5" in Frame 665
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p4" in Frame 665
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * 10000) + 680; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 571 MovieClip in Frame 665
onClipEvent (load) { stop(); }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * 10000) + 680; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * 20000) + 680; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * 20000) + 680; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * 5000) + 680; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * 20000) + 680; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -10000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -10000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -10000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -20000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -10000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -20000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -10000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -20000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -5000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -20000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -5000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 508 MovieClip in Frame 665
onClipEvent (enterFrame) { if ((((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) && (_root.pacstat != "hurt")) { this.gotoAndPlay(2); } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -10000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 184 MovieClip in Frame 665
onClipEvent (load) { speed = 2; this._x = (Math.random() * -10000) - 40; } onClipEvent (enterFrame) { if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (this._currentframe <= 2)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (this._currentframe <= 2)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; this.gotoAndStop(_currentframe + 2); _root.points = _root.points + _root.shootGhostPoints; } if ((this._currentframe >= 3) && (this._y < 600)) { this._y = this._y + speed; speed = speed * 1.2; } if (this._y > 600) { speed = 0; this.unloadMovie; } if (((_root.pacstat == "normal") && (this._currentframe <= 2)) && (this._y < 590)) { if (_root.pac._x < this._x) { this.gotoAndStop(2); this._x = this._x - speed; } if (_root.pac._x > this._x) { this._x = this._x + speed; this.gotoAndStop(1); } if (_root.pac._y < this._y) { this._y = this._y - speed; } if (_root.pac._y > this._y) { this._y = this._y + speed; } } else if (this._currentframe <= 2) { this._x = this._x + speed; } }
Instance of Symbol 361 MovieClip "pac" in Frame 665
onClipEvent (enterFrame) { _root.pacframe = _root.pacdir + _root.pacstat; this.gotoAndStop(_root.pacframe); if ((_root.health <= 0) && (_root.fade2._currentframe == 1)) { _root.pacstat = "dead"; _root.fade.play(); removeMovieClip(_root.bdot1); removeMovieClip(_root.bdot2); unloadMovie (_root.cam); } if (((Key.isDown(32) && (_root.reloaded == "yes")) && (_root.pacstat != "dead")) && (_root.pacshoot == "yes")) { _root.Shoot.start(); _root.reloaded = "no"; _root.dot.duplicateMovieClip("dot1", _root.dotCounter); _root["dot" + _root.dotCounter]._visible = true; _root.reloader.gotoAndPlay(2); } }
Instance of Symbol 560 MovieClip "fade" in Frame 665
onClipEvent (load) { this.stop(); }
Instance of Symbol 575 MovieClip "fade2" in Frame 665
onClipEvent (load) { this.stop(); }
Instance of Symbol 384 MovieClip in Frame 665
onClipEvent (enterFrame) { if (_root.pacstat == "hurt") { this.play(); } }
Frame 666
_root.health = 1; _root.lives--; if (_root.lives < 0) { _root.gotoAndStop("GameOverSpace"); }
Frame 683
_root.gotoAndStop("bosss");
Frame 684
_root.pacshoot = "yes";
Frame 692
stop();
Instance of Symbol 271 MovieClip in Frame 692
on (keyPress "q") { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } } on (keyPress "<Space>") { _root.play(); }
Frame 701
gotoAndStop ("bosss");
Frame 702
if (_root.points > _root.savefile.data.highscore) { _root.savefile.data.highscore = _root.points; _root.savefile.flush(); }
Instance of Symbol 271 MovieClip in Frame 702
on (keyPress "q") { if (_quality == "HIGH") { _quality = "MEDIUM"; } else if (_quality == "MEDIUM") { _quality = "LOW"; } else if (_quality == "LOW") { _quality = "HIGH"; } }
Instance of Symbol 108 MovieClip in Frame 703
onClipEvent (enterFrame) { this._x = _root.cam._x; this._y = _root.cam._y; this._height = _root.cam._height; this._width = _root.cam._width; }
Instance of Symbol 300 MovieClip "p4" in Frame 703
onClipEvent (load) { this.gotoAndStop("space"); }
Instance of Symbol 300 MovieClip "p4" in Frame 703
onClipEvent (load) { this.gotoAndStop("space"); }
Instance of Symbol 558 MovieClip "boss" in Frame 946
onClipEvent (load) { this.gotoAndStop(2); }
Instance of Symbol 558 MovieClip "boss" in Frame 974
onClipEvent (load) { this.gotoAndStop(3); }
Frame 1493
stop();
Instance of Symbol 595 MovieClip in Frame 1493
on (release) { _root.play(); }
Frame 2167
stopAllSounds(); _root.gotoAndStop("MainMenu");
Frame 2168
_root._x; _root.gotoAndStop("adv_menu"); _root._quality = "MEDIUM"; _root.speed = 6;
Frame 2169
adv_desc = "The Haunted Little Forest!\n\nIt seems like our yellow little fellow is bored of fruits and \ndots and is in need of some other food.\nHelp him find some other food in this forest, \nbut beware of the ghosts!\n\nMovement : Arrows\n\n <Press SPACE to begin>"; stop();
Instance of Symbol 608 MovieClip in Frame 2169
on (release) { stopAllSounds(); unloadMovie (_root.cam); _root.menuSection = "Minigames"; _root.gotoAndStop("MainMenu"); } on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); }
Instance of Symbol 611 MovieClip in Frame 2169
on (rollOver) { gotoAndPlay (5); } on (rollOut) { gotoAndStop (4); } on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Instance of Symbol 613 MovieClip in Frame 2169
onClipEvent (enterFrame) { if (Key.isDown(32)) { _root.gotoAndPlay("adv_level1"); } }
Frame 2170
stop(); _root.points = 0;
Instance of Symbol 8 MovieClip [char] "char" in Frame 2170
onClipEvent (load) { _root.mushrooms = 8; _root.walls = 68; _root.traps = 2; _root.alive = true; _root.goals = 2; this.gotoAndStop(4); } onClipEvent (enterFrame) { if (_root.alive == false) { _root.gotoAndPlay("adv_ouch"); } if (Key.isDown(38)) { this._y = this._y - _root.speed; this.gotoAndStop(1); } else if (Key.isDown(40)) { this._y = this._y + _root.speed; this.gotoAndStop(4); } else if (Key.isDown(37)) { this._x = this._x - _root.speed; this.gotoAndStop(2); } else if (Key.isDown(39)) { this._x = this._x + _root.speed; this.gotoAndStop(3); } i = 1; while (i <= _root.mushrooms) { mushroom = _root["m" + i]; if (this.hitTest(mushroom)) { _root.points = _root.points + 10; mushroom._visible = false; } i++; } i = 1; while (i <= _root.traps) { trap = _root["t" + i]; if (this.hitTest(trap)) { _root["t" + i].gotoAndPlay(2); _root.alive = false; } i++; } i = 1; while (i <= _root.goals) { goal = _root["g" + i]; if (this.hitTest(goal)) { _root.gotoAndPlay("level2"); } i++; } i = 1; while (i <= _root.walls) { wall = _root["w" + i]; if (this.hitTest(wall)) { if (Key.isDown(38)) { this._y = this._y + _root.speed; } else if (Key.isDown(40)) { this._y = this._y - _root.speed; } else if (Key.isDown(37)) { this._x = this._x + _root.speed; } else if (Key.isDown(39)) { this._x = this._x - _root.speed; } } i++; } }
Frame 2171
stop();
Instance of Symbol 629 MovieClip "gh1" in Frame 2171
onClipEvent (enterFrame) { i = 1; while (i <= 10) { this._x = this._x - _root.speed; i++; } i = 1; while (i <= 10) { this._x = this._x + _root.speed; i++; } }
Instance of Symbol 8 MovieClip [char] "adv_pacman" in Frame 2171
onClipEvent (load) { _root.mushrooms = 13; _root.walls = 93; _root.traps = 2; _root.alive = true; _root.goals = 2; _root.ghosts = 1; this.gotoAndStop(3); } onClipEvent (enterFrame) { if (_root.alive == false) { _root.gotoAndStop("adv_ouch"); } if (Key.isDown(38)) { this._y = this._y - _root.speed; this.gotoAndStop(1); } else if (Key.isDown(40)) { this._y = this._y + _root.speed; this.gotoAndStop(4); } else if (Key.isDown(37)) { this._x = this._x - _root.speed; this.gotoAndStop(2); } else if (Key.isDown(39)) { this._x = this._x + _root.speed; this.gotoAndStop(3); } i = 1; while (i <= _root.mushrooms) { mushroom = _root["m" + i]; if (this.hitTest(mushroom)) { _root.points = _root.points + 10; mushroom._visible = false; } i++; } i = 1; while (i <= _root.traps) { trap = _root["t" + i]; if (this.hitTest(trap)) { _root["t" + i].gotoAndPlay(2); _root.alive = false; } i++; } i = 1; while (i <= _root.goals) { goal = _root["g" + i]; if (this.hitTest(goal)) { _root.gotoAndPlay("level3"); } i++; } i = 1; while (i <= _root.ghosts) { ghost = _root["gh" + i]; if (this.hitTest(ghost)) { _root.gotoAndStop("adv_ouch"); } i++; } i = 1; while (i <= _root.walls) { wall = _root["w" + i]; if (this.hitTest(wall)) { if (Key.isDown(38)) { this._y = this._y + _root.speed; } else if (Key.isDown(40)) { this._y = this._y - _root.speed; } else if (Key.isDown(37)) { this._x = this._x + _root.speed; } else if (Key.isDown(39)) { this._x = this._x - _root.speed; } } i++; } }
Frame 2172
stop();
Instance of Symbol 629 MovieClip "gh2" in Frame 2172
onClipEvent (enterFrame) { i = 1; while (i <= 10) { this._x = this._x - _root.speed; i++; } i = 1; while (i <= 10) { this._x = this._x + _root.speed; i++; } }
Instance of Symbol 8 MovieClip [char] "adv_pacman" in Frame 2172
onClipEvent (load) { _root.mushrooms = 16; _root.walls = 93; _root.traps = 2; _root.alive = true; _root.goals = 2; _root.ghosts = 4; } onClipEvent (enterFrame) { if (_root.alive == false) { _root.gotoAndPlay("adv_ouch"); } if (Key.isDown(38)) { this._y = this._y - _root.speed; this.gotoAndStop(1); } else if (Key.isDown(40)) { this._y = this._y + _root.speed; this.gotoAndStop(4); } else if (Key.isDown(37)) { this._x = this._x - _root.speed; this.gotoAndStop(2); } else if (Key.isDown(39)) { this._x = this._x + _root.speed; this.gotoAndStop(3); } i = 1; while (i <= _root.mushrooms) { mushroom = _root["m" + i]; if (this.hitTest(mushroom)) { _root.points = _root.points + 10; mushroom._visible = false; } i++; } i = 1; while (i <= _root.traps) { trap = _root["t" + i]; if (this.hitTest(trap)) { _root["t" + i].gotoAndPlay(2); _root.alive = false; } i++; } i = 1; while (i <= _root.goals) { goal = _root["g" + i]; if (this.hitTest(goal)) { _root.gotoAndPlay("level5"); } i++; } i = 1; while (i <= _root.ghosts) { ghost = _root["gh" + i]; if (this.hitTest(ghost)) { _root.gotoAndPlay("adv_ouch"); } i++; } i = 1; while (i <= _root.walls) { wall = _root["w" + i]; if (this.hitTest(wall)) { if (Key.isDown(38)) { this._y = this._y + _root.speed; } else if (Key.isDown(40)) { this._y = this._y - _root.speed; } else if (Key.isDown(37)) { this._x = this._x + _root.speed; } else if (Key.isDown(39)) { this._x = this._x - _root.speed; } } i++; } }
Frame 2173
stop();
Instance of Symbol 8 MovieClip [char] "adv_pacman" in Frame 2173
onClipEvent (load) { _root.mushrooms = 19; _root.walls = 93; _root.traps = 2; _root.alive = true; _root.goals = 2; _root.ghosts = 4; } onClipEvent (enterFrame) { if (_root.alive == false) { _root.gotoAndPlay("adv_ouch"); } if (Key.isDown(38)) { this._y = this._y - _root.speed; this.gotoAndStop(1); } else if (Key.isDown(40)) { this._y = this._y + _root.speed; this.gotoAndStop(4); } else if (Key.isDown(37)) { this._x = this._x - _root.speed; this.gotoAndStop(2); } else if (Key.isDown(39)) { this._x = this._x + _root.speed; this.gotoAndStop(3); } i = 1; while (i <= _root.mushrooms) { mushroom = _root["m" + i]; if (this.hitTest(mushroom)) { _root.points = _root.points + 10; mushroom._visible = false; } i++; } i = 1; while (i <= _root.traps) { trap = _root["t" + i]; if (this.hitTest(trap)) { _root["t" + i].gotoAndPlay(2); _root.alive = false; } i++; } i = 1; while (i <= _root.goals) { goal = _root["g" + i]; if (this.hitTest(goal)) { _root.gotoAndPlay("end"); } i++; } i = 1; while (i <= _root.ghosts) { ghost = _root["gh" + i]; if (this.hitTest(ghost)) { trace("ghost"); } i++; } i = 1; while (i <= _root.walls) { wall = _root["w" + i]; if (this.hitTest(wall)) { if (Key.isDown(38)) { this._y = this._y + _root.speed; } else if (Key.isDown(40)) { this._y = this._y - _root.speed; } else if (Key.isDown(37)) { this._x = this._x + _root.speed; } else if (Key.isDown(39)) { this._x = this._x - _root.speed; } } i++; } }
Frame 2174
stop();
Instance of Symbol 634 MovieClip in Frame 2174
onClipEvent (enterFrame) { if (this.hitTest(_root.adv_pacman)) { this.gotoAndPlay(2); unloadMovie (_root.char); _root.gotoAndPlay("adv_cleared"); } }
Instance of Symbol 8 MovieClip [char] "adv_pacman" in Frame 2174
onClipEvent (load) { _root.mushrooms = 19; _root.walls = 93; _root.traps = 2; _root.alive = true; _root.goals = 2; _root.ghosts = 4; this.gotoAndStop(2); } onClipEvent (enterFrame) { if (_root.alive == false) { _root.gotoAndPlay("adv_ouch"); } if (Key.isDown(38)) { this._y = this._y - _root.speed; this.gotoAndStop(1); } else if (Key.isDown(40)) { this._y = this._y + _root.speed; this.gotoAndStop(4); } else if (Key.isDown(37)) { this._x = this._x - _root.speed; this.gotoAndStop(2); } else if (Key.isDown(39)) { this._x = this._x + _root.speed; this.gotoAndStop(3); } i = 1; while (i <= _root.mushrooms) { mushroom = _root["m" + i]; if (this.hitTest(mushroom)) { _root.points = _root.points + 10; mushroom._visible = false; } i++; } i = 1; while (i <= _root.traps) { trap = _root["t" + i]; if (this.hitTest(trap)) { _root["t" + i].gotoAndPlay(2); _root.alive = false; } i++; } i = 1; while (i <= _root.goals) { goal = _root["g" + i]; if (this.hitTest(goal)) { _root.gotoAndPlay("level4"); } i++; } i = 1; while (i <= _root.ghosts) { ghost = _root["gh" + i]; if (this.hitTest(ghost)) { trace("ghost"); } i++; } i = 1; while (i <= _root.walls) { wall = _root["w" + i]; if (this.hitTest(wall)) { if (Key.isDown(38)) { this._y = this._y + _root.speed; } else if (Key.isDown(40)) { this._y = this._y - _root.speed; } else if (Key.isDown(37)) { this._x = this._x + _root.speed; } else if (Key.isDown(39)) { this._x = this._x - _root.speed; } } i++; } }
Frame 2175
play();
Frame 2197
_root.gotoAndStop("adv_congrats");
Frame 2198
stop();
Instance of Symbol 608 MovieClip in Frame 2198
on (release) { stopAllSounds(); unloadMovie (_root.cam); _root.menuSection = "Minigames"; _root.gotoAndStop("MainMenu"); } on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); }
Instance of Symbol 611 MovieClip in Frame 2198
on (rollOver) { gotoAndPlay (5); } on (rollOut) { gotoAndStop (4); } on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Instance of Symbol 642 MovieClip in Frame 2198
on (keyPress "<Space>") { _root.gotoAndStop("adv_level1"); }
Frame 2200
_root.gotoAndStop("mgmenu");
Frame 2201
stop(); _root.droprate = 1000; _root.game = "off"; _root.selectedlevel = "mg1"; var mgtimer = 50; i = 100; sbdrop = function () { duplicateMovieClip (_root.sb, "sb" + i, i); _root["sb" + i]._x = (Math.random() * 630) + 10; _root["sb" + i]._y = (Math.random() * -250) - 10; i++; }; chdrop = function () { duplicateMovieClip (_root.ch, "ch" + i, i); _root["ch" + i]._x = (Math.random() * 630) + 10; _root["ch" + i]._y = (Math.random() * -250) - 10; i++; }; apdrop = function () { duplicateMovieClip (_root.ap, "ap" + i, i); _root["ap" + i]._x = (Math.random() * 630) + 10; _root["ap" + i]._y = (Math.random() * -250) - 10; i++; }; padrop = function () { duplicateMovieClip (_root.pa, "pa" + i, i); _root["pa" + i]._x = (Math.random() * 630) + 10; _root["pa" + i]._y = (Math.random() * -250) - 10; i++; };
Instance of Symbol 646 MovieClip in Frame 2201
on (release) { if (_root.mgtimer < 90) { _root.mgtimer = _root.mgtimer + 10; } }
Instance of Symbol 648 MovieClip in Frame 2201
on (release) { if (_root.mgtimer > 20) { _root.mgtimer = _root.mgtimer - 10; } }
Instance of Symbol 646 MovieClip in Frame 2201
on (release) { if (_root.fruitdropsMC._currentframe < 10) { _root.fruitdropsMC.nextFrame(); _root.droprate = _root.droprate - 100; } }
Instance of Symbol 648 MovieClip in Frame 2201
on (release) { if (_root.fruitdropsMC._currentframe > 1) { _root.fruitdropsMC.prevFrame(); _root.droprate = _root.droprate + 100; } }
Instance of Symbol 657 MovieClip in Frame 2201
on (release) { _root.selectedlevel = "mg1"; }
Instance of Symbol 659 MovieClip in Frame 2201
on (release) { _root.selectedlevel = "mg2"; }
Instance of Symbol 661 MovieClip in Frame 2201
on (release) { _root.selectedlevel = "mg3"; }
Instance of Symbol 671 MovieClip in Frame 2201
onClipEvent (enterFrame) { if (_root.selectedlevel == "mg1") { this.gotoAndStop(1); } if (_root.selectedlevel == "mg2") { this.gotoAndStop(2); } if (_root.selectedlevel == "mg3") { this.gotoAndStop(3); } }
Instance of Symbol 470 MovieClip in Frame 2201
on (release) { stopAllSounds(); _root.menuSection = "Minigames"; _root.gotoAndStop("MainMenu"); }
Instance of Symbol 646 MovieClip in Frame 2201
on (release) { if (_root.mgtimer < 90) { _root.mgtimer = _root.mgtimer + 10; } }
Instance of Symbol 648 MovieClip in Frame 2201
on (release) { if (_root.mgtimer > 20) { _root.mgtimer = _root.mgtimer - 10; } }
Instance of Symbol 654 MovieClip "fruitdrops" in Frame 2201
onClipEvent (load) { this.gotoAndStop(5); }
Instance of Symbol 646 MovieClip in Frame 2201
on (release) { _root.fruitdrops.gotoAndStop(_root.fruitdrops._currentframe + 1); }
Instance of Symbol 648 MovieClip in Frame 2201
on (release) { _root.fruitdrops.gotoAndStop(_root.fruitdrops._currentframe - 1); }
Instance of Symbol 657 MovieClip in Frame 2201
on (release) { _root.selectedlevel = "mg1"; }
Instance of Symbol 659 MovieClip in Frame 2201
on (release) { _root.selectedlevel = "mg2"; }
Instance of Symbol 661 MovieClip in Frame 2201
on (release) { _root.selectedlevel = "mg3"; }
Instance of Symbol 671 MovieClip in Frame 2201
onClipEvent (enterFrame) { if (_root.selectedlevel == "mg1") { this.gotoAndStop(1); } if (_root.selectedlevel == "mg2") { this.gotoAndStop(2); } if (_root.selectedlevel == "mg3") { this.gotoAndStop(3); } }
Frame 2202
stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 20; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 10; _root.onEnterFrame = function () { pac1x = _root.pac1._x; pac1y = _root.pac1._y; pac1h = _root.pac1._height; pac1w = _root.pac1._width; _root.pac1._x = _root.pac1._x + speed; _root.pac1._y = _root.pac1._y + fall; fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(65) && (_root.pac1stat != "dead")) && (_root.pac1stat != "finished")) { speed = speed - 5; _root.pac1dir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(68) && (_root.pac1stat != "dead")) && (_root.pac1stat != "finished")) { speed = speed + 5; _root.pac1dir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(87) && (_root.pac1stat != "dead")) && (_root.pac1stat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac1._y = _root.pac1._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac1.hitTest(mplat)) { if (((pac1y + (pac1h / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac1._y = ((mplat._y - (mplat._height / 2)) - (pac1h / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac1.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.3; } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac1.hitTest(plat)) { if ((pac1x + (pac1w / 2)) < (plat._x - (plat._width / 2))) { _root.pac1._x = ((plat._x - (plat._width / 2)) - (pac1w / 2)) - 0.1; speed = 0; } else if ((pac1x - (pac1w / 2)) > (plat._x + (plat._width / 2))) { _root.pac1._x = ((plat._x + (plat._width / 2)) + (pac1w / 2)) + 0.1; speed = 0; } if (((pac1y + (pac1h / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac1._y = ((plat._y - (plat._height / 2)) - (pac1h / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pac1y - (pac1h / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac1._y = ((plat._y + (plat._height / 2)) + (pac1h / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } }; _root.game = "on"; _root.currentWorld = "sky"; _root.pointsP1 = 0; _root.pointsP2 = 0; _root.chPoints = 30; _root.sbPoints = 50; _root.apPoints = 80; _root.paPoints = 150;
Instance of Symbol 116 MovieClip "bg" in Frame 2202
onClipEvent (load) { this.gotoAndStop("sky"); } onClipEvent (enterFrame) { if (_root.pac._y < (Stage.height / 3)) { this._y = _root.pac._y; } else { this._y = Stage.height / 3; } if (_root.pac._x > (Stage.width / 2)) { this._x = _root.pac._x; } else { this._x = Stage.width / 2; } }
Instance of Symbol 361 MovieClip "pac1" in Frame 2202
onClipEvent (enterFrame) { _root.pac1stat = "normal"; pacframe = _root.pac1dir + _root.pac1stat; this.gotoAndStop(pacframe); if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); } }
Instance of Symbol 361 MovieClip "pac2" in Frame 2202
onClipEvent (enterFrame) { _root.pac2stat = "normal"; pacframe = _root.pac2dir + _root.pac2stat; this.gotoAndStop(pacframe); if ((this._y > 550) && (this._x > 0)) { _root.fallsound.start(); } } onClipEvent (load) { _root.pac2dir = "left"; speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 20; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 10; } onClipEvent (enterFrame) { pac2x = _root.pac2._x; pac2y = _root.pac2._y; pac2h = _root.pac2._height; pac2w = _root.pac2._width; _root.pac2._x = _root.pac2._x + speed; _root.pac2._y = _root.pac2._y + fall; fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(37) && (_root.pac2stat != "dead")) && (_root.pac2stat != "finished")) { speed = speed - 5; _root.pac2dir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(39) && (_root.pac2stat != "dead")) && (_root.pac2stat != "finished")) { speed = speed + 5; _root.pac2dir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(38) && (_root.pac2stat != "dead")) && (_root.pac2stat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac2._y = _root.pac2._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac2.hitTest(mplat)) { if (((pac2y + (pac2h / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac2._y = ((mplat._y - (mplat._height / 2)) - (pac2h / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac2.hitTest(spring)) { jump = true; jumpspeed = jumpheight * 1.3; } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac2.hitTest(plat)) { if ((pac2x + (pac2w / 2)) < (plat._x - (plat._width / 2))) { _root.pac2._x = ((plat._x - (plat._width / 2)) - (pac2w / 2)) - 0.1; speed = 0; } else if ((pac2x - (pac2w / 2)) > (plat._x + (plat._width / 2))) { _root.pac2._x = ((plat._x + (plat._width / 2)) + (pac2w / 2)) + 0.1; speed = 0; } if (((pac2y + (pac2h / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac2._y = ((plat._y - (plat._height / 2)) - (pac2h / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pac2y - (pac2h / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac2._y = ((plat._y + (plat._height / 2)) + (pac2h / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } }
Instance of Symbol 300 MovieClip "p1" in Frame 2202
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p3" in Frame 2202
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p2" in Frame 2202
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p4" in Frame 2202
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p6" in Frame 2202
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 703 MovieClip in Frame 2202
on (release) { clearInterval(_root.fruit1); clearInterval(_root.fruit2); clearInterval(_root.fruit3); clearInterval(_root.fruit4); clearInterval(_root.timerinterval); _root.gotoAndStop("mgmenu"); }
Instance of Symbol 300 MovieClip "p9" in Frame 2202
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 300 MovieClip "p10" in Frame 2202
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 312 MovieClip "sb" in Frame 2202
onClipEvent (load) { speed = (Math.random() * 3) + 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.pac1)) { _root.fruiteat.start(0, 1); _root.pointsP1 = _root.pointsP1 + _root.sbPoints; this.unloadMovie(); } if (this.hitTest(_root.pac2)) { _root.fruiteat.start(0, 1); _root.pointsP2 = _root.pointsP2 + _root.sbPoints; this.unloadMovie(); } if ((this._x != 50) && (_root.game == "on")) { this._y = this._y + speed; } if (_root.game != "on") { this.unloadMovie(); } if (this._y > 600) { this.unloadMovie(); } }
Instance of Symbol 321 MovieClip "pa" in Frame 2202
onClipEvent (enterFrame) { if (this.hitTest(_root.pac1)) { _root.fruiteat.start(0, 1); _root.pointsP1 = _root.pointsP1 + _root.paPoints; this.unloadMovie(); } if (this.hitTest(_root.pac2)) { _root.fruiteat.start(0, 1); _root.pointsP2 = _root.pointsP2 + _root.paPoints; this.unloadMovie(); } if ((this._x != 200) && (_root.game == "on")) { this._y = this._y + speed; } if (_root.game != "on") { this.unloadMovie(); } if (this._y > 600) { this.unloadMovie(); } }
Instance of Symbol 315 MovieClip "ap" in Frame 2202
onClipEvent (load) { speed = (Math.random() * 3) + 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.pac1)) { _root.fruiteat.start(0, 1); _root.pointsP1 = _root.pointsP1 + _root.apPoints; this.unloadMovie(); } if (this.hitTest(_root.pac2)) { _root.fruiteat.start(0, 1); _root.pointsP2 = _root.pointsP2 + _root.apPoints; this.unloadMovie(); } if ((this._x != 100) && (_root.game == "on")) { this._y = this._y + speed; } if (_root.game != "on") { this.unloadMovie(); } if (this._y > 600) { this.unloadMovie(); } }
Instance of Symbol 318 MovieClip "ch" in Frame 2202
onClipEvent (load) { speed = (Math.random() * 3) + 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.pac1)) { _root.fruiteat.start(0, 1); _root.pointsP1 = _root.pointsP1 + _root.chPoints; this.unloadMovie(); } if (this.hitTest(_root.pac2)) { _root.fruiteat.start(0, 1); _root.pointsP2 = _root.pointsP2 + _root.apPoints; this.unloadMovie(); } if ((this._x != 150) && (_root.game == "on")) { this._y = this._y + speed; } if (_root.game != "on") { this.unloadMovie(); } if (this._y > 600) { this.unloadMovie(); } }
Instance of Symbol 706 MovieClip in Frame 2202
onClipEvent (load) { _root.fruiti = 100; sbdrop = function () { duplicateMovieClip (_root.sb, "sb" + _root.fruiti, _root.fruiti); _root["sb" + _root.fruiti]._x = (Math.random() * 630) + 10; _root["sb" + _root.fruiti]._y = (Math.random() * -250) - 10; _root.fruiti++; }; chdrop = function () { duplicateMovieClip (_root.ch, "ch" + _root.fruiti, _root.fruiti); _root["ch" + _root.fruiti]._x = (Math.random() * 630) + 10; _root["ch" + _root.fruiti]._y = (Math.random() * -250) - 10; _root.fruiti++; }; apdrop = function () { duplicateMovieClip (_root.ap, "ap" + _root.fruiti, _root.fruiti); _root["ap" + _root.fruiti]._x = (Math.random() * 630) + 10; _root["ap" + _root.fruiti]._y = (Math.random() * -250) - 10; _root.fruiti++; }; padrop = function () { duplicateMovieClip (_root.pa, "pa" + _root.fruiti, _root.fruiti); _root["pa" + _root.fruiti]._x = (Math.random() * 630) + 10; _root["pa" + _root.fruiti]._y = (Math.random() * -250) - 10; _root.fruiti++; }; _root.fruit1 = setInterval(chdrop, _root.droprate * 4); _root.fruit2 = setInterval(sbdrop, _root.droprate * 7); _root.fruit3 = setInterval(apdrop, _root.droprate * 12); _root.fruit4 = setInterval(padrop, _root.droprate * 16); } onClipEvent (enterFrame) { if (_root.mgtimer <= 0) { clearInterval(_root.timerinterval); clearInterval(_root.fruit1); clearInterval(_root.fruit2); clearInterval(_root.fruit3); clearInterval(_root.fruit4); _root.game = "off"; _root.mgtimer = 0; if (_root.gameisover._currentframe == 1) { _root.gameisover.play(); } } if (_root.pointsP1 > _root.pointsP2) { _root.theresult = "Player 1 is the winner!"; } if (_root.pointsP2 > _root.pointsP1) { _root.theresult = "Player 2 is the winner!"; } if (_root.pointsP1 == _root.pointsP2) { _root.theresult = "It's a draw!"; } }
Instance of Symbol 35 MovieClip in Frame 2202
on (rollOver) { gotoAndPlay (5); } on (rollOut) { gotoAndStop (4); } on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Frame 2203
stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 20; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 10; _root.onEnterFrame = function () { pac1x = _root.pac1._x; pac1y = _root.pac1._y; pac1h = _root.pac1._height; pac1w = _root.pac1._width; _root.pac1._x = _root.pac1._x + speed; _root.pac1._y = _root.pac1._y + fall; fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(65) && (_root.pac1stat != "dead")) && (_root.pac1stat != "finished")) { speed = speed - 5; _root.pac1dir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(68) && (_root.pac1stat != "dead")) && (_root.pac1stat != "finished")) { speed = speed + 5; _root.pac1dir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(87) && (_root.pac1stat != "dead")) && (_root.pac1stat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac1._y = _root.pac1._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac1.hitTest(mplat)) { if (((pac1y + (pac1h / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac1._y = ((mplat._y - (mplat._height / 2)) - (pac1h / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac1.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.3; } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac1.hitTest(plat)) { if ((pac1x + (pac1w / 2)) < (plat._x - (plat._width / 2))) { _root.pac1._x = ((plat._x - (plat._width / 2)) - (pac1w / 2)) - 0.1; speed = 0; } else if ((pac1x - (pac1w / 2)) > (plat._x + (plat._width / 2))) { _root.pac1._x = ((plat._x + (plat._width / 2)) + (pac1w / 2)) + 0.1; speed = 0; } if (((pac1y + (pac1h / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac1._y = ((plat._y - (plat._height / 2)) - (pac1h / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pac1y - (pac1h / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac1._y = ((plat._y + (plat._height / 2)) + (pac1h / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } }; _root.game = "on"; _root.currentWorld = "sky"; _root.pointsP1 = 0; _root.pointsP2 = 0; _root.invisibletime = 5; _root.chPoints = 30; _root.sbPoints = 50; _root.apPoints = 80; _root.paPoints = 150;
Instance of Symbol 703 MovieClip in Frame 2203
on (release) { clearInterval(_root.fruit1); clearInterval(_root.fruit2); clearInterval(_root.fruit3); clearInterval(_root.fruit4); clearInterval(_root.timerinterval); _root.gotoAndStop("mgmenu"); }
Instance of Symbol 300 MovieClip "p5" in Frame 2203
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 321 MovieClip "pa" in Frame 2203
onClipEvent (load) { speed = (Math.random() * 3) + 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.pac1)) { _root.fruiteat.start(0, 1); _root.pointsP1 = _root.pointsP1 + _root.paPoints; this.unloadMovie(); } if (this.hitTest(_root.pac2)) { _root.fruiteat.start(0, 1); _root.pointsP2 = _root.pointsP2 + _root.paPoints; this.unloadMovie(); } if ((this._x != 200) && (_root.game == "on")) { this._y = this._y + speed; } if (_root.game != "on") { this.unloadMovie(); } if (this._y > 600) { this.unloadMovie(); } }
Instance of Symbol 315 MovieClip "ap" in Frame 2203
onClipEvent (load) { speed = (Math.random() * 3) + 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.pac1)) { _root.fruiteat.start(0, 1); _root.pointsP1 = _root.pointsP1 + _root.apPoints; this.unloadMovie(); } if (this.hitTest(_root.pac2)) { _root.fruiteat.start(0, 1); _root.pointsP2 = _root.pointsP2 + _root.apPoints; this.unloadMovie(); } if ((this._x != 100) && (_root.game == "on")) { this._y = this._y + speed; } if (_root.game != "on") { this.unloadMovie(); } if (this._y > 600) { this.unloadMovie(); } }
Instance of Symbol 318 MovieClip "ch" in Frame 2203
onClipEvent (load) { speed = (Math.random() * 3) + 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.pac1)) { _root.fruiteat.start(0, 1); _root.pointsP1 = _root.pointsP1 + _root.chPoints; this.unloadMovie(); } if (this.hitTest(_root.pac2)) { _root.fruiteat.start(0, 1); _root.pointsP2 = _root.pointsP2 + _root.apPoints; this.unloadMovie(); } if ((this._x != 150) && (_root.game == "on")) { this._y = this._y + speed; } if (_root.game != "on") { this.unloadMovie(); } if (this._y > 600) { this.unloadMovie(); } }
Frame 2204
stop(); speed = 0; maxspeed = 10; jumpspeed = 20; jumpheight = 16; fall = 0; maxgravity = 20; platforms = 20; stagecentrex = Stage.width / 2; stagecentrey = Stage.height / 3; var jump = true; movplats = 2; springs = 10; _root.onEnterFrame = function () { pac1x = _root.pac1._x; pac1y = _root.pac1._y; pac1h = _root.pac1._height; pac1w = _root.pac1._width; _root.pac1._x = _root.pac1._x + speed; _root.pac1._y = _root.pac1._y + fall; fall++; if (fall >= maxgravity) { fall = maxgravity; } if ((Key.isDown(65) && (_root.pac1stat != "dead")) && (_root.pac1stat != "finished")) { speed = speed - 5; _root.pac1dir = "left"; if (speed <= (maxspeed * -1)) { speed = maxspeed * -1; } } else if ((Key.isDown(68) && (_root.pac1stat != "dead")) && (_root.pac1stat != "finished")) { speed = speed + 5; _root.pac1dir = "right"; if (speed >= maxspeed) { speed = maxspeed; } } else if (speed > 0) { speed = speed - 3.34; if (speed <= 0) { speed = 0; } } else if (speed < 0) { speed = speed + 3.34; if (speed >= 0) { speed = 0; } } if ((((Key.isDown(87) && (_root.pac1stat != "dead")) && (_root.pac1stat != "finished")) && (jump == false)) && (fall <= 1)) { jump = true; } if (jump == true) { if (jumpspeed > 0) { jumpspeed--; fall = 0; _root.pac1._y = _root.pac1._y - jumpspeed; } else { jump = false; } } else { jumpspeed = jumpheight; } i3 = 1; while (i3 <= movplats) { mplat = _root["pm" + i3]; if (_root.pac1.hitTest(mplat)) { if (((pac1y + (pac1h / 2)) - 1) < (mplat._y - (mplat._height / 2))) { _root.pac1._y = ((mplat._y - (mplat._height / 2)) - (pac1h / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } } i3++; } i2 = 1; while (i2 <= springs) { spring = _root["s" + i2]; if (_root.pac1.hitTest(_root.spring)) { jump = true; jumpspeed = jumpheight * 1.3; } i2++; } i = 1; while (i <= platforms) { plat = _root["p" + i]; if (_root.pac1.hitTest(plat)) { if ((pac1x + (pac1w / 2)) < (plat._x - (plat._width / 2))) { _root.pac1._x = ((plat._x - (plat._width / 2)) - (pac1w / 2)) - 0.1; speed = 0; } else if ((pac1x - (pac1w / 2)) > (plat._x + (plat._width / 2))) { _root.pac1._x = ((plat._x + (plat._width / 2)) + (pac1w / 2)) + 0.1; speed = 0; } if (((pac1y + (pac1h / 2)) - 1) < (plat._y - (plat._height / 2))) { _root.pac1._y = ((plat._y - (plat._height / 2)) - (pac1h / 2)) - 0.1; jumpspeed = jumpheight; fall = 0; jump = false; } else if (((pac1y - (pac1h / 2)) + 1) > (plat._y + (plat._height / 2))) { _root.pac1._y = ((plat._y + (plat._height / 2)) + (pac1h / 2)) + 0.1; jumpspeed = jumpspeed * -1; } } i++; } }; _root.game = "on"; _root.currentWorld = "sky"; _root.pointsP1 = 0; _root.pointsP2 = 0; _root.invisibletime = 5; _root.chPoints = 30; _root.sbPoints = 50; _root.apPoints = 80; _root.paPoints = 150;
Instance of Symbol 300 MovieClip "p3" in Frame 2204
onClipEvent (load) { this.gotoAndStop(_root.currentWorld); }
Instance of Symbol 312 MovieClip "sb" in Frame 2204
onClipEvent (load) { speed = (Math.random() * 3) + 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.pac1)) { _root.fruiteat.start(0, 1); _root.pointsP1 = _root.pointsP1 + _root.sbPoints; this.unloadMovie(); } if (this.hitTest(_root.pac2)) { _root.fruiteat.start(0, 1); _root.pointsP2 = _root.pointsP2 + _root.sbPoints; this.unloadMovie(); } if ((this._x != 50) && (_root.game == "on")) { this._y = this._y + speed; } if (_root.game != "on") { this.unloadMovie(); } if (this._y > 600) { this.unloadMovie(); } }
Instance of Symbol 321 MovieClip "pa" in Frame 2204
onClipEvent (load) { speed = (Math.random() * 3) + 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.pac1)) { _root.fruiteat.start(0, 1); _root.pointsP1 = _root.pointsP1 + _root.paPoints; this.unloadMovie(); } if (this.hitTest(_root.pac2)) { _root.fruiteat.start(0, 1); _root.pointsP2 = _root.pointsP2 + _root.paPoints; this.unloadMovie(); } if ((this._x != 200) && (_root.game == "on")) { this._y = this._y + speed; } if (_root.game != "on") { this.unloadMovie(); } if (this._y > 600) { this.unloadMovie(); } }
Instance of Symbol 315 MovieClip "ap" in Frame 2204
onClipEvent (load) { speed = (Math.random() * 3) + 1; } onClipEvent (enterFrame) { if (this.hitTest(_root.pac1)) { _root.fruiteat.start(0, 1); _root.pointsP1 = _root.pointsP1 + _root.apPoints; this.unloadMovie(); } if (this.hitTest(_root.pac2)) { _root.fruiteat.start(0, 1); _root.pointsP2 = _root.pointsP2 + _root.apPoints; this.unloadMovie(); } if ((this._x != 100) && (_root.game == "on")) { this._y = this._y + speed; } if (_root.game != "on") { this.unloadMovie(); } if (this._y > 600) { this.unloadMovie(); } }
Symbol 8 MovieClip [char] Frame 1
stop();
Symbol 8 MovieClip [char] Frame 2
stop();
Symbol 8 MovieClip [char] Frame 3
stop();
Symbol 8 MovieClip [char] Frame 4
stop();
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 2
stop();
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 100
function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; mb = "__mochibot__"; mbc = "mochibot.com"; g = (_global ? (_global) : (_level0._root)); if (g[mb + swfid]) { return(g[mb + swfid]); } s = System.security; x = mc._root.getSWFVersion; fv = (x ? (mc.getSWFVersion()) : ((_global ? 6 : 5))); if (!s) { s = {}; } sb = s.sandboxType; if (sb == "localWithFile") { return(null); } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } u = (((((((((((("http://" + mbc) + "/my/core.swf?mv=7&fv=") + fv) + "&v=") + escape(getVersion())) + "&swfid=") + escape(swfid)) + "&l=") + lv) + "&f=") + mc) + (sb ? ("&sb=" + sb) : "")) + (trk ? "&t=1" : ""); lv = ((fv > 6) ? (mc.getNextHighestDepth()) : ((g[mb + "level"] ? (g[mb + "level"] + 1) : (lv)))); g[mb + "level"] = lv; if (fv == 5) { res = "_level" + lv; if (!eval (res)) { loadMovieNum (u, lv); } } else { res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); } return(res); } __com_mochibot__("15a42c49", this, 10301, true);
Instance of Symbol 28 MovieClip in Symbol 29 MovieClip Frame 100
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.gotoAndStop("MaxGames"); }
Symbol 35 MovieClip Frame 1
stop();
Symbol 35 MovieClip Frame 15
stop();
Symbol 84 MovieClip Frame 14
stop();
Symbol 88 MovieClip Frame 190
_root.gotoAndStop("MainMenu");
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 2
stop();
Symbol 116 MovieClip Frame 3
stop();
Symbol 116 MovieClip Frame 4
stop();
Symbol 116 MovieClip Frame 5
stop();
Symbol 128 MovieClip Frame 126
_root.eatStat = "blinking";
Symbol 135 MovieClip Frame 48
stop(); _root.eatStat = "none";
Symbol 140 MovieClip Frame 1
_root.points = _root.points + _root.shootGhostPoints;
Symbol 140 MovieClip Frame 14
stop();
Symbol 142 MovieClip Frame 1
stop();
Instance of Symbol 125 MovieClip in Symbol 142 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; _parent.gotoAndStop("shot"); } if ((((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (_root.pacstat != "hurt")) && (_root.bonustimer != 0)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if ((((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (_root.pacstat != "hurt")) && (_root.bonustimer != 0)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } }
Symbol 142 MovieClip Frame 2
stop();
Instance of Symbol 125 MovieClip in Symbol 142 MovieClip Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; _parent.gotoAndStop("shot"); } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) && (_root.bonustimer != 0)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if (((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) && (_root.bonustimer != 0)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } }
Symbol 142 MovieClip Frame 3
stop();
Instance of Symbol 128 MovieClip in Symbol 142 MovieClip Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _parent.gotoAndStop("shot"); _root.dot1.removeMovieClip; _root.dot2.removeMovieClip; } if (this.hitTest(_root.pac) && ((_root.pacstat == "normal") || (_root.pacstat == "invisible"))) { _root.ghosteat.start(); _parent.gotoAndStop("eaten"); } }
Symbol 142 MovieClip Frame 4
stop();
Instance of Symbol 135 MovieClip in Symbol 142 MovieClip Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _parent.gotoAndStop("shot"); _root.dot1.removeMovieClip; _root.dot2.removeMovieClip; } if (this.hitTest(_root.pac) && ((_root.pacstat == "normal") || (_root.pacstat == "invisible"))) { _root.ghosteat.start(); _parent.gotoAndStop("eaten"); } }
Symbol 142 MovieClip Frame 5
stop(); _root.ghostsLeft--;
Symbol 142 MovieClip Frame 6
_root.points = _root.points + _root.eatGhostPoints; stop();
Symbol 146 MovieClip Frame 30
gotoAndPlay (1);
Symbol 168 MovieClip Frame 1
stop();
Symbol 178 MovieClip Frame 1
_root.points = _root.points + _root.shootGhostPoints;
Symbol 178 MovieClip Frame 5
stop();
Symbol 179 MovieClip Frame 1
stop();
Instance of Symbol 176 MovieClip in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.dot1) || (this.hitTest(_root.dot2))) { _root.hitEnemy = "yes"; _parent.gotoAndStop("shot"); removeMovieClip(_root.dot1); } if ((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) > 0)) { _root.pacstat = "hurt"; _root.health = _root.health - _root.ghostdamage; } if ((this.hitTest(_root.pac) && (_root.pacstat == "normal")) && ((_root.health - _root.ghostdamage) <= 0)) { _root.pacstat = "dead"; _root.health = _root.health - _root.ghostdamage; } }
Symbol 179 MovieClip Frame 2
stop();
Symbol 179 MovieClip Frame 3
stop();
Symbol 179 MovieClip Frame 4
_root.points = _root.points + _root.eatGhostPoints; stop();
Symbol 184 MovieClip Frame 1
stop();
Symbol 184 MovieClip Frame 2
stop();
Symbol 184 MovieClip Frame 3
stop();
Symbol 184 MovieClip Frame 4
stop();
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 201
onClipEvent (enterFrame) { this.gotoAndStop("blinking"); }
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 201
onClipEvent (enterFrame) { this.gotoAndStop("blinking"); }
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 201
onClipEvent (enterFrame) { this.gotoAndStop("blinking"); }
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 201
onClipEvent (enterFrame) { this.gotoAndStop("blinking"); }
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 296
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 296
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 296
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 296
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 179 MovieClip in Symbol 186 MovieClip Frame 338
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 179 MovieClip in Symbol 186 MovieClip Frame 338
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 179 MovieClip in Symbol 186 MovieClip Frame 338
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 179 MovieClip in Symbol 186 MovieClip Frame 338
onClipEvent (load) { this.gotoAndStop(1); }
Symbol 186 MovieClip Frame 865
stop();
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 865
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 865
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 865
onClipEvent (load) { this.gotoAndStop(1); }
Instance of Symbol 142 MovieClip in Symbol 186 MovieClip Frame 865
onClipEvent (load) { this.gotoAndStop(1); }
Symbol 190 MovieClip Frame 1
stop();
Symbol 190 MovieClip Frame 2
stop();
Symbol 193 MovieClip Frame 1
stop();
Symbol 193 MovieClip Frame 2
stop();
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 2
stop();
Symbol 200 MovieClip Frame 1
stop();
Symbol 200 MovieClip Frame 2
stop();
Symbol 206 MovieClip Frame 1
stop();
Symbol 206 MovieClip Frame 2
stop();
Symbol 209 MovieClip Frame 1
stop();
Symbol 209 MovieClip Frame 2
stop();
Symbol 217 MovieClip Frame 1
stop();
Symbol 217 MovieClip Frame 2
stop();
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 2
stop();
Symbol 246 MovieClip Frame 1
stop();
Symbol 246 MovieClip Frame 2
stop();
Symbol 249 MovieClip Frame 1
stop();
Symbol 249 MovieClip Frame 2
stop();
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
stop();
Symbol 257 MovieClip Frame 1
stop();
Symbol 257 MovieClip Frame 2
stop();
Instance of Symbol 190 MovieClip in Symbol 260 MovieClip Frame 1
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); }
Instance of Symbol 193 MovieClip in Symbol 260 MovieClip Frame 3
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); }
Instance of Symbol 197 MovieClip in Symbol 260 MovieClip Frame 5
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); }
Instance of Symbol 200 MovieClip in Symbol 260 MovieClip Frame 7
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); }
Instance of Symbol 190 MovieClip in Symbol 260 MovieClip Frame 10
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Credits"; }
Instance of Symbol 193 MovieClip in Symbol 260 MovieClip Frame 14
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Minigames"; }
Instance of Symbol 197 MovieClip in Symbol 260 MovieClip Frame 18
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Training"; }
Symbol 260 MovieClip Frame 22
stop();
Instance of Symbol 200 MovieClip in Symbol 260 MovieClip Frame 22
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Adventure"; }
Symbol 260 MovieClip Frame 23
stop(); _root.highscore = _root.savefile.data.highscore;
Instance of Symbol 206 MovieClip in Symbol 260 MovieClip Frame 23
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuchoice = "t1"; _parent.gotoAndPlay(27); }
Instance of Symbol 209 MovieClip in Symbol 260 MovieClip Frame 23
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuchoice = "ice1"; _parent.gotoAndPlay(27); }
Symbol 260 MovieClip Frame 24
stop();
Instance of Symbol 217 MovieClip in Symbol 260 MovieClip Frame 24
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuchoice = "t1"; _parent.gotoAndPlay(27); }
Symbol 260 MovieClip Frame 25
stop();
Instance of Symbol 223 MovieClip in Symbol 260 MovieClip Frame 25
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuchoice = "MGames"; _parent.gotoAndPlay(27); }
Symbol 260 MovieClip Frame 26
stop();
Instance of Symbol 243 MovieClip in Symbol 260 MovieClip Frame 26
onClipEvent (load) { originaly = this._y; } onClipEvent (enterFrame) { this._y = this._y - 0.8; if (this._y < (originaly - (this._height * 1.4))) { this._y = originaly; } }
Symbol 260 MovieClip Frame 51
if (_root.menuchoice != "MGames") { stop(); _root.fade.gotoAndPlay("out"); }
Instance of Symbol 246 MovieClip in Symbol 260 MovieClip Frame 52
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Asteroids"; }
Instance of Symbol 249 MovieClip in Symbol 260 MovieClip Frame 54
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Pactris"; }
Symbol 260 MovieClip Frame 62
_root.menuSection = "mini";
Instance of Symbol 246 MovieClip in Symbol 260 MovieClip Frame 62
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Taop"; }
Instance of Symbol 249 MovieClip in Symbol 260 MovieClip Frame 64
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "pacarena"; }
Instance of Symbol 252 MovieClip in Symbol 260 MovieClip Frame 66
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _parent.gotoAndPlay(70); }
Symbol 260 MovieClip Frame 67
stop();
Symbol 260 MovieClip Frame 68
stop();
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 68
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuchoice = "TAOP"; _parent.gotoAndPlay(106); }
Symbol 260 MovieClip Frame 69
stop();
Instance of Symbol 257 MovieClip in Symbol 260 MovieClip Frame 69
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuchoice = "PacArena"; _parent.gotoAndPlay(106); }
Instance of Symbol 252 MovieClip in Symbol 260 MovieClip Frame 70
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _parent.gotoAndPlay(1); }
Instance of Symbol 249 MovieClip in Symbol 260 MovieClip Frame 72
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Pactris"; }
Instance of Symbol 246 MovieClip in Symbol 260 MovieClip Frame 74
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Asteroids"; }
Symbol 260 MovieClip Frame 105
_root.menuSection = "Minigames"; gotoAndStop (22);
Instance of Symbol 252 MovieClip in Symbol 260 MovieClip Frame 106
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _parent.gotoAndPlay(1); }
Instance of Symbol 249 MovieClip in Symbol 260 MovieClip Frame 106
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Pactris"; }
Instance of Symbol 246 MovieClip in Symbol 260 MovieClip Frame 106
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (release) { _root.menuSection = "Asteroids"; }
Symbol 260 MovieClip Frame 121
stop(); _root.fade.gotoAndPlay("out");
Symbol 263 MovieClip Frame 1
_root.fruiteat = new Sound(this); _root.fruiteat.attachSound("fruitSound"); _root.fruiteat.setVolume(100); _root.doteat = new Sound(this); _root.doteat.attachSound("dotSound"); _root.doteat.setVolume(100); _root.bigdoteat = new Sound(this); _root.bigdoteat.attachSound("bigdotSound"); _root.bigdoteat.setVolume(100); _root.ghosteat = new Sound(this); _root.ghosteat.attachSound("ghosteatSound"); _root.ghosteat.setVolume(100); _root.keyeat = new Sound(this); _root.keyeat.attachSound("keySound"); _root.keyeat.setVolume(100); _root.powerup = new Sound(this); _root.powerup.attachSound("powerupSound"); _root.powerup.setVolume(100); _root.Shoot = new Sound(this); _root.Shoot.attachSound("shootSound"); _root.Shoot.setVolume(100); _root.fallsound = new Sound(this); _root.fallsound.attachSound("fallSound"); _root.fallsound.setVolume(100); _root.switcher = new Sound(this); _root.switcher.attachSound("switchSound"); _root.switcher.setVolume(100); _root.openWall = new Sound(this); _root.openWall.attachSound("openwallSound"); _root.openWall.setVolume(100); _root.medikitSound = new Sound(this); _root.medikitSound.attachSound("mediSound"); _root.medikitSound.setVolume(100); _root.hurtSound = new Sound(this); _root.hurtSound.attachSound("hurtsound"); _root.hurtSound.setVolume(100); stop();
Symbol 269 MovieClip Frame 1
stop();
Symbol 269 MovieClip Frame 46
stopAllSounds(); _root.gotoAndStop(_root.menuchoice);
Symbol 269 MovieClip Frame 47
play();
Symbol 269 MovieClip Frame 75
stop();
Symbol 273 MovieClip Frame 1
function camControl() { parentColor.setTransform(camColor.getTransform()); var _local4 = sX / this._width; var _local3 = sY / this._height; _parent._x = cX - (this._x * _local4); _parent._y = cY - (this._y * _local3); _parent._xscale = 100 * _local4; _parent._yscale = 100 * _local3; } function resetStage() { var _local2 = {ra:100, rb:0, ga:100, gb:0, ba:100, bb:0, aa:100, ab:0}; parentColor.setTransform(_local2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = "exactFit"; var cX = (Stage.width / 2); var cY = (Stage.height / 2); var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage;
Symbol 280 MovieClip Frame 1
stop();
Symbol 284 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 1
stop();
Symbol 300 MovieClip Frame 2
stop();
Symbol 300 MovieClip Frame 3
stop();
Symbol 324 MovieClip Frame 1
stop();
Symbol 324 MovieClip Frame 2
stop(); _root.doteat.start(); _root.points = _root.points + _root.eatSmallDotPoints; _root.dotSum++;
Symbol 325 MovieClip Frame 61
_root.pacstat = "normal";
Symbol 357 MovieClip Frame 62
stop(); if (_root.currentlevel == "bStage") { _root.pacstat = "start"; _root.pacdir = "right"; _root.health = 1; _root.lives--; _root.gotoAndStop("bonus"); _root.currentlevel = "bonus"; } else { _root.pac._x = -1000; _root.pac._y = 400; _root.startPortal.gotoAndPlay(2); _root.lives--; _root.health = 1; _root.pacstat = "start"; }
Symbol 358 MovieClip Frame 10
stop();
Symbol 360 MovieClip Frame 61
stop(); _root.pacstat = "normal";
Symbol 361 MovieClip Frame 1
stop(); _root.pacstat = "normal";
Symbol 361 MovieClip Frame 2
stop(); _root.pacstat = "normal";
Symbol 361 MovieClip Frame 3
stop(); _root.pacstat = "hurt";
Symbol 361 MovieClip Frame 4
stop(); _root.pacstat = "hurt";
Symbol 361 MovieClip Frame 5
stop(); _root.pacstat = "dead";
Symbol 361 MovieClip Frame 6
stop(); _root.pacstat = "dead";
Symbol 361 MovieClip Frame 7
stop(); _root.pacstat = "revived";
Symbol 361 MovieClip Frame 8
stop(); _root.pacstat = "revived";
Symbol 361 MovieClip Frame 9
stop(); _root.pacstat = "finished";
Instance of Symbol 358 MovieClip in Symbol 361 MovieClip Frame 9
onClipEvent (enterFrame) { if (this._currentframe == 10) { this.gotoAndStop(10); } }
Symbol 361 MovieClip Frame 10
stop(); _root.pacstat = "finished";
Instance of Symbol 358 MovieClip in Symbol 361 MovieClip Frame 10
onClipEvent (enterFrame) { if (this._currentframe == 10) { this.gotoAndStop(10); } }
Symbol 361 MovieClip Frame 11
stop(); _root.pacstat = "invisible";
Symbol 361 MovieClip Frame 12
stop(); _root.pacstat = "invisible";
Symbol 361 MovieClip Frame 13
stop();
Symbol 361 MovieClip Frame 14
stop();
Symbol 369 MovieClip Frame 1
_root.pacstat = "start"; play();
Symbol 369 MovieClip Frame 2
play();
Symbol 369 MovieClip Frame 15
_root.pacstat = "start";
Symbol 369 MovieClip Frame 77
stop();
Symbol 374 MovieClip Frame 1
stop();
Instance of Symbol 372 MovieClip "hitter" in Symbol 374 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { _root.pacstat = "finished"; _parent.play(); } }
Symbol 374 MovieClip Frame 40
stop(); _root.pac._x = -1000; _root.pac._y = 400; _root.pacstat = "start"; _root.gotoAndStop(_root.currentlevel);
Symbol 378 MovieClip Frame 1
stop();
Symbol 378 MovieClip Frame 6
gotoAndStop (1);
Symbol 381 MovieClip Frame 1
stop();
Symbol 384 MovieClip Frame 1
stop();
Instance of Symbol 390 MovieClip "bar" in Symbol 393 MovieClip Frame 1
onClipEvent (enterFrame) { this._width = _root.hp * _root.health; if (_root.health <= 0) { this._width = 0; } }
Symbol 397 MovieClip Frame 1
stop(); _root.holdkey = "no";
Symbol 397 MovieClip Frame 2
stop(); _root.holdkey = "yes";
Instance of Symbol 395 MovieClip "key" in Symbol 397 MovieClip Frame 2
/* no clip actions */
Symbol 403 MovieClip Frame 1
stop(); _root.invisibletime = 5; clearInterval(_root.invisfunction);
Symbol 403 MovieClip Frame 2
function invisTime() { _root.invisibletime--; } stop(); _root.invisibletime = 5; _root.invisfunction = setInterval(invisTime, 1000);
Instance of Symbol 399 MovieClip in Symbol 403 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.invisibletime <= 0) { _root.pacstat = "normal"; _parent.gotoAndStop(1); } else { _root.pacstat = "invisible"; } }
Symbol 414 MovieClip Frame 1
stop();
Symbol 414 MovieClip Frame 2
stop();
Symbol 414 MovieClip Frame 3
stop();
Symbol 414 MovieClip Frame 4
stop();
Symbol 414 MovieClip Frame 5
stop();
Symbol 414 MovieClip Frame 6
stop();
Instance of Symbol 414 MovieClip in Symbol 415 MovieClip Frame 1
onClipEvent (enterFrame) { this.gotoAndStop(_root.lives + 1); if (_root.dotSum >= _root.dotExtraLife) { _root.dotSum = 0; _root.lives++; } if (_root.lives > 5) { _root.lives = 5; } if (_root.lives < 0) { _root.gotoAndStop("GameOver" + _root.currentWorld); } }
Symbol 423 MovieClip Frame 1
stop();
Instance of Symbol 417 MovieClip in Symbol 423 MovieClip Frame 1
on (release) { _parent.gotoAndStop(2); }
Symbol 423 MovieClip Frame 2
stop();
Instance of Symbol 420 MovieClip in Symbol 423 MovieClip Frame 2
on (release) { stopAllSounds(); _root.gotoAndStop("MainMenu"); }
Instance of Symbol 422 MovieClip in Symbol 423 MovieClip Frame 2
on (release) { _parent.gotoAndStop(1); }
Instance of Symbol 393 MovieClip "health" in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.health > 1) { _root.health = 1; } }
Instance of Symbol 35 MovieClip in Symbol 424 MovieClip Frame 1
on (rollOver) { gotoAndStop (2); } on (rollOut) { gotoAndStop (1); } on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Instance of Symbol 397 MovieClip in Symbol 424 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.holdkey == "yes") { this.gotoAndStop(2); } else { this.gotoAndStop(1); } }
Symbol 434 MovieClip Frame 1
stop();
Symbol 437 MovieClip Frame 1
stop();
Symbol 440 MovieClip Frame 1
stop();
Symbol 445 MovieClip Frame 1
stop(); _root.trainingsound.start(0, 99);
Instance of Symbol 443 MovieClip in Symbol 445 MovieClip Frame 1
on (release) { _parent.gotoAndStop(2); }
Symbol 445 MovieClip Frame 2
stop(); _root.trainingsound.stop();
Instance of Symbol 443 MovieClip in Symbol 445 MovieClip Frame 2
on (release) { _parent.gotoAndStop(1); }
Symbol 465 MovieClip Frame 1
stop(); if (_root.pacstat != "start") { }
Symbol 465 MovieClip Frame 2
stop();
Symbol 470 MovieClip Frame 1
stop();
Symbol 470 MovieClip Frame 2
stop();
Symbol 473 MovieClip Frame 1
stop();
Symbol 473 MovieClip Frame 2
stop();
Symbol 477 MovieClip Frame 1
stop();
Symbol 477 MovieClip Frame 2
stop();
Symbol 480 MovieClip Frame 1
stop();
Instance of Symbol 35 MovieClip in Symbol 480 MovieClip Frame 1
on (rollOver) { gotoAndPlay (2); } on (rollOut) { gotoAndStop (1); } on (release) { getURL ("http://www.maxgames.com", "_blank"); }
Symbol 480 MovieClip Frame 2
stop();
Instance of Symbol 324 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Instance of Symbol 324 MovieClip in Symbol 482 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.pac)) { this.gotoAndStop(2); } }
Symbol 485 MovieClip Frame 1
stop(); _root.trainingmusic.stop(); _root.icesound.start(0, 99);
Instance of Symbol 443 MovieClip in Symbol 485 MovieClip Frame 1
on (release) { _parent.gotoAndStop(2); }
Symbol 485 MovieClip Frame 2
stop(); _root.icesound.stop();
Instance of Symbol 443 MovieClip in Symbol 485 MovieClip Frame 2
on (release) { _parent.gotoAndStop(1); }
Symbol 493 MovieClip Frame 1
stop(); _root.icesound.stop(); _root.skysound.start(0, 99); _root.skysound.setVolume(50);
Instance of Symbol 443 MovieClip in Symbol 493 MovieClip Frame 1
on (release) { _parent.gotoAndStop(2); }
Symbol 493 MovieClip Frame 2
stop(); _root.skysound.stop();
Instance of Symbol 443 MovieClip in Symbol 493 MovieClip Frame 2
on (release) { _parent.gotoAndStop(1); }
Symbol 508 MovieClip Frame 1
stop();
Symbol 516 MovieClip Frame 1
_root.reloaded = "yes"; stop();
Symbol 516 MovieClip Frame 2
_root.reloaded = "no";
Symbol 516 MovieClip Frame 25
gotoAndStop (1);
Symbol 527 MovieClip Frame 1
stop(); clearInterval(_root.timerint);
Symbol 527 MovieClip Frame 2
function bonusT() { _root.bonustimer--; } stop(); _root.timerint = setInterval(bonusT, 1000);
Symbol 527 MovieClip Frame 3
clearInterval(_root.timerint);
Symbol 527 MovieClip Frame 51
stop(); _root.lives--; _root.gotoAndStop("bonus");
Symbol 533 MovieClip Frame 1
stop(); _root.skysound.stop(); _root.spacesound.start(0, 99);
Instance of Symbol 443 MovieClip in Symbol 533 MovieClip Frame 1
on (release) { _parent.gotoAndStop(2); }
Symbol 533 MovieClip Frame 2
stop(); _root.spacesound.stop();
Instance of Symbol 443 MovieClip in Symbol 533 MovieClip Frame 2
on (release) { _parent.gotoAndStop(1); }
Symbol 546 MovieClip Frame 1
stop();
Symbol 546 MovieClip Frame 28
_root.gotoAndPlay("p2");
Symbol 546 MovieClip Frame 29
play();
Symbol 546 MovieClip Frame 57
stop();
Symbol 550 MovieClip Frame 39
gotoAndPlay (1);
Symbol 558 MovieClip Frame 1
stop();
Symbol 558 MovieClip Frame 2
stop();
Symbol 558 MovieClip Frame 3
stop();
Symbol 560 MovieClip Frame 55
stop(); if (_root.pacstat == "dead") { _root.gotoAndPlay("bdead"); } else if (_root.pacshoot == "no") { _root.gotoAndPlay("noPacshoot"); } else if (_root.pacshoot == "yes") { _root.gotoAndStop("bosss"); }
Symbol 564 MovieClip Frame 1
stop();
Instance of Symbol 390 MovieClip "bar" in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) { this._width = _root.hp * _root.bosshealth; if (_root.bosshealth <= 0) { this._width = 0; } }
Symbol 569 MovieClip Frame 1
stop();
Symbol 569 MovieClip Frame 50
_root.breloaded = "yes";
Symbol 571 MovieClip Frame 1
_root.rrPac.duplicateMovieClip("rrPac" + _root.robotdepth, _root.robotdepth); _root.robotdepth++;
Symbol 571 MovieClip Frame 250
_root.breloaded = "yes"; _root.rPac.duplicateMovieClip("rPac" + _root.robotdepth, _root.robotdepth); _root.robotdepth++;
Symbol 575 MovieClip Frame 55
stop(); stopAllSounds(); _root.gotoAndPlay("win");
Symbol 608 MovieClip Frame 1
stop();
Symbol 611 MovieClip Frame 1
stop();
Symbol 621 MovieClip Frame 1
stop();
Symbol 621 MovieClip Frame 2
stop();
Symbol 634 MovieClip Frame 1
stop();
Symbol 634 MovieClip Frame 2
stop();
Symbol 654 MovieClip Frame 1
stop(); _root.droprate = 1400;
Symbol 654 MovieClip Frame 2
_root.droprate = 1300;
Symbol 654 MovieClip Frame 3
_root.droprate = 1200;
Symbol 654 MovieClip Frame 4
_root.droprate = 1100;
Symbol 654 MovieClip Frame 5
stop(); _root.droprate = 1000;
Symbol 654 MovieClip Frame 6
_root.droprate = 900;
Symbol 654 MovieClip Frame 7
_root.droprate = 800;
Symbol 654 MovieClip Frame 8
_root.droprate = 700;
Symbol 654 MovieClip Frame 9
_root.droprate = 600;
Symbol 654 MovieClip Frame 10
_root.droprate = 500;
Symbol 671 MovieClip Frame 1
stop();
Instance of Symbol 677 MovieClip in Symbol 680 MovieClip Frame 1
on (release) { Timer = function () { _root.mgtimer--; }; _root.timerinterval = setInterval(Timer, 1000); _root.gotoAndStop(_root.selectedlevel); }
Instance of Symbol 679 MovieClip in Symbol 680 MovieClip Frame 1
on (rollOver) { _root.mginstructions.gotoAndPlay(2); } on (rollOut) { _root.mginstructions.gotoAndStop(1); }
Symbol 695 MovieClip Frame 1
stop();
Symbol 695 MovieClip Frame 10
stop();
Instance of Symbol 321 MovieClip "pa" in Symbol 695 MovieClip Frame 10
/* no clip actions */
Symbol 720 MovieClip Frame 1
stop();
Symbol 720 MovieClip Frame 105
stop();
Instance of Symbol 719 MovieClip in Symbol 720 MovieClip Frame 105
on (release) { clearInterval(_root.fruit1); clearInterval(_root.fruit2); clearInterval(_root.fruit3); clearInterval(_root.fruit4); clearInterval(_root.timerinterval); _root.gotoAndStop("mgmenu"); }

Library Items

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

Instance Names

"loader"Frame 1Symbol 29 MovieClip
"menus"Frame 4Symbol 260 MovieClip
"fade"Frame 4Symbol 269 MovieClip
"bg"Frame 5Symbol 116 MovieClip
"dot"Frame 5Symbol 280 MovieClip
"p12"Frame 5Symbol 284 MovieClip
"p13"Frame 5Symbol 284 MovieClip
"p2"Frame 5Symbol 284 MovieClip
"p5"Frame 5Symbol 286 MovieClip
"p6"Frame 5Symbol 286 MovieClip
"p3"Frame 5Symbol 300 MovieClip
"pac"Frame 5Symbol 361 MovieClip
"p1"Frame 5Symbol 363 MovieClip
"startPortal"Frame 5Symbol 369 MovieClip
"p20"Frame 5Symbol 363 MovieClip
"as"Frame 5Symbol 363 MovieClip
"wallswitch"Frame 5Symbol 378 MovieClip
"hud"Frame 5Symbol 424 MovieClip
"sign"Frame 5Symbol 434 MovieClip
"fade"Frame 5Symbol 269 MovieClip
"medimc"Frame 5Symbol 437 MovieClip
"fruitsss"Frame 5Symbol 440 MovieClip
"s1"Frame 6Symbol 284 MovieClip
"p7"Frame 6Symbol 286 MovieClip
"p8"Frame 6Symbol 286 MovieClip
"p4"Frame 6Symbol 300 MovieClip
"startPortal"Frame 6Symbol 369 MovieClip
"as"Frame 6Symbol 363 MovieClip
"p3"Frame 6Symbol 454 MovieClip
"wallswitch"Frame 6Symbol 378 MovieClip
"dot"Frame 7Symbol 280 MovieClip
"p9"Frame 7Symbol 286 MovieClip
"p8"Frame 7Symbol 286 MovieClip
"p2"Frame 7Symbol 284 MovieClip
"p10"Frame 7Symbol 461 MovieClip
"as"Frame 7Symbol 363 MovieClip
"p20"Frame 7Symbol 363 MovieClip
"p6"Frame 7Symbol 454 MovieClip
"p5"Frame 7Symbol 454 MovieClip
"p4"Frame 7Symbol 454 MovieClip
"hud"Frame 7Symbol 424 MovieClip
"p6"Frame 10Symbol 300 MovieClip
"p7"Frame 10Symbol 300 MovieClip
"p9"Frame 10Symbol 300 MovieClip
"p5"Frame 10Symbol 300 MovieClip
"p8"Frame 10Symbol 300 MovieClip
"p10"Frame 10Symbol 300 MovieClip
"p11"Frame 10Symbol 300 MovieClip
"p13"Frame 10Symbol 300 MovieClip
"p16"Frame 10Symbol 300 MovieClip
"p13"Frame 10Symbol 284 MovieClip
"p4"Frame 10Symbol 300 MovieClip
"p3"Frame 10Symbol 284 MovieClip
"pac"Frame 10Symbol 361 MovieClip
"startPortal"Frame 10Symbol 369 MovieClip
"p1"Frame 10Symbol 363 MovieClip
"p2"Frame 10Symbol 363 MovieClip
"as"Frame 10Symbol 363 MovieClip
"hud"Frame 10Symbol 424 MovieClip
"wallswitch"Frame 10Symbol 378 MovieClip
"medimc"Frame 10Symbol 437 MovieClip
"fruitsss"Frame 10Symbol 440 MovieClip
"fade"Frame 10Symbol 269 MovieClip
"p6"Frame 12Symbol 300 MovieClip
"p7"Frame 12Symbol 300 MovieClip
"p13"Frame 12Symbol 300 MovieClip
"p8"Frame 12Symbol 300 MovieClip
"p5"Frame 12Symbol 300 MovieClip
"p9"Frame 12Symbol 300 MovieClip
"p11"Frame 12Symbol 300 MovieClip
"p12"Frame 12Symbol 300 MovieClip
"p14"Frame 12Symbol 300 MovieClip
"p10"Frame 12Symbol 300 MovieClip
"p13"Frame 12Symbol 284 MovieClip
"p4"Frame 12Symbol 300 MovieClip
"p3"Frame 12Symbol 284 MovieClip
"pac"Frame 12Symbol 361 MovieClip
"startPortal"Frame 12Symbol 369 MovieClip
"p1"Frame 12Symbol 363 MovieClip
"p15"Frame 12Symbol 300 MovieClip
"p17"Frame 12Symbol 300 MovieClip
"p16"Frame 12Symbol 300 MovieClip
"p18"Frame 12Symbol 300 MovieClip
"p2"Frame 12Symbol 363 MovieClip
"as"Frame 12Symbol 363 MovieClip
"hud"Frame 12Symbol 424 MovieClip
"wallswitch"Frame 12Symbol 378 MovieClip
"medimc"Frame 12Symbol 437 MovieClip
"fruitsss"Frame 12Symbol 440 MovieClip
"p5"Frame 14Symbol 300 MovieClip
"p6"Frame 14Symbol 300 MovieClip
"p7"Frame 14Symbol 300 MovieClip
"p11"Frame 14Symbol 300 MovieClip
"p15"Frame 14Symbol 300 MovieClip
"p12"Frame 14Symbol 300 MovieClip
"p8"Frame 14Symbol 300 MovieClip
"p23"Frame 14Symbol 300 MovieClip
"p13"Frame 14Symbol 284 MovieClip
"p4"Frame 14Symbol 300 MovieClip
"p3"Frame 14Symbol 284 MovieClip
"s1"Frame 14Symbol 284 MovieClip
"p21"Frame 14Symbol 461 MovieClip
"s2"Frame 14Symbol 284 MovieClip
"pac"Frame 14Symbol 361 MovieClip
"startPortal"Frame 14Symbol 369 MovieClip
"p1"Frame 14Symbol 363 MovieClip
"p9"Frame 14Symbol 300 MovieClip
"p14"Frame 14Symbol 300 MovieClip
"p24"Frame 14Symbol 300 MovieClip
"p18"Frame 14Symbol 300 MovieClip
"p20"Frame 14Symbol 300 MovieClip
"p19"Frame 14Symbol 300 MovieClip
"p17"Frame 14Symbol 300 MovieClip
"p2"Frame 14Symbol 363 MovieClip
"as"Frame 14Symbol 363 MovieClip
"hud"Frame 14Symbol 424 MovieClip
"wallswitch"Frame 14Symbol 378 MovieClip
"medimc"Frame 14Symbol 437 MovieClip
"fruitsss"Frame 14Symbol 440 MovieClip
"p5"Frame 16Symbol 300 MovieClip
"p6"Frame 16Symbol 300 MovieClip
"p7"Frame 16Symbol 300 MovieClip
"p15"Frame 16Symbol 300 MovieClip
"p12"Frame 16Symbol 300 MovieClip
"p23"Frame 16Symbol 300 MovieClip
"p18"Frame 16Symbol 300 MovieClip
"p13"Frame 16Symbol 284 MovieClip
"p4"Frame 16Symbol 300 MovieClip
"p3"Frame 16Symbol 284 MovieClip
"s1"Frame 16Symbol 284 MovieClip
"s2"Frame 16Symbol 284 MovieClip
"s3"Frame 16Symbol 284 MovieClip
"pac"Frame 16Symbol 361 MovieClip
"startPortal"Frame 16Symbol 369 MovieClip
"p1"Frame 16Symbol 363 MovieClip
"p9"Frame 16Symbol 300 MovieClip
"p16"Frame 16Symbol 300 MovieClip
"p14"Frame 16Symbol 300 MovieClip
"p24"Frame 16Symbol 300 MovieClip
"p22"Frame 16Symbol 300 MovieClip
"p20"Frame 16Symbol 300 MovieClip
"p17"Frame 16Symbol 300 MovieClip
"p2"Frame 16Symbol 363 MovieClip
"as"Frame 16Symbol 363 MovieClip
"hud"Frame 16Symbol 424 MovieClip
"wallswitch"Frame 16Symbol 378 MovieClip
"medimc"Frame 16Symbol 437 MovieClip
"fruitsss"Frame 16Symbol 440 MovieClip
"p5"Frame 18Symbol 300 MovieClip
"p6"Frame 18Symbol 300 MovieClip
"p7"Frame 18Symbol 300 MovieClip
"p9"Frame 18Symbol 300 MovieClip
"p13"Frame 18Symbol 300 MovieClip
"p13"Frame 18Symbol 284 MovieClip
"p4"Frame 18Symbol 300 MovieClip
"p3"Frame 18Symbol 284 MovieClip
"s1"Frame 18Symbol 284 MovieClip
"p18"Frame 18Symbol 461 MovieClip
"s3"Frame 18Symbol 284 MovieClip
"s2"Frame 18Symbol 284 MovieClip
"s4"Frame 18Symbol 284 MovieClip
"pac"Frame 18Symbol 361 MovieClip
"startPortal"Frame 18Symbol 369 MovieClip
"p1"Frame 18Symbol 363 MovieClip
"p8"Frame 18Symbol 300 MovieClip
"p15"Frame 18Symbol 300 MovieClip
"p14"Frame 18Symbol 300 MovieClip
"p12"Frame 18Symbol 300 MovieClip
"p17"Frame 18Symbol 300 MovieClip
"p16"Frame 18Symbol 300 MovieClip
"p10"Frame 18Symbol 300 MovieClip
"p11"Frame 18Symbol 300 MovieClip
"p2"Frame 18Symbol 363 MovieClip
"as"Frame 18Symbol 363 MovieClip
"hud"Frame 18Symbol 424 MovieClip
"wallswitch"Frame 18Symbol 378 MovieClip
"medimc"Frame 18Symbol 437 MovieClip
"fruitsss"Frame 18Symbol 440 MovieClip
"p5"Frame 20Symbol 300 MovieClip
"p6"Frame 20Symbol 300 MovieClip
"p7"Frame 20Symbol 300 MovieClip
"p9"Frame 20Symbol 300 MovieClip
"p13"Frame 20Symbol 300 MovieClip
"p13"Frame 20Symbol 284 MovieClip
"p4"Frame 20Symbol 300 MovieClip
"p3"Frame 20Symbol 284 MovieClip
"s4"Frame 20Symbol 284 MovieClip
"s1"Frame 20Symbol 284 MovieClip
"s3"Frame 20Symbol 284 MovieClip
"s2"Frame 20Symbol 284 MovieClip
"s5"Frame 20Symbol 284 MovieClip
"s6"Frame 20Symbol 284 MovieClip
"pac"Frame 20Symbol 361 MovieClip
"startPortal"Frame 20Symbol 369 MovieClip
"p1"Frame 20Symbol 363 MovieClip
"p2"Frame 20Symbol 363 MovieClip
"as"Frame 20Symbol 363 MovieClip
"p8"Frame 20Symbol 300 MovieClip
"p15"Frame 20Symbol 300 MovieClip
"p14"Frame 20Symbol 300 MovieClip
"p12"Frame 20Symbol 300 MovieClip
"p10"Frame 20Symbol 300 MovieClip
"hud"Frame 20Symbol 424 MovieClip
"wallswitch"Frame 20Symbol 378 MovieClip
"medimc"Frame 20Symbol 437 MovieClip
"fruitsss"Frame 20Symbol 440 MovieClip
"p11"Frame 23Symbol 300 MovieClip
"p8"Frame 23Symbol 300 MovieClip
"p10"Frame 23Symbol 300 MovieClip
"p7"Frame 23Symbol 300 MovieClip
"p6"Frame 23Symbol 300 MovieClip
"p5"Frame 23Symbol 300 MovieClip
"p4"Frame 23Symbol 300 MovieClip
"p12"Frame 23Symbol 300 MovieClip
"p9"Frame 23Symbol 300 MovieClip
"p13"Frame 23Symbol 300 MovieClip
"p14"Frame 23Symbol 300 MovieClip
"p15"Frame 23Symbol 300 MovieClip
"p16"Frame 23Symbol 300 MovieClip
"p13"Frame 23Symbol 284 MovieClip
"p3"Frame 23Symbol 284 MovieClip
"s1"Frame 23Symbol 284 MovieClip
"s2"Frame 23Symbol 284 MovieClip
"s3"Frame 23Symbol 284 MovieClip
"pac"Frame 23Symbol 361 MovieClip
"startPortal"Frame 23Symbol 369 MovieClip
"p1"Frame 23Symbol 363 MovieClip
"p2"Frame 23Symbol 363 MovieClip
"as"Frame 23Symbol 363 MovieClip
"hud"Frame 23Symbol 424 MovieClip
"wallswitch"Frame 23Symbol 378 MovieClip
"medimc"Frame 23Symbol 437 MovieClip
"fruitsss"Frame 23Symbol 440 MovieClip
"fade"Frame 23Symbol 269 MovieClip
"p4"Frame 25Symbol 300 MovieClip
"p6"Frame 25Symbol 300 MovieClip
"p9"Frame 25Symbol 300 MovieClip
"p10"Frame 25Symbol 300 MovieClip
"p11"Frame 25Symbol 300 MovieClip
"p12"Frame 25Symbol 300 MovieClip
"p13"Frame 25Symbol 284 MovieClip
"p5"Frame 25Symbol 300 MovieClip
"p3"Frame 25Symbol 284 MovieClip
"s1"Frame 25Symbol 284 MovieClip
"s2"Frame 25Symbol 284 MovieClip
"s3"Frame 25Symbol 284 MovieClip
"p8"Frame 25Symbol 300 MovieClip
"p7"Frame 25Symbol 300 MovieClip
"s4"Frame 25Symbol 284 MovieClip
"s8"Frame 25Symbol 284 MovieClip
"s5"Frame 25Symbol 284 MovieClip
"s6"Frame 25Symbol 284 MovieClip
"p15"Frame 25Symbol 300 MovieClip
"p14"Frame 25Symbol 300 MovieClip
"s7"Frame 25Symbol 284 MovieClip
"pac"Frame 25Symbol 361 MovieClip
"startPortal"Frame 25Symbol 369 MovieClip
"p1"Frame 25Symbol 363 MovieClip
"p2"Frame 25Symbol 363 MovieClip
"as"Frame 25Symbol 363 MovieClip
"hud"Frame 25Symbol 424 MovieClip
"wallswitch"Frame 25Symbol 378 MovieClip
"medimc"Frame 25Symbol 437 MovieClip
"fruitsss"Frame 25Symbol 440 MovieClip
"p8"Frame 27Symbol 300 MovieClip
"p6"Frame 27Symbol 454 MovieClip
"p7"Frame 27Symbol 300 MovieClip
"p11"Frame 27Symbol 300 MovieClip
"p10"Frame 27Symbol 300 MovieClip
"p12"Frame 27Symbol 300 MovieClip
"p13"Frame 27Symbol 300 MovieClip
"p14"Frame 27Symbol 300 MovieClip
"p15"Frame 27Symbol 300 MovieClip
"p16"Frame 27Symbol 300 MovieClip
"p8"Frame 27Symbol 300 MovieClip
"p17"Frame 27Symbol 300 MovieClip
"p18"Frame 27Symbol 300 MovieClip
"p5"Frame 27Symbol 300 MovieClip
"p3"Frame 27Symbol 284 MovieClip
"p9"Frame 27Symbol 461 MovieClip
"s1"Frame 27Symbol 284 MovieClip
"s2"Frame 27Symbol 284 MovieClip
"s3"Frame 27Symbol 284 MovieClip
"pac"Frame 27Symbol 361 MovieClip
"startPortal"Frame 27Symbol 369 MovieClip
"p1"Frame 27Symbol 363 MovieClip
"p2"Frame 27Symbol 363 MovieClip
"as"Frame 27Symbol 363 MovieClip
"hud"Frame 27Symbol 424 MovieClip
"wallswitch"Frame 27Symbol 378 MovieClip
"medimc"Frame 27Symbol 437 MovieClip
"fruitsss"Frame 27Symbol 440 MovieClip
"p5"Frame 29Symbol 300 MovieClip
"p6"Frame 29Symbol 300 MovieClip
"p9"Frame 29Symbol 300 MovieClip
"p10"Frame 29Symbol 300 MovieClip
"p13"Frame 29Symbol 284 MovieClip
"p4"Frame 29Symbol 300 MovieClip
"p3"Frame 29Symbol 284 MovieClip
"s1"Frame 29Symbol 284 MovieClip
"s2"Frame 29Symbol 284 MovieClip
"s3"Frame 29Symbol 284 MovieClip
"s4"Frame 29Symbol 284 MovieClip
"s5"Frame 29Symbol 284 MovieClip
"pac"Frame 29Symbol 361 MovieClip
"startPortal"Frame 29Symbol 369 MovieClip
"p1"Frame 29Symbol 363 MovieClip
"p7"Frame 29Symbol 300 MovieClip
"p12"Frame 29Symbol 300 MovieClip
"p11"Frame 29Symbol 300 MovieClip
"p17"Frame 29Symbol 300 MovieClip
"p8"Frame 29Symbol 300 MovieClip
"p14"Frame 29Symbol 300 MovieClip
"p15"Frame 29Symbol 300 MovieClip
"p16"Frame 29Symbol 300 MovieClip
"p2"Frame 29Symbol 363 MovieClip
"as"Frame 29Symbol 363 MovieClip
"hud"Frame 29Symbol 424 MovieClip
"wallswitch"Frame 29Symbol 378 MovieClip
"medimc"Frame 29Symbol 437 MovieClip
"fruitsss"Frame 29Symbol 440 MovieClip
"p11"Frame 31Symbol 454 MovieClip
"p10"Frame 31Symbol 454 MovieClip
"p13"Frame 31Symbol 284 MovieClip
"p3"Frame 31Symbol 284 MovieClip
"s1"Frame 31Symbol 284 MovieClip
"s18"Frame 31Symbol 284 MovieClip
"s2"Frame 31Symbol 284 MovieClip
"s3"Frame 31Symbol 284 MovieClip
"pac"Frame 31Symbol 361 MovieClip
"startPortal"Frame 31Symbol 369 MovieClip
"p1"Frame 31Symbol 363 MovieClip
"p5"Frame 31Symbol 300 MovieClip
"s10"Frame 31Symbol 284 MovieClip
"s11"Frame 31Symbol 284 MovieClip
"s12"Frame 31Symbol 284 MovieClip
"s13"Frame 31Symbol 284 MovieClip
"s14"Frame 31Symbol 284 MovieClip
"p6"Frame 31Symbol 300 MovieClip
"s15"Frame 31Symbol 284 MovieClip
"p7"Frame 31Symbol 300 MovieClip
"s7"Frame 31Symbol 284 MovieClip
"s8"Frame 31Symbol 284 MovieClip
"s9"Frame 31Symbol 284 MovieClip
"s17"Frame 31Symbol 284 MovieClip
"p9"Frame 31Symbol 300 MovieClip
"s4"Frame 31Symbol 284 MovieClip
"s5"Frame 31Symbol 284 MovieClip
"s6"Frame 31Symbol 284 MovieClip
"p8"Frame 31Symbol 300 MovieClip
"s16"Frame 31Symbol 284 MovieClip
"p15"Frame 31Symbol 300 MovieClip
"p2"Frame 31Symbol 363 MovieClip
"as"Frame 31Symbol 363 MovieClip
"hud"Frame 31Symbol 424 MovieClip
"wallswitch"Frame 31Symbol 378 MovieClip
"medimc"Frame 31Symbol 437 MovieClip
"fruitsss"Frame 31Symbol 440 MovieClip
"p14"Frame 33Symbol 454 MovieClip
"p15"Frame 33Symbol 454 MovieClip
"p22"Frame 33Symbol 454 MovieClip
"p16"Frame 33Symbol 454 MovieClip
"p20"Frame 33Symbol 454 MovieClip
"p17"Frame 33Symbol 454 MovieClip
"p24"Frame 33Symbol 454 MovieClip
"p18"Frame 33Symbol 454 MovieClip
"p19"Frame 33Symbol 454 MovieClip
"p25"Frame 33Symbol 454 MovieClip
"p23"Frame 33Symbol 454 MovieClip
"p21"Frame 33Symbol 454 MovieClip
"p13"Frame 33Symbol 284 MovieClip
"p3"Frame 33Symbol 284 MovieClip
"s1"Frame 33Symbol 284 MovieClip
"s2"Frame 33Symbol 284 MovieClip
"s3"Frame 33Symbol 284 MovieClip
"s4"Frame 33Symbol 284 MovieClip
"s6"Frame 33Symbol 284 MovieClip
"s7"Frame 33Symbol 284 MovieClip
"s8"Frame 33Symbol 284 MovieClip
"s9"Frame 33Symbol 284 MovieClip
"s10"Frame 33Symbol 284 MovieClip
"s11"Frame 33Symbol 284 MovieClip
"s12"Frame 33Symbol 284 MovieClip
"s5"Frame 33Symbol 284 MovieClip
"s13"Frame 33Symbol 284 MovieClip
"p29"Frame 33Symbol 284 MovieClip
"pac"Frame 33Symbol 361 MovieClip
"startPortal"Frame 33Symbol 369 MovieClip
"p1"Frame 33Symbol 363 MovieClip
"p4"Frame 33Symbol 300 MovieClip
"p5"Frame 33Symbol 300 MovieClip
"p26"Frame 33Symbol 300 MovieClip
"p6"Frame 33Symbol 300 MovieClip
"p7"Frame 33Symbol 300 MovieClip
"p27"Frame 33Symbol 500 MovieClip
"p8"Frame 33Symbol 300 MovieClip
"p9"Frame 33Symbol 300 MovieClip
"p10"Frame 33Symbol 300 MovieClip
"p11"Frame 33Symbol 300 MovieClip
"p12"Frame 33Symbol 300 MovieClip
"p28"Frame 33Symbol 300 MovieClip
"p2"Frame 33Symbol 363 MovieClip
"as"Frame 33Symbol 363 MovieClip
"hud"Frame 33Symbol 424 MovieClip
"wallswitch"Frame 33Symbol 378 MovieClip
"medimc"Frame 33Symbol 437 MovieClip
"fruitsss"Frame 33Symbol 440 MovieClip
"p12"Frame 36Symbol 284 MovieClip
"p13"Frame 36Symbol 284 MovieClip
"p3"Frame 36Symbol 284 MovieClip
"p4"Frame 36Symbol 454 MovieClip
"pac"Frame 36Symbol 361 MovieClip
"startportal"Frame 36Symbol 369 MovieClip
"p1"Frame 36Symbol 363 MovieClip
"p2"Frame 36Symbol 363 MovieClip
"as"Frame 36Symbol 363 MovieClip
"p10"Frame 36Symbol 363 MovieClip
"as2"Frame 36Symbol 363 MovieClip
"hud"Frame 36Symbol 424 MovieClip
"fade"Frame 36Symbol 269 MovieClip
"sign"Frame 36Symbol 513 MovieClip
"p3"Frame 38Symbol 284 MovieClip
"p4"Frame 38Symbol 454 MovieClip
"p38"Frame 38Symbol 284 MovieClip
"pac"Frame 38Symbol 361 MovieClip
"reloader"Frame 38Symbol 516 MovieClip
"dot"Frame 38Symbol 280 MovieClip
"startportal"Frame 38Symbol 369 MovieClip
"p1"Frame 38Symbol 363 MovieClip
"p36"Frame 38Symbol 363 MovieClip
"as"Frame 38Symbol 363 MovieClip
"p6"Frame 38Symbol 300 MovieClip
"p7"Frame 38Symbol 300 MovieClip
"p8"Frame 38Symbol 300 MovieClip
"p9"Frame 38Symbol 300 MovieClip
"p30"Frame 38Symbol 300 MovieClip
"p11"Frame 38Symbol 300 MovieClip
"p31"Frame 38Symbol 300 MovieClip
"p32"Frame 38Symbol 300 MovieClip
"p14"Frame 38Symbol 300 MovieClip
"p5"Frame 38Symbol 300 MovieClip
"p20"Frame 38Symbol 300 MovieClip
"p21"Frame 38Symbol 300 MovieClip
"p22"Frame 38Symbol 300 MovieClip
"p23"Frame 38Symbol 300 MovieClip
"p24"Frame 38Symbol 300 MovieClip
"p18"Frame 38Symbol 300 MovieClip
"p19"Frame 38Symbol 300 MovieClip
"p17"Frame 38Symbol 300 MovieClip
"p16"Frame 38Symbol 300 MovieClip
"p15"Frame 38Symbol 300 MovieClip
"p39"Frame 38Symbol 520 MovieClip
"hud"Frame 38Symbol 424 MovieClip
"timerrr"Frame 38Symbol 527 MovieClip
"sign"Frame 38Symbol 531 MovieClip
"dot"Frame 39Symbol 280 MovieClip
"p3"Frame 39Symbol 284 MovieClip
"s1"Frame 39Symbol 284 MovieClip
"s2"Frame 39Symbol 284 MovieClip
"p6"Frame 39Symbol 300 MovieClip
"p7"Frame 39Symbol 300 MovieClip
"p9"Frame 39Symbol 300 MovieClip
"p5"Frame 39Symbol 300 MovieClip
"p8"Frame 39Symbol 300 MovieClip
"p25"Frame 39Symbol 300 MovieClip
"p11"Frame 39Symbol 300 MovieClip
"p12"Frame 39Symbol 300 MovieClip
"p13"Frame 39Symbol 300 MovieClip
"p14"Frame 39Symbol 300 MovieClip
"p15"Frame 39Symbol 300 MovieClip
"p16"Frame 39Symbol 300 MovieClip
"p17"Frame 39Symbol 300 MovieClip
"p4"Frame 39Symbol 300 MovieClip
"pac"Frame 39Symbol 361 MovieClip
"startPortal"Frame 39Symbol 369 MovieClip
"p2"Frame 39Symbol 363 MovieClip
"as"Frame 39Symbol 363 MovieClip
"reloader"Frame 39Symbol 516 MovieClip
"wallswitch"Frame 39Symbol 378 MovieClip
"medimc"Frame 39Symbol 437 MovieClip
"fruitsss"Frame 39Symbol 440 MovieClip
"key"Frame 41Symbol 395 MovieClip
"dot"Frame 41Symbol 280 MovieClip
"p22"Frame 41Symbol 461 MovieClip
"p3"Frame 41Symbol 284 MovieClip
"s1"Frame 41Symbol 284 MovieClip
"p6"Frame 41Symbol 300 MovieClip
"p10"Frame 41Symbol 300 MovieClip
"p5"Frame 41Symbol 300 MovieClip
"s2"Frame 41Symbol 284 MovieClip
"p8"Frame 41Symbol 536 MovieClip
"p9"Frame 41Symbol 536 MovieClip
"p4"Frame 41Symbol 284 MovieClip
"s3"Frame 41Symbol 284 MovieClip
"s4"Frame 41Symbol 284 MovieClip
"s5"Frame 41Symbol 284 MovieClip
"s10"Frame 41Symbol 284 MovieClip
"p11"Frame 41Symbol 300 MovieClip
"p12"Frame 41Symbol 300 MovieClip
"p7"Frame 41Symbol 300 MovieClip
"p13"Frame 41Symbol 300 MovieClip
"p14"Frame 41Symbol 300 MovieClip
"p21"Frame 41Symbol 300 MovieClip
"p23"Frame 41Symbol 300 MovieClip
"p25"Frame 41Symbol 536 MovieClip
"s7"Frame 41Symbol 284 MovieClip
"p15"Frame 41Symbol 300 MovieClip
"p16"Frame 41Symbol 300 MovieClip
"p17"Frame 41Symbol 300 MovieClip
"p18"Frame 41Symbol 300 MovieClip
"p19"Frame 41Symbol 300 MovieClip
"p20"Frame 41Symbol 300 MovieClip
"pac"Frame 41Symbol 361 MovieClip
"startPortal"Frame 41Symbol 369 MovieClip
"p1"Frame 41Symbol 363 MovieClip
"p2"Frame 41Symbol 363 MovieClip
"as"Frame 41Symbol 363 MovieClip
"hud"Frame 41Symbol 424 MovieClip
"wallswitch"Frame 41Symbol 378 MovieClip
"medimc"Frame 41Symbol 437 MovieClip
"fruitsss"Frame 41Symbol 440 MovieClip
"dot"Frame 43Symbol 280 MovieClip
"key"Frame 43Symbol 395 MovieClip
"p3"Frame 43Symbol 284 MovieClip
"p17"Frame 43Symbol 300 MovieClip
"p19"Frame 43Symbol 536 MovieClip
"s2"Frame 43Symbol 284 MovieClip
"p20"Frame 43Symbol 536 MovieClip
"p6"Frame 43Symbol 300 MovieClip
"s3"Frame 43Symbol 284 MovieClip
"p21"Frame 43Symbol 536 MovieClip
"p22"Frame 43Symbol 536 MovieClip
"p7"Frame 43Symbol 300 MovieClip
"p4"Frame 43Symbol 300 MovieClip
"p5"Frame 43Symbol 300 MovieClip
"s1"Frame 43Symbol 284 MovieClip
"s4"Frame 43Symbol 284 MovieClip
"p9"Frame 43Symbol 300 MovieClip
"p8"Frame 43Symbol 300 MovieClip
"s5"Frame 43Symbol 284 MovieClip
"p10"Frame 43Symbol 300 MovieClip
"p23"Frame 43Symbol 461 MovieClip
"p11"Frame 43Symbol 300 MovieClip
"p12"Frame 43Symbol 300 MovieClip
"p13"Frame 43Symbol 300 MovieClip
"s8"Frame 43Symbol 284 MovieClip
"s7"Frame 43Symbol 284 MovieClip
"s6"Frame 43Symbol 284 MovieClip
"p18"Frame 43Symbol 300 MovieClip
"p15"Frame 43Symbol 300 MovieClip
"p14"Frame 43Symbol 300 MovieClip
"p16"Frame 43Symbol 300 MovieClip
"p48"Frame 43Symbol 284 MovieClip
"p28"Frame 43Symbol 300 MovieClip
"s9"Frame 43Symbol 284 MovieClip
"pac"Frame 43Symbol 361 MovieClip
"startPortal"Frame 43Symbol 369 MovieClip
"p1"Frame 43Symbol 363 MovieClip
"p2"Frame 43Symbol 363 MovieClip
"as"Frame 43Symbol 363 MovieClip
"hud"Frame 43Symbol 424 MovieClip
"wallswitch"Frame 43Symbol 378 MovieClip
"medimc"Frame 43Symbol 437 MovieClip
"fruitsss"Frame 43Symbol 440 MovieClip
"dot"Frame 45Symbol 280 MovieClip
"key"Frame 45Symbol 395 MovieClip
"p13"Frame 45Symbol 461 MovieClip
"p3"Frame 45Symbol 284 MovieClip
"p4"Frame 45Symbol 300 MovieClip
"p16"Frame 45Symbol 536 MovieClip
"p5"Frame 45Symbol 536 MovieClip
"p6"Frame 45Symbol 536 MovieClip
"p14"Frame 45Symbol 300 MovieClip
"p15"Frame 45Symbol 300 MovieClip
"p17"Frame 45Symbol 536 MovieClip
"p7"Frame 45Symbol 536 MovieClip
"p8"Frame 45Symbol 536 MovieClip
"s3"Frame 45Symbol 284 MovieClip
"s2"Frame 45Symbol 284 MovieClip
"s1"Frame 45Symbol 284 MovieClip
"s4"Frame 45Symbol 284 MovieClip
"p48"Frame 45Symbol 284 MovieClip
"p12"Frame 45Symbol 300 MovieClip
"p9"Frame 45Symbol 536 MovieClip
"p11"Frame 45Symbol 300 MovieClip
"s5"Frame 45Symbol 284 MovieClip
"p42"Frame 45Symbol 536 MovieClip
"p19"Frame 45Symbol 536 MovieClip
"p33"Frame 45Symbol 536 MovieClip
"p21"Frame 45Symbol 536 MovieClip
"p20"Frame 45Symbol 536 MovieClip
"s9"Frame 45Symbol 284 MovieClip
"s8"Frame 45Symbol 284 MovieClip
"p22"Frame 45Symbol 536 MovieClip
"p23"Frame 45Symbol 536 MovieClip
"p24"Frame 45Symbol 536 MovieClip
"p34"Frame 45Symbol 536 MovieClip
"p35"Frame 45Symbol 536 MovieClip
"p36"Frame 45Symbol 536 MovieClip
"p25"Frame 45Symbol 536 MovieClip
"p26"Frame 45Symbol 536 MovieClip
"p32"Frame 45Symbol 536 MovieClip
"s11"Frame 45Symbol 284 MovieClip
"p27"Frame 45Symbol 536 MovieClip
"p31"Frame 45Symbol 536 MovieClip
"p29"Frame 45Symbol 536 MovieClip
"p28"Frame 45Symbol 536 MovieClip
"p30"Frame 45Symbol 536 MovieClip
"s12"Frame 45Symbol 284 MovieClip
"s14"Frame 45Symbol 284 MovieClip
"p41"Frame 45Symbol 536 MovieClip
"p18"Frame 45Symbol 536 MovieClip
"s19"Frame 45Symbol 284 MovieClip
"pac"Frame 45Symbol 361 MovieClip
"startPortal"Frame 45Symbol 369 MovieClip
"p1"Frame 45Symbol 363 MovieClip
"p2"Frame 45Symbol 363 MovieClip
"as"Frame 45Symbol 363 MovieClip
"hud"Frame 45Symbol 424 MovieClip
"wallswitch"Frame 45Symbol 378 MovieClip
"medimc"Frame 45Symbol 437 MovieClip
"fruitsss"Frame 45Symbol 440 MovieClip
"dot"Frame 47Symbol 280 MovieClip
"key"Frame 47Symbol 395 MovieClip
"p3"Frame 47Symbol 284 MovieClip
"s1"Frame 47Symbol 284 MovieClip
"s2"Frame 47Symbol 284 MovieClip
"s3"Frame 47Symbol 284 MovieClip
"p23"Frame 47Symbol 300 MovieClip
"p24"Frame 47Symbol 300 MovieClip
"p25"Frame 47Symbol 300 MovieClip
"p26"Frame 47Symbol 300 MovieClip
"p27"Frame 47Symbol 300 MovieClip
"p28"Frame 47Symbol 300 MovieClip
"p29"Frame 47Symbol 300 MovieClip
"s5"Frame 47Symbol 284 MovieClip
"p13"Frame 47Symbol 300 MovieClip
"p14"Frame 47Symbol 300 MovieClip
"p15"Frame 47Symbol 300 MovieClip
"s4"Frame 47Symbol 284 MovieClip
"p6"Frame 47Symbol 300 MovieClip
"p7"Frame 47Symbol 300 MovieClip
"p8"Frame 47Symbol 300 MovieClip
"p9"Frame 47Symbol 300 MovieClip
"p10"Frame 47Symbol 300 MovieClip
"p11"Frame 47Symbol 300 MovieClip
"p12"Frame 47Symbol 300 MovieClip
"s6"Frame 47Symbol 284 MovieClip
"p4"Frame 47Symbol 284 MovieClip
"p5"Frame 47Symbol 284 MovieClip
"s7"Frame 47Symbol 284 MovieClip
"s8"Frame 47Symbol 284 MovieClip
"p30"Frame 47Symbol 536 MovieClip
"p31"Frame 47Symbol 536 MovieClip
"p32"Frame 47Symbol 536 MovieClip
"p34"Frame 47Symbol 536 MovieClip
"p33"Frame 47Symbol 536 MovieClip
"s10"Frame 47Symbol 284 MovieClip
"p48"Frame 47Symbol 536 MovieClip
"s9"Frame 47Symbol 284 MovieClip
"p20"Frame 47Symbol 300 MovieClip
"p19"Frame 47Symbol 300 MovieClip
"p22"Frame 47Symbol 300 MovieClip
"p21"Frame 47Symbol 300 MovieClip
"s12"Frame 47Symbol 284 MovieClip
"s14"Frame 47Symbol 284 MovieClip
"s16"Frame 47Symbol 284 MovieClip
"s22"Frame 47Symbol 284 MovieClip
"s17"Frame 47Symbol 284 MovieClip
"s15"Frame 47Symbol 284 MovieClip
"s13"Frame 47Symbol 284 MovieClip
"s11"Frame 47Symbol 284 MovieClip
"p16"Frame 47Symbol 300 MovieClip
"p17"Frame 47Symbol 300 MovieClip
"p18"Frame 47Symbol 300 MovieClip
"pac"Frame 47Symbol 361 MovieClip
"startPortal"Frame 47Symbol 369 MovieClip
"p1"Frame 47Symbol 363 MovieClip
"p47"Frame 47Symbol 500 MovieClip
"p2"Frame 47Symbol 363 MovieClip
"as"Frame 47Symbol 363 MovieClip
"hud"Frame 47Symbol 424 MovieClip
"wallswitch"Frame 47Symbol 378 MovieClip
"medimc"Frame 47Symbol 437 MovieClip
"fruitsss"Frame 47Symbol 440 MovieClip
"dot"Frame 49Symbol 280 MovieClip
"p3"Frame 49Symbol 284 MovieClip
"p13"Frame 49Symbol 300 MovieClip
"p4"Frame 49Symbol 536 MovieClip
"p5"Frame 49Symbol 536 MovieClip
"p20"Frame 49Symbol 536 MovieClip
"p21"Frame 49Symbol 536 MovieClip
"p22"Frame 49Symbol 536 MovieClip
"p23"Frame 49Symbol 536 MovieClip
"p14"Frame 49Symbol 300 MovieClip
"p17"Frame 49Symbol 300 MovieClip
"p18"Frame 49Symbol 536 MovieClip
"p26"Frame 49Symbol 536 MovieClip
"p35"Frame 49Symbol 536 MovieClip
"p7"Frame 49Symbol 300 MovieClip
"p12"Frame 49Symbol 300 MovieClip
"p9"Frame 49Symbol 300 MovieClip
"p19"Frame 49Symbol 300 MovieClip
"pac"Frame 49Symbol 361 MovieClip
"startPortal"Frame 49Symbol 369 MovieClip
"p1"Frame 49Symbol 363 MovieClip
"hud"Frame 49Symbol 424 MovieClip
"wallswitch"Frame 49Symbol 378 MovieClip
"medimc"Frame 49Symbol 437 MovieClip
"fruitsss"Frame 49Symbol 440 MovieClip
"fade"Frame 49Symbol 546 MovieClip
"p3"Frame 52Symbol 284 MovieClip
"p4"Frame 52Symbol 536 MovieClip
"p5"Frame 52Symbol 536 MovieClip
"p6"Frame 52Symbol 536 MovieClip
"p35"Frame 52Symbol 536 MovieClip
"p4"Frame 52Symbol 536 MovieClip
"p5"Frame 52Symbol 536 MovieClip
"p5"Frame 52Symbol 536 MovieClip
"cam"Frame 52Symbol 273 MovieClip
"cam"Frame 155Symbol 273 MovieClip
"dot"Frame 665Symbol 280 MovieClip
"bdot"Frame 665Symbol 561 MovieClip
"boss"Frame 665Symbol 558 MovieClip
"bshootsound"Frame 665Symbol 564 MovieClip
"health"Frame 665Symbol 393 MovieClip
"p3"Frame 665Symbol 284 MovieClip
"p1"Frame 665Symbol 284 MovieClip
"p6"Frame 665Symbol 300 MovieClip
"p5"Frame 665Symbol 300 MovieClip
"p4"Frame 665Symbol 300 MovieClip
"p2"Frame 665Symbol 536 MovieClip
"reloader"Frame 665Symbol 516 MovieClip
"breloader"Frame 665Symbol 569 MovieClip
"pac"Frame 665Symbol 361 MovieClip
"fade"Frame 665Symbol 560 MovieClip
"fade2"Frame 665Symbol 575 MovieClip
"cam"Frame 665Symbol 273 MovieClip
"p2"Frame 703Symbol 536 MovieClip
"p4"Frame 703Symbol 300 MovieClip
"p4"Frame 703Symbol 300 MovieClip
"boss"Frame 703Symbol 558 MovieClip
"boss"Frame 946Symbol 558 MovieClip
"boss"Frame 974Symbol 558 MovieClip
"w1"Frame 2170Symbol 617 MovieClip
"w2"Frame 2170Symbol 617 MovieClip
"w3"Frame 2170Symbol 617 MovieClip
"w4"Frame 2170Symbol 617 MovieClip
"w5"Frame 2170Symbol 617 MovieClip
"w6"Frame 2170Symbol 617 MovieClip
"w7"Frame 2170Symbol 617 MovieClip
"w7"Frame 2170Symbol 617 MovieClip
"w8"Frame 2170Symbol 617 MovieClip
"w9"Frame 2170Symbol 617 MovieClip
"w57"Frame 2170Symbol 617 MovieClip
"w10"Frame 2170Symbol 617 MovieClip
"w11"Frame 2170Symbol 617 MovieClip
"w12"Frame 2170Symbol 617 MovieClip
"w13"Frame 2170Symbol 617 MovieClip
"w14"Frame 2170Symbol 617 MovieClip
"w15"Frame 2170Symbol 617 MovieClip
"w16"Frame 2170Symbol 617 MovieClip
"w17"Frame 2170Symbol 617 MovieClip
"w18"Frame 2170Symbol 617 MovieClip
"w19"Frame 2170Symbol 617 MovieClip
"w20"Frame 2170Symbol 617 MovieClip
"w21"Frame 2170Symbol 617 MovieClip
"w22"Frame 2170Symbol 617 MovieClip
"w23"Frame 2170Symbol 617 MovieClip
"w24"Frame 2170Symbol 617 MovieClip
"w25"Frame 2170Symbol 617 MovieClip
"w26"Frame 2170Symbol 617 MovieClip
"w27"Frame 2170Symbol 617 MovieClip
"w40"Frame 2170Symbol 617 MovieClip
"w39"Frame 2170Symbol 617 MovieClip
"w38"Frame 2170Symbol 617 MovieClip
"w37"Frame 2170Symbol 617 MovieClip
"w36"Frame 2170Symbol 617 MovieClip
"w35"Frame 2170Symbol 617 MovieClip
"w34"Frame 2170Symbol 617 MovieClip
"w33"Frame 2170Symbol 617 MovieClip
"w32"Frame 2170Symbol 617 MovieClip
"w31"Frame 2170Symbol 617 MovieClip
"w30"Frame 2170Symbol 617 MovieClip
"w29"Frame 2170Symbol 617 MovieClip
"w56"Frame 2170Symbol 617 MovieClip
"w55"Frame 2170Symbol 617 MovieClip
"w54"Frame 2170Symbol 617 MovieClip
"w53"Frame 2170Symbol 617 MovieClip
"w52"Frame 2170Symbol 617 MovieClip
"w51"Frame 2170Symbol 617 MovieClip
"w50"Frame 2170Symbol 617 MovieClip
"w49"Frame 2170Symbol 617 MovieClip
"w48"Frame 2170Symbol 617 MovieClip
"w47"Frame 2170Symbol 617 MovieClip
"w46"Frame 2170Symbol 617 MovieClip
"w45"Frame 2170Symbol 617 MovieClip
"w44"Frame 2170Symbol 617 MovieClip
"w43"Frame 2170Symbol 617 MovieClip
"w42"Frame 2170Symbol 617 MovieClip
"w41"Frame 2170Symbol 617 MovieClip
"w59"Frame 2170Symbol 617 MovieClip
"w60"Frame 2170Symbol 617 MovieClip
"w58"Frame 2170Symbol 617 MovieClip
"w62"Frame 2170Symbol 617 MovieClip
"w63"Frame 2170Symbol 617 MovieClip
"w61"Frame 2170Symbol 617 MovieClip
"w64"Frame 2170Symbol 617 MovieClip
"w65"Frame 2170Symbol 617 MovieClip
"w66"Frame 2170Symbol 617 MovieClip
"w67"Frame 2170Symbol 617 MovieClip
"w68"Frame 2170Symbol 617 MovieClip
"w28"Frame 2170Symbol 617 MovieClip
"t1"Frame 2170Symbol 621 MovieClip
"m1"Frame 2170Symbol 623 MovieClip
"m2"Frame 2170Symbol 623 MovieClip
"m3"Frame 2170Symbol 623 MovieClip
"m6"Frame 2170Symbol 623 MovieClip
"m7"Frame 2170Symbol 623 MovieClip
"m8"Frame 2170Symbol 623 MovieClip
"m5"Frame 2170Symbol 623 MovieClip
"m4"Frame 2170Symbol 623 MovieClip
"t2"Frame 2170Symbol 621 MovieClip
"g1"Frame 2170Symbol 625 MovieClip
"g2"Frame 2170Symbol 625 MovieClip
"char"Frame 2170Symbol 8 MovieClip [char]
"w62"Frame 2171Symbol 617 MovieClip
"w63"Frame 2171Symbol 617 MovieClip
"w61"Frame 2171Symbol 617 MovieClip
"w64"Frame 2171Symbol 617 MovieClip
"w66"Frame 2171Symbol 617 MovieClip
"w67"Frame 2171Symbol 617 MovieClip
"w68"Frame 2171Symbol 617 MovieClip
"w28"Frame 2171Symbol 617 MovieClip
"w69"Frame 2171Symbol 617 MovieClip
"w71"Frame 2171Symbol 617 MovieClip
"w72"Frame 2171Symbol 617 MovieClip
"w670"Frame 2171Symbol 617 MovieClip
"w75"Frame 2171Symbol 617 MovieClip
"w73"Frame 2171Symbol 617 MovieClip
"w74"Frame 2171Symbol 617 MovieClip
"w85"Frame 2171Symbol 617 MovieClip
"w86"Frame 2171Symbol 617 MovieClip
"w84"Frame 2171Symbol 617 MovieClip
"w83"Frame 2171Symbol 617 MovieClip
"w82"Frame 2171Symbol 617 MovieClip
"w81"Frame 2171Symbol 617 MovieClip
"w80"Frame 2171Symbol 617 MovieClip
"w79"Frame 2171Symbol 617 MovieClip
"w78"Frame 2171Symbol 617 MovieClip
"w77"Frame 2171Symbol 617 MovieClip
"w76"Frame 2171Symbol 617 MovieClip
"w90"Frame 2171Symbol 617 MovieClip
"w91"Frame 2171Symbol 617 MovieClip
"w92"Frame 2171Symbol 617 MovieClip
"w89"Frame 2171Symbol 617 MovieClip
"w88"Frame 2171Symbol 617 MovieClip
"w87"Frame 2171Symbol 617 MovieClip
"w93"Frame 2171Symbol 617 MovieClip
"m12"Frame 2171Symbol 623 MovieClip
"m9"Frame 2171Symbol 623 MovieClip
"m13"Frame 2171Symbol 623 MovieClip
"m10"Frame 2171Symbol 623 MovieClip
"m11"Frame 2171Symbol 623 MovieClip
"gh1"Frame 2171Symbol 629 MovieClip
"adv_pacman"Frame 2171Symbol 8 MovieClip [char]
"w12"Frame 2172Symbol 617 MovieClip
"w13"Frame 2172Symbol 617 MovieClip
"w14"Frame 2172Symbol 617 MovieClip
"w15"Frame 2172Symbol 617 MovieClip
"w16"Frame 2172Symbol 617 MovieClip
"w17"Frame 2172Symbol 617 MovieClip
"w18"Frame 2172Symbol 617 MovieClip
"w19"Frame 2172Symbol 617 MovieClip
"w20"Frame 2172Symbol 617 MovieClip
"w21"Frame 2172Symbol 617 MovieClip
"w22"Frame 2172Symbol 617 MovieClip
"w23"Frame 2172Symbol 617 MovieClip
"w25"Frame 2172Symbol 617 MovieClip
"w26"Frame 2172Symbol 617 MovieClip
"w27"Frame 2172Symbol 617 MovieClip
"w40"Frame 2172Symbol 617 MovieClip
"w39"Frame 2172Symbol 617 MovieClip
"w38"Frame 2172Symbol 617 MovieClip
"w37"Frame 2172Symbol 617 MovieClip
"w36"Frame 2172Symbol 617 MovieClip
"w34"Frame 2172Symbol 617 MovieClip
"w33"Frame 2172Symbol 617 MovieClip
"w32"Frame 2172Symbol 617 MovieClip
"w31"Frame 2172Symbol 617 MovieClip
"w30"Frame 2172Symbol 617 MovieClip
"w29"Frame 2172Symbol 617 MovieClip
"w56"Frame 2172Symbol 617 MovieClip
"w55"Frame 2172Symbol 617 MovieClip
"w54"Frame 2172Symbol 617 MovieClip
"w53"Frame 2172Symbol 617 MovieClip
"w52"Frame 2172Symbol 617 MovieClip
"w51"Frame 2172Symbol 617 MovieClip
"w50"Frame 2172Symbol 617 MovieClip
"w49"Frame 2172Symbol 617 MovieClip
"w48"Frame 2172Symbol 617 MovieClip
"w47"Frame 2172Symbol 617 MovieClip
"w46"Frame 2172Symbol 617 MovieClip
"w45"Frame 2172Symbol 617 MovieClip
"w44"Frame 2172Symbol 617 MovieClip
"w43"Frame 2172Symbol 617 MovieClip
"w42"Frame 2172Symbol 617 MovieClip
"w41"Frame 2172Symbol 617 MovieClip
"w60"Frame 2172Symbol 617 MovieClip
"w62"Frame 2172Symbol 617 MovieClip
"w63"Frame 2172Symbol 617 MovieClip
"w64"Frame 2172Symbol 617 MovieClip
"w66"Frame 2172Symbol 617 MovieClip
"w68"Frame 2172Symbol 617 MovieClip
"w28"Frame 2172Symbol 617 MovieClip
"w58"Frame 2172Symbol 617 MovieClip
"w670"Frame 2172Symbol 617 MovieClip
"w75"Frame 2172Symbol 617 MovieClip
"w73"Frame 2172Symbol 617 MovieClip
"w74"Frame 2172Symbol 617 MovieClip
"w85"Frame 2172Symbol 617 MovieClip
"w83"Frame 2172Symbol 617 MovieClip
"w82"Frame 2172Symbol 617 MovieClip
"w81"Frame 2172Symbol 617 MovieClip
"w80"Frame 2172Symbol 617 MovieClip
"w79"Frame 2172Symbol 617 MovieClip
"w78"Frame 2172Symbol 617 MovieClip
"w77"Frame 2172Symbol 617 MovieClip
"w76"Frame 2172Symbol 617 MovieClip
"w88"Frame 2172Symbol 617 MovieClip
"w87"Frame 2172Symbol 617 MovieClip
"w59"Frame 2172Symbol 617 MovieClip
"gh3"Frame 2172Symbol 629 MovieClip
"gh4"Frame 2172Symbol 629 MovieClip
"w67"Frame 2172Symbol 617 MovieClip
"w69"Frame 2172Symbol 617 MovieClip
"w91"Frame 2172Symbol 617 MovieClip
"w86"Frame 2172Symbol 617 MovieClip
"w89"Frame 2172Symbol 617 MovieClip
"m15"Frame 2172Symbol 623 MovieClip
"m14"Frame 2172Symbol 623 MovieClip
"m16"Frame 2172Symbol 623 MovieClip
"gh2"Frame 2172Symbol 629 MovieClip
"adv_pacman"Frame 2172Symbol 8 MovieClip [char]
"w61"Frame 2173Symbol 617 MovieClip
"m18"Frame 2173Symbol 623 MovieClip
"m17"Frame 2173Symbol 623 MovieClip
"m19"Frame 2173Symbol 623 MovieClip
"adv_pacman"Frame 2173Symbol 8 MovieClip [char]
"w9"Frame 2174Symbol 617 MovieClip
"w9"Frame 2174Symbol 617 MovieClip
"adv_pacman"Frame 2174Symbol 8 MovieClip [char]
"w93"Frame 2174Symbol 617 MovieClip
"fruitdropsMC"Frame 2201Symbol 654 MovieClip
"ch"Frame 2201Symbol 318 MovieClip
"fruitdrops"Frame 2201Symbol 654 MovieClip
"mginstructions"Frame 2201Symbol 695 MovieClip
"bg"Frame 2202Symbol 116 MovieClip
"pac1"Frame 2202Symbol 361 MovieClip
"pac2"Frame 2202Symbol 361 MovieClip
"p1"Frame 2202Symbol 300 MovieClip
"s1"Frame 2202Symbol 284 MovieClip
"p3"Frame 2202Symbol 300 MovieClip
"s2"Frame 2202Symbol 284 MovieClip
"p2"Frame 2202Symbol 300 MovieClip
"p4"Frame 2202Symbol 300 MovieClip
"s3"Frame 2202Symbol 284 MovieClip
"p6"Frame 2202Symbol 300 MovieClip
"p9"Frame 2202Symbol 300 MovieClip
"p10"Frame 2202Symbol 300 MovieClip
"sb"Frame 2202Symbol 312 MovieClip
"pa"Frame 2202Symbol 321 MovieClip
"ap"Frame 2202Symbol 315 MovieClip
"ch"Frame 2202Symbol 318 MovieClip
"gameisover"Frame 2202Symbol 720 MovieClip
"p1"Frame 2203Symbol 723 MovieClip
"p5"Frame 2203Symbol 300 MovieClip
"pa"Frame 2203Symbol 321 MovieClip
"ap"Frame 2203Symbol 315 MovieClip
"ch"Frame 2203Symbol 318 MovieClip
"p3"Frame 2204Symbol 300 MovieClip
"s1"Frame 2204Symbol 284 MovieClip
"s2"Frame 2204Symbol 284 MovieClip
"s3"Frame 2204Symbol 284 MovieClip
"s4"Frame 2204Symbol 284 MovieClip
"sb"Frame 2204Symbol 312 MovieClip
"pa"Frame 2204Symbol 321 MovieClip
"ap"Frame 2204Symbol 315 MovieClip
"char"Symbol 8 MovieClip [char] Frame 1Symbol 3 MovieClip
"char"Symbol 8 MovieClip [char] Frame 2Symbol 5 MovieClip
"char"Symbol 8 MovieClip [char] Frame 4Symbol 7 MovieClip
"hitter"Symbol 374 MovieClip Frame 1Symbol 372 MovieClip
"bar"Symbol 393 MovieClip Frame 1Symbol 390 MovieClip
"key"Symbol 397 MovieClip Frame 1Symbol 395 MovieClip
"key"Symbol 397 MovieClip Frame 2Symbol 395 MovieClip
"health"Symbol 424 MovieClip Frame 1Symbol 393 MovieClip
"invisible"Symbol 424 MovieClip Frame 1Symbol 403 MovieClip
"bar"Symbol 567 MovieClip Frame 1Symbol 390 MovieClip
"sb"Symbol 695 MovieClip Frame 10Symbol 312 MovieClip
"pa"Symbol 695 MovieClip Frame 10Symbol 321 MovieClip
"ap"Symbol 695 MovieClip Frame 10Symbol 315 MovieClip
"ch"Symbol 695 MovieClip Frame 10Symbol 318 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$Aj$NekvvFlZpe/neHkyisVPy1."
ExportAssets (56)Timeline Frame 1Symbol 1 as "trainingloop"
ExportAssets (56)Timeline Frame 1Symbol 8 as "char"
ExportAssets (56)Timeline Frame 4Symbol 274 as "skyloop"
ExportAssets (56)Timeline Frame 4Symbol 275 as "menuloop"
ExportAssets (56)Timeline Frame 4Symbol 276 as "spaceloop"
ExportAssets (56)Timeline Frame 4Symbol 277 as "iceloop"

Labels

"maxgames"Frame 3
"MainMenu"Frame 4
"t1"Frame 5
"t2"Frame 6
"t3"Frame 7
"ComlpletedTraining"Frame 8
"GameOverTraining"Frame 9
"ice1"Frame 10
"ice2"Frame 12
"ice3"Frame 14
"ice4"Frame 16
"ice5"Frame 18
"ice6"Frame 20
"GameOverIce"Frame 22
"sky1"Frame 23
"sky2"Frame 25
"sky3"Frame 27
"sky4"Frame 29
"sky5"Frame 31
"sky6"Frame 33
"GameOverSky"Frame 35
"bonus"Frame 36
"bStage"Frame 38
"space1"Frame 39
"space2"Frame 41
"space3"Frame 43
"space4"Frame 45
"space5"Frame 47
"space6"Frame 49
"GameOverSpace"Frame 51
"p2"Frame 155
"bosss"Frame 665
"bdead"Frame 666
"noPacshoot"Frame 684
"win"Frame 702
"TAOP"Frame 2168
"adv_menu"Frame 2169
"adv_level1"Frame 2170
"level2"Frame 2171
"level3"Frame 2172
"level5"Frame 2173
"end"Frame 2174
"adv_cleared"Frame 2175
"adv_ouch"Frame 2198
"adv_congrats"Frame 2199
"PacArena"Frame 2200
"mgmenu"Frame 2201
"mg1"Frame 2202
"mg2"Frame 2203
"mg3"Frame 2204
"sky"Symbol 116 MovieClip Frame 1
"training"Symbol 116 MovieClip Frame 2
"space"Symbol 116 MovieClip Frame 3
"ice"Symbol 116 MovieClip Frame 4
"Menu"Symbol 116 MovieClip Frame 5
"leftnone"Symbol 142 MovieClip Frame 1
"rightnone"Symbol 142 MovieClip Frame 2
"static"Symbol 142 MovieClip Frame 3
"blinking"Symbol 142 MovieClip Frame 4
"shot"Symbol 142 MovieClip Frame 5
"eaten"Symbol 142 MovieClip Frame 6
"bSound"Symbol 146 MovieClip Frame 31
"leftnone"Symbol 179 MovieClip Frame 1
"rightnone"Symbol 179 MovieClip Frame 2
"shot"Symbol 179 MovieClip Frame 3
"eaten"Symbol 179 MovieClip Frame 4
"Adventure"Symbol 260 MovieClip Frame 23
"Training"Symbol 260 MovieClip Frame 24
"Minigames"Symbol 260 MovieClip Frame 25
"Credits"Symbol 260 MovieClip Frame 26
"mini"Symbol 260 MovieClip Frame 67
"Taop"Symbol 260 MovieClip Frame 68
"pacarena"Symbol 260 MovieClip Frame 69
"out"Symbol 269 MovieClip Frame 2
"in"Symbol 269 MovieClip Frame 47
"ice"Symbol 300 MovieClip Frame 1
"sky"Symbol 300 MovieClip Frame 2
"space"Symbol 300 MovieClip Frame 3
"rightnormal"Symbol 361 MovieClip Frame 1
"leftnormal"Symbol 361 MovieClip Frame 2
"righthurt"Symbol 361 MovieClip Frame 3
"lefthurt"Symbol 361 MovieClip Frame 4
"rightdead"Symbol 361 MovieClip Frame 5
"leftdead"Symbol 361 MovieClip Frame 6
"rightrevived"Symbol 361 MovieClip Frame 7
"leftrevived"Symbol 361 MovieClip Frame 8
"rightfinished"Symbol 361 MovieClip Frame 9
"leftfinished"Symbol 361 MovieClip Frame 10
"rightinvisible"Symbol 361 MovieClip Frame 11
"leftinvisible"Symbol 361 MovieClip Frame 12
"rightstart"Symbol 361 MovieClip Frame 13
"leftstart"Symbol 361 MovieClip Frame 14
"startingFrame"Symbol 369 MovieClip Frame 2
"no"Symbol 397 MovieClip Frame 1
"yes"Symbol 397 MovieClip Frame 2
"out"Symbol 546 MovieClip Frame 2
"in"Symbol 546 MovieClip Frame 29
"starter"Symbol 654 MovieClip Frame 5

Dynamic Text Variables

_root.highscoreSymbol 211 EditableText""
_root.invisibletimeSymbol 401 EditableText" "
_root.pointsSymbol 407 EditableText"999"
_root.dotSumSymbol 410 EditableText"50"
_root.ghostsLeftSymbol 519 EditableText""
_root.bonustimerSymbol 522 EditableText""
_root.livesSymbol 573 EditableText""
_root.pointsSymbol 592 EditableText""
textSymbol 599 EditableText""
adv_descSymbol 604 EditableText""
_root.pointsSymbol 640 EditableText""
mgtimerSymbol 650 EditableText""
mgtimerSymbol 682 EditableText""
_root.mgtimerSymbol 696 EditableText"60"
pointsP1Symbol 699 EditableText""
pointsP2Symbol 700 EditableText""
_root.pointsP1Symbol 712 EditableText"9999"
_root.pointsP1Symbol 713 EditableText"9999"
_root.pointsP2Symbol 714 EditableText"123"
_root.pointsP1Symbol 715 EditableText"9999"
_root.pointsP2Symbol 716 EditableText"123"
_root.theresultSymbol 717 EditableText"Player x Wins!"
_root.mgtimerSymbol 721 EditableText"60"
pointsP1Symbol 724 EditableText""
pointsP2Symbol 725 EditableText""
_root.mgtimerSymbol 726 EditableText"60"
pointsP1Symbol 727 EditableText""
pointsP2Symbol 728 EditableText""




http://swfchan.com/3/11700/info.shtml
Created: 6/6 -2019 22:57:35 Last modified: 6/6 -2019 22:57:35 Server time: 14/11 -2024 23:28:43