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

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

Trapped 5.swf

This is the info page for
Flash #24482

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


Text
RUGGIA

Loading

Loading

TRAPPED

TRAPPED

TRAPPED

TRAPPED

Play

press space

Instuctions

Gamplay

By pressing the 'arrow' keys move around
and search the rooms. To kill enemies: press
'z' to set the bomb and then press 'z' again to
detonate it. Collect coins, keys, and items to
help you find your way out. Press 'm' to view
the menu and 'm' again to close it. While
viewing the menu press left or right to view
submenus. Press 'a' in facing doors to check
them or on top of blue ground buttons.

- press left or right

- press space for main menu

Controls

Move, Navigate

Action, Check

Show/Hide Menu, Pause

arrows

a

m

Set/Detonate Bomb

z

Toggle Options

space

Hints

Most enemies appear randomly
Don't rush into a room. You never know what
lies ahead
Everything pretty much happens for a reason
Take notes of things
Life packs always stay where they were left
unless you pick it up. So, use them in
moderation and take note of where they are

Go out of a room and then back in to have
enemies appear in a different place
If you get "trapped" between a of couple
enemies and/or a wall and enemies then you
have to keep using the bomb to escape,
although it hurts you too
Blue ground buttons do random things. For
some puzzles they will reset where things are
and where you are. Press 'a' on them.

skip - press space














Attack

Coin-1

Coin-5

Life

3

75%

10%

5%

5

60%

15%

8

50%

30%

10

25%

55%

2

Life:

Coins:

Lives Used:

Items

Items

Map

Stats

Controls

Options

Stats

A secret book of enemy
statistics. Go to the Stats
submenu and press 'space'
to view it.

The raft is for traveling on
water. You enter water by
moving onto the brown dock,
then into the water. To get
back on ground move onto
the dock, then onto ground.

The bomb is your primary
weapon to defeat ememies.
Be careful, the bomb also
does damage to yourself!

The super bomb is a more
powerful upgrade to the
bomb. It's also able to blow
up some walls and blocks -
the ones with the brown
cracks.

P

Push Power is needed to
push the blue blocks.
Some brown blocks can
also be pushed.

Items

Map

Map

Room Hints:

Key needed

Visited

Unvisited

You

Legend:

Start

Store

Stats

Stats

Time:

Enemies Killed:

Rooms Visited:

Attack

Life

Move

1 Coin

5 Coins

Life

5

2

random

80%

15%

5%

3

chase

70%

20%

10%

10

4

0%

85%

-

Invincible ghost like defence

15

75%

25%

6

align

100%

Periodic invisibility

Projectile

Self-destruct

Press 'space' to view enemy statistics

Controls

Controls

Options

Options

Transparent Menu

Enemy Life Bar

Toggle option with <space>

Music1

Music2

Music3

Music4

Music5

Room Hints

Trapped 5

Enter the password:
press <x>

SHOP

Map

Map

Orange Key

Orange Key

MAP

Boss

Boss

Health:

Credits
Trapped 5
Graphics, Design, Programming, Concept
(Made from scratch)
Matt Ruggia
TrappedFive@yahoo.com
Ideas
Matt Ruggia
Danielle Phillips
'Fans'
Music
www.Newgrounds.com
www.Flashkit.com
SFX
www.Findsounds.com
www.Flashkit.com
Testers
Danielle Phillips
Bill "Bildo" Krzyk
Jon "Nuts" Forgione
Thanks
www.NEWGROUNDS.com
Trapped 5

Lives Used:

RANK

A+

Good job! You beat the game with perfect score

B

SECRET ROOM HINTS:
(1) Go down four rooms from start
(2) Go right one room from blue key room

C

D

Beat the game with a B or C rank for secrets

F

ActionScript [AS1/AS2]

Frame 1
Stage.showMenu = false;
Frame 86
iStatus = 0; setProperty("pBar", _xscale , 0);
Frame 87
iBytesTotal = _root.getBytesTotal(); iBytesLoaded = _root.getBytesLoaded(); iBytes = (iBytesLoaded / iBytesTotal) * 100; setProperty("pbar", _xscale , iBytes); sStatus = math.floor(iBytes) add "%";
Frame 88
if (iBytes < 100) { gotoAndPlay (87); } else { sStatus = "FINISHED"; gotoAndPlay (89); }
Frame 89
gotoAndStop (90);
Frame 90
stop();
Frame 112
stop();
Frame 113
stop();
Frame 114
stop();
Frame 115
stop();
Frame 139
gotoAndStop (90);
Frame 862
gotoAndPlay (863);
Frame 863
stopAllSounds(); xyou = 150; yyou = 170; direction = 3; z = 0; loop1 = 0; loop2 = 1; loop3 = 0; loop4 = 0; loop5 = 0; floor = 1; pause = 0; bombset = 0; currentmenu = 1; seconds = 0; minutes = 0; mainmenuclear = 0; badlifevisible = 0; arrowx = 1; arrowy = 1; randx = random(7) + 5; blueblock = (randx * 20) - 10; randx = random(7) + 5; yellowblock = (randx * 20) - 10; randx = random(7) + 5; greenblock = (randx * 20) - 10; randx = random(7) + 5; redblock = (randx * 20) - 10;
Instance of Symbol 102 MovieClip "bad1" in Frame 863
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } Set(("/:" add getProperty(this, _name)) add "life", 2); }
Instance of Symbol 111 MovieClip "bad2" in Frame 863
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } Set(("/:" add getProperty(this, _name)) add "life", 3); }
Instance of Symbol 117 MovieClip "bad3" in Frame 863
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } Set(("/:" add getProperty(this, _name)) add "life", 4); } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } }
Instance of Symbol 129 MovieClip "bad5" in Frame 863
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } Set(("/:" add getProperty(this, _name)) add "life", 3); }
Instance of Symbol 135 MovieClip "bad4" in Frame 863
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } Set(("/:" add getProperty(this, _name)) add "life", 5); }
Frame 864
push = 0; raft = 0; map = 0; book = 0; havebomb = 1; havesuperbomb = 0; hintson = 0; totalrooms = 80; kills = 0; totalenemies = 88; finalencountered = 0; finalsnakelife = 5; stars = 0; mapbought = 0; orangekeybought = 0; coins = 0; life = 100; lives = 0; lifeups = 0; codefound = 0; raze = 0; introdone = 0; snakelife = 100; snakeatebomb = 0; snakekilled = 0; bossencounter = 0; bomblife = 5; bombkilled = 0; inwater = 0; gunspeed = 7;
Frame 865
yellowdoor = 0; yellowkey = 0; orangedoor = 0; orangekey = 0; greendoor = 0; greenkey = 0; reddoor = 0; redkey = 0; bluedoor = 0; bluekey = 0; blankkey = 0; whitedoor = 0; whitekey = 0; whitekey2 = 0;
Frame 866
z = 0; while (z < 100) { Set("maproom" add z, 0); z = z + 1; }
Frame 867
z = 0; a = 0; while (z < 100) { while (a < 11) { Set((("coin" add a) add "_room") add z, 0); a = a + 1; } a = 0; z = z + 1; } z = 0; a = 0; while (z < 100) { while (a < 11) { Set((("bigcoin" add a) add "_room") add z, 0); a = a + 1; } a = 0; z = z + 1; } z = 0; a = 0; while (z < 100) { while (a < 11) { Set((("life" add a) add "_room") add z, 0); a = a + 1; } a = 0; z = z + 1; } z = 0; a = 0; while (z < 100) { while (a < 11) { Set((("star" add a) add "_room") add z, 0); a = a + 1; } a = 0; z = z + 1; }
Frame 868
z = 0; a = 0; while (z < 100) { while (a < 11) { Set(((("bad" add a) add "_room") add z) add "_killed", 0); a = a + 1; } a = 0; z = z + 1; }
Frame 869
z = 0; a = 0; while (z < 100) { while (a < 102) { Set((("block" add a) add "_room") add z, 0); Set((("bad" add z) add "life") add a, null); Set((("block" add z) add "life") add a, null); a = a + 1; } a = 0; z = z + 1; } z = 0; a = 0; while (z < 100) { while (a < 40) { Set(((("block" add a) add "_room") add z) add "x", "null"); Set(((("block" add a) add "_room") add z) add "y", "null"); Set(((("bad" add a) add "_room") add z) add "x", "null"); Set(((("bad" add a) add "_room") add z) add "y", "null"); Set(((("coin" add a) add "_room") add z) add "x", "null"); Set(((("coin" add a) add "_room") add z) add "y", "null"); Set(((("bigcoin" add a) add "_room") add z) add "x", "null"); Set(((("bigcoin" add a) add "_room") add z) add "y", "null"); Set(((("life" add a) add "_room") add z) add "x", "null"); Set(((("life" add a) add "_room") add z) add "y", "null"); Set(((("star" add a) add "_room") add z) add "x", "null"); Set(((("star" add a) add "_room") add z) add "y", "null"); a = a + 1; } a = 0; z = z + 1; }
Frame 870
puzzleroom3 = 0; puzzleroom4 = 0; puzzleroom4b = 0; puzzleroom5 = 0; puzzleroom6 = 0; puzzleroom6b = 0; puzzleroom8 = 0; puzzleroom8a = 0; puzzleroom8b = 0; puzzleroom8c = 0; puzzleroom8d = 0; puzzleroom14 = 0; puzzleroom19 = 0; puzzleroom20 = 0; puzzleroom21 = 0; puzzleroom24 = 0; puzzleroom23a = 0; puzzleroom23b = 0; puzzleroom27a = 0; puzzleroom27b = 0; puzzleroom30 = 0; puzzleroom33 = 0; puzzleroom39 = 0; puzzleroom40 = 0; puzzleroom55 = 0; puzzleroom57 = 0; puzzleroom59 = 0; puzzleroom61 = 0; puzzleroom62 = 0; puzzleroom66 = 0; puzzleroom67 = 0; puzzleroom70 = 0; puzzleroom70a = 0; puzzleroom72 = 0; puzzleroom76intro = 0; puzzleroom76 = 0; puzzleroomblocks = 0;
Frame 871
z = 0; while (z < 100) { Set("hint" add z, ""); z = z + 1; } hint3 = "Pushing 'a' on the blue button will enable you to get the yellow key"; hint4 = "Kill all of the enemies in this room to open the door"; hint5 = "The blocks at the bottom can be blown up with thr super bomb"; hint6 = "Kill the enemies then press 'a' on the blue botton"; hint9 = "You need the red key"; hint10 = "You need the 'Push Power' to move the blue block"; hint11 = "You need the yellow key"; hint14 = "You need the password to open the door"; hint16 = "You need the 'Push Power' to move the blue block"; hint18 = "You need the raft to enter the water"; hint20 = "There's a hidden button to open the door"; hint21 = "Kill the enemies and push the blue block on the gray circular botton"; hint22 = "Puchase items with keys. You must find the blank key before you can buy the orange key"; hint24 = "Find the hidden button"; hint26 = "Remember exactly where these colored blocks are on the floor"; hint27 = "Boss"; hint28 = "Remember this password"; hint33 = "You need the green key"; hint46 = "Complicated puzzle"; hint50 = "Don't fall into the blackness"; hint55 = "Kill the enemies"; hint59 = "Press 'a' on the blue botton to move blocks"; hint62 = "Push blocks to right positions then press 'a' on the blue button"; hint70 = "The bomb rotates the reflectors. Light up all red objects. Press 'a' on the blue button";
Frame 872
function youhit() { if (_root.you._currentframe == 1) { tellTarget ("_root.you") { gotoAndPlay (5); }; } else if (_root.you._currentframe == 2) { tellTarget ("_root.you") { gotoAndPlay (9); }; } else if (_root.you._currentframe == 3) { tellTarget ("_root.you") { gotoAndPlay (13); }; } else if (_root.you._currentframe == 4) { tellTarget ("_root.you") { gotoAndPlay (17); }; } }
Frame 873
function hitfromturret() { z = 0; while (z < 9) { if ((getProperty("_root.ball" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.ball" add z, _y) == getProperty("_root.you", _y))) { youhit(); setProperty("_root.ball" add z, _x , -1000); tellTarget ("_root.ball" add z) { gotoAndStop (1); }; Set("/:life", /:life - 5); } z = z + 1; } }
Frame 874
function usebomb() { if (((you._currentframe < 5) and (pause == 0)) and (!((((((you._x == platform._x) and (you._y == platform._y)) or ((you._x == platform2._x) and (you._y == platform2._y))) or ((you._x == platform3._x) and (you._y == platform3._y))) or ((you._x == platform4._x) and (you._y == platform4._y))) or ((you._x == platform5._x) and (you._y == platform5._y))))) { if (havebomb == 1) { if (bomb._currentframe == 1) { if ((bombset == 0) and (inwater == 0)) { bombset = 1; setProperty("bomb", _x , you._x); setProperty("bomb", _y , you._y); } else if (bombset == 1) { tellTarget ("bomb") { gotoAndPlay (2); }; } } } } }
Frame 875
function gotcoin() { z = 0; while (z < 11) { if ((getProperty("_root.coin" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.coin" add z, _y) == getProperty("_root.you", _y))) { s = new Sound(); s.attachSound("reward"); s.start(); Set("/:coins", /:coins + 1); setProperty("_root.coin" add z, _x , -10000); Set((("/:coin" add z) add "_room") add /:currentlocation, 1); message = "You found 1 coin"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } z = z + 1; } z = 0; while (z < 11) { if ((getProperty("_root.bigcoin" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bigcoin" add z, _y) == getProperty("_root.you", _y))) { s = new Sound(); s.attachSound("reward"); s.start(); Set("/:coins", /:coins + 5); setProperty("_root.bigcoin" add z, _x , -10000); Set((("/:bigcoin" add z) add "_room") add /:currentlocation, 1); message = "You found 5 coins"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } z = z + 1; } z = 0; while (z < 11) { if (((getProperty("_root.life" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.life" add z, _y) == getProperty("_root.you", _y))) and (/:life < 100)) { s = new Sound(); s.attachSound("lifepacksound"); s.start(); setProperty("_root.life" add z, _x , -10000); Set((("/:life" add z) add "_room") add /:currentlocation, 1); if (/:life < 51) { Set("/:life", /:life + 50); amount = 50; } else if (/:life > 50) { amount = Math.abs(100 - /:life); Set("/:life", 100); } message = ("Your life was restored by " add amount) add "%"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (((getProperty("_root.life" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.life" add z, _y) == getProperty("_root.you", _y))) and (/:life == 100)) { message = "Your life is already at 100%"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } z = z + 1; } z = 0; while (z < 11) { if ((getProperty("_root.star" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.star" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.star" add z, _x , -10000); Set("/:stars", /:stars + 1); Set((("/:star" add z) add "_room") add /:currentlocation, 1); message = "You found a star"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } z = z + 1; } }
Frame 876
function badhit_up() { pushup(); noup(); hitfromturret(); waterup(); blackhit(); if (((((/:currentlocation != 76) and (getProperty(_root.you, _x) <= (getProperty(_root.boss, _x) + 20))) and (getProperty(_root.you, _x) >= (getProperty(_root.boss, _x) - 20))) and (getProperty(_root.you, _y) <= (getProperty(_root.boss, _y) + 20))) and (getProperty(_root.you, _y) >= (getProperty(_root.boss, _y) - 20))) { Set("/:life", /:life - 10); youhit(); setProperty("_root.you", _y , getProperty("_root.you", _y) + 20); } z = 0; while (z < 5) { if ((getProperty("_root.snake" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.snake" add z, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.snake" add z, _currentframe) < 21) { Set("/:life", /:life - 10); youhit(); setProperty("_root.you", _y , getProperty("_root.you", _y) + 20); } } z = z + 1; } z = 0; while (z < 20) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.bad" add z, _currentframe) < 38) { Set("/:life", /:life - 5); youhit(); setProperty("_root.you", _y , getProperty("_root.you", _y) + 20); } } z = z + 1; } z = 0; while (z < 5) { if ((((getProperty("_root.vbullet" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.vbullet" add z, _y) == getProperty("_root.you", _y))) or ((getProperty("_root.hbullet" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.hbullet" add z, _y) == getProperty("_root.you", _y)))) or ((getProperty("_root.head", _x) == getProperty("_root.you", _x)) and (getProperty("_root.head", _y) == getProperty("_root.you", _y)))) { Set("/:life", /:life - 15); youhit(); setProperty("_root.you", _y , getProperty("_root.you", _y) + 20); setProperty("_root.vbullet" add z, _x , -1000); setProperty("_root.hbullet" add z, _x , -1000); } z = z + 1; } } function badhit_right() { pushright(); noright(); hitfromturret(); waterright(); blackhit(); if (((((/:currentlocation != 76) and (getProperty(_root.you, _x) <= (getProperty(_root.boss, _x) + 20))) and (getProperty(_root.you, _x) >= (getProperty(_root.boss, _x) - 20))) and (getProperty(_root.you, _y) <= (getProperty(_root.boss, _y) + 20))) and (getProperty(_root.you, _y) >= (getProperty(_root.boss, _y) - 20))) { Set("/:life", /:life - 10); youhit(); setProperty("_root.you", _x , getProperty("_root.you", _x) - 20); } z = 0; while (z < 5) { if ((getProperty("_root.snake" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.snake" add z, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.snake" add z, _currentframe) < 21) { Set("/:life", /:life - 10); youhit(); setProperty("_root.you", _x , getProperty("_root.you", _x) - 20); } } z = z + 1; } z = 0; while (z < 20) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.bad" add z, _currentframe) < 38) { Set("/:life", /:life - 5); youhit(); setProperty("_root.you", _x , getProperty("_root.you", _x) - 20); } } z = z + 1; } z = 0; while (z < 5) { if ((((getProperty("_root.vbullet" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.vbullet" add z, _y) == getProperty("_root.you", _y))) or ((getProperty("_root.hbullet" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.hbullet" add z, _y) == getProperty("_root.you", _y)))) or ((getProperty("_root.head", _x) == getProperty("_root.you", _x)) and (getProperty("_root.head", _y) == getProperty("_root.you", _y)))) { Set("/:life", /:life - 15); youhit(); setProperty("_root.you", _x , getProperty("_root.you", _x) - 20); setProperty("_root.vbullet" add z, _x , -1000); setProperty("_root.hbullet" add z, _x , -1000); } z = z + 1; } } function badhit_down() { hitfromturret(); nodown(); pushdown(); waterdown(); blackhit(); if (((((/:currentlocation != 76) and (getProperty(_root.you, _x) <= (getProperty(_root.boss, _x) + 20))) and (getProperty(_root.you, _x) >= (getProperty(_root.boss, _x) - 20))) and (getProperty(_root.you, _y) <= (getProperty(_root.boss, _y) + 20))) and (getProperty(_root.you, _y) >= (getProperty(_root.boss, _y) - 20))) { Set("/:life", /:life - 10); youhit(); setProperty("_root.you", _y , getProperty("_root.you", _y) - 20); } z = 0; while (z < 5) { if ((getProperty("_root.snake" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.snake" add z, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.snake" add z, _currentframe) < 21) { Set("/:life", /:life - 10); youhit(); setProperty("_root.you", _y , getProperty("_root.you", _y) - 20); } } z = z + 1; } z = 0; while (z < 20) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.bad" add z, _currentframe) < 38) { Set("/:life", /:life - 5); youhit(); setProperty("_root.you", _y , getProperty("_root.you", _y) - 20); } } z = z + 1; } z = 0; while (z < 5) { if ((((getProperty("_root.vbullet" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.vbullet" add z, _y) == getProperty("_root.you", _y))) or ((getProperty("_root.hbullet" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.hbullet" add z, _y) == getProperty("_root.you", _y)))) or ((getProperty("_root.head", _x) == getProperty("_root.you", _x)) and (getProperty("_root.head", _y) == getProperty("_root.you", _y)))) { Set("/:life", /:life - 15); youhit(); setProperty("_root.you", _y , getProperty("_root.you", _y) - 20); setProperty("_root.vbullet" add z, _x , -1000); setProperty("_root.hbullet" add z, _x , -1000); } z = z + 1; } } function badhit_left() { hitfromturret(); noleft(); pushleft(); waterleft(); blackhit(); z = 0; if (((((/:currentlocation != 76) and (getProperty(_root.you, _x) <= (getProperty(_root.boss, _x) + 20))) and (getProperty(_root.you, _x) >= (getProperty(_root.boss, _x) - 20))) and (getProperty(_root.you, _y) <= (getProperty(_root.boss, _y) + 20))) and (getProperty(_root.you, _y) >= (getProperty(_root.boss, _y) - 20))) { Set("/:life", /:life - 10); youhit(); setProperty("_root.you", _x , getProperty("_root.you", _x) + 20); } while (z < 5) { if ((getProperty("_root.snake" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.snake" add z, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.snake" add z, _currentframe) < 21) { Set("/:life", /:life - 10); youhit(); setProperty("_root.you", _x , getProperty("_root.you", _x) + 20); } } z = z + 1; } z = 0; while (z < 20) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.bad" add z, _currentframe) < 38) { Set("/:life", /:life - 5); youhit(); setProperty("_root.you", _x , getProperty("_root.you", _x) + 20); } } z = z + 1; } z = 0; while (z < 5) { if ((((getProperty("_root.vbullet" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.vbullet" add z, _y) == getProperty("_root.you", _y))) or ((getProperty("_root.hbullet" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.hbullet" add z, _y) == getProperty("_root.you", _y)))) or ((getProperty("_root.head", _x) == getProperty("_root.you", _x)) and (getProperty("_root.head", _y) == getProperty("_root.you", _y)))) { Set("/:life", /:life - 15); youhit(); setProperty("_root.you", _x , getProperty("_root.you", _x) + 20); setProperty("_root.vbullet" add z, _x , -1000); setProperty("_root.hbullet" add z, _x , -1000); } z = z + 1; } }
Frame 877
function menus() { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (getProperty(_root.menu.menu2, _currentframe) < 4) { currentmenu = Number(currentmenu + 1); tellTarget ("_root.menu.menu2") { nextFrame(); }; } else if (getProperty(_root.menu.menu2, _currentframe) == 4) { currentmenu = 1; tellTarget ("_root.menu.menu2") { gotoAndStop (1); }; } } }
Frame 878
function pushup() { z = 0; while (z < 11) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x), getProperty("_root.block" add z, _y) - 20, true) ne "true") and ((getProperty("_root.block" add z, _y) - 20) != 30)) and (push == 1)) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) - 20); if ((getProperty("_root.block" add z, _x) == getProperty("_root.bomb", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.bomb", _y))) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) + 20); setProperty(_root.you, _y , _root.you._y + 20); } a = 0; while (a < 11) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) + 20); setProperty(_root.you, _y , _root.you._y + 20); } a = a + 1; } a = 0; while (a < 11) { if (a != z) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.block" add a, _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.block" add a, _y))) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) + 20); setProperty(_root.you, _y , _root.you._y + 20); } } a = a + 1; } } else { setProperty(_root.you, _y , _root.you._y + 20); } } z = z + 1; } } function pushright() { z = 0; while (z < 11) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x) + 20, getProperty("_root.block" add z, _y), true) ne "true") and ((getProperty("_root.block" add z, _x) + 20) != 270)) and (push == 1)) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) + 20); if ((getProperty("_root.block" add z, _x) == getProperty("_root.bomb", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.bomb", _y))) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) - 20); setProperty(_root.you, _x , _root.you._x - 20); } a = 0; while (a < 11) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) - 20); setProperty(_root.you, _x , _root.you._x - 20); } a = a + 1; } a = 0; while (a < 11) { if (a != z) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.block" add a, _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.block" add a, _y))) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) - 20); setProperty(_root.you, _x , _root.you._x - 20); } } a = a + 1; } } else { setProperty(_root.you, _x , _root.you._x - 20); } } z = z + 1; } } function pushdown() { z = 0; while (z < 11) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x), getProperty("_root.block" add z, _y) + 20, true) ne "true") and ((getProperty("_root.block" add z, _y) + 20) != 270)) and (push == 1)) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) + 20); if ((getProperty("_root.block" add z, _x) == getProperty("_root.bomb", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.bomb", _y))) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) - 20); setProperty(_root.you, _y , _root.you._y - 20); } a = 0; while (a < 11) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) - 20); setProperty(_root.you, _y , _root.you._y - 20); } a = a + 1; } a = 0; while (a < 11) { if (a != z) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.block" add a, _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.block" add a, _y))) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) - 20); setProperty(_root.you, _y , _root.you._y - 20); } } a = a + 1; } } else { setProperty(_root.you, _y , _root.you._y - 20); } } z = z + 1; } } function pushleft() { z = 0; while (z < 11) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x) - 20, getProperty("_root.block" add z, _y), true) ne "true") and ((getProperty("_root.block" add z, _x) - 20) != 30)) and (push == 1)) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) - 20); if ((getProperty("_root.block" add z, _x) == getProperty("_root.bomb", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.bomb", _y))) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) + 20); setProperty(_root.you, _x , _root.you._x + 20); } a = 0; while (a < 11) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) + 20); setProperty(_root.you, _x , _root.you._x + 20); } a = a + 1; } a = 0; while (a < 11) { if (a != z) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.block" add a, _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.block" add a, _y))) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) + 20); setProperty(_root.you, _x , _root.you._x + 20); } } a = a + 1; } } else { setProperty(_root.you, _x , _root.you._x + 20); } } z = z + 1; } }
Frame 879
function noup() { z = 0; while (z < 11) { if ((getProperty("_root.noup" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.noup" add z, _y) == getProperty("_root.you", _y))) { setProperty("you", _y , you._y + 20); return; } z = z + 1; } } function noright() { z = 0; while (z < 11) { if ((getProperty("_root.noright" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.noright" add z, _y) == getProperty("_root.you", _y))) { setProperty("you", _x , you._x - 20); return; } z = z + 1; } } function nodown() { z = 0; while (z < 11) { if ((getProperty("_root.nodown" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.nodown" add z, _y) == getProperty("_root.you", _y))) { setProperty("you", _y , you._y - 20); return; } z = z + 1; } } function noleft() { z = 0; while (z < 11) { if ((getProperty("_root.noleft" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.noleft" add z, _y) == getProperty("_root.you", _y))) { setProperty("you", _x , you._x + 20); return; } z = z + 1; } }
Frame 880
function arrowup() { if (_root.mainmenu._currentframe == 31) { if (_root.mainmenu.mainmenu2.sub._currentframe == 1) { if (/:arrowy > 1) { Set("/:arrowy", /:arrowy - 1); setProperty("_root.mainmenu.mainmenu2.sub.select", _y , _root.mainmenu.mainmenu2.sub.select._y - 20); } } else if (_root.mainmenu.mainmenu2.sub._currentframe == 5) { if (/:arrowy > 1) { Set("/:arrowy", /:arrowy - 1); setProperty("_root.mainmenu.mainmenu2.sub.select", _y , _root.mainmenu.mainmenu2.sub.select._y - 20); } } } } function arrowright() { if (_root.mainmenu._currentframe == 31) { if (_root.mainmenu.mainmenu2.sub._currentframe < 5) { s = new Sound(); s.attachSound("beep"); s.start(); tellTarget ("_root.mainmenu.mainmenu2.sub") { nextFrame(); }; } } } function arrowdown() { if (_root.mainmenu._currentframe == 31) { if (_root.mainmenu.mainmenu2.sub._currentframe == 1) { if (/:arrowy < /:maxarrowy) { Set("/:arrowy", /:arrowy + 1); setProperty("_root.mainmenu.mainmenu2.sub.select", _y , _root.mainmenu.mainmenu2.sub.select._y + 20); } } else if (_root.mainmenu.mainmenu2.sub._currentframe == 5) { if (/:arrowy < /:maxarrowy) { Set("/:arrowy", /:arrowy + 1); setProperty("_root.mainmenu.mainmenu2.sub.select", _y , _root.mainmenu.mainmenu2.sub.select._y + 20); } } } } function arrowleft() { if (_root.mainmenu._currentframe == 31) { if (_root.mainmenu.mainmenu2.sub._currentframe > 1) { s = new Sound(); s.attachSound("beep"); s.start(); tellTarget ("_root.mainmenu.mainmenu2.sub") { prevFrame(); }; } } }
Frame 881
function stopall() { tellTarget ("_root.snake0.snake.eye2") { stop(); }; tellTarget ("_root.snake0.snake.eye1") { stop(); }; tellTarget ("_root.snake0") { stop(); }; tellTarget ("_root.portal") { stop(); }; tellTarget ("_root.menu.mess") { stop(); }; tellTarget ("_root.bomb.bomb") { stop(); }; tellTarget ("_root.bomb") { stop(); }; tellTarget ("_root.bomb.freeze") { stop(); }; tellTarget ("_root.bomb.super") { stop(); }; tellTarget ("_root.itembomb.bomb") { stop(); }; z = 0; while (z < 30) { tellTarget ("_root.star" add z) { stop(); }; tellTarget ("_root.bad" add z) { stop(); }; tellTarget (("_root.bad" add z) add ".bad.eye1") { stop(); }; tellTarget (("_root.bad" add z) add ".bad.bad.eye1") { stop(); }; tellTarget (("_root.bad" add z) add ".bad.eye2") { stop(); }; tellTarget (("_root.bad" add z) add ".bad.bad.eye2") { stop(); }; tellTarget (("_root.bad" add z) add ".bad") { stop(); }; tellTarget ("_root.coin" add z) { stop(); }; tellTarget ("_root.bigcoin" add z) { stop(); }; tellTarget ("_root.noleft" add z) { stop(); }; tellTarget ("_root.noright" add z) { stop(); }; tellTarget ("_root.nodown" add z) { stop(); }; tellTarget ("_root.noup" add z) { stop(); }; tellTarget ("_root.turret") { stop(); }; tellTarget ("_root.turret" add z) { stop(); }; tellTarget ("_root.ball" add z) { stop(); }; tellTarget ("_root.hbullet" add z) { stop(); }; tellTarget ("_root.vbullet" add z) { stop(); }; z = z + 1; } }
Frame 882
function playall() { tellTarget ("_root.snake0.snake.eye2") { play(); }; tellTarget ("_root.snake0.snake.eye1") { play(); }; tellTarget ("_root.snake0") { play(); }; tellTarget ("_root.bomb.freeze") { play(); }; tellTarget ("_root.bomb.super") { play(); }; tellTarget ("_root.portal") { play(); }; if ((_root.menu.mess._currentframe != 1) and (_root.menu.mess._currentframe != 66)) { tellTarget ("_root.menu.mess") { play(); }; } if (_root.bomb._currentframe != 1) { tellTarget ("_root.bomb") { play(); }; } tellTarget ("_root.bomb.bomb") { play(); }; tellTarget ("_root.itembomb.bomb") { play(); }; z = 0; while (z < 30) { tellTarget ("_root.star" add z) { play(); }; if (eval (("_root.bad" add z) add ".noplay") != 1) { if (eval (((("_root.bad" add z) add "_room") add /:currentlocation) add "_killed") != 1) { tellTarget ("_root.bad" add z) { play(); }; } } tellTarget (("_root.bad" add z) add ".bad.eye1") { play(); }; tellTarget (("_root.bad" add z) add ".bad.bad.eye1") { play(); }; tellTarget (("_root.bad" add z) add ".bad.eye2") { play(); }; tellTarget (("_root.bad" add z) add ".bad.bad.eye2") { play(); }; tellTarget (("_root.bad" add z) add ".bad") { play(); }; tellTarget ("_root.coin" add z) { play(); }; tellTarget ("_root.bigcoin" add z) { play(); }; tellTarget ("_root.noleft" add z) { play(); }; tellTarget ("_root.noright" add z) { play(); }; tellTarget ("_root.nodown" add z) { play(); }; tellTarget ("_root.noup" add z) { play(); }; if (/:currentlocation != 62) { tellTarget ("_root.turret") { play(); }; } tellTarget ("_root.turret" add z) { play(); }; if (getProperty("_root.ball" add z, _currentframe) != 1) { tellTarget ("_root.ball" add z) { play(); }; } tellTarget ("_root.hbullet" add z) { play(); }; tellTarget ("_root.vbullet" add z) { play(); }; z = z + 1; } }
Frame 883
function usemagic() { if ((shadow._currentframe == 1) and false) { setProperty("shadow", _x , _root.you._x); setProperty("shadow", _y , _root.you._y); if (d == 1) { tellTarget ("shadow") { gotoAndPlay (2); }; } else if (d == 2) { tellTarget ("shadow") { gotoAndPlay (4); }; } else if (d == 3) { tellTarget ("shadow") { gotoAndPlay (6); }; } else if (d == 4) { tellTarget ("shadow") { gotoAndPlay (8); }; } } }
Frame 884
function waterup() { if (dock._x > 0) { if (dock.hittest(you._x, you._y, true) ne "true") { if ((water.hittest(you._x, you._y, true) eq "true") and (inwater == 0)) { setProperty("you", _y , you._y + 20); } else if ((water.hittest(you._x, you._y, true) ne "true") and (inwater == 1)) { setProperty("you", _y , you._y + 20); } } else if ((dock.hittest(you._x, you._y, true) eq "true") and (raft == 1)) { if (inwater == 0) { inwater = 1; s = new Sound(); s.attachSound("splash"); s.start(); setProperty(you.dock, _visible , 1); } else if (inwater == 1) { inwater = 0; setProperty(you.dock, _visible , 0); } } } } function waterright() { if (dock._x > 0) { if (dock.hittest(you._x, you._y, true) ne "true") { if ((water.hittest(you._x, you._y, true) eq "true") and (inwater == 0)) { setProperty("you", _x , you._x - 20); } else if ((water.hittest(you._x, you._y, true) ne "true") and (inwater == 1)) { setProperty("you", _x , you._x - 20); } } else if ((dock.hittest(you._x, you._y, true) eq "true") and (raft == 1)) { if (inwater == 0) { inwater = 1; s = new Sound(); s.attachSound("splash"); s.start(); setProperty(you.dock, _visible , 1); } else if (inwater == 1) { inwater = 0; setProperty(you.dock, _visible , 0); } } } } function waterdown() { if (dock._x > 0) { if (dock.hittest(you._x, you._y, true) ne "true") { if ((water.hittest(you._x, you._y, true) eq "true") and (inwater == 0)) { setProperty("you", _y , you._y - 20); } else if ((water.hittest(you._x, you._y, true) ne "true") and (inwater == 1)) { setProperty("you", _y , you._y - 20); } } else if ((dock.hittest(you._x, you._y, true) eq "true") and (raft == 1)) { if (inwater == 0) { inwater = 1; s = new Sound(); s.attachSound("splash"); s.start(); setProperty(you.dock, _visible , 1); } else if (inwater == 1) { inwater = 0; setProperty(you.dock, _visible , 0); } } } } function waterleft() { if (dock._x > 0) { if (dock.hittest(you._x, you._y, true) ne "true") { if ((water.hittest(you._x, you._y, true) eq "true") and (inwater == 0)) { setProperty("you", _x , you._x + 20); } else if ((water.hittest(you._x, you._y, true) ne "true") and (inwater == 1)) { setProperty("you", _x , you._x + 20); } } else if ((dock.hittest(you._x, you._y, true) eq "true") and (raft == 1)) { if (inwater == 0) { inwater = 1; s = new Sound(); s.attachSound("splash"); s.start(); setProperty(you.dock, _visible , 1); } else if (inwater == 1) { inwater = 0; setProperty(you.dock, _visible , 0); } } } }
Frame 885
function blackhit() { if (black.hittest(you._x, you._y, true) eq "true") { if (_root.you._currentframe == 1) { setProperty("youblack", _rotation , 0); } else if (_root.you._currentframe == 2) { setProperty("youblack", _rotation , 90); } else if (_root.you._currentframe == 3) { setProperty("youblack", _rotation , 180); } else if (_root.you._currentframe == 4) { setProperty("youblack", _rotation , 270); } pause = 1; stopall(); setProperty("youblack", _x , _root.you._x); setProperty("youblack", _y , _root.you._y); setProperty("you", _x , -1000); tellTarget ("youblack") { gotoAndPlay (1); }; } }
Frame 886
mainmusic = new Sound(); mainmusic.attachSound("NG5437"); mainmusic.start(0, 999); beforetimer = getTimer(); gotoAndPlay (893);
Instance of Symbol 111 MovieClip in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 159 MovieClip in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } Set(("/:" add getProperty(this, _name)) add "life", 2); }
Instance of Symbol 117 MovieClip in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 129 MovieClip in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if ((random(2) + 1) == 1) { tellTarget (this) { gotoAndPlay ("y"); }; } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 161 MovieClip "ball1" in Frame 890
onClipEvent (enterFrame) { if (this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) { /:youhit(); } }
Instance of Symbol 162 MovieClip "ball2" in Frame 890
onClipEvent (enterFrame) { if (this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) { /:youhit(); } }
Instance of Symbol 163 MovieClip "ball3" in Frame 890
onClipEvent (enterFrame) { if (this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) { /:youhit(); } }
Instance of Symbol 164 MovieClip "ball4" in Frame 890
onClipEvent (enterFrame) { if (this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) { /:youhit(); } }
Instance of Symbol 167 MovieClip "turret" in Frame 890
onClipEvent (load) { if ((random(3) + 1) == 1) { tellTarget (this) { gotoAndPlay (17); }; } else if ((random(3) + 1) == 2) { tellTarget (this) { gotoAndPlay (31); }; } else if ((random(3) + 1) == 3) { tellTarget (this) { gotoAndPlay (47); }; } }
Instance of Symbol 173 MovieClip "turret2" in Frame 890
onClipEvent (load) { if ((random(3) + 1) == 1) { tellTarget (this) { gotoAndPlay (17); }; } else if ((random(3) + 1) == 2) { tellTarget (this) { gotoAndPlay (31); }; } else if ((random(3) + 1) == 3) { tellTarget (this) { gotoAndPlay (47); }; } }
Instance of Symbol 191 MovieClip in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } Set(("/:" add getProperty(this, _name)) add "life", 3); }
Instance of Symbol 192 MovieClip in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } Set(("/:" add getProperty(this, _name)) add "life", 3); }
Instance of Symbol 135 MovieClip in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 215 MovieClip in Frame 890
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin1" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin5" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin5" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin6" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin7" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin8" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin9" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin10" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin6" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin7" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin8" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin9" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin10" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life5" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life6" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life7" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life8" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life9" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life10" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star1" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star2" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star3" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star4" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star5" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star6" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star7" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star8" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star9" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star10" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 235 MovieClip in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 242 MovieClip "bad1" in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } Set(("/:" add getProperty(this, _name)) add "life", 6); } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 246 MovieClip "bad1" in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 8); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (enterFrame) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } } }
Instance of Symbol 102 MovieClip "bad1" in Frame 890
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 255 MovieClip "block0" in Frame 890
onClipEvent (enterFrame) { if ((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } else if (this._currentframe == 11) { tellTarget (this) { gotoAndPlay (12); }; } else if (this._currentframe == 21) { tellTarget (this) { gotoAndPlay (22); }; } else if (this._currentframe == 31) { tellTarget (this) { gotoAndPlay (32); }; } } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 261 MovieClip "block1" in Frame 890
onClipEvent (enterFrame) { if ((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 11) { tellTarget (this) { gotoAndPlay (12); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 21) { tellTarget (this) { gotoAndPlay (22); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 31) { tellTarget (this) { gotoAndPlay (32); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) - 15; setProperty(this, _name , "block" add a); } } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 266 MovieClip "block" in Frame 890
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (873); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (874); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); gotoAndPlay (875); } }
Instance of Symbol 270 MovieClip "gun" in Frame 890
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 272 MovieClip "block" in Frame 890
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 292 MovieClip "bullet" in Frame 890
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 302 MovieClip in Frame 891
onClipEvent (load) { time = 0; speed = 9; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , 130); setProperty(this, _y , 130); speed = 9; bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; } if (time >= 20) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if (_root.you.hittest(this._x, this._y, true) eq "true") { if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } speed = -9; } if ((this.hittest(youx, youy, true) eq "true") or (this._y >= youy)) { speed = -9; } if (((this.hittest(130, 130, true) eq "true") or (this._y <= 130)) and (speed == -9)) { time = 0; setProperty(this, _x , 130); setProperty(this, _y , 130); speed = 9; } } } }
Instance of Symbol 302 MovieClip in Frame 891
onClipEvent (load) { time = 20; speed = 9; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , 170); setProperty(this, _y , 130); speed = 9; bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; } if (time >= 20) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if (_root.you.hittest(this._x, this._y, true) eq "true") { if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } speed = -9; } if ((this.hittest(youx, youy, true) eq "true") or (this._y >= youy)) { speed = -9; } if (((this.hittest(130, 130, true) eq "true") or (this._y <= 130)) and (speed == -9)) { time = 0; setProperty(this, _x , 170); setProperty(this, _y , 130); speed = 9; } } } }
Instance of Symbol 302 MovieClip "fireball" in Frame 891
onClipEvent (load) { speed = 3; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { bulletx = 150; bullety = 170; youx = 150; youy = 100; } if (time >= 20) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = ((angle * 180) / Math.pi) + a; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = ((angle * 180) / Math.pi) + a; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = ((angle * 180) / Math.pi) + a; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = ((angle * 180) / Math.pi) + a; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } } } }
Instance of Symbol 308 MovieClip "boss" in Frame 891
onClipEvent (load) { time = 0; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 100) { tellTarget ("_root.boss.mouth") { gotoAndPlay (1); }; time = 0; } } }
Frame 892
stop(); maproomx = 1; currentlocation = x; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 892
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 893
stop(); maproom1 = 1; currentlocation = 1; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 893
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 894
stop(); maproom2 = 1; currentlocation = 2; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 894
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 894
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 894
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 894
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 894
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 894
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 102 MovieClip "bad2" in Frame 894
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad1" in Frame 894
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 894
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 895
stop(); maproom3 = 1; currentlocation = 3; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 536 MovieClip "yellowkey" in Frame 895
onClipEvent (load) { if (/:yellowkey == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 217 MovieClip "coin1" in Frame 895
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 895
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 895
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 111 MovieClip "bad1" in Frame 895
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(5) + 6; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 348 MovieClip "you" in Frame 895
onClipEvent (load) { if (/:puzzleroom3 == 1) { tellTarget ("_root.wall.wall") { gotoAndStop (60); }; } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 895
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 896
stop(); maproom4 = 1; currentlocation = 4; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou); if (a == 1) { tellTarget (you) { gotoAndStop (1); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 2) { tellTarget (you) { gotoAndStop (2); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 3) { tellTarget (you) { gotoAndStop (3); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 4) { tellTarget (you) { gotoAndStop (4); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } a = 0;
Instance of Symbol 545 MovieClip in Frame 896
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 896
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 896
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 896
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 896
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 217 MovieClip "coin1" in Frame 896
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 896
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 896
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 896
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 896
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 896
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 896
onClipEvent (enterFrame) { if (((/:puzzleroom4 == 0) and (getProperty("_root.bad1", _x) < 0)) and (getProperty("_root.bad2", _x) < 0)) { Set("/:puzzleroom4", 1); Set("/:pause", 1); /:stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } } onClipEvent (load) { if (/:puzzleroom4 == 1) { setProperty("_root.wall.wall", _x , -1000); } if (/:puzzleroom4b == 1) { tellTarget ("_root.wall.block2") { gotoAndStop (60); }; } }
Instance of Symbol 102 MovieClip "bad1" in Frame 896
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad2" in Frame 896
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 896
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 897
stop(); maproom81 = 1; currentlocation = 81; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou); if (a == 1) { tellTarget (you) { gotoAndStop (1); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 2) { tellTarget (you) { gotoAndStop (2); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 3) { tellTarget (you) { gotoAndStop (3); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 4) { tellTarget (you) { gotoAndStop (4); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } a = 0;
Instance of Symbol 568 MovieClip "whitekey2" in Frame 897
onClipEvent (load) { if (/:whitekey2 == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 897
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 898
stop(); maproom5 = 1; currentlocation = 5; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin5" in Frame 898
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 898
onClipEvent (enterFrame) { if (((((/:puzzleroom5 == 0) and (getProperty("_root.bad1", _x) < 0)) and (getProperty("_root.bad2", _x) < 0)) and (getProperty("_root.bad3", _x) < 0)) and (getProperty("_root.bad4", _x) < 0)) { Set("/:puzzleroom5", 1); Set("/:pause", 1); /:stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } } onClipEvent (load) { if (/:puzzleroom5 == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Instance of Symbol 102 MovieClip "bad3" in Frame 898
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 111 MovieClip "bad2" in Frame 898
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad4" in Frame 898
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 111 MovieClip "bad1" in Frame 898
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 898
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 899
stop(); maproom6 = 1; currentlocation = 6; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 899
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 899
onClipEvent (enterFrame) { if (((((/:puzzleroom6 == 0) and (getProperty("_root.bad1", _x) < 0)) and (getProperty("_root.bad2", _x) < 0)) and (getProperty("_root.bad3", _x) < 0)) and (getProperty("_root.bad4", _x) < 0)) { if (!(((((_root.you._x == 130) and (_root.you._y == 150)) or ((_root.you._x == 170) and (_root.you._y == 150))) or ((_root.you._x == 130) and (_root.you._y == 190))) or ((_root.you._x == 170) and (_root.you._y == 190)))) { Set("/:puzzleroom6", 1); Set("/:pause", 1); /:stopall(); tellTarget ("_root.wall.wall1") { gotoAndPlay (2); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (2); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (2); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (2); }; } } } onClipEvent (load) { if (/:puzzleroom6 == 1) { tellTarget ("_root.wall.wall1") { gotoAndStop (30); }; tellTarget ("_root.wall.wall2") { gotoAndStop (30); }; tellTarget ("_root.wall.wall3") { gotoAndStop (30); }; tellTarget ("_root.wall.wall4") { gotoAndStop (30); }; } if (/:puzzleroom6b == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Instance of Symbol 102 MovieClip "bad3" in Frame 899
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; if (randx == 8) { randx = 9; } randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad4" in Frame 899
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; if (randx == 8) { randx = 9; } randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad1" in Frame 899
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; if (randx == 8) { randx = 9; } randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad2" in Frame 899
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; if (randx == 8) { randx = 9; } randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 899
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 900
stop(); maproom7 = 1; currentlocation = 7; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 900
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 117 MovieClip "bad1" in Frame 900
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad2" in Frame 900
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad3" in Frame 900
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad4" in Frame 900
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 900
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 901
stop(); maproom8 = 1; currentlocation = 8; bombset = 0; magicbutton = random(3) + 1; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin5" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin5" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin6" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin7" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin8" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin9" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin10" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin6" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin7" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin8" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin9" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin10" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life5" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life6" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life7" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life8" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life9" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life10" in Frame 901
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 901
onClipEvent (enterFrame) { if (((((((/:puzzleroom8d == 0) and (getProperty("_root.bad1", _x) < 0)) and (getProperty("_root.bad2", _x) < 0)) and (getProperty("_root.bad3", _x) < 0)) and (getProperty("_root.bad4", _x) < 0)) and (getProperty("_root.bad5", _x) < 0)) and (getProperty("_root.bad6", _x) < 0)) { if (!(((_root.you._x == 70) and (_root.you._y == 170)) or ((_root.you._x == 230) and (_root.you._y == 170)))) { Set("/:puzzleroom8d", 1); if (/:puzzleroom8c == 1) { /:stopall(); Set("/:pause", 1); tellTarget ("_root.wall.wall3") { gotoAndPlay (30); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (30); }; } } } } onClipEvent (load) { if (/:puzzleroom8a == 1) { tellTarget ("_root.wall.wall1") { gotoAndStop (61); }; tellTarget ("_root.wall.wall2") { gotoAndStop (61); }; } }
Instance of Symbol 111 MovieClip "bad2" in Frame 901
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } }
Instance of Symbol 111 MovieClip "bad1" in Frame 901
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } }
Instance of Symbol 111 MovieClip "bad5" in Frame 901
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } }
Instance of Symbol 111 MovieClip "bad6" in Frame 901
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } }
Instance of Symbol 111 MovieClip "bad3" in Frame 901
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } }
Instance of Symbol 111 MovieClip "bad4" in Frame 901
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 901
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 902
stop(); maproom8 = 1; currentlocation = 8; bombset = 0; magicbutton = random(3) + 1; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 902
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 292 MovieClip "bullet1" in Frame 902
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 270 MovieClip "gun1" in Frame 902
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 102 MovieClip "bad3" in Frame 902
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(2) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 111 MovieClip "bad2" in Frame 902
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(3) + 11; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad4" in Frame 902
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(2) + 12; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 111 MovieClip "bad1" in Frame 902
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(3) + 3; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 902
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 903
stop(); maproom9 = 1; currentlocation = 9; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 903
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 903
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 903
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 903
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 903
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 903
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 903
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 903
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 903
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 621 MovieClip "red" in Frame 903
onClipEvent (load) { if (/:reddoor == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 102 MovieClip "bad2" in Frame 903
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad3" in Frame 903
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad1" in Frame 903
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 903
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 904
stop(); maproom10 = 1; currentlocation = 10; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou); if (a == 1) { tellTarget (you) { gotoAndStop (1); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 2) { tellTarget (you) { gotoAndStop (2); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 3) { tellTarget (you) { gotoAndStop (3); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 4) { tellTarget (you) { gotoAndStop (4); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } a = 0;
Instance of Symbol 222 MovieClip "life3" in Frame 904
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin1" in Frame 904
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 904
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 904
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 904
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 904
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 904
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 272 MovieClip "block1" in Frame 904
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 111 MovieClip "bad1" in Frame 904
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(3) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 111 MovieClip "bad2" in Frame 904
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(3) + 11; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 904
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 905
stop(); maproom11 = 1; currentlocation = 11; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 905
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 905
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 905
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 642 MovieClip "yellow" in Frame 905
onClipEvent (load) { if (/:yellowdoor == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 111 MovieClip "bad1" in Frame 905
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 905
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 906
stop(); maproom12 = 1; currentlocation = 12; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 401 MovieClip "push" in Frame 906
onClipEvent (load) { if (/:push == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 906
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 907
stop(); maproom13 = 1; currentlocation = 13; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 222 MovieClip "life1" in Frame 907
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 907
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin1" in Frame 907
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 907
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 907
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 907
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 907
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin5" in Frame 907
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin6" in Frame 907
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 907
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 908
stop(); maproom14 = 1; currentlocation = 14; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 908
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 908
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 908
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 908
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 908
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 908
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 563 MovieClip "steel" in Frame 908
onClipEvent (load) { if (/:puzzleroom14 == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 102 MovieClip "bad2" in Frame 908
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad1" in Frame 908
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 908
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 909
stop(); maproom15 = 1; currentlocation = 15; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 909
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 910
stop(); maproom16 = 1; currentlocation = 16; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou); if (a == 1) { tellTarget (you) { gotoAndStop (1); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 2) { tellTarget (you) { gotoAndStop (2); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 3) { tellTarget (you) { gotoAndStop (3); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 4) { tellTarget (you) { gotoAndStop (4); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } a = 0;
Instance of Symbol 272 MovieClip "block1" in Frame 910
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 910
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 911
stop(); maproom17 = 1; currentlocation = 17; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou); if (a == 1) { tellTarget (you) { gotoAndStop (1); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 2) { tellTarget (you) { gotoAndStop (2); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 3) { tellTarget (you) { gotoAndStop (3); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } else if (a == 4) { tellTarget (you) { gotoAndStop (4); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); } a = 0;
Instance of Symbol 523 MovieClip "mainmenu" in Frame 911
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 912
stop(); maproom18 = 1; currentlocation = 18; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 912
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 913
stop(); maproom19 = 1; currentlocation = 19; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 913
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 913
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 913
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 913
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 913
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 913
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 913
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 913
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 913
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 913
onClipEvent (enterFrame) { if ((((/:puzzleroom19 == 0) and (getProperty("_root.bad1", _x) < 0)) and (getProperty("_root.bad2", _x) < 0)) and (getProperty("_root.bad3", _x) < 0)) { Set("/:puzzleroom19", 1); Set("/:pause", 1); /:stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } } onClipEvent (load) { if (/:puzzleroom19 == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Instance of Symbol 698 MovieClip "white" in Frame 913
onClipEvent (load) { if (/:whitedoor == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 117 MovieClip "bad1" in Frame 913
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 117 MovieClip "bad2" in Frame 913
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 117 MovieClip "bad3" in Frame 913
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 913
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 914
stop(); maproom80 = 1; currentlocation = 80; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 389 MovieClip "bookitem" in Frame 914
onClipEvent (load) { if (/:book == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 914
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 915
stop(); maproom20 = 1; currentlocation = 20; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 915
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 915
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 915
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 915
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 915
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 915
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 915
onClipEvent (load) { if (/:puzzleroom20 == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Instance of Symbol 215 MovieClip "block1" in Frame 915
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 270 MovieClip "gun1" in Frame 915
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 270 MovieClip "gun2" in Frame 915
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 292 MovieClip "bullet1" in Frame 915
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 292 MovieClip "bullet2" in Frame 915
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 135 MovieClip "bad1" in Frame 915
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 135 MovieClip "bad2" in Frame 915
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 915
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 916
stop(); maproom21 = 1; currentlocation = 21; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 916
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 916
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 916
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 916
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 916
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 916
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 916
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 916
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 916
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 916
onClipEvent (enterFrame) { if ((((/:puzzleroom21 == 0) and (getProperty("_root.bad1", _x) < 0)) and (getProperty("_root.bad2", _x) < 0)) and (getProperty("_root.bad3", _x) < 0)) { if (!((_root.you._x == 70) and (_root.you._y == 150))) { Set("/:puzzleroom21", 1); Set("/:pause", 1); /:stopall(); tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; } } } onClipEvent (load) { if (/:puzzleroom21 == 1) { tellTarget ("_root.wall.wall2") { gotoAndStop (30); }; } }
Instance of Symbol 272 MovieClip "block1" in Frame 916
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (load) { if (_root.block1.hitTest(_root.tile) eq "true") { tellTarget ("_root.wall.wall1") { gotoAndStop (60); }; } }
Instance of Symbol 117 MovieClip "bad1" in Frame 916
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 135 MovieClip "bad2" in Frame 916
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 111 MovieClip "bad3" in Frame 916
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 916
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 917
stop(); maproom22 = 1; currentlocation = 22; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 249 MovieClip "button1" in Frame 917
onClipEvent (enterFrame) { if (_root.button1.hittest(_root.you) and (/:mapbought == 0)) { Set("/:cost1", "Cost: 50 coins"); Set("/:cost2", ""); Set("/:action", "Press 'a' to buy"); } else if (_root.button2.hittest(_root.you) and (/:orangekey == 0)) { Set("/:cost1", ""); Set("/:cost2", "Cost: 50 coins and blank key"); Set("/:action", "Press 'a' to buy"); } else { Set("/:cost1", ""); Set("/:cost2", ""); Set("/:action", ""); } }
Instance of Symbol 722 MovieClip in Frame 917
onClipEvent (load) { if (/:mapbought == 1) { tellTarget (this) { gotoAndStop (2); }; } } onClipEvent (enterFrame) { if (/:mapbought == 1) { tellTarget (this) { gotoAndStop (2); }; } }
Instance of Symbol 725 MovieClip in Frame 917
onClipEvent (load) { if (/:orangekeybought == 1) { tellTarget (this) { gotoAndStop (2); }; } } onClipEvent (enterFrame) { if (/:orangekeybought == 1) { tellTarget (this) { gotoAndStop (2); }; } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 917
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 918
stop(); maproom23 = 1; currentlocation = 23; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 348 MovieClip "you" in Frame 918
onClipEvent (load) { if (/:puzzleroom23b == 1) { setProperty("_root.wall.door", _x , -1000); } if (/:puzzleroom23a == 1) { tellTarget ("_root.wall.wall1") { gotoAndStop (30); }; tellTarget ("_root.wall.wall2") { gotoAndStop (30); }; tellTarget ("_root.wall.wall3") { gotoAndStop (30); }; tellTarget ("_root.wall.wall4") { gotoAndStop (30); }; tellTarget ("_root.wall.wall5") { gotoAndStop (30); }; tellTarget ("_root.wall.wall6") { gotoAndStop (30); }; } }
Instance of Symbol 272 MovieClip "block1" in Frame 918
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 918
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 919
stop(); maproom24 = 1; currentlocation = 24; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin5" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin5" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life5" in Frame 919
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 135 MovieClip "bad1" in Frame 919
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 135 MovieClip "bad2" in Frame 919
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad4" in Frame 919
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad5" in Frame 919
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 348 MovieClip "you" in Frame 919
onClipEvent (load) { if (/:puzzleroom24 == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Instance of Symbol 272 MovieClip "block1" in Frame 919
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 272 MovieClip "block2" in Frame 919
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 215 MovieClip "block3" in Frame 919
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 919
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 920
stop(); maproom25 = 1; currentlocation = 25; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 920
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 921
stop(); maproom26 = 1; currentlocation = 26; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 761 MovieClip "block3" in Frame 921
onClipEvent (load) { setProperty(this, _x , /:redblock); }
Instance of Symbol 763 MovieClip "block4" in Frame 921
onClipEvent (load) { setProperty(this, _x , /:yellowblock); }
Instance of Symbol 765 MovieClip "block2" in Frame 921
onClipEvent (load) { setProperty(this, _x , /:greenblock); }
Instance of Symbol 767 MovieClip "block1" in Frame 921
onClipEvent (load) { setProperty(this, _x , /:blueblock); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 921
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 922
stop(); maproom27 = 1; currentlocation = 27; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 348 MovieClip "you" in Frame 922
onClipEvent (load) { if (/:snakekilled == 1) { setProperty("_root.wall.wall", _x , -1000); setProperty("_root.wall.wall1", _x , -1000); } }
Instance of Symbol 814 MovieClip "snake0" in Frame 922
onClipEvent (load) { snakeheadx = this._x; snakeheady = this._y; }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 922
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Instance of Symbol 823 MovieClip "health" in Frame 922
onClipEvent (load) { setProperty(this, _visible , 0); } onClipEvent (enterFrame) { healthvar = (/:snakelife / 10) add "/10"; }
Frame 923
stop(); maproom28 = 1; currentlocation = 28; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 923
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 924
stop(); maproom29 = 1; currentlocation = 29; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 924
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Instance of Symbol 834 MovieClip "redkey" in Frame 924
onClipEvent (load) { if (/:redkey == 1) { setProperty(this, _x , -1000); } }
Frame 925
stop(); maproom30 = 1; currentlocation = 30; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 925
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 925
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 925
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 925
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 925
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 925
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 925
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 925
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 925
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 925
onClipEvent (enterFrame) { if ((((/:puzzleroom30 == 0) and (getProperty("_root.bad1", _x) < 0)) and (getProperty("_root.bad2", _x) < 0)) and (getProperty("_root.bad3", _x) < 0)) { Set("/:puzzleroom30", 1); Set("/:pause", 1); /:stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } } onClipEvent (load) { if (/:puzzleroom30 == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Instance of Symbol 270 MovieClip "gun2" in Frame 925
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 292 MovieClip "bullet1" in Frame 925
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 270 MovieClip "gun1" in Frame 925
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 292 MovieClip "bullet2" in Frame 925
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 129 MovieClip "bad1" in Frame 925
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } if ((random(2) + 1) == 1) { tellTarget (this) { gotoAndPlay ("y"); }; } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 129 MovieClip "bad2" in Frame 925
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } if ((random(2) + 1) == 1) { tellTarget (this) { gotoAndPlay ("y"); }; } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad3" in Frame 925
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 925
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 926
stop(); maproom31 = 1; currentlocation = 31; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 272 MovieClip "block1" in Frame 926
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (load) { if (_root.block1.hitTest(_root.tile) eq "true") { tellTarget ("_root.wall.wall1") { gotoAndStop (60); }; } }
Instance of Symbol 272 MovieClip "block2" in Frame 926
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (load) { if (_root.block1.hitTest(_root.tile) eq "true") { tellTarget ("_root.wall.wall1") { gotoAndStop (60); }; } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 926
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 927
stop(); maproom32 = 1; currentlocation = 32; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 848 MovieClip "sb" in Frame 927
onClipEvent (load) { if (/:havesuperbomb == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 927
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 928
stop(); maproom33 = 1; currentlocation = 33; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 928
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 928
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 928
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 928
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 928
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 928
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 928
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 928
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 928
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 928
onClipEvent (enterFrame) { if ((((/:puzzleroom33 == 0) and (getProperty("_root.bad1", _x) < 0)) and (getProperty("_root.bad2", _x) < 0)) and (getProperty("_root.bad3", _x) < 0)) { Set("/:puzzleroom33", 1); Set("/:pause", 1); /:stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } } onClipEvent (load) { if (/:puzzleroom33 == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Instance of Symbol 864 MovieClip "green" in Frame 928
onClipEvent (load) { if (/:greendoor == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 117 MovieClip "bad3" in Frame 928
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 129 MovieClip "bad1" in Frame 928
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } if ((random(2) + 1) == 1) { tellTarget (this) { gotoAndPlay ("y"); }; } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 235 MovieClip "bad2" in Frame 928
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 928
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 929
stop(); maproom34 = 1; currentlocation = 34; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin5" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin5" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin6" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin6" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life5" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life6" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin7" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin7" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life7" in Frame 929
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 129 MovieClip "bad1" in Frame 929
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } if ((random(2) + 1) == 1) { tellTarget (this) { gotoAndPlay ("y"); }; } }
Instance of Symbol 129 MovieClip "bad7" in Frame 929
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } if ((random(2) + 1) == 1) { tellTarget (this) { gotoAndPlay ("y"); }; } }
Instance of Symbol 102 MovieClip "bad2" in Frame 929
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad3" in Frame 929
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad4" in Frame 929
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 235 MovieClip "bad5" in Frame 929
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 235 MovieClip "bad6" in Frame 929
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 929
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 930
stop(); maproom35 = 1; currentlocation = 35; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 930
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 111 MovieClip "bad2" in Frame 930
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 135 MovieClip "bad1" in Frame 930
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 235 MovieClip "bad3" in Frame 930
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 111 MovieClip "bad4" in Frame 930
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 930
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 931
stop(); maproom36 = 1; currentlocation = 36; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 931
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 932
stop(); maproom37 = 1; currentlocation = 37; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 885 MovieClip "greenkey" in Frame 932
onClipEvent (load) { if (/:greenkey == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 896 MovieClip "orange" in Frame 932
onClipEvent (load) { if (/:orangedoor == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 932
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 933
stop(); maproom38 = 1; currentlocation = 38; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 292 MovieClip "bullet1" in Frame 933
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 270 MovieClip "gun1" in Frame 933
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 933
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 934
stop(); maproom39 = 1; currentlocation = 39; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 907 MovieClip "bluekey" in Frame 934
onClipEvent (load) { if (/:bluekey == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 348 MovieClip "you" in Frame 934
onClipEvent (load) { if (/:puzzleroom39 == 1) { tellTarget ("_root.wall.wall") { gotoAndStop (60); }; tellTarget ("_root.wall.wall2") { gotoAndStop (60); }; } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 934
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 935
stop(); maproom40 = 1; currentlocation = 40; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 935
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 935
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 935
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 935
onClipEvent (enterFrame) { if ((/:puzzleroom40 == 0) and (getProperty("_root.bad1", _x) < 0)) { Set("/:puzzleroom40", 1); Set("/:pause", 1); /:stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } } onClipEvent (load) { if (/:puzzleroom40 == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Instance of Symbol 246 MovieClip "bad1" in Frame 935
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 8); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (enterFrame) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 935
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 936
stop(); maproom78 = 1; currentlocation = 78; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 936
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 937
stop(); maproom79 = 1; currentlocation = 79; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 926 MovieClip "whitekey" in Frame 937
onClipEvent (load) { if (/:whitekey == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 937
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 938
stop(); maproom41 = 1; currentlocation = 41; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin5" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin5" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life5" in Frame 938
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 117 MovieClip "bad2" in Frame 938
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } }
Instance of Symbol 129 MovieClip "bad1" in Frame 938
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } if ((random(2) + 1) == 1) { tellTarget (this) { gotoAndPlay ("y"); }; } }
Instance of Symbol 102 MovieClip "bad5" in Frame 938
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(2) + 12; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad3" in Frame 938
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(2) + 12; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad4" in Frame 938
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(2) + 12; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 938
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 939
stop(); maproom42 = 1; currentlocation = 42; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 222 MovieClip "life1" in Frame 939
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 939
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 940
stop(); maproom43 = 1; currentlocation = 43; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 940
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 941
stop(); maproom44 = 1; currentlocation = 44; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 941
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 942
stop(); maproom45 = 1; currentlocation = 45; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 942
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 943
stop(); maproom46 = 1; currentlocation = 46; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 272 MovieClip "block1" in Frame 943
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (load) { if (_root.block1.hitTest(_root.tile1) eq "true") { tellTarget ("_root.wall.wall1") { gotoAndStop (60); }; } }
Instance of Symbol 272 MovieClip "block2" in Frame 943
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (load) { if (_root.block2.hitTest(_root.tile2) eq "true") { tellTarget ("_root.wall.wall2") { gotoAndStop (60); }; } }
Instance of Symbol 272 MovieClip "block3" in Frame 943
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (load) { if (_root.block3.hitTest(_root.tile3) eq "true") { tellTarget ("_root.wall.wall3") { gotoAndStop (60); }; } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 943
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 944
stop(); maproom47 = 1; currentlocation = 47; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 944
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 246 MovieClip "bad1" in Frame 944
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 8); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (enterFrame) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } } }
Instance of Symbol 246 MovieClip "bad2" in Frame 944
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 8); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (enterFrame) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } } }
Instance of Symbol 246 MovieClip "bad3" in Frame 944
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 8); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (enterFrame) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } } }
Instance of Symbol 246 MovieClip "bad4" in Frame 944
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 8); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (enterFrame) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 944
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 945
stop(); maproom48 = 1; currentlocation = 48; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin2" in Frame 945
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 945
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 945
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 135 MovieClip "bad2" in Frame 945
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 945
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 946
stop(); maproom49 = 1; currentlocation = 49; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou); if (a == 1) { tellTarget (you) { gotoAndStop (1); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } else if (a == 2) { tellTarget (you) { gotoAndStop (2); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } else if (a == 3) { tellTarget (you) { gotoAndStop (3); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } else if (a == 4) { tellTarget (you) { gotoAndStop (4); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } a = 0;
Instance of Symbol 523 MovieClip "mainmenu" in Frame 946
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 947
stop(); maproom50 = 1; currentlocation = 50; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 947
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 947
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 947
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 947
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 947
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 947
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 246 MovieClip "bad1" in Frame 947
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 8); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (enterFrame) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } } }
Instance of Symbol 246 MovieClip "bad2" in Frame 947
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 8); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (enterFrame) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 947
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 948
stop(); maproom51 = 1; currentlocation = 51; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 292 MovieClip "bullet1" in Frame 948
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 217 MovieClip "coin2" in Frame 948
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 948
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 948
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 948
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 948
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 948
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 948
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 948
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 948
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 270 MovieClip "gun1" in Frame 948
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 102 MovieClip "bad2" in Frame 948
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad3" in Frame 948
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad4" in Frame 948
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 5; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 948
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 949
stop(); maproom52 = 1; currentlocation = 52; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 1009 MovieClip "platform" in Frame 949
onClipEvent (enterFrame) { if (/:moveallowed == 1) { setProperty(this, _y , this._y + dir); if ((this._y == 130) or (this._y == 190)) { tellTarget (this) { gotoAndStop (1); }; setProperty("_root.you", _x , this._x); setProperty("_root.you", _y , this._y); Set("/:moveallowed", 0); Set("/:pause", 0); /:playall(); } } } onClipEvent (load) { function plat() { if ((((_root.you._x == 150) and (_root.you._y == 70)) or ((_root.you._x == 270) and (_root.you._y == 170))) or ((_root.you._x == 110) and (_root.you._y == 270))) { setProperty("_root.platform", _x , 90); setProperty("_root.platform", _y , 190); } if ((_root.you._x == 30) and (_root.you._y == 170)) { setProperty("_root.platform", _x , 90); setProperty("_root.platform", _y , 130); } } } onClipEvent (enterFrame) { plat(); }
Instance of Symbol 292 MovieClip "bullet1" in Frame 949
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 270 MovieClip "gun1" in Frame 949
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 949
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 950
stop(); maproom53 = 1; currentlocation = 53; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 1009 MovieClip "platform" in Frame 950
onClipEvent (enterFrame) { if (/:moveallowed == 1) { setProperty(this, _x , this._x + dir); if ((this._x == 90) or (this._x == 210)) { tellTarget (this) { gotoAndStop (1); }; setProperty("_root.you", _x , this._x); setProperty("_root.you", _y , this._y); Set("/:moveallowed", 0); Set("/:pause", 0); /:playall(); } } } onClipEvent (load) { function plat() { if ((_root.you._x == 270) and (_root.you._y == 170)) { setProperty("_root.platform", _x , 210); setProperty("_root.platform", _y , 110); setProperty("_root.platform2", _x , 70); setProperty("_root.platform2", _y , 130); } if ((_root.you._x == 150) and (_root.you._y == 270)) { setProperty("_root.platform", _x , 90); setProperty("_root.platform", _y , 110); setProperty("_root.platform2", _x , 70); setProperty("_root.platform2", _y , 210); } } } onClipEvent (enterFrame) { plat(); }
Instance of Symbol 1009 MovieClip "platform2" in Frame 950
onClipEvent (enterFrame) { if (/:moveallowed2 == 1) { setProperty(this, _y , this._y + dir); if ((this._y == 130) or (this._y == 210)) { tellTarget (this) { gotoAndStop (1); }; setProperty("_root.you", _x , this._x); setProperty("_root.you", _y , this._y); Set("/:moveallowed2", 0); Set("/:pause", 0); /:playall(); } } } onClipEvent (load) { function plat() { if ((_root.you._x == 270) and (_root.you._y == 170)) { setProperty("_root.platform", _x , 210); setProperty("_root.platform", _y , 110); setProperty("_root.platform2", _x , 70); setProperty("_root.platform2", _y , 130); } if ((_root.you._x == 150) and (_root.you._y == 270)) { setProperty("_root.platform", _x , 90); setProperty("_root.platform", _y , 110); setProperty("_root.platform2", _x , 70); setProperty("_root.platform2", _y , 210); } } } onClipEvent (enterFrame) { plat(); }
Instance of Symbol 222 MovieClip "life1" in Frame 950
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 950
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 951
stop(); maproom54 = 1; currentlocation = 54; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 222 MovieClip "life1" in Frame 951
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 1009 MovieClip "platform" in Frame 951
onClipEvent (enterFrame) { if (/:moveallowed == 1) { setProperty(this, _x , this._x + dir); if ((this._x == 130) or (this._x == 210)) { tellTarget (this) { gotoAndStop (1); }; setProperty("_root.you", _x , this._x); setProperty("_root.you", _y , this._y); Set("/:moveallowed", 0); Set("/:pause", 0); /:playall(); } } } onClipEvent (load) { function plat() { if ((_root.you._x == 150) and (_root.you._y == 270)) { setProperty("_root.platform", _x , 210); setProperty("_root.platform", _y , 130); } } } onClipEvent (enterFrame) { plat(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 951
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 952
stop(); maproom55 = 1; currentlocation = 55; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 292 MovieClip "bullet1" in Frame 952
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 292 MovieClip "bullet2" in Frame 952
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 292 MovieClip "bullet4" in Frame 952
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 292 MovieClip "bullet3" in Frame 952
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 217 MovieClip "coin1" in Frame 952
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 952
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 952
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 952
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 952
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 952
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 952
onClipEvent (enterFrame) { if (((/:puzzleroom55 == 0) and (getProperty("_root.bad1", _x) < 0)) and (getProperty("_root.bad2", _x) < 0)) { Set("/:puzzleroom55", 1); Set("/:pause", 1); /:stopall(); /:mainmusic.setVolume(25); tellTarget ("_root.tilecontrol") { gotoAndPlay (1); }; } } onClipEvent (load) { if (/:puzzleroom55 == 1) { setProperty("_root.black.strip", _x , 1000); tellTarget ("_root.tile1") { gotoAndStop (15); }; tellTarget ("_root.tile2") { gotoAndStop (15); }; tellTarget ("_root.tile3") { gotoAndStop (15); }; tellTarget ("_root.tile4") { gotoAndStop (15); }; tellTarget ("_root.tile5") { gotoAndStop (15); }; } }
Instance of Symbol 270 MovieClip "gun1" in Frame 952
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 270 MovieClip "gun2" in Frame 952
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 270 MovieClip "gun3" in Frame 952
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 270 MovieClip "gun4" in Frame 952
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 117 MovieClip "bad1" in Frame 952
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 135 MovieClip "bad2" in Frame 952
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 3; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 952
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 953
stop(); maproom56 = 1; currentlocation = 56; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou); if (a == 1) { tellTarget (you) { gotoAndStop (1); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } else if (a == 2) { tellTarget (you) { gotoAndStop (2); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } else if (a == 3) { tellTarget (you) { gotoAndStop (3); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } else if (a == 4) { tellTarget (you) { gotoAndStop (4); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } a = 0;
Instance of Symbol 523 MovieClip "mainmenu" in Frame 953
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 954
stop(); maproom57 = 1; currentlocation = 57; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 954
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 954
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 954
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 954
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 954
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 954
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 954
onClipEvent (enterFrame) { if (((/:puzzleroom57 == 0) and (getProperty("_root.bad1", _x) < 0)) and (getProperty("_root.bad2", _x) < 0)) { Set("/:puzzleroom57", 1); Set("/:pause", 1); /:stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } } onClipEvent (load) { if (/:puzzleroom57 == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Instance of Symbol 246 MovieClip "bad1" in Frame 954
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 8); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (enterFrame) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } } }
Instance of Symbol 246 MovieClip "bad2" in Frame 954
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 8); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); } onClipEvent (enterFrame) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 954
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 955
stop(); maproom58 = 1; currentlocation = 58; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 292 MovieClip "bullet1" in Frame 955
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 270 MovieClip "gun1" in Frame 955
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 955
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 956
stop(); maproom59 = 1; currentlocation = 59; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 348 MovieClip "you" in Frame 956
onClipEvent (load) { if (/:puzzleroom59 == 1) { tellTarget ("_root.wall.wall1") { gotoAndStop (60); }; tellTarget ("_root.wall.wall2") { gotoAndStop (60); }; tellTarget ("_root.wall.wall3") { gotoAndStop (60); }; tellTarget ("_root.wall.wall4") { gotoAndStop (60); }; } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 956
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 957
stop(); maproom60 = 1; currentlocation = 60; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 1009 MovieClip "platform" in Frame 957
onClipEvent (enterFrame) { if (/:moveallowed == 1) { setProperty(this, _x , this._x + dir); if ((this._x == 70) or (this._x == 130)) { tellTarget (this) { gotoAndStop (1); }; setProperty("_root.you", _x , this._x); setProperty("_root.you", _y , this._y); Set("/:moveallowed", 0); Set("/:pause", 0); /:playall(); } } }
Instance of Symbol 1009 MovieClip "platform2" in Frame 957
onClipEvent (enterFrame) { if (/:moveallowed2 == 1) { setProperty(this, _y , this._y + dir); if ((this._y == 110) or (this._y == 150)) { tellTarget (this) { gotoAndStop (1); }; setProperty("_root.you", _x , this._x); setProperty("_root.you", _y , this._y); Set("/:moveallowed2", 0); Set("/:pause", 0); /:playall(); } } } onClipEvent (load) { function plat() { if ((_root.you._x == 30) and (_root.you._y == 170)) { setProperty("_root.platform", _x , 70); setProperty("_root.platform", _y , 90); setProperty("_root.platform2", _x , 50); setProperty("_root.platform2", _y , 150); setProperty("_root.platform3", _x , 150); setProperty("_root.platform3", _y , 110); setProperty("_root.platform4", _x , 170); setProperty("_root.platform4", _y , 250); setProperty("_root.platform5", _x , 250); setProperty("_root.platform5", _y , 230); } if ((_root.you._x == 270) and (_root.you._y == 170)) { setProperty("_root.platform", _x , 130); setProperty("_root.platform", _y , 90); setProperty("_root.platform2", _x , 50); setProperty("_root.platform2", _y , 110); setProperty("_root.platform3", _x , 150); setProperty("_root.platform3", _y , 230); setProperty("_root.platform4", _x , 230); setProperty("_root.platform4", _y , 250); setProperty("_root.platform5", _x , 250); setProperty("_root.platform5", _y , 190); } } } onClipEvent (enterFrame) { plat(); }
Instance of Symbol 1009 MovieClip "platform3" in Frame 957
onClipEvent (enterFrame) { if (/:moveallowed3 == 1) { setProperty(this, _y , this._y + dir); if ((this._y == 110) or (this._y == 230)) { tellTarget (this) { gotoAndStop (1); }; setProperty("_root.you", _x , this._x); setProperty("_root.you", _y , this._y); Set("/:moveallowed3", 0); Set("/:pause", 0); /:playall(); } } }
Instance of Symbol 1009 MovieClip "platform4" in Frame 957
onClipEvent (enterFrame) { if (/:moveallowed4 == 1) { setProperty(this, _x , this._x + dir); if ((this._x == 170) or (this._x == 230)) { tellTarget (this) { gotoAndStop (1); }; setProperty("_root.you", _x , this._x); setProperty("_root.you", _y , this._y); Set("/:moveallowed4", 0); Set("/:pause", 0); /:playall(); } } }
Instance of Symbol 1009 MovieClip "platform5" in Frame 957
onClipEvent (enterFrame) { if (/:moveallowed5 == 1) { setProperty(this, _y , this._y + dir); if ((this._y == 190) or (this._y == 230)) { tellTarget (this) { gotoAndStop (1); }; setProperty("_root.you", _x , this._x); setProperty("_root.you", _y , this._y); Set("/:moveallowed5", 0); Set("/:pause", 0); /:playall(); } } }
Instance of Symbol 292 MovieClip "bullet1" in Frame 957
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 292 MovieClip "bullet2" in Frame 957
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 270 MovieClip "gun1" in Frame 957
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 270 MovieClip "gun2" in Frame 957
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 957
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 958
stop(); maproom61 = 1; currentlocation = 61; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin5" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin5" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin6" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin6" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life5" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life6" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star1" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star2" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star3" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star4" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star5" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star6" in Frame 958
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 129 MovieClip "bad5" in Frame 958
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } if ((random(2) + 1) == 1) { tellTarget (this) { gotoAndPlay ("y"); }; } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 102 MovieClip "bad1" in Frame 958
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 2); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 111 MovieClip "bad2" in Frame 958
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 117 MovieClip "bad3" in Frame 958
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 135 MovieClip "bad4" in Frame 958
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 235 MovieClip "bad6" in Frame 958
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 958
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 959
stop(); maproom62 = 1; currentlocation = 62; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 761 MovieClip "block4" in Frame 959
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 763 MovieClip "block2" in Frame 959
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 765 MovieClip "block3" in Frame 959
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 767 MovieClip "block1" in Frame 959
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 959
onClipEvent (load) { if (/:puzzleroom62 == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Instance of Symbol 292 MovieClip "bullet1" in Frame 959
onClipEvent (load) { time = 61; speed = /:gunspeed; } onClipEvent (enterFrame) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 61; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 61; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } Set("/:pause", 0); /:playall(); } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 61; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 61; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 61; } }
Instance of Symbol 270 MovieClip "gun1" in Frame 959
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 959
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 960
stop(); maproom63 = 1; currentlocation = 63; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 222 MovieClip "life1" in Frame 960
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 215 MovieClip "block1" in Frame 960
onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 960
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 961
stop(); maproom64 = 1; currentlocation = 64; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 961
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 962
stop(); maproom65 = 1; currentlocation = 65; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 348 MovieClip "you" in Frame 962
onClipEvent (load) { if (/:bombkilled == 1) { setProperty("_root.wall.wall", _x , -1000); setProperty("_root.wall.wall1", _x , -1000); setProperty("_root.wall.wall2", _x , -1000); } }
Instance of Symbol 1112 MovieClip "fireball2" in Frame 962
onClipEvent (load) { time = 101; speed = 9; } onClipEvent (enterFrame) { if ((_root.bomb.hittest(this) and (_root.bomb._currentframe > 1)) and (this._currentframe == 2)) { if (!((youx == 150) and (youy == 170))) { bulletx = this._x; bullety = this._y; youx = 150; youy = 170; } } } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , 150); setProperty(this, _y , 170); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; } if ((time >= 20) and (time < 100)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { setProperty(this, _x , -1000); } if (_root.wall.hittest(this._x, this._y, true) eq "true") { setProperty(this, _x , -1000); } if ((_root.boss.hittest(this._x, this._y, true) eq "true") and ((youx == 150) and (youy == 170))) { setProperty(this, _x , -1000); if (_root.boss._currentframe < 27) { Set("/:bomblife", /:bomblife - 1); tellTarget ("_root.boss") { gotoAndPlay (27); }; } } if (_root.you.hittest(this._x, this._y, true) eq "true") { if (_root.you._currentframe < 5) { setProperty(this, _x , -1000); Set("/:life", /:life - 5); /:youhit(); } } } } }
Instance of Symbol 1112 MovieClip "fireball1" in Frame 962
onClipEvent (load) { time = 101; speed = 9; } onClipEvent (enterFrame) { if ((_root.bomb.hittest(this) and (_root.bomb._currentframe > 1)) and (this._currentframe == 2)) { if (!((youx == 150) and (youy == 170))) { bulletx = this._x; bullety = this._y; youx = 150; youy = 170; } } } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , 150); setProperty(this, _y , 170); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; } if ((time >= 20) and (time < 100)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; if (!((youx == 150) and (youy == 170))) { degrees = degrees + a; } setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; if (!((youx == 150) and (youy == 170))) { degrees = degrees + a; } setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; if (!((youx == 150) and (youy == 170))) { degrees = degrees + a; } setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; if (!((youx == 150) and (youy == 170))) { degrees = degrees + a; } setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { setProperty(this, _x , -1000); } if (_root.wall.hittest(this._x, this._y, true) eq "true") { setProperty(this, _x , -1000); } if ((_root.boss.hittest(this._x, this._y, true) eq "true") and ((youx == 150) and (youy == 170))) { setProperty(this, _x , -1000); if (_root.boss._currentframe < 27) { Set("/:bomblife", /:bomblife - 1); tellTarget ("_root.boss") { gotoAndPlay (27); }; } } if (_root.you.hittest(this._x, this._y, true) eq "true") { if (_root.you._currentframe < 5) { setProperty(this, _x , -1000); Set("/:life", /:life - 5); /:youhit(); } } } } }
Instance of Symbol 1112 MovieClip "fireball3" in Frame 962
onClipEvent (load) { time = 101; speed = 9; } onClipEvent (enterFrame) { if ((_root.bomb.hittest(this) and (_root.bomb._currentframe > 1)) and (this._currentframe == 2)) { if (!((youx == 150) and (youy == 170))) { bulletx = this._x; bullety = this._y; youx = 150; youy = 170; } } } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , 150); setProperty(this, _y , 170); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; } if ((time >= 20) and (time < 100)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; if (!((youx == 150) and (youy == 170))) { degrees = degrees + a; } setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; if (!((youx == 150) and (youy == 170))) { degrees = degrees + a; } setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; if (!((youx == 150) and (youy == 170))) { degrees = degrees + a; } setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; if (!((youx == 150) and (youy == 170))) { degrees = degrees + a; } setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { setProperty(this, _x , -1000); } if (_root.wall.hittest(this._x, this._y, true) eq "true") { setProperty(this, _x , -1000); } if ((_root.boss.hittest(this._x, this._y, true) eq "true") and ((youx == 150) and (youy == 170))) { setProperty(this, _x , -1000); if (_root.boss._currentframe < 27) { Set("/:bomblife", /:bomblife - 1); tellTarget ("_root.boss") { gotoAndPlay (27); }; } } if (_root.you.hittest(this._x, this._y, true) eq "true") { if (_root.you._currentframe < 5) { setProperty(this, _x , -1000); Set("/:life", /:life - 5); /:youhit(); } } } } }
Instance of Symbol 1123 MovieClip "boss" in Frame 962
onClipEvent (load) { if ((/:bombkilled == 1) or (/:bossencounter == 0)) { setProperty(this, _y , 2000); tellTarget (this) { gotoAndStop (123); }; } speed = 3; time = 0; } onClipEvent (enterFrame) { if (((_root.bomb.hittest(this) and (_root.bomb._currentframe > 1)) and (this._currentframe < 27)) and (!((this._x == 150) and (this._y == 170)))) { time = 99; } } onClipEvent (enterFrame) { if ((/:pause == 0) and (this._currentframe != 123)) { time = time + 1; if (time == 125) { tellTarget ("_root.boss.lefteye") { gotoAndPlay (2); }; tellTarget ("_root.boss.righteye") { gotoAndPlay (2); }; } if (time == 130) { _root.fireball1.a = -50; _root.fireball3.a = 50; _root.fireball1.time = 19; _root.fireball2.time = 19; _root.fireball3.time = 19; rand = random(3) + 1; tellTarget ("_root.fireball1") { gotoAndStop (1); }; tellTarget ("_root.fireball2") { gotoAndStop (1); }; tellTarget ("_root.fireball3") { gotoAndStop (1); }; if (rand == 1) { tellTarget ("_root.fireball1") { gotoAndStop (2); }; } else if (rand == 2) { tellTarget ("_root.fireball2") { gotoAndStop (2); }; } else if (rand == 3) { tellTarget ("_root.fireball3") { gotoAndStop (2); }; } s = new Sound(); s.attachSound("fire2"); s.start(); } if (time == 170) { if ((random(2) + 1) == 1) { time = 0; } else { time = 124; } } bulletx = this._x; bullety = this._y; if (time >= 100) { youx = 150; youy = 170; if (time == 100) { tellTarget (this) { gotoAndPlay (14); }; } } else { youx = _root.you._x; youy = _root.you._y; if (time == 10) { tellTarget (this) { gotoAndPlay (1); }; } } if (time >= 10) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } } if (((((this.hittest(134, 154, true) eq "true") and (this.hittest(166, 154, true) eq "true")) and (this.hittest(134, 186, true) eq "true")) and (this.hittest(166, 186, true) eq "true")) and (time >= 100)) { setProperty(this, _x , 150); setProperty(this, _y , 170); } if (_root.you.hittest(this)) { time = 99; tellTarget (this) { gotoAndPlay (14); }; if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 962
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Instance of Symbol 823 MovieClip "health" in Frame 962
onClipEvent (load) { setProperty(this, _visible , 0); } onClipEvent (enterFrame) { healthvar = /:bomblife add "/5"; }
Frame 963
stop(); maproom66 = 1; currentlocation = 66; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 348 MovieClip "you" in Frame 963
onClipEvent (load) { if (/:puzzleroom66 == 1) { tellTarget ("_root.wall.wall1") { gotoAndStop (60); }; } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 963
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 964
stop(); maproom67 = 1; currentlocation = 67; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 348 MovieClip "you" in Frame 964
onClipEvent (load) { if (/:puzzleroom67 == 1) { tellTarget ("_root.wall.wall1") { gotoAndStop (60); }; } }
Instance of Symbol 328 MovieClip "raftitem" in Frame 964
onClipEvent (load) { if (/:raft == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 964
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 965
stop(); maproom68 = 1; currentlocation = 68; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 545 MovieClip in Frame 965
onClipEvent (load) { time = 15; } onClipEvent (enterFrame) { if (time == 15) { if ((this.hitTest(_root.you) and (getProperty(_root.you, _currentframe) < 5)) and (getProperty(this, _visible) == true)) { Set("/:life", /:life - 5); /:youhit(); time = 0; } } if (time < 15) { time = Number(time + 1); } }
Instance of Symbol 292 MovieClip "bullet1" in Frame 965
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 270 MovieClip "gun1" in Frame 965
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 965
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 966
stop(); maproom69 = 1; currentlocation = 69; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 217 MovieClip "coin1" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin1" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin2" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin2" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin3" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin3" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 217 MovieClip "coin4" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 220 MovieClip "bigcoin4" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life1" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life3" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life4" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star1" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star2" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star3" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 225 MovieClip "star4" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life5" in Frame 966
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 117 MovieClip "bad3" in Frame 966
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 4); } } onClipEvent (enterFrame) { if (/:pause == 0) { hit = hit + 1; if (hit == 60) { setProperty(this, _alpha , 100); } } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 135 MovieClip "bad4" in Frame 966
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 5); } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if ((((_root.wall.hittest(x, y, true) eq "true") or (_root.water.hittest(x, y, true) eq "true")) or (_root.dock.hittest(x, y, true) eq "true")) or (_root.black.hittest(x, y, true) eq "true")) { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 129 MovieClip "bad1" in Frame 966
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } if ((random(2) + 1) == 1) { tellTarget (this) { gotoAndPlay ("y"); }; } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 129 MovieClip "bad2" in Frame 966
onClipEvent (load) { if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 6); } if ((random(2) + 1) == 1) { tellTarget (this) { gotoAndPlay ("y"); }; } } onClipEvent (load) { function place() { randx = random(9) + 4; randy = random(7) + 6; x = (randx * 20) - 10; y = (randy * 20) - 10; if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { setProperty(this, _x , x); setProperty(this, _y , y); if (_root.wall.hittest(x, y, true) eq "true") { place(); } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { place(); } } z = z + 1; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { place(); } z = z + 1; } } } place(); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 966
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 967
stop(); maproom70 = 1; currentlocation = 70; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 255 MovieClip "block0" in Frame 967
onClipEvent (enterFrame) { if ((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; } else if (this._currentframe == 11) { tellTarget (this) { gotoAndPlay (12); }; } else if (this._currentframe == 21) { tellTarget (this) { gotoAndPlay (22); }; } else if (this._currentframe == 31) { tellTarget (this) { gotoAndPlay (32); }; } } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 261 MovieClip "block1" in Frame 967
onClipEvent (enterFrame) { if ((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 11) { tellTarget (this) { gotoAndPlay (12); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 21) { tellTarget (this) { gotoAndPlay (22); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 31) { tellTarget (this) { gotoAndPlay (32); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) - 15; setProperty(this, _name , "block" add a); } } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 261 MovieClip "block2" in Frame 967
onClipEvent (enterFrame) { if ((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 11) { tellTarget (this) { gotoAndPlay (12); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 21) { tellTarget (this) { gotoAndPlay (22); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 31) { tellTarget (this) { gotoAndPlay (32); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) - 15; setProperty(this, _name , "block" add a); } } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 261 MovieClip "block3" in Frame 967
onClipEvent (enterFrame) { if ((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 11) { tellTarget (this) { gotoAndPlay (12); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 21) { tellTarget (this) { gotoAndPlay (22); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 31) { tellTarget (this) { gotoAndPlay (32); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) - 15; setProperty(this, _name , "block" add a); } } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 261 MovieClip "block4" in Frame 967
onClipEvent (enterFrame) { if ((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 11) { tellTarget (this) { gotoAndPlay (12); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 21) { tellTarget (this) { gotoAndPlay (22); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 31) { tellTarget (this) { gotoAndPlay (32); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) - 15; setProperty(this, _name , "block" add a); } } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 261 MovieClip "block5" in Frame 967
onClipEvent (enterFrame) { if ((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) { if (this._currentframe == 1) { tellTarget (this) { gotoAndPlay (2); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 11) { tellTarget (this) { gotoAndPlay (12); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 21) { tellTarget (this) { gotoAndPlay (22); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) + 5; setProperty(this, _name , "block" add a); } else if (this._currentframe == 31) { tellTarget (this) { gotoAndPlay (32); }; a = substring(getProperty(this, _name), 6, 7); a = Number(a) - 15; setProperty(this, _name , "block" add a); } } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 348 MovieClip "you" in Frame 967
onClipEvent (load) { if (/:puzzleroom70 == 1) { setProperty("_root.wall.wall", _x , -1000); setProperty("_root.wall.wall1", _x , -1000); setProperty("_root.wall.wall2", _x , -1000); tellTarget ("_root.target") { gotoAndStop (7); }; z = 0; while (z < 6) { setProperty("_root.block" add z, _x , -1000); z = z + 1; } } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 967
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 968
stop(); maproom71 = 1; currentlocation = 71; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 1170 MovieClip "blankkey" in Frame 968
onClipEvent (load) { if (/:blankkey == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 968
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 969
stop(); maproom72 = 1; currentlocation = 72; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou); if (a == 1) { tellTarget (you) { gotoAndStop (1); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } else if (a == 2) { tellTarget (you) { gotoAndStop (2); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } else if (a == 3) { tellTarget (you) { gotoAndStop (3); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } else if (a == 4) { tellTarget (you) { gotoAndStop (4); }; setProperty("_root.you", _x , getProperty("_root.portal", _x)); setProperty("_root.you", _y , getProperty("_root.portal", _y)); Set("/:xyou", _root.you._x); Set("/:yyou", _root.you._y); } a = 0;
Instance of Symbol 348 MovieClip "you" in Frame 969
onClipEvent (load) { if (/:puzzleroom72 == 1) { tellTarget ("_root.wall.wall1") { gotoAndStop (60); }; } }
Instance of Symbol 1187 MovieClip "blue" in Frame 969
onClipEvent (load) { if (/:bluedoor == 1) { setProperty(this, _x , -1000); } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 969
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 970
stop(); maproom73 = 1; currentlocation = 73; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 970
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 971
stop(); maproom74 = 1; currentlocation = 74; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 222 MovieClip "life1" in Frame 971
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 222 MovieClip "life2" in Frame 971
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (load) { setProperty(this, _x , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x")); setProperty(this, _y , eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y")); } onClipEvent (enterFrame) { Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "x", getProperty(this, _x)); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "y", getProperty(this, _y)); }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 971
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 972
stop(); maproom75 = 1; currentlocation = 75; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 523 MovieClip "mainmenu" in Frame 972
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 973
stop(); maproom76 = 1; currentlocation = 76; bombset = 0; tellTarget ("you") { gotoAndStop(/:direction); }; setProperty(you, _x , xyou); setProperty(you, _y , yyou);
Instance of Symbol 292 MovieClip "bullet1" in Frame 973
onClipEvent (load) { time = 0; speed = /:gunspeed; } onClipEvent (enterFrame) { if ((/:pause == 0) and (/:puzzleroom76 == 1)) { time = time + 1; if (time == 20) { setProperty(this, _x , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _x)); setProperty(this, _y , getProperty("_root.gun" add (substring(getProperty(this, _name), 7, 8)), _y)); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 20) and (time < 60)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.snake0.hittest(this._x, this._y, true) eq "true") { Set("/:pause", 1); Set("/:finalsnakelife", /:finalsnakelife - 1); time = 0; tellTarget ("_root.snake0") { gotoAndStop (1); }; tellTarget ("_root.snake0.snake") { gotoAndPlay (23); }; setProperty(this, _x , -1000); } if (_root.snake1.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } if (_root.snake2.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } if (_root.snake3.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } if (_root.snake4.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = 0; while (z < 30) { block = eval ("_root.block" + z); if (block.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } z = z + 1; } z = 0; while (z < 11) { bad = eval ("_root.bad" + z); if ((((bad.hittest(this._x, this._y, true) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { time = 0; setProperty(this, _x , -1000); Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } } else if (time == 60) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 1211 MovieClip "fire1" in Frame 973
onClipEvent (load) { time = 101; speed = 9; Set("/:fireballpause", 1); } onClipEvent (enterFrame) { if (/:fireballpause == 0) { time = time + 1; if (time == 20) { bulletx = this._x; bullety = this._y; s = new Sound(); s.attachSound("fire2"); s.start(); } if ((time >= 20) and (time < 100)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { Set("/:fireballpause", 1); setProperty(this, _x , -1000); time = 101; } if (_root.wall.hittest(this._x, this._y, true) eq "true") { Set("/:fireballpause", 1); setProperty(this, _x , -1000); time = 101; } if (_root.you.hittest(this._x, this._y, true) eq "true") { Set("/:fireballpause", 1); setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } time = 101; } } } }
Instance of Symbol 270 MovieClip "gun1" in Frame 973
onClipEvent (load) { function gun() { circx = this._x; circy = this._y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 1226 MovieClip "snake0" in Frame 973
onClipEvent (load) { snakeheadx = this._x; snakeheady = this._y; setProperty("_root.snake0", _rotation , 180); } onClipEvent (enterFrame) { if ((_root.bomb.hittest(this) and (_root.bomb._currentframe > 1)) and (_root.snake0.snake._currentframe == 1)) { Set("/:pause", 1); tellTarget ("_root.snake0") { gotoAndStop (1); }; tellTarget ("_root.snake0.snake") { gotoAndPlay (2); }; } }
Instance of Symbol 523 MovieClip "mainmenu" in Frame 973
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Instance of Symbol 823 MovieClip "health" in Frame 973
onClipEvent (load) { setProperty(this, _visible , 0); } onClipEvent (enterFrame) { healthvar = /:finalsnakelife add "/5"; }
Frame 974
stop();
Instance of Symbol 523 MovieClip "mainmenu" in Frame 974
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _alpha , 50); } }
Frame 1614
enemieskilled = Math.floor((/:kills / /:totalenemies) * 100) add "%"; roomsgoneto = 0; z = 0; while (z < 82) { if (eval ("/:maproom" add z) == 1) { roomsgoneto = roomsgoneto + 1; } z = z + 1; } roomsvisited = Math.floor((roomsgoneto / /:totalrooms) * 100) add "%"; Set("/:minutes", math.floor((getTimer() - /:beforetimer) / 60000)); if (/:minutes < 1) { Set("/:seconds", math.floor((getTimer() - /:beforetimer) / 1000)); } else if (/:minutes >= 1) { Set("/:seconds", math.floor((getTimer() - /:beforetimer) / 1000) - (60 * /:minutes)); } Set("/:minutes", math.floor((getTimer() - /:beforetimer) / 60000)); if (/:seconds < 10) { Set("/:time", ((/:minutes + ":") + "0") + /:seconds); } else if (/:seconds > 9) { Set("/:time", (/:minutes + ":") + /:seconds); }
Instance of Symbol 1349 MovieClip "rank" in Frame 1665
onClipEvent (load) { rank = 100; if (/:minutes < 30) { rank = rank - 0; } else if ((/:minutes >= 30) and (/:minutes < 45)) { rank = rank - 5; } else if ((/:minutes >= 45) and (/:minutes < 60)) { rank = rank - 10; } else if (/:minutes >= 60) { rank = rank - 15; } killed = Math.floor((/:kills / /:totalenemies) * 100); if (killed == 100) { rank = rank - 0; } else if ((killed < 100) and (killed >= 90)) { rank = rank - 5; } else if ((killed < 90) and (killed >= 80)) { rank = rank - 10; } else if (killed < 80) { rank = rank - 15; } z = 0; while (z < 82) { if (eval ("/:maproom" add z) == 1) { roomsgoneto = roomsgoneto + 1; } z = z + 1; } visited = Math.floor((roomsgoneto / /:totalrooms) * 100); if (visited == 100) { rank = rank - 0; } else if ((visited < 100) and (visited >= 90)) { rank = rank - 5; } else if ((visited < 90) and (visited >= 80)) { rank = rank - 10; } else if (visited < 80) { rank = rank - 15; } if (lives == 0) { rank = rank - 0; } else if ((lives == 1) or (lives == 2)) { rank = rank - 5; } else if (((lives == 3) or (lives == 4)) or (lives == 5)) { rank = rank - 10; } else if (lives >= 6) { rank = rank - 15; } if ((rank == 100) and (/:book == 1)) { tellTarget (this) { gotoAndStop (1); }; } else if ((rank >= 90) and (rank < 100)) { tellTarget (this) { gotoAndStop (2); }; } else if ((rank >= 80) and (rank < 90)) { tellTarget (this) { gotoAndStop (3); }; } else if ((rank >= 70) and (rank < 80)) { tellTarget (this) { gotoAndStop (4); }; } else if (rank < 70) { tellTarget (this) { gotoAndStop (5); }; } }
Frame 1685
stop();
Instance of Symbol 1349 MovieClip "rank" in Frame 1685
onClipEvent (load) { rank = 100; if (/:minutes < 45) { rank = rank - 0; } else if ((/:minutes >= 45) and (/:minutes < 60)) { rank = rank - 5; } else if ((/:minutes >= 60) and (/:minutes < 90)) { rank = rank - 10; } else if (/:minutes >= 90) { rank = rank - 15; } killed = Math.floor((/:kills / /:totalenemies) * 100); if (killed == 100) { rank = rank - 0; } else if ((killed < 100) and (kills >= 90)) { rank = rank - 5; } else if ((killed < 90) and (kills >= 80)) { rank = rank - 10; } else if (killed < 80) { rank = rank - 15; } z = 0; while (z < 82) { if (eval ("/:maproom" add z) == 1) { roomsgoneto = roomsgoneto + 1; } z = z + 1; } visited = Math.floor((roomsgoneto / /:totalrooms) * 100); if (visited == 100) { rank = rank - 0; } else if ((visited < 100) and (visited >= 90)) { rank = rank - 5; } else if ((visited < 90) and (visited >= 80)) { rank = rank - 10; } else if (visited < 80) { rank = rank - 15; } if (lives == 0) { rank = rank - 0; } else if (lives == 1) { rank = rank - 5; } else if (lives == 2) { rank = rank - 10; } else if (lives >= 3) { rank = rank - 15; } if ((rank == 100) and (/:book == 1)) { tellTarget (this) { gotoAndStop (1); }; } else if ((rank >= 90) and (rank < 100)) { tellTarget (this) { gotoAndStop (2); }; } else if ((rank >= 80) and (rank < 90)) { tellTarget (this) { gotoAndStop (3); }; } else if ((rank >= 70) and (rank < 80)) { tellTarget (this) { gotoAndStop (4); }; } else if (rank < 70) { tellTarget (this) { gotoAndStop (5); }; } }
Instance of Symbol 1374 MovieClip "boss" in Frame 1686
onClipEvent (enterFrame) { if (((_root.bomb.hittest(this) and (_root.bomb._currentframe >= 56)) and (_root.bomb._currentframe <= 63)) and (this._currentframe < 27)) { tellTarget (this) { gotoAndPlay (78); }; } } onClipEvent (load) { velocity = 5; } onClipEvent (enterFrame) { if (/:pause == 0) { var x; x = _x + velocity; if ((x > 230) || (x < 70)) { velocity = velocity * -1; } _x = (_x + velocity); } }
Instance of Symbol 1375 MovieClip "shootstar" in Frame 1686
onClipEvent (load) { time = 21; speed = 12; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 1) { bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; tellTarget (this) { gotoAndPlay (2); }; } if ((time >= 1) and (time < 20)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { time = 0; setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); if (_root.you._currentframe < 5) { Set("/:life", /:life - 5); /:youhit(); } } if (_root.wall.hittest(this._x, this._y, true) eq "true") { time = 0; setProperty(this, _x , -1000); } } else if (time == 20) { setProperty(this, _x , -1000); time = 0; } } }
Instance of Symbol 1382 MovieClip "fireball" in Frame 1686
onClipEvent (load) { time = 200; speed = 11; } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (time == 1) { setProperty(this, _x , _root.boss._x); setProperty(this, _y , _root.boss._y); bulletx = this._x; bullety = this._y; youx = _root.you._x; youy = _root.you._y; } if ((time > 1) and (time < 30)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { setProperty(this, _x , -1000); } if (_root.wall.hittest(this._x, this._y, true) eq "true") { setProperty(this, _x , -1000); } if (_root.you.hittest(this._x, this._y, true) eq "true") { if (_root.you._currentframe < 5) { setProperty(this, _x , -1000); Set("/:life", /:life - 5); /:youhit(); } } } } }
Instance of Symbol 1383 MovieClip "boss" in Frame 1686
onClipEvent (load) { time = 200; firetime = 0; speed = 4; } onClipEvent (enterFrame) { trace(time); if ((/:pause == 0) and (time < 125)) { firetime = firetime + 1; if (firetime == 20) { firetime = 0; setProperty("_root.fireball", _x , _root.boss._x); setProperty("_root.fireball", _y , _root.boss._y); _root.fireball.time = 0; } } } onClipEvent (enterFrame) { if (/:pause == 0) { time = time + 1; if (((((time == 1) or (time == 25)) or (time == 50)) or (time == 75)) or (time == 100)) { bulletx = this._x; bullety = this._y; if (_root.you._x <= 150) { youx = random(61) + 170; } else if (_root.you._x > 150) { youx = random(61) + 70; } youy = random(121) + 110; } else if (time == 125) { bulletx = this._x; bullety = this._y; randx = random(9) + 4; randy = random(7) + 6; youx = (randx * 20) - 10; youy = (randy * 20) - 10; } if ((time >= 1) and (time < 200)) { if ((bulletx <= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y + yspeed); } else if ((bulletx <= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x + xspeed); _y = (_y - yspeed); } else if ((bulletx >= youx) and (bullety <= youy)) { angle = math.atan(math.abs(bulletx - youx) / math.abs(bullety - youy)); degrees = (angle * 180) / Math.pi; xspeed = Math.sin((degrees * Math.PI) / 180) * speed; yspeed = Math.cos((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y + yspeed); } else if ((bulletx >= youx) and (bullety >= youy)) { angle = math.atan(math.abs(bullety - youy) / math.abs(bulletx - youx)); degrees = (angle * 180) / Math.pi; xspeed = Math.cos((degrees * Math.PI) / 180) * speed; yspeed = Math.sin((degrees * Math.PI) / 180) * speed; _x = (_x - xspeed); _y = (_y - yspeed); } if ((((this.hittest(youx, youy, true) eq "true") and (this.hittest(youx - 5, youy, true) eq "true")) and (this.hittest(youx + 5, youy, true) eq "true")) and (time > 125)) { setProperty(this, _x , youx); setProperty(this, _y , youy); tellTarget (this) { gotoAndPlay (2); }; time = 201; } if (((((((this.hittest(youx, youy, true) eq "true") or (_root.you._x < 70)) or (_root.you._x > 230)) or (_root.you._y < 110)) or (_root.you._y > 230)) and (time >= 1)) and (time < 25)) { time = 24; } if (((((((this.hittest(youx, youy, true) eq "true") or (_root.you._x < 70)) or (_root.you._x > 230)) or (_root.you._y < 110)) or (_root.you._y > 230)) and (time >= 25)) and (time < 50)) { time = 49; } if (((((((this.hittest(youx, youy, true) eq "true") or (_root.you._x < 70)) or (_root.you._x > 230)) or (_root.you._y < 110)) or (_root.you._y > 230)) and (time >= 50)) and (time < 75)) { time = 74; } if (((((((this.hittest(youx, youy, true) eq "true") or (_root.you._x < 70)) or (_root.you._x > 230)) or (_root.you._y < 110)) or (_root.you._y > 230)) and (time >= 75)) and (time < 125)) { time = 99; } } } }
Symbol 49 Button
on (keyPress "<Space>") { if (select._y == 230) { gotoAndPlay (140); } else if (select._y == 250) { gotoAndPlay (91); } }
Symbol 50 Button
on (keyPress "<Up>") { if (select._y == 250) { setProperty("select", _y , 230); } } on (keyPress "<Down>") { if (select._y == 230) { setProperty("select", _y , 250); } }
Symbol 62 Button
on (keyPress "<Right>") { nextFrame(); }
Symbol 63 Button
on (keyPress "<Space>") { gotoAndPlay (116); }
Symbol 76 Button
on (keyPress "<Right>") { nextFrame(); } on (keyPress "<Left>") { prevFrame(); }
Symbol 81 Button
on (keyPress "<Left>") { prevFrame(); }
Symbol 85 Button
on (keyPress "<Space>") { gotoAndPlay (863); }
Symbol 87 MovieClip Frame 1
var ctext = ""; var text = "Once again you are trapped. You will have to fight your way through enemies as you try to find your way out. Puzzles and secrets fill the rooms. You cannot die, but the more lives you use the less of a rank you get in the end. You are also timed. Good luck!";
Symbol 87 MovieClip Frame 2
var ctext = (ctext + text.substring(0, 1)); text = text.substring(1);
Symbol 87 MovieClip Frame 4
gotoAndPlay (2);
Symbol 95 MovieClip Frame 1
stop();
Symbol 102 MovieClip Frame 1
life = eval (("/:" add getProperty(this, _name)) add "life"); lifevar = eval (("/:" add getProperty(this, _name)) add "life") add "/2"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/2"); if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { stop(); }
Instance of Symbol 97 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 98 MovieClip in Symbol 102 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 2) * 100); } onClipEvent (enterFrame) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 2) * 100); }
Symbol 102 MovieClip Frame 5
if ((random(3) + 1) == 1) { gotoAndPlay (1); }
Symbol 102 MovieClip Frame 9
y = random(2);
Symbol 102 MovieClip Frame 10
if (y == Number(0)) { if ((((_root.wall.hittest(this._x, this._y + 20, true) ne "true") and (_root.water.hittest(this._x, this._y + 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y + 20, true) ne "true")) and (_root.black.hittest(this._x, this._y + 20, true) ne "true")) { setProperty(this, _y , getProperty(this, _y) + 20); if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 5); /:youhit(); } setProperty(this, _y , getProperty(this, _y) - 20); } } } else if (y == Number(1)) { if ((((_root.wall.hittest(this._x, this._y - 20, true) ne "true") and (_root.water.hittest(this._x, this._y - 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y - 20, true) ne "true")) and (_root.black.hittest(this._x, this._y - 20, true) ne "true")) { setProperty(this, _y , getProperty(this, _y) - 20); if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 5); /:youhit(); } setProperty(this, _y , getProperty(this, _y) + 20); } } }
Symbol 102 MovieClip Frame 15
if ((random(3) + 1) == 1) { gotoAndPlay (11); }
Symbol 102 MovieClip Frame 19
x = random(2);
Symbol 102 MovieClip Frame 20
if (x == Number(0)) { if ((((_root.wall.hittest(this._x + 20, this._y, true) ne "true") and (_root.water.hittest(this._x + 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x + 20, this._y, true) ne "true")) and (_root.black.hittest(this._x + 20, this._y, true) ne "true")) { setProperty(this, _x , getProperty(this, _x) + 20); if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 5); /:youhit(); } setProperty(this, _x , getProperty(this, _x) - 20); } } } else if (x == Number(1)) { if ((((_root.wall.hittest(this._x - 20, this._y, true) ne "true") and (_root.water.hittest(this._x - 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x - 20, this._y, true) ne "true")) and (_root.black.hittest(this._x - 20, this._y, true) ne "true")) { setProperty(this, _x , getProperty(this, _x) - 20); if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 5); /:youhit(); } setProperty(this, _x , getProperty(this, _x) + 20); } } } gotoAndPlay (1);
Symbol 102 MovieClip Frame 25
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/2"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/2");
Instance of Symbol 98 MovieClip in Symbol 102 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 2) * 100); }
Symbol 102 MovieClip Frame 37
if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) > 0) { gotoAndPlay (1); }
Symbol 102 MovieClip Frame 54
if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { randomnumber = random(100) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber <= 80) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 80) and (randomnumber <= 95)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 95) and (randomnumber <= 100)) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), ""); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), ""); stop();
Symbol 102 MovieClip Frame 76
setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); stop();
Symbol 104 MovieClip Frame 1
stop();
Symbol 111 MovieClip Frame 1
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/2"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/2"); if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { stop(); }
Instance of Symbol 97 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 98 MovieClip in Symbol 111 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 3) * 100); } onClipEvent (enterFrame) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 3) * 100); }
Symbol 111 MovieClip Frame 3
if ((random(3) + 1) == 1) { gotoAndPlay (1); }
Symbol 111 MovieClip Frame 5
if (getProperty("_root." add getProperty(this, _name), _y) < getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y + 20, true) ne "true") and (_root.water.hittest(this._x, this._y + 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y + 20, true) ne "true")) and (_root.black.hittest(this._x, this._y + 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 5); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _y) > getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y - 20, true) ne "true") and (_root.water.hittest(this._x, this._y - 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y - 20, true) ne "true")) and (_root.black.hittest(this._x, this._y - 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 5); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); } } }
Symbol 111 MovieClip Frame 8
if ((random(3) + 1) == 1) { gotoAndPlay (6); }
Symbol 111 MovieClip Frame 10
if (getProperty("_root." add getProperty(this, _name), _x) < getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x + 20, this._y, true) ne "true") and (_root.water.hittest(this._x + 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x + 20, this._y, true) ne "true")) and (_root.black.hittest(this._x + 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 5); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _x) > getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x - 20, this._y, true) ne "true") and (_root.water.hittest(this._x - 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x - 20, this._y, true) ne "true")) and (_root.black.hittest(this._x - 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 5); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); } } } gotoAndPlay (1);
Symbol 111 MovieClip Frame 25
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/3"; Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), life add "/3");
Instance of Symbol 98 MovieClip in Symbol 111 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 3) * 100); }
Symbol 111 MovieClip Frame 37
if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) > 0) { gotoAndPlay (1); }
Symbol 111 MovieClip Frame 53
if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { randomnumber = random(100) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber <= 70) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 70) and (randomnumber <= 90)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 90) and (randomnumber <= 100)) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), ""); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), ""); stop();
Symbol 111 MovieClip Frame 54
stop();
Symbol 111 MovieClip Frame 76
setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); stop();
Symbol 113 MovieClip Frame 1
stop();
Symbol 117 MovieClip Frame 1
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/2"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/2"); if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { stop(); }
Instance of Symbol 97 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 98 MovieClip in Symbol 117 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 4) * 100); } onClipEvent (enterFrame) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 4) * 100); }
Symbol 117 MovieClip Frame 3
if ((random(3) + 1) == 1) { gotoAndPlay (1); }
Symbol 117 MovieClip Frame 5
if (getProperty("_root." add getProperty(this, _name), _y) < getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y + 20, true) ne "true") and (_root.water.hittest(this._x, this._y + 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y + 20, true) ne "true")) and (_root.black.hittest(this._x, this._y + 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _y) > getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y - 20, true) ne "true") and (_root.water.hittest(this._x, this._y - 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y - 20, true) ne "true")) and (_root.black.hittest(this._x, this._y - 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); } } }
Symbol 117 MovieClip Frame 8
if ((random(3) + 1) == 1) { gotoAndPlay (6); }
Symbol 117 MovieClip Frame 10
if (getProperty("_root." add getProperty(this, _name), _x) < getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x + 20, this._y, true) ne "true") and (_root.water.hittest(this._x + 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x + 20, this._y, true) ne "true")) and (_root.black.hittest(this._x + 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _x) > getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x - 20, this._y, true) ne "true") and (_root.water.hittest(this._x - 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x - 20, this._y, true) ne "true")) and (_root.black.hittest(this._x - 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); } } } gotoAndPlay (1);
Symbol 117 MovieClip Frame 25
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/4"; Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), life add "/4");
Instance of Symbol 98 MovieClip in Symbol 117 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 5) * 100); }
Symbol 117 MovieClip Frame 37
if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) > 0) { gotoAndPlay (1); setProperty(this, _alpha , 10); hit = 0; }
Symbol 117 MovieClip Frame 53
if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { randomnumber = random(100) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber <= 0) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 0) and (randomnumber <= 85)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 85) and (randomnumber <= 100)) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), ""); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), ""); stop();
Symbol 117 MovieClip Frame 76
setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); stop();
Symbol 119 MovieClip Frame 1
stop();
Symbol 129 MovieClip Frame 1
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/6"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/6"); if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { stop(); }
Instance of Symbol 97 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 98 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 6) * 100); } onClipEvent (enterFrame) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 6) * 100); }
Symbol 129 MovieClip Frame 7
if (this._x < _root.you._x) { if ((((_root.wall.hittest(this._x + 20, this._y, true) ne "true") and (_root.water.hittest(this._x + 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x + 20, this._y, true) ne "true")) and (_root.black.hittest(this._x + 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); gotoAndPlay (9); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); gotoAndPlay (9); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); gotoAndPlay (9); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); } } else { gotoAndPlay (9); } } else if (this._x > _root.you._x) { if ((((_root.wall.hittest(this._x - 20, this._y, true) ne "true") and (_root.water.hittest(this._x - 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x - 20, this._y, true) ne "true")) and (_root.black.hittest(this._x - 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); gotoAndPlay (9); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); gotoAndPlay (9); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); gotoAndPlay (9); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); } } else { gotoAndPlay (9); } } else if (this._x == _root.you._x) { if (getProperty("_root.vbullet" add (substring(getProperty(this, _name), 4, 5)), _x) < 0) { setProperty("_root.vbullet" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.vbullet" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); if (getProperty("_root.vbullet" add (substring(getProperty(this, _name), 4, 5)), _y) < _root.you._y) { tellTarget ("_root.vbullet" add (substring(getProperty(this, _name), 4, 5))) { gotoAndPlay (2); }; } else if (getProperty("_root.vbullet" add (substring(getProperty(this, _name), 4, 5)), _y) > _root.you._y) { tellTarget ("_root.vbullet" add (substring(getProperty(this, _name), 4, 5))) { gotoAndPlay (6); }; } gotoAndPlay (9); } }
Symbol 129 MovieClip Frame 8
gotoAndPlay (1);
Symbol 129 MovieClip Frame 15
if (this._y < _root.you._y) { if ((((_root.wall.hittest(this._x, this._y + 20, true) ne "true") and (_root.water.hittest(this._x, this._y + 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y + 20, true) ne "true")) and (_root.black.hittest(this._x, this._y + 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); gotoAndPlay (1); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); gotoAndPlay (1); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); gotoAndPlay (1); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); } } else { gotoAndPlay (1); } } else if (this._y > _root.you._y) { if ((((_root.wall.hittest(this._x, this._y - 20, true) ne "true") and (_root.water.hittest(this._x, this._y - 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y - 20, true) ne "true")) and (_root.black.hittest(this._x, this._y - 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); gotoAndPlay (1); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); gotoAndPlay (1); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); gotoAndPlay (1); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); } } else { gotoAndPlay (1); } } else if (this._y == _root.you._y) { if (getProperty("_root.hbullet" add (substring(getProperty(this, _name), 4, 5)), _x) < 0) { setProperty("_root.hbullet" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.hbullet" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); if (getProperty("_root.hbullet" add (substring(getProperty(this, _name), 4, 5)), _x) < _root.you._x) { tellTarget ("_root.hbullet" add (substring(getProperty(this, _name), 4, 5))) { gotoAndPlay (2); }; } else if (getProperty("_root.hbullet" add (substring(getProperty(this, _name), 4, 5)), _x) > _root.you._x) { tellTarget ("_root.hbullet" add (substring(getProperty(this, _name), 4, 5))) { gotoAndPlay (6); }; } gotoAndPlay (1); } }
Symbol 129 MovieClip Frame 16
gotoAndPlay (9);
Symbol 129 MovieClip Frame 25
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/6"; Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), life add "/6");
Instance of Symbol 98 MovieClip in Symbol 129 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 6) * 100); }
Symbol 129 MovieClip Frame 37
if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) > 0) { gotoAndPlay (1); }
Symbol 129 MovieClip Frame 53
if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { randomnumber = random(100) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber <= 0) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 0) and (randomnumber <= 0)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 0) and (randomnumber <= 100)) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), ""); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), ""); stop();
Symbol 129 MovieClip Frame 54
stop();
Symbol 129 MovieClip Frame 76
setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); stop();
Symbol 131 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 32
setProperty("_parent", _visible , 0);
Symbol 132 MovieClip Frame 59
setProperty("_parent", _visible , 1);
Symbol 135 MovieClip Frame 1
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/2"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/2"); if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { stop(); }
Instance of Symbol 97 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 98 MovieClip in Symbol 135 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 5) * 100); } onClipEvent (enterFrame) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 5) * 100); }
Symbol 135 MovieClip Frame 2
if ((random(3) + 1) == 1) { gotoAndPlay (1); }
Symbol 135 MovieClip Frame 4
if (getProperty("_root." add getProperty(this, _name), _y) < getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y + 20, true) ne "true") and (_root.water.hittest(this._x, this._y + 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y + 20, true) ne "true")) and (_root.black.hittest(this._x, this._y + 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _y) > getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y - 20, true) ne "true") and (_root.water.hittest(this._x, this._y - 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y - 20, true) ne "true")) and (_root.black.hittest(this._x, this._y - 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); } } }
Symbol 135 MovieClip Frame 6
if ((random(3) + 1) == 1) { gotoAndPlay (5); }
Symbol 135 MovieClip Frame 8
if (getProperty("_root." add getProperty(this, _name), _x) < getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x + 20, this._y, true) ne "true") and (_root.water.hittest(this._x + 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x + 20, this._y, true) ne "true")) and (_root.black.hittest(this._x + 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _x) > getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x - 20, this._y, true) ne "true") and (_root.water.hittest(this._x - 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x - 20, this._y, true) ne "true")) and (_root.black.hittest(this._x - 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); } } } gotoAndPlay (1);
Symbol 135 MovieClip Frame 25
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/5"; Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), life add "/5");
Instance of Symbol 98 MovieClip in Symbol 135 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 5) * 100); }
Symbol 135 MovieClip Frame 37
if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) > 0) { gotoAndPlay (1); }
Symbol 135 MovieClip Frame 53
if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { randomnumber = random(100) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber <= 0) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 0) and (randomnumber <= 75)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 75) and (randomnumber <= 100)) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), ""); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), ""); stop();
Symbol 135 MovieClip Frame 54
stop();
Symbol 135 MovieClip Frame 76
setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); stop();
Symbol 159 MovieClip Frame 5
if ((random(3) + 1) == 1) { gotoAndPlay (1); }
Symbol 159 MovieClip Frame 9
y = random(2);
Symbol 159 MovieClip Frame 10
if (y == Number(0)) { if (_root.wall.hittest(this._x, this._y + 20, true) ne "true") { setProperty(this, _y , getProperty(this, _y) + 20); z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 7); /:youhit(); } setProperty(this, _y , getProperty(this, _y) - 20); } if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); } } } else if (y == Number(1)) { if (_root.wall.hittest(this._x, this._y - 20, true) ne "true") { setProperty(this, _y , getProperty(this, _y) - 20); z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 7); /:youhit(); } setProperty(this, _y , getProperty(this, _y) + 20); } if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } } }
Symbol 159 MovieClip Frame 15
if ((random(3) + 1) == 1) { gotoAndPlay (11); }
Symbol 159 MovieClip Frame 19
x = random(2);
Symbol 159 MovieClip Frame 20
if (x == Number(0)) { if (_root.wall.hittest(this._x + 20, this._y, true) ne "true") { setProperty(this, _x , getProperty(this, _x) + 20); z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 7); /:youhit(); } setProperty(this, _x , getProperty(this, _x) - 20); } if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } } } else if (x == Number(1)) { if (_root.wall.hittest(this._x - 20, this._y, true) ne "true") { setProperty(this, _x , getProperty(this, _x) - 20); z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 7); /:youhit(); } setProperty(this, _x , getProperty(this, _x) + 20); } if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } } } gotoAndPlay (1);
Symbol 159 MovieClip Frame 25
life = eval (("/:" add getProperty(this, _name)) add "life"); lifevar = eval (("/:" add getProperty(this, _name)) add "life") add "/2"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/2"); Set("/:enemyname" add (substring(getProperty(this, _name), 7, 8)), "Spiker"); tellTarget ("_root.menu.menu2.elife" add (substring(getProperty(this, _name), 7, 8))) { gotoAndPlay (2); };
Instance of Symbol 98 MovieClip in Symbol 159 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval (("/:" add getProperty(_parent, _name)) add "life") / 2) * 100); }
Symbol 159 MovieClip Frame 39
if (eval (("/:" add getProperty(this, _name)) add "life") > 0) { gotoAndPlay (1); }
Symbol 159 MovieClip Frame 54
randomnumber = random(11) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber < 7) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 8) and (randomnumber < 11)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if (randomnumber == 11) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), ""); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), ""); stop();
Symbol 161 MovieClip Frame 1
stop();
Symbol 161 MovieClip Frame 3
if (_root.wall.hittest(_root.ball1._x, _root.ball1._y - 10, true) ne "true") { setProperty("_root.ball1", _y , getProperty(_root.ball1, _y) - 10); if (getProperty("_root.ball1", _y) == 80) { setProperty("_root.ball1", _x , -1000); tellTarget ("_root.ball1") { gotoAndStop (1); }; } if ((getProperty("_root.ball1", _x) == getProperty("_root.you", _x)) and (getProperty("_root.ball1", _y) == getProperty("_root.you", _y))) { Set("/:life", /:life - 5); /:youhit(); tellTarget ("_root.ball1") { gotoAndStop (1); }; setProperty("_root.ball1", _x , -1000); } } else if (_root.wall.hittest(_root.ball1._x, _root.ball1._y - 10, true) eq "true") { tellTarget ("_root.ball1") { gotoAndStop (1); }; setProperty("_root.ball1", _x , -1000); }
Symbol 161 MovieClip Frame 4
gotoAndPlay (2);
Symbol 162 MovieClip Frame 1
stop();
Symbol 162 MovieClip Frame 3
if (_root.wall.hittest(_root.ball2._x + 10, _root.ball2._y, true) ne "true") { setProperty("_root.ball2", _x , getProperty(_root.ball2, _x) + 10); if (getProperty("_root.ball2", _x) == 260) { tellTarget ("_root.ball2") { gotoAndStop (1); }; setProperty("_root.ball2", _x , -1000); } if ((getProperty("_root.ball2", _x) == getProperty("_root.you", _x)) and (getProperty("_root.ball2", _y) == getProperty("_root.you", _y))) { Set("/:life", /:life - 5); /:youhit(); tellTarget ("_root.ball2") { gotoAndStop (1); }; setProperty("_root.ball2", _x , -1000); } } else if (_root.wall.hittest(_root.ball2._x + 10, _root.ball2._y, true) eq "true") { tellTarget ("_root.ball2") { gotoAndStop (1); }; setProperty("_root.ball2", _x , -1000); }
Symbol 162 MovieClip Frame 4
gotoAndPlay (2);
Symbol 163 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 3
if (_root.wall.hittest(_root.ball3._x, _root.ball3._y + 10, true) ne "true") { setProperty("_root.ball3", _y , getProperty(_root.ball3, _y) + 10); if (getProperty("_root.ball3", _y) == 260) { tellTarget ("_root.ball3") { gotoAndStop (1); }; setProperty("_root.ball3", _x , -1000); } if ((getProperty("_root.ball3", _x) == getProperty("_root.you", _x)) and (getProperty("_root.ball3", _y) == getProperty("_root.you", _y))) { Set("/:life", /:life - 5); /:youhit(); tellTarget ("_root.ball3") { gotoAndStop (1); }; setProperty("_root.ball3", _x , -1000); } } else if (_root.wall.hittest(_root.ball3._x, _root.ball3._y + 10, true) eq "true") { tellTarget ("_root.ball3") { gotoAndStop (1); }; setProperty("_root.ball3", _x , -1000); }
Symbol 163 MovieClip Frame 4
gotoAndPlay (2);
Symbol 164 MovieClip Frame 1
stop();
Symbol 164 MovieClip Frame 3
if (_root.wall.hittest(_root.ball4._x - 10, _root.ball4._y, true) ne "true") { setProperty("_root.ball4", _x , getProperty(_root.ball4, _x) - 10); if (getProperty("_root.ball4", _x) == 40) { setProperty("_root.ball4", _x , -1000); tellTarget ("_root.ball4") { gotoAndStop (1); }; } if ((getProperty("_root.ball4", _x) == getProperty("_root.you", _x)) and (getProperty("_root.ball4", _y) == getProperty("_root.you", _y))) { Set("/:life", /:life - 5); /:youhit(); tellTarget ("_root.ball4") { gotoAndStop (1); }; if (/:currentlocation == 62) { Set("/:pause", 0); /:playall(); } setProperty("_root.ball4", _x , -1000); } } else if (_root.wall.hittest(_root.ball4._x - 10, _root.ball4._y, true) eq "true") { tellTarget ("_root.ball4") { gotoAndStop (1); }; setProperty("_root.ball4", _x , -1000); }
Symbol 164 MovieClip Frame 4
gotoAndPlay (2);
Symbol 167 MovieClip Frame 2
setProperty("_root.ball1", _x , getProperty("_root.turret", _x)); setProperty("_root.ball1", _y , getProperty("_root.turret", _y)); tellTarget ("_root.ball1") { gotoAndPlay (2); };
Symbol 167 MovieClip Frame 17
setProperty("_root.ball2", _x , getProperty("_root.turret", _x)); setProperty("_root.ball2", _y , getProperty("_root.turret", _y)); tellTarget ("_root.ball2") { gotoAndPlay (2); };
Symbol 167 MovieClip Frame 31
setProperty("_root.ball3", _x , getProperty("_root.turret", _x)); setProperty("_root.ball3", _y , getProperty("_root.turret", _y)); tellTarget ("_root.ball3") { gotoAndPlay (2); };
Symbol 167 MovieClip Frame 47
setProperty("_root.ball4", _x , getProperty("_root.turret", _x)); setProperty("_root.ball4", _y , getProperty("_root.turret", _y)); tellTarget ("_root.ball4") { gotoAndPlay (2); };
Symbol 167 MovieClip Frame 62
gotoAndPlay (2);
Symbol 168 MovieClip Frame 1
stop();
Symbol 168 MovieClip Frame 3
if (_root.wall.hittest(_root.ball8._x - 10, _root.ball8._y, true) ne "true") { setProperty("_root.ball8", _x , getProperty(_root.ball8, _x) - 10); if (getProperty("_root.ball8", _x) == 40) { setProperty("_root.ball8", _x , -1000); tellTarget ("_root.ball8") { gotoAndStop (1); }; } if ((getProperty("_root.ball8", _x) == getProperty("_root.you", _x)) and (getProperty("_root.ball8", _y) == getProperty("_root.you", _y))) { Set("/:life", /:life - 5); /:youhit(); tellTarget ("_root.ball8") { gotoAndStop (1); }; setProperty("_root.ball8", _x , -1000); } } else if (_root.wall.hittest(_root.ball8._x - 10, _root.ball8._y, true) eq "true") { tellTarget ("_root.ball8") { gotoAndStop (1); }; setProperty("_root.ball8", _x , -1000); }
Symbol 168 MovieClip Frame 4
gotoAndPlay (2);
Symbol 169 MovieClip Frame 1
stop();
Symbol 169 MovieClip Frame 3
if (_root.wall.hittest(_root.ball7._x, _root.ball7._y + 10, true) ne "true") { setProperty("_root.ball7", _y , getProperty(_root.ball7, _y) + 10); if (getProperty("_root.ball7", _y) == 260) { tellTarget ("_root.ball7") { gotoAndStop (1); }; setProperty("_root.ball7", _x , -1000); } if ((getProperty("_root.ball7", _x) == getProperty("_root.you", _x)) and (getProperty("_root.ball7", _y) == getProperty("_root.you", _y))) { Set("/:life", /:life - 5); /:youhit(); tellTarget ("_root.ball7") { gotoAndStop (1); }; setProperty("_root.ball7", _x , -1000); } } else if (_root.wall.hittest(_root.ball7._x, _root.ball7._y + 10, true) eq "true") { tellTarget ("_root.ball7") { gotoAndStop (1); }; setProperty("_root.ball7", _x , -1000); }
Symbol 169 MovieClip Frame 4
gotoAndPlay (2);
Symbol 170 MovieClip Frame 1
stop();
Symbol 170 MovieClip Frame 3
if (_root.wall.hittest(_root.ball6._x + 10, _root.ball6._y, true) ne "true") { setProperty("_root.ball6", _x , getProperty(_root.ball6, _x) + 10); if (getProperty("_root.ball6", _x) == 260) { tellTarget ("_root.ball6") { gotoAndStop (1); }; setProperty("_root.ball6", _x , -1000); } if ((getProperty("_root.ball6", _x) == getProperty("_root.you", _x)) and (getProperty("_root.ball6", _y) == getProperty("_root.you", _y))) { Set("/:life", /:life - 5); /:youhit(); tellTarget ("_root.ball6") { gotoAndStop (1); }; setProperty("_root.ball6", _x , -1000); } } else if (_root.wall.hittest(_root.ball6._x + 10, _root.ball6._y, true) eq "true") { tellTarget ("_root.ball6") { gotoAndStop (1); }; setProperty("_root.ball6", _x , -1000); }
Symbol 170 MovieClip Frame 4
gotoAndPlay (2);
Symbol 171 MovieClip Frame 1
stop();
Symbol 171 MovieClip Frame 3
if (_root.wall.hittest(_root.ball5._x, _root.ball5._y - 10, true) ne "true") { setProperty("_root.ball5", _y , getProperty(_root.ball5, _y) - 10); if (getProperty("_root.ball5", _y) == 80) { setProperty("_root.ball5", _x , -1000); tellTarget ("_root.ball5") { gotoAndStop (1); }; } if ((getProperty("_root.ball5", _x) == getProperty("_root.you", _x)) and (getProperty("_root.ball5", _y) == getProperty("_root.you", _y))) { Set("/:life", /:life - 5); /:youhit(); tellTarget ("_root.ball5") { gotoAndStop (1); }; setProperty("_root.ball5", _x , -1000); } } else if (_root.wall.hittest(_root.ball5._x, _root.ball5._y - 10, true) eq "true") { tellTarget ("_root.ball5") { gotoAndStop (1); }; setProperty("_root.ball5", _x , -1000); }
Symbol 171 MovieClip Frame 4
gotoAndPlay (2);
Symbol 173 MovieClip Frame 2
setProperty("_root.ball5", _x , getProperty("_root.turret2", _x)); setProperty("_root.ball5", _y , getProperty("_root.turret2", _y)); tellTarget ("_root.ball5") { gotoAndPlay (2); };
Symbol 173 MovieClip Frame 17
setProperty("_root.ball6", _x , getProperty("_root.turret2", _x)); setProperty("_root.ball6", _y , getProperty("_root.turret2", _y)); tellTarget ("_root.ball6") { gotoAndPlay (2); };
Symbol 173 MovieClip Frame 31
setProperty("_root.ball7", _x , getProperty("_root.turret2", _x)); setProperty("_root.ball7", _y , getProperty("_root.turret2", _y)); tellTarget ("_root.ball7") { gotoAndPlay (2); };
Symbol 173 MovieClip Frame 47
setProperty("_root.ball8", _x , getProperty("_root.turret2", _x)); setProperty("_root.ball8", _y , getProperty("_root.turret2", _y)); tellTarget ("_root.ball8") { gotoAndPlay (2); };
Symbol 173 MovieClip Frame 62
gotoAndPlay (2);
Symbol 176 MovieClip Frame 1
stop();
Symbol 176 MovieClip Frame 4
if (_root.wall.hittest(this._x, this._y + 10, true) ne "true") { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 10); if (this._y == 270) { setProperty(this, _x , -1000); gotoAndStop (1); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , -1000); gotoAndStop (1); } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty(this, _x , -1000); gotoAndStop (1); } } else if (_root.wall.hittest(this._x, this._y + 10, true) eq "true") { setProperty(this, _x , -1000); gotoAndStop (1); } gotoAndPlay (2);
Symbol 176 MovieClip Frame 7
if (_root.wall.hittest(this._x, this._y - 10, true) ne "true") { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 10); if (this._y == 70) { setProperty(this, _x , -1000); gotoAndStop (1); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , -1000); gotoAndStop (1); } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty(this, _x , -1000); gotoAndStop (1); } } else if (_root.wall.hittest(this._x, this._y - 10, true) eq "true") { setProperty(this, _x , -1000); gotoAndStop (1); } gotoAndPlay (5);
Symbol 177 MovieClip Frame 1
stop();
Symbol 177 MovieClip Frame 4
if (_root.wall.hittest(this._x + 10, this._y, true) ne "true") { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 10); if ((this._x == 270) or (this._x == 30)) { setProperty(this, _x , -1000); gotoAndStop (1); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , -1000); gotoAndStop (1); } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty(this, _x , -1000); gotoAndStop (1); } } else { setProperty(this, _x , -1000); gotoAndStop (1); } gotoAndPlay (2);
Symbol 177 MovieClip Frame 7
if (_root.wall.hittest(this._x - 10, this._y, true) ne "true") { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 10); if ((this._x == 270) or (this._x == 30)) { setProperty(this, _x , -1000); gotoAndStop (1); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , -1000); gotoAndStop (1); } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 15); /:youhit(); } setProperty(this, _x , -1000); gotoAndStop (1); } } else { setProperty(this, _x , -1000); gotoAndStop (1); } gotoAndPlay (5);
Instance of Symbol 186 MovieClip "bad" in Symbol 191 MovieClip Frame 1
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Symbol 191 MovieClip Frame 5
if (_root.wall.hittest(this._x + 20, this._y, true) ne "true") { setProperty(this, _x , this._x + 20); setProperty("bad", _rotation , 0); badrotation = 0; if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); gotoAndPlay (7); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); gotoAndPlay (7); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); gotoAndPlay (7); } } z = z + 1; } if ((this._x == _root.you._x) and (this._y == _root.you._y)) { /:youhit(); Set("/:life", /:life - 5); setProperty(this, _x , this._x - 20); gotoAndPlay (7); } } else if (_root.wall.hittest(this._x + 20, this._y, true) eq "true") { gotoAndPlay (7); }
Symbol 191 MovieClip Frame 6
gotoAndPlay (1);
Symbol 191 MovieClip Frame 11
if (_root.wall.hittest(this._x - 20, this._y, true) ne "true") { setProperty(this, _x , this._x - 20); setProperty("bad", _rotation , 180); badrotation = 180; if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); gotoAndPlay (1); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); gotoAndPlay (1); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); gotoAndPlay (1); } } z = z + 1; } if ((this._x == _root.you._x) and (this._y == _root.you._y)) { /:youhit(); Set("/:life", /:life - 5); setProperty(this, _x , this._x + 20); gotoAndPlay (1); } } else if (_root.wall.hittest(this._x - 20, this._y, true) eq "true") { gotoAndPlay (1); }
Symbol 191 MovieClip Frame 12
gotoAndPlay (7);
Symbol 191 MovieClip Frame 25
life = eval (("/:" add getProperty(this, _name)) add "life"); lifevar = eval (("/:" add getProperty(this, _name)) add "life") add "/3"; Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), life add "/3"); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), "Gremo"); tellTarget ("_root.menu.menu2.elife" add (substring(getProperty(this, _name), 4, 5))) { gotoAndPlay (2); };
Instance of Symbol 188 MovieClip in Symbol 191 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Instance of Symbol 98 MovieClip in Symbol 191 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval (("/:" add getProperty(_parent, _name)) add "life") / 3) * 100); }
Instance of Symbol 188 MovieClip in Symbol 191 MovieClip Frame 27
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Instance of Symbol 188 MovieClip in Symbol 191 MovieClip Frame 29
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Instance of Symbol 188 MovieClip in Symbol 191 MovieClip Frame 31
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Instance of Symbol 188 MovieClip in Symbol 191 MovieClip Frame 33
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Instance of Symbol 188 MovieClip in Symbol 191 MovieClip Frame 35
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Symbol 191 MovieClip Frame 37
if (eval (("/:" add getProperty(this, _name)) add "life") > 0) { if (badrotation == 0) { gotoAndPlay (1); } else if (badrotation == 180) { gotoAndPlay (7); } }
Instance of Symbol 188 MovieClip in Symbol 191 MovieClip Frame 37
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Symbol 191 MovieClip Frame 53
randomnumber = random(11) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber < 7) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 8) and (randomnumber < 11)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if (randomnumber == 11) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); stop();
Symbol 191 MovieClip Frame 54
stop();
Instance of Symbol 185 MovieClip "bad" in Symbol 192 MovieClip Frame 1
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Symbol 192 MovieClip Frame 5
if (_root.wall.hittest(this._x, this._y + 20, true) ne "true") { setProperty(this, _y , this._y + 20); setProperty("bad", _rotation , 0); badrotation = 0; if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); gotoAndPlay (7); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); gotoAndPlay (7); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); gotoAndPlay (7); } } z = z + 1; } if ((this._x == _root.you._x) and (this._y == _root.you._y)) { /:youhit(); Set("/:life", /:life - 5); setProperty(this, _y , this._y - 20); gotoAndPlay (7); } } else if (_root.wall.hittest(this._x, this._y + 20, true) eq "true") { gotoAndPlay (7); }
Symbol 192 MovieClip Frame 6
gotoAndPlay (1);
Symbol 192 MovieClip Frame 11
if (_root.wall.hittest(this._x, this._y - 20, true) ne "true") { setProperty(this, _y , this._y - 20); setProperty("bad", _rotation , 180); badrotation = 180; if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); gotoAndPlay (1); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); gotoAndPlay (1); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); gotoAndPlay (1); } } z = z + 1; } if ((this._x == _root.you._x) and (this._y == _root.you._y)) { /:youhit(); Set("/:life", /:life - 5); setProperty(this, _y , this._y + 20); gotoAndPlay (1); } } else if (_root.wall.hittest(this._x, this._y - 20, true) eq "true") { gotoAndPlay (1); }
Symbol 192 MovieClip Frame 12
gotoAndPlay (7);
Symbol 192 MovieClip Frame 25
life = eval (("/:" add getProperty(this, _name)) add "life"); lifevar = eval (("/:" add getProperty(this, _name)) add "life") add "/3"; Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), life add "/3"); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), "Gremo"); tellTarget ("_root.menu.menu2.elife" add (substring(getProperty(this, _name), 4, 5))) { gotoAndPlay (2); };
Instance of Symbol 188 MovieClip in Symbol 192 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Instance of Symbol 98 MovieClip in Symbol 192 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval (("/:" add getProperty(_parent, _name)) add "life") / 3) * 100); }
Instance of Symbol 188 MovieClip in Symbol 192 MovieClip Frame 27
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Instance of Symbol 188 MovieClip in Symbol 192 MovieClip Frame 29
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Instance of Symbol 188 MovieClip in Symbol 192 MovieClip Frame 31
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Instance of Symbol 188 MovieClip in Symbol 192 MovieClip Frame 33
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Instance of Symbol 188 MovieClip in Symbol 192 MovieClip Frame 35
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Symbol 192 MovieClip Frame 37
if (eval (("/:" add getProperty(this, _name)) add "life") > 0) { if (badrotation == 180) { gotoAndPlay (7); } else { gotoAndPlay (1); } }
Instance of Symbol 188 MovieClip in Symbol 192 MovieClip Frame 37
onClipEvent (load) { setProperty(this, _rotation , _parent.badrotation); }
Symbol 192 MovieClip Frame 53
randomnumber = random(11) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber < 7) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 8) and (randomnumber < 11)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if (randomnumber == 11) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); stop();
Symbol 192 MovieClip Frame 54
stop();
Symbol 212 Button
on (keyPress "q") { if ((you._currentframe < 5) and (/:pause == 0)) { if (/:raze > 0) { Set("/:raze", /:raze - 1); setProperty("_root.star", _x , 150); setProperty("_root.star", _y , 170); tellTarget ("_root.star") { gotoAndPlay (2); }; z = 0; Set("/:pause", 1); while (z < 31) { tellTarget ("_root.bad" add z) { gotoAndStop (1); }; z = z + 1; } } } }
Symbol 215 MovieClip Frame 1
stop();
Symbol 227 MovieClip Frame 1
stop();
Symbol 235 MovieClip Frame 1
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/2"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/2"); if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { stop(); }
Instance of Symbol 97 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 98 MovieClip in Symbol 235 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 6) * 100); } onClipEvent (enterFrame) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 6) * 100); }
Symbol 235 MovieClip Frame 5
if ((random(3) + 1) == 1) { if (dead != 1) { gotoAndPlay (1); } }
Symbol 235 MovieClip Frame 9
y = random(2);
Symbol 235 MovieClip Frame 10
if (y == Number(0)) { if ((((_root.wall.hittest(this._x, this._y + 20, true) ne "true") and (_root.water.hittest(this._x, this._y + 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y + 20, true) ne "true")) and (_root.black.hittest(this._x, this._y + 20, true) ne "true")) { setProperty(this, _y , getProperty(this, _y) + 20); if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty(this, _y , getProperty(this, _y) - 20); } } } else if (y == Number(1)) { if ((((_root.wall.hittest(this._x, this._y - 20, true) ne "true") and (_root.water.hittest(this._x, this._y - 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y - 20, true) ne "true")) and (_root.black.hittest(this._x, this._y - 20, true) ne "true")) { setProperty(this, _y , getProperty(this, _y) - 20); if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty(this, _y , getProperty(this, _y) + 20); } } }
Symbol 235 MovieClip Frame 15
if ((random(3) + 1) == 1) { gotoAndPlay (11); }
Symbol 235 MovieClip Frame 19
x = random(2);
Symbol 235 MovieClip Frame 20
if (x == Number(0)) { if ((((_root.wall.hittest(this._x + 20, this._y, true) ne "true") and (_root.water.hittest(this._x + 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x + 20, this._y, true) ne "true")) and (_root.black.hittest(this._x + 20, this._y, true) ne "true")) { setProperty(this, _x , getProperty(this, _x) + 20); if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty(this, _x , getProperty(this, _x) - 20); } } } else if (x == Number(1)) { if ((((_root.wall.hittest(this._x - 20, this._y, true) ne "true") and (_root.water.hittest(this._x - 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x - 20, this._y, true) ne "true")) and (_root.black.hittest(this._x - 20, this._y, true) ne "true")) { setProperty(this, _x , getProperty(this, _x) - 20); if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty(this, _x , getProperty(this, _x) + 20); } } } gotoAndPlay (1);
Symbol 235 MovieClip Frame 25
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/2"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/2");
Instance of Symbol 98 MovieClip in Symbol 235 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 6) * 100); }
Symbol 235 MovieClip Frame 37
if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) > 0) { gotoAndPlay (1); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) < -1) { dead = 1; alive = 0; gotoAndPlay (1); }
Symbol 235 MovieClip Frame 52
if ((this.hittest(_root.you) eq "true") and (getProperty(_root.you, _currentframe) < 5)) { Set("/:life", /:life - 10); /:youhit(); } z = 0; while (z < 31) { if ((((this.hittest("_root.bad" add z) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { if (getProperty("_root.bad" add z, _y) > getProperty(this, _y)) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); if (_root.wall.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } if (_root.water.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } if (_root.dock.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } if (getProperty("_root.bad" add z, _y) == 270) { setProperty("_root.bad" add z, _y , 250); } a = 0; while (a < 31) { if ((getProperty("_root.block" add a, _x) == getProperty("_root.bad" add z, _x)) and (getProperty("_root.block" add a, _y) == getProperty("_root.bad" add z, _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } a = a + 1; } a = 0; while (a < 31) { if (a != (substring(getProperty("_root.bad" add z, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } } a = a + 1; } } else if (getProperty("_root.bad" add z, _y) < getProperty(this, _y)) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); if (_root.wall.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } if (_root.water.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } if (_root.dock.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } if (getProperty("_root.bad" add z, _y) == 70) { setProperty("_root.bad" add z, _y , 90); } a = 0; while (a < 31) { if ((getProperty("_root.block" add a, _x) == getProperty("_root.bad" add z, _x)) and (getProperty("_root.block" add a, _y) == getProperty("_root.bad" add z, _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } a = a + 1; } a = 0; while (a < 31) { if (a != (substring(getProperty("_root.bad" add z, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } } a = a + 1; } } if (getProperty("_root.bad" add z, _x) > getProperty(this, _x)) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); if (_root.wall.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } if (_root.water.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } if (_root.dock.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } if (getProperty("_root.bad" add z, _x) == 270) { setProperty("_root.bad" add z, _x , 250); } a = 0; while (a < 31) { if ((getProperty("_root.block" add a, _x) == getProperty("_root.bad" add z, _x)) and (getProperty("_root.block" add a, _y) == getProperty("_root.bad" add z, _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } a = a + 1; } a = 0; while (a < 31) { if (a != (substring(getProperty("_root.bad" add z, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } } a = a + 1; } } else if (getProperty("_root.bad" add z, _x) < getProperty(this, _x)) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); if (_root.wall.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } if (_root.water.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } if (_root.dock.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } if (getProperty("_root.bad" add z, _x) == 30) { setProperty("_root.bad" add z, _x , 50); } a = 0; while (a < 31) { if ((getProperty("_root.block" add a, _x) == getProperty("_root.bad" add z, _x)) and (getProperty("_root.block" add a, _y) == getProperty("_root.bad" add z, _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } a = a + 1; } a = 0; while (a < 31) { if (a != (substring(getProperty("_root.bad" add z, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } } a = a + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); } } if (/:havesuperbomb == 0) { Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); } else if (/:havesuperbomb == 1) { Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 2); if (eval ((("/:bad" add z) add "life") add /:currentlocation) < 0) { Set((("/:bad" add z) add "life") add /:currentlocation, 0); } } tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; }
Symbol 235 MovieClip Frame 57
if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { randomnumber = random(100) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber <= 75) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 75) and (randomnumber <= 95)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 95) and (randomnumber <= 100)) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), ""); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), ""); stop();
Symbol 235 MovieClip Frame 76
setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); stop();
Symbol 239 MovieClip Frame 1
stop();
Symbol 242 MovieClip Frame 1
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/2"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/2");
Instance of Symbol 97 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 98 MovieClip in Symbol 242 MovieClip Frame 1
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 5) * 100); } onClipEvent (enterFrame) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 5) * 100); }
Symbol 242 MovieClip Frame 2
if ((random(3) + 1) == 1) { gotoAndPlay (1); }
Symbol 242 MovieClip Frame 4
if (getProperty("_root." add getProperty(this, _name), _y) < getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y + 20, true) ne "true") and (_root.water.hittest(this._x, this._y + 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y + 20, true) ne "true")) and (_root.black.hittest(this._x, this._y + 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _y) > getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y - 20, true) ne "true") and (_root.water.hittest(this._x, this._y - 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y - 20, true) ne "true")) and (_root.black.hittest(this._x, this._y - 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); } } }
Symbol 242 MovieClip Frame 6
if ((random(3) + 1) == 1) { gotoAndPlay (5); }
Symbol 242 MovieClip Frame 8
if (getProperty("_root." add getProperty(this, _name), _x) < getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x + 20, this._y, true) ne "true") and (_root.water.hittest(this._x + 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x + 20, this._y, true) ne "true")) and (_root.black.hittest(this._x + 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _x) > getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x - 20, this._y, true) ne "true") and (_root.water.hittest(this._x - 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x - 20, this._y, true) ne "true")) and (_root.black.hittest(this._x - 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); } } } gotoAndPlay (1);
Symbol 242 MovieClip Frame 25
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/5"; Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), life add "/5");
Instance of Symbol 98 MovieClip in Symbol 242 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 5) * 100); }
Symbol 242 MovieClip Frame 37
if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) > 0) { place(); gotoAndPlay (1); }
Symbol 242 MovieClip Frame 53
if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { randomnumber = random(100) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber <= 30) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 30) and (randomnumber <= 80)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 80) and (randomnumber <= 95)) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), ""); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), ""); stop();
Symbol 242 MovieClip Frame 54
stop();
Symbol 242 MovieClip Frame 76
setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); stop();
Symbol 246 MovieClip Frame 1
if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 1) { stop(); } noplay = 1; stop();
Symbol 246 MovieClip Frame 2
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/2"; Set("/:enemylife" add (substring(getProperty(this, _name), 7, 8)), life add "/2"); noplay = 0;
Instance of Symbol 97 MovieClip in Symbol 246 MovieClip Frame 2
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 98 MovieClip in Symbol 246 MovieClip Frame 2
onClipEvent (load) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:badlifevisible == 0) { setProperty(this, _visible , 0); } else if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } } onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 8) * 100); } onClipEvent (enterFrame) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 8) * 100); }
Symbol 246 MovieClip Frame 5
if (getProperty("_root." add getProperty(this, _name), _y) < getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y + 20, true) ne "true") and (_root.water.hittest(this._x, this._y + 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y + 20, true) ne "true")) and (_root.black.hittest(this._x, this._y + 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _y) > getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y - 20, true) ne "true") and (_root.water.hittest(this._x, this._y - 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y - 20, true) ne "true")) and (_root.black.hittest(this._x, this._y - 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); } } }
Symbol 246 MovieClip Frame 9
if (getProperty("_root." add getProperty(this, _name), _x) < getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x + 20, this._y, true) ne "true") and (_root.water.hittest(this._x + 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x + 20, this._y, true) ne "true")) and (_root.black.hittest(this._x + 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _x) > getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x - 20, this._y, true) ne "true") and (_root.water.hittest(this._x - 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x - 20, this._y, true) ne "true")) and (_root.black.hittest(this._x - 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 10); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); } } } gotoAndPlay (2);
Symbol 246 MovieClip Frame 25
life = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation); lifevar = eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) add "/8"; Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), life add "/8");
Instance of Symbol 98 MovieClip in Symbol 246 MovieClip Frame 25
onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 8) * 100); }
Symbol 246 MovieClip Frame 37
if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) > 0) { if (((_root.you._x < (this._x + 80)) and (_root.you._x > (this._x - 80))) and ((_root.you._y < (this._y + 80)) and (_root.you._y > (this._y - 80)))) { tellTarget (this) { gotoAndPlay (2); }; } else { gotoAndStop (1); } }
Symbol 246 MovieClip Frame 53
if (eval (((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed") == 0) { randomnumber = random(100) + 1; if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (!((getProperty("_root.you", _x) == getProperty(this, _x)) and (getProperty("_root.you", _y) == getProperty(this, _y)))) { if (randomnumber <= 40) { setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.coin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 40) and (randomnumber <= 90)) { setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.bigcoin" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } else if ((randomnumber > 90) and (randomnumber <= 100)) { setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _x , getProperty(this, _x)); setProperty("_root.life" add (substring(getProperty(this, _name), 4, 5)), _y , getProperty(this, _y)); } } } } setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); Set("/:enemylife" add (substring(getProperty(this, _name), 4, 5)), ""); Set("/:enemyname" add (substring(getProperty(this, _name), 4, 5)), ""); stop();
Symbol 246 MovieClip Frame 54
stop();
Symbol 246 MovieClip Frame 76
setProperty(this, _x , -1000); Set(((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) add "_killed", 1); Set("/:kills", /:kills + 1); stop();
Symbol 247 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button.hitTest(you) eq "true") and (particle._x < 0)) { setProperty("particle", _x , block0._x); setProperty("particle", _y , block0._y); pause = 1; stopall(); if (block0._currentframe == 1) { tellTarget ("particle") { gotoAndPlay ("up"); }; } else if (block0._currentframe == 11) { tellTarget ("particle") { gotoAndPlay ("right"); }; } else if (block0._currentframe == 21) { tellTarget ("particle") { gotoAndPlay ("down"); }; } else if (block0._currentframe == 31) { tellTarget ("particle") { gotoAndPlay ("left"); }; } } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 251 MovieClip Frame 1
stop();
Symbol 251 MovieClip Frame 2
play(); setProperty(this, _y , this._y - 10); if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = 0; while (z < 11) { if ((((this.hittest("_root.bad" add z) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { Set(("/:bad" add z) add "life", eval (("/:bad" add z) add "life") - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; setProperty(this, _x , -1000); gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = z + 1; } if (_root.wall.hittest(this._x, this._y, true) eq "true") { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = 0; while (z < 21) { if ((getProperty("_root.block" add z, _x) == this._x) and (getProperty("_root.block" add z, _y) == this._y)) { if ((z >= 6) and (z <= 10)) { gotoAndPlay (4); tellTarget (("_root.block" add z) add ".box") { gotoAndStop (2); }; } else if ((z >= 11) and (z <= 15)) { gotoAndPlay (8); tellTarget (("_root.block" add z) add ".box") { gotoAndStop (2); }; } else { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } } z = z + 1; }
Symbol 251 MovieClip Frame 3
gotoAndPlay (2);
Symbol 251 MovieClip Frame 4
play(); setProperty(this, _x , this._x + 10); if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = 0; while (z < 11) { if ((((this.hittest("_root.bad" add z) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { Set(("/:bad" add z) add "life", eval (("/:bad" add z) add "life") - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; setProperty(this, _x , -1000); gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = z + 1; } if (_root.wall.hittest(this._x, this._y, true) eq "true") { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = 0; while (z < 21) { if ((getProperty("_root.block" add z, _x) == this._x) and (getProperty("_root.block" add z, _y) == this._y)) { if ((z >= 11) and (z <= 15)) { gotoAndPlay (6); tellTarget (("_root.block" add z) add ".box") { gotoAndStop (2); }; } else if ((z >= 16) and (z <= 20)) { gotoAndPlay (2); tellTarget (("_root.block" add z) add ".box") { gotoAndStop (2); }; } else { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } } z = z + 1; }
Symbol 251 MovieClip Frame 5
gotoAndPlay (4);
Symbol 251 MovieClip Frame 6
play(); setProperty(this, _y , this._y + 10); if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = 0; while (z < 11) { if ((((this.hittest("_root.bad" add z) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { Set(("/:bad" add z) add "life", eval (("/:bad" add z) add "life") - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; setProperty(this, _x , -1000); gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = z + 1; } if (_root.wall.hittest(this._x, this._y, true) eq "true") { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = 0; while (z < 21) { if ((getProperty("_root.block" add z, _x) == this._x) and (getProperty("_root.block" add z, _y) == this._y)) { if ((z >= 1) and (z <= 5)) { gotoAndPlay (4); tellTarget (("_root.block" add z) add ".box") { gotoAndStop (2); }; } else if ((z >= 16) and (z <= 20)) { gotoAndPlay (8); tellTarget (("_root.block" add z) add ".box") { gotoAndStop (2); }; } else { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } } z = z + 1; }
Symbol 251 MovieClip Frame 7
gotoAndPlay (6);
Symbol 251 MovieClip Frame 8
play(); setProperty(this, _x , this._x - 10); if (this.hittest(_root.target)) { z = 0; okay = 1; while (z < 31) { if (getProperty(("_root.block" add z) add ".box", _currentframe) == 1) { okay = 0; } z = z + 1; } if (okay == 1) { Set("/:pause", 1); /:stopall(); tellTarget ("_root.target") { gotoAndStop (7); }; z = 0; while (z < 31) { setProperty("_root.block" add z, _x , -1000); z = z + 1; } setProperty("_root.wall.wall1", _x , -1000); setProperty("_root.wall.wall2", _visible , 1); tellTarget ("_root.wall.wall2") { gotoAndPlay (2); }; tellTarget ("_root.wall.wall") { gotoAndPlay (2); }; Set("/:puzzleroom70", 1); tellTarget ("_root.target") { gotoAndStop (7); }; } } if ((((this._x <= 40) or (this._x >= 260)) or (this._y <= 80)) or (this._y >= 260)) { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = 0; while (z < 11) { if ((((this.hittest("_root.bad" add z) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { Set(("/:bad" add z) add "life", eval (("/:bad" add z) add "life") - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; setProperty(this, _x , -1000); gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = z + 1; } if (_root.wall.hittest(this._x, this._y, true) eq "true") { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } z = 0; while (z < 21) { if ((getProperty("_root.block" add z, _x) == this._x) and (getProperty("_root.block" add z, _y) == this._y)) { if ((z >= 1) and (z <= 5)) { gotoAndPlay (2); tellTarget (("_root.block" add z) add ".box") { gotoAndStop (2); }; } else if ((z >= 6) and (z <= 10)) { gotoAndPlay (6); tellTarget (("_root.block" add z) add ".box") { gotoAndStop (2); }; } else { setProperty(this, _x , -1000); /:mainmusic.setVolume(100); tellTarget ("_root.target") { gotoAndPlay (1); }; Set("/:puzzleroom70blocks", 0); z = 0; while (z < 31) { tellTarget (("_root.block" add z) add ".box") { gotoAndStop (1); }; z = z + 1; } gotoAndStop (1); Set("/:pause", 0); /:playall(); } } z = z + 1; if (okay == 1) { tellTarget ("_root.target") { gotoAndStop (7); }; } }
Symbol 251 MovieClip Frame 9
gotoAndPlay (8);
Symbol 254 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 1
stop();
Symbol 255 MovieClip Frame 2
play();
Symbol 255 MovieClip Frame 11
stop();
Symbol 255 MovieClip Frame 12
play();
Symbol 255 MovieClip Frame 21
stop();
Symbol 255 MovieClip Frame 22
play();
Symbol 255 MovieClip Frame 31
stop();
Symbol 255 MovieClip Frame 32
play();
Symbol 255 MovieClip Frame 40
gotoAndStop (1);
Symbol 260 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 1
stop();
Instance of Symbol 257 MovieClip in Symbol 261 MovieClip Frame 1
onClipEvent (load) { setProperty(this, _visible , 0); }
Symbol 261 MovieClip Frame 2
play();
Symbol 261 MovieClip Frame 11
stop();
Symbol 261 MovieClip Frame 12
play();
Symbol 261 MovieClip Frame 21
stop();
Symbol 261 MovieClip Frame 22
play();
Symbol 261 MovieClip Frame 31
stop();
Symbol 261 MovieClip Frame 32
play();
Symbol 261 MovieClip Frame 40
gotoAndStop (1);
Symbol 266 MovieClip Frame 1
stop();
Symbol 266 MovieClip Frame 2
stop();
Symbol 266 MovieClip Frame 3
stop();
Symbol 266 MovieClip Frame 12
if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) < 1) { setProperty(this, _x , -1000); Set((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation, 1); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 3) { gotoAndStop (1); } else { gotoAndStop (13); }
Instance of Symbol 98 MovieClip in Symbol 266 MovieClip Frame 13
onClipEvent (load) { setProperty(this, _xscale , (eval ((("/:" add getProperty(_parent, _name)) add "life") add /:currentlocation) / 3) * 100); }
Symbol 270 MovieClip Frame 1
stop();
Symbol 270 MovieClip Frame 6
gotoAndStop (1);
Symbol 292 MovieClip Frame 1
stop();
Symbol 292 MovieClip Frame 2
tellTarget ("_root.gun" add (substring(getProperty(this, _name), 7, 8))) { gotoAndPlay (2); };
Symbol 292 MovieClip Frame 4
gotoAndStop (1);
Symbol 295 MovieClip Frame 1
stop();
Symbol 295 MovieClip Frame 16
setProperty(this, _x , -1000); tellTarget ("_root.youblack") { gotoAndStop (1); }; if (/:currentlocation == 76) { if (_root.snake0._x > 150) { setProperty("_root.you", _x , 70); setProperty("_root.you", _y , 110); } else { setProperty("_root.you", _x , 230); setProperty("_root.you", _y , 230); } } else { setProperty("_root.you", _x , /:xyou); setProperty("_root.you", _y , /:yyou); } Set("/:life", /:life - 5); /:youhit(); /:playall(); Set("/:pause", 0);
Symbol 305 MovieClip Frame 1
stop();
Symbol 305 MovieClip Frame 5
gotoAndStop (1);
Symbol 307 MovieClip Frame 1
stop();
Symbol 307 MovieClip Frame 11
z = 1; a = 0; while (z < 37) { _root.boss.swapDepths("_root.fireball" add z); duplicateMovieClip ("_root.fireball", "fireball" add z, z); setProperty("_root.fireball" add z, _x , 150); setProperty("_root.fireball" add z, _y , 170); Set(("_root.fireball" add z) add ".time", 19); Set(("_root.fireball" add z) add ".a", a); z = z + 1; a = a + 10; }
Symbol 307 MovieClip Frame 12
gotoAndStop (1);
Instance of Symbol 305 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) { function gun() { pos = new Object(); pos.x = this._x; pos.y = this._y; LocaltoGlobal(pos); circx = pos.x; circy = pos.y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 305 MovieClip in Symbol 308 MovieClip Frame 1
onClipEvent (load) { function gun() { pos = new Object(); pos.x = this._x; pos.y = this._y; LocaltoGlobal(pos); circx = pos.x; circy = pos.y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Symbol 309 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 310 Button
on (keyPress "z") { usebomb(); }
Symbol 311 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 312 Button
on (keyPress "x") { usemagic(); }
Symbol 319 MovieClip Frame 1
stop();
Symbol 319 MovieClip Frame 2
setProperty(this, _y , this._y - 10); if ((_root.wall.hittest(this._x, this._y, true) eq "true") or (this._y == 80)) { gotoAndStop (1); setProperty(this, _x , 1000); } z = 0; while (z < 11) { if (this.hittest("_root.block" add z) eq "true") { gotoAndStop (1); setProperty(this, _x , 1000); } if ((this.hittest("_root.bad" add z) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) { Set(("/:bad" add z) add "life", eval (("/:bad" add z) add "life") - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; gotoAndStop (1); setProperty(this, _x , 1000); } z = z + 1; }
Symbol 319 MovieClip Frame 3
gotoAndPlay (2);
Symbol 319 MovieClip Frame 4
setProperty(this, _x , this._x + 10); if ((_root.wall.hittest(this._x, this._y, true) eq "true") or (this._x == 260)) { gotoAndStop (1); setProperty(this, _x , 1000); } z = 0; while (z < 11) { if (this.hittest("_root.block" add z) eq "true") { gotoAndStop (1); setProperty(this, _x , 1000); } if ((this.hittest("_root.bad" add z) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) { Set(("/:bad" add z) add "life", eval (("/:bad" add z) add "life") - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; gotoAndStop (1); setProperty(this, _x , 1000); } z = z + 1; }
Symbol 319 MovieClip Frame 5
gotoAndPlay (4);
Symbol 319 MovieClip Frame 6
setProperty(this, _y , this._y + 10); if ((_root.wall.hittest(this._x, this._y, true) eq "true") or (this._y == 260)) { gotoAndStop (1); setProperty(this, _x , 1000); } z = 0; while (z < 11) { if (this.hittest("_root.block" add z) eq "true") { gotoAndStop (1); setProperty(this, _x , 1000); } if ((this.hittest("_root.bad" add z) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) { Set(("/:bad" add z) add "life", eval (("/:bad" add z) add "life") - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; gotoAndStop (1); setProperty(this, _x , 1000); } z = z + 1; }
Symbol 319 MovieClip Frame 7
gotoAndPlay (6);
Symbol 319 MovieClip Frame 8
setProperty(this, _x , this._x - 10); if ((_root.wall.hittest(this._x, this._y, true) eq "true") or (this._x == 40)) { gotoAndStop (1); setProperty(this, _x , 1000); } z = 0; while (z < 11) { if (this.hittest("_root.block" add z) eq "true") { gotoAndStop (1); setProperty(this, _x , 1000); } if ((this.hittest("_root.bad" add z) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) { Set(("/:bad" add z) add "life", eval (("/:bad" add z) add "life") - 1); tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; gotoAndStop (1); setProperty(this, _x , 1000); } z = z + 1; }
Symbol 319 MovieClip Frame 9
gotoAndPlay (8);
Symbol 326 MovieClip Frame 1
stop();
Instance of Symbol 325 MovieClip "super" in Symbol 326 MovieClip Frame 1
onClipEvent (load) { if (/:havesuperbomb == 0) { setProperty(this, _visible , 0); } else if (/:havesuperbomb == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:havesuperbomb == 0) { setProperty(this, _visible , 0); } else if (/:havesuperbomb == 1) { setProperty(this, _visible , 1); } }
Symbol 326 MovieClip Frame 3
if ((this.hittest(_root.you) eq "true") and (getProperty(_root.you, _currentframe) < 5)) { if (/:havesuperbomb == 0) { Set("/:life", /:life - 5); if (/:life < 1) { Set("/:life", 0); } } else if (/:havesuperbomb == 1) { Set("/:life", /:life - 10); if (/:life < 1) { Set("/:life", 0); } } /:youhit(); } if ((this.hittest(_root.snake0) eq "true") and (/:currentlocation != 76)) { Set("/:pause", 1); /:stopall(); tellTarget ("_root.snake0.snake") { gotoAndPlay (2); }; if (/:snakelife == 90) { tellTarget ("_root.snake4") { gotoAndPlay (2); }; } else if (/:snakelife == 70) { tellTarget ("_root.snake3") { gotoAndPlay (2); }; } else if (/:snakelife == 50) { tellTarget ("_root.snake2") { gotoAndPlay (2); }; } else if (/:snakelife == 30) { tellTarget ("_root.snake1") { gotoAndPlay (2); }; } Set("/:snakelife", /:snakelife - 10); } z = 0; while (z < 31) { if ((((this.hittest("_root.bad" add z) eq "true") and (getProperty("_root.bad" add z, _currentframe) < 25)) and (getProperty("_root.bad" add z, _alpha) == 100)) and (getProperty("_root.bad" add z, _visible) == 1)) { if (getProperty("_root.bad" add z, _y) > getProperty(this, _y)) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); if (_root.wall.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } if (_root.water.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } if (_root.dock.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } if (getProperty("_root.bad" add z, _y) == 270) { setProperty("_root.bad" add z, _y , 250); } a = 0; while (a < 31) { if ((getProperty("_root.block" add a, _x) == getProperty("_root.bad" add z, _x)) and (getProperty("_root.block" add a, _y) == getProperty("_root.bad" add z, _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } a = a + 1; } a = 0; while (a < 31) { if (a != (substring(getProperty("_root.bad" add z, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); } } a = a + 1; } } else if (getProperty("_root.bad" add z, _y) < getProperty(this, _y)) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) - 20); if (_root.wall.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } if (_root.water.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } if (_root.dock.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } if (getProperty("_root.bad" add z, _y) == 70) { setProperty("_root.bad" add z, _y , 90); } a = 0; while (a < 31) { if ((getProperty("_root.block" add a, _x) == getProperty("_root.bad" add z, _x)) and (getProperty("_root.block" add a, _y) == getProperty("_root.bad" add z, _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } a = a + 1; } a = 0; while (a < 31) { if (a != (substring(getProperty("_root.bad" add z, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.bad" add z, _y , getProperty("_root.bad" add z, _y) + 20); } } a = a + 1; } } if (getProperty("_root.bad" add z, _x) > getProperty(this, _x)) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); if (_root.wall.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } if (_root.water.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } if (_root.dock.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } if (getProperty("_root.bad" add z, _x) == 270) { setProperty("_root.bad" add z, _x , 250); } a = 0; while (a < 31) { if ((getProperty("_root.block" add a, _x) == getProperty("_root.bad" add z, _x)) and (getProperty("_root.block" add a, _y) == getProperty("_root.bad" add z, _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } a = a + 1; } a = 0; while (a < 31) { if (a != (substring(getProperty("_root.bad" add z, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); } } a = a + 1; } } else if (getProperty("_root.bad" add z, _x) < getProperty(this, _x)) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) - 20); if (_root.wall.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } if (_root.water.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } if (_root.dock.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } if ((getProperty("_root.bad" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.you", _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } if (getProperty("_root.bad" add z, _x) == 30) { setProperty("_root.bad" add z, _x , 50); } a = 0; while (a < 31) { if ((getProperty("_root.block" add a, _x) == getProperty("_root.bad" add z, _x)) and (getProperty("_root.block" add a, _y) == getProperty("_root.bad" add z, _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } a = a + 1; } a = 0; while (a < 31) { if (a != (substring(getProperty("_root.bad" add z, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty("_root.bad" add a, _x)) and (getProperty("_root.bad" add z, _y) == getProperty("_root.bad" add a, _y))) { setProperty("_root.bad" add z, _x , getProperty("_root.bad" add z, _x) + 20); } } a = a + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); } } if (/:havesuperbomb == 0) { Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 1); } else if (/:havesuperbomb == 1) { Set((("/:bad" add z) add "life") add /:currentlocation, eval ((("/:bad" add z) add "life") add /:currentlocation) - 2); if (eval ((("/:bad" add z) add "life") add /:currentlocation) < 0) { Set((("/:bad" add z) add "life") add /:currentlocation, 0); } } tellTarget ("_root.bad" add z) { gotoAndPlay (25); }; } z = z + 1; } z = 0; while (z < 11) { if (_root.black.hittest(getProperty("_root.bad" add z, _x), getProperty("_root.bad" add z, _y), true) eq "true") { if (getProperty("_root.bad" add z, _currentframe) < 60) { tellTarget ("_root.bad" add z) { gotoAndPlay (60); }; } } z = z + 1; }
Symbol 326 MovieClip Frame 7
Set("/:bombset", 0); setProperty("_root.bomb", _x , -1000); gotoAndStop (1);
Symbol 332 MovieClip Frame 1
stop();
Symbol 332 MovieClip Frame 41
Set("/:pause", 0); Set("/:frozen", 0); gotoAndStop (1);
Symbol 348 MovieClip Frame 1
stop(); Set("/:d", 1);
Instance of Symbol 328 MovieClip "dock" in Symbol 348 MovieClip Frame 1
onClipEvent (load) { if (/:inwater == 0) { setProperty(this, _visible , 0); } else if (/:inwater == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:inwater == 0) { setProperty(this, _visible , 0); } else if (/:inwater == 1) { setProperty(this, _visible , 1); } }
Symbol 348 MovieClip Frame 2
Set("/:d", 2);
Symbol 348 MovieClip Frame 3
Set("/:d", 3);
Symbol 348 MovieClip Frame 4
Set("/:d", 4);
Symbol 348 MovieClip Frame 5
play(); Set("/:hitaloud", 0);
Symbol 348 MovieClip Frame 6
if (/:life < 1) { Set("/:lives", /:lives + 1); Set("/:life", 100); }
Symbol 348 MovieClip Frame 8
Set("/:x", getProperty("_root.you", _x)); Set("/:y", getProperty("_root.you", _y)); gotoAndStop (1);
Symbol 348 MovieClip Frame 9
play();
Symbol 348 MovieClip Frame 10
if (/:life < 1) { Set("/:life", 100); Set("/:lives", /:lives + 1); }
Symbol 348 MovieClip Frame 12
Set("/:x", getProperty("_root.you", _x)); Set("/:y", getProperty("_root.you", _y)); gotoAndStop (2);
Symbol 348 MovieClip Frame 13
play();
Symbol 348 MovieClip Frame 14
if (/:life < 1) { Set("/:life", 100); Set("/:lives", /:lives + 1); }
Symbol 348 MovieClip Frame 16
Set("/:x", getProperty("_root.you", _x)); Set("/:y", getProperty("_root.you", _y)); gotoAndStop (3);
Symbol 348 MovieClip Frame 17
play();
Symbol 348 MovieClip Frame 18
if (/:life < 1) { Set("/:life", 100); Set("/:lives", /:lives + 1); }
Symbol 348 MovieClip Frame 20
Set("/:x", getProperty("_root.you", _x)); Set("/:y", getProperty("_root.you", _y)); gotoAndStop (4);
Symbol 366 MovieClip Frame 1
stop();
Symbol 366 MovieClip Frame 2
play();
Symbol 366 MovieClip Frame 65
if (((/:currentlocation == 4) and (/:movie2 == 0)) and (/:bomb == 1)) { tellTarget ("/") { gotoAndPlay ("4again"); }; Set("/:movie2", 1); } gotoAndStop (1);
Instance of Symbol 362 MovieClip "lifebar" in Symbol 367 MovieClip Frame 1
onClipEvent (load) { setProperty("_root.menu.lifebar", _xscale , /:life); Set("/:lifevar", /:life add "%"); } onClipEvent (enterFrame) { if (/:life > 0) { setProperty("_root.menu.lifebar", _xscale , /:life); Set("/:lifevar", /:life add "%"); } }
Symbol 368 Button
on (keyPress "m") { if (_root.you) { if ((_root.mainmenu._currentframe == 1) and (/:pause == 0)) { Set("/:pause", 1); /:stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } else if (_root.mainmenu._currentframe == 31) { tellTarget ("_root.mainmenu") { gotoAndPlay (21); }; } } }
Instance of Symbol 389 MovieClip "bookitem" in Symbol 391 MovieClip Frame 1
onClipEvent (load) { if (/:book == 1) { setProperty(this, _x , -1000); } }
Symbol 398 MovieClip Frame 1
stop();
Symbol 404 MovieClip Frame 1
stop();
Instance of Symbol 391 MovieClip in Symbol 404 MovieClip Frame 4
onClipEvent (load) { if (/:book == 1) { gotoAndStop (2); } } onClipEvent (enterFrame) { if (/:book == 1) { gotoAndStop (2); } }
Instance of Symbol 393 MovieClip in Symbol 404 MovieClip Frame 5
onClipEvent (load) { if (/:raft == 1) { gotoAndStop (2); } } onClipEvent (enterFrame) { if (/:raft == 1) { gotoAndStop (2); } }
Instance of Symbol 398 MovieClip in Symbol 404 MovieClip Frame 6
onClipEvent (load) { if (/:havesuperbomb == 1) { gotoAndStop (2); } } onClipEvent (enterFrame) { if (/:havesuperbomb == 1) { gotoAndStop (2); } }
Instance of Symbol 403 MovieClip in Symbol 404 MovieClip Frame 7
onClipEvent (load) { if (/:push == 0) { setProperty(this, _visible , 0); } else if (/:push == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:push == 0) { setProperty(this, _visible , 0); } else if (/:push == 1) { setProperty(this, _visible , 1); } }
Symbol 452 MovieClip Frame 1
setProperty("location", _x , getProperty(/:currentlocation, _x)); setProperty("location", _y , getProperty(/:currentlocation, _y)); if (/:map == 0) { if (/:maproom30 == 1) { setProperty("red", _x , getProperty(30, _x)); setProperty("red", _y , getProperty(30, _y)); } if (/:maproom12 == 1) { setProperty("yellow", _x , getProperty(12, _x)); setProperty("yellow", _y , getProperty(12, _y)); } if (/:maproom68 == 1) { setProperty("green", _x , getProperty(68, _x)); setProperty("green", _y , getProperty(68, _y)); } if (/:maproom72 == 1) { setProperty("orange", _x , getProperty(72, _x)); setProperty("orange", _y , getProperty(72, _y)); } if (/:maproom73 == 1) { setProperty("blue", _x , getProperty(73, _x)); setProperty("blue", _y , getProperty(73, _y)); } if (/:maproom22 == 1) { setProperty("purple", _x , getProperty(22, _x)); setProperty("purple", _y , getProperty(22, _y)); } } else if (/:map == 1) { setProperty("green", _x , getProperty(68, _x)); setProperty("green", _y , getProperty(68, _y)); setProperty("red", _x , getProperty(30, _x)); setProperty("red", _y , getProperty(30, _y)); setProperty("yellow", _x , getProperty(12, _x)); setProperty("yellow", _y , getProperty(12, _y)); setProperty("orange", _x , getProperty(72, _x)); setProperty("orange", _y , getProperty(72, _y)); setProperty("blue", _x , getProperty(73, _x)); setProperty("blue", _y , getProperty(73, _y)); setProperty("purple", _x , getProperty(22, _x)); setProperty("purple", _y , getProperty(22, _y)); } stop(); if (/:hintson == 1) { if (eval ("/:hint" add /:currentlocation) != "undefined") { hint = eval ("/:hint" add /:currentlocation); } else if (eval ("/:hint" add /:currentlocation) == "undefined") { hint = "No hints"; } } else if (/:hintson == 0) { hint = ""; } if (/:maproom78 == 0) { setProperty(78, _x , -10000); } if (/:maproom79 == 0) { setProperty(79, _x , -10000); } if (/:maproom80 == 0) { setProperty(80, _x , -10000); } if (/:maproom81 == 0) { setProperty(81, _x , -10000); } z = 0; while (z < 77) { if (/:map == 1) { if (eval ("/:maproom" add z) == 0) { setProperty(z, _alpha , 35); } else { setProperty(z, _alpha , 100); } } else if (/:map == 0) { if (eval ("/:maproom" add z) == 0) { setProperty(z, _x , -10000); } else { setProperty(z, _alpha , 100); } } z = z + 1; } setProperty(aa, _alpha , 35);
Instance of Symbol 449 MovieClip in Symbol 452 MovieClip Frame 1
onClipEvent (load) { if (/:map == 0) { setProperty(this, _visible , 0); } }
Symbol 457 MovieClip Frame 1
Set("/:minutes", math.floor((getTimer() - /:beforetimer) / 60000)); if (/:minutes < 1) { Set("/:seconds", math.floor((getTimer() - /:beforetimer) / 1000)); } else if (/:minutes >= 1) { Set("/:seconds", math.floor((getTimer() - /:beforetimer) / 1000) - (60 * /:minutes)); } Set("/:minutes", math.floor((getTimer() - /:beforetimer) / 60000)); if (/:seconds < 10) { Set("/:time", ((/:minutes + ":") + "0") + /:seconds); } else if (/:seconds > 9) { Set("/:time", (/:minutes + ":") + /:seconds); }
Symbol 457 MovieClip Frame 2
gotoAndPlay (1);
Symbol 497 MovieClip Frame 1
stop();
Symbol 497 MovieClip Frame 2
stop();
Symbol 497 MovieClip Frame 3
stop();
Symbol 498 Button
on (keyPress "<Space>") { if (/:book == 1) { if (statistics._currentframe == 1) { tellTarget ("statistics") { gotoAndStop (2); }; } else if (statistics._currentframe == 2) { tellTarget ("statistics") { gotoAndStop (3); }; } else if (statistics._currentframe == 3) { tellTarget ("statistics") { gotoAndStop (1); }; } } }
Symbol 511 Button
on (keyPress "<Space>") { if (/:arrowy == 1) { if (_root.mainmenu._alpha == 100) { Set("/:mainmenuclear", 1); setProperty("_root.mainmenu", _alpha , 50); } else { Set("/:mainmenuclear", 0); setProperty("_root.mainmenu", _alpha , 100); } } else if (/:arrowy == 2) { if (/:badlifevisible == 0) { Set("/:badlifevisible", 1); } else { Set("/:badlifevisible", 0); } } else if ((/:arrowy == 3) and ((/:currentlocation != 27) and (/:currentlocation != 65))) { stopAllSounds(); Set("/:loop1", 1); Set("/:loop2", 0); Set("/:loop3", 0); Set("/:loop4", 0); Set("/:loop5", 0); Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("Lush Loop"); /:mainmusic.start(0, 999); /:mainmusic.setVolume(100); } else if ((/:arrowy == 4) and ((/:currentlocation != 27) and (/:currentlocation != 65))) { stopAllSounds(); Set("/:loop1", 0); Set("/:loop2", 1); Set("/:loop3", 0); Set("/:loop4", 0); Set("/:loop5", 0); Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG5437"); /:mainmusic.start(0, 999); /:mainmusic.setVolume(100); } else if ((/:arrowy == 5) and ((/:currentlocation != 27) and (/:currentlocation != 65))) { stopAllSounds(); Set("/:loop1", 0); Set("/:loop2", 0); Set("/:loop3", 1); Set("/:loop4", 0); Set("/:loop5", 0); Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG1613"); /:mainmusic.start(0, 999); /:mainmusic.setVolume(100); } else if ((/:arrowy == 6) and ((/:currentlocation != 27) and (/:currentlocation != 65))) { stopAllSounds(); Set("/:loop1", 0); Set("/:loop2", 0); Set("/:loop3", 0); Set("/:loop4", 1); Set("/:loop5", 0); Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG9991"); /:mainmusic.start(0, 999); /:mainmusic.setVolume(100); } else if ((/:arrowy == 7) and ((/:currentlocation != 27) and (/:currentlocation != 65))) { stopAllSounds(); Set("/:loop1", 0); Set("/:loop2", 0); Set("/:loop3", 0); Set("/:loop4", 0); Set("/:loop5", 1); Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG6298"); /:mainmusic.start(0, 999); /:mainmusic.setVolume(100); } else if (/:arrowy == 8) { if (/:hintson == 0) { Set("/:hintson", 1); } else if (/:hintson == 1) { Set("/:hintson", 0); } } }
Symbol 519 MovieClip Frame 1
stop(); Set("/:arrowx", 1); Set("/:arrowy", 1); Set("/:maxarrowy", 4); if (/:havesuperbomb == 0) { item1 = "Bomb"; } else if (/:havesuperbomb == 1) { item1 = "Super Bomb"; } if (/:push == 1) { item2 = "Push Power"; } if (/:raft == 1) { item3 = "Raft"; } if (/:book == 1) { item4 = "Enemy Stats"; } if (/:item == 1) { itemx = "itemx"; }
Instance of Symbol 52 MovieClip "select" in Symbol 519 MovieClip Frame 1
onClipEvent (load) { function items() { if (((/:arrowx == 1) and (/:arrowy == 1)) and (/:havebomb == 1)) { tellTarget ("_parent.itemshow") { gotoAndStop ("bomb"); }; } else if (((/:arrowx == 1) and (/:arrowy == 2)) and (/:push == 1)) { tellTarget ("_parent.itemshow") { gotoAndStop ("push"); }; } else if (((/:arrowx == 1) and (/:arrowy == 3)) and (/:raft == 1)) { tellTarget ("_parent.itemshow") { gotoAndStop ("raft"); }; } else if (((/:arrowx == 1) and (/:arrowy == 4)) and (/:book == 1)) { tellTarget ("_parent.itemshow") { gotoAndStop ("book"); }; } else { tellTarget ("_parent.itemshow") { gotoAndStop (1); }; } } } onClipEvent (enterFrame) { items(); }
Instance of Symbol 406 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) { if (/:yellowkey == 0) { setProperty(this, _visible , 0); } else if (/:yellowkey == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:yellowkey == 0) { setProperty(this, _visible , 0); } else if (/:yellowkey == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 408 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) { if (/:redkey == 0) { setProperty(this, _visible , 0); } else if (/:redkey == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:redkey == 0) { setProperty(this, _visible , 0); } else if (/:redkey == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 410 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) { if (/:blankkey == 0) { setProperty(this, _visible , 0); } else if (/:blankkey == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:blankkey == 0) { setProperty(this, _visible , 0); } else if (/:blankkey == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 412 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (enterFrame) { if (/:orangekey == 0) { setProperty(this, _visible , 0); } else if (/:orangekey == 1) { setProperty(this, _visible , 1); } } onClipEvent (load) { if (/:orangekey == 0) { setProperty(this, _visible , 0); } else if (/:orangekey == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 414 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) { if (/:greenkey == 0) { setProperty(this, _visible , 0); } else if (/:greenkey == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:greenkey == 0) { setProperty(this, _visible , 0); } else if (/:greenkey == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 416 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) { if (/:bluekey == 0) { setProperty(this, _visible , 0); } else if (/:bluekey == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:bluekey == 0) { setProperty(this, _visible , 0); } else if (/:bluekey == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 418 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) { if (/:whitekey == 0) { setProperty(this, _visible , 0); } else if (/:whitekey == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:whitekey == 0) { setProperty(this, _visible , 0); } else if (/:whitekey == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 420 MovieClip in Symbol 519 MovieClip Frame 1
onClipEvent (load) { if (/:whitekey2 == 0) { setProperty(this, _visible , 0); } else if (/:whitekey2 == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:whitekey2 == 0) { setProperty(this, _visible , 0); } else if (/:whitekey2 == 1) { setProperty(this, _visible , 1); } }
Instance of Symbol 452 MovieClip in Symbol 519 MovieClip Frame 2
onClipEvent (load) { if (/:floor == 1) { gotoAndStop (1); } else if (/:floor == 2) { gotoAndStop (2); } }
Symbol 519 MovieClip Frame 3
enemieskilled = Math.floor((/:kills / /:totalenemies) * 100) add "%"; roomsgoneto = 0; z = 0; while (z < 82) { if (eval ("/:maproom" add z) == 1) { roomsgoneto = roomsgoneto + 1; } z = z + 1; } roomsvisited = Math.floor((roomsgoneto / /:totalrooms) * 100) add "%";
Instance of Symbol 500 MovieClip in Symbol 519 MovieClip Frame 3
onClipEvent (load) { if (/:book == 0) { setProperty(this, _visible , 0); } else if (/:book == 1) { setProperty(this, _visible , 1); } } onClipEvent (enterFrame) { if (/:book == 0) { setProperty(this, _visible , 0); } else if (/:book == 1) { setProperty(this, _visible , 1); } }
Symbol 519 MovieClip Frame 4
/:mainmusic.setVolume(25);
Instance of Symbol 503 MovieClip in Symbol 519 MovieClip Frame 4
onClipEvent (load) { if (/:havebomb == 0) { setProperty(this, _visible , "0"); } else if (/:havebomb == 1) { setProperty(this, _visible , "1"); } } onClipEvent (enterFrame) { if (/:havebomb == 0) { setProperty(this, _visible , "0"); } else if (/:havebomb == 1) { setProperty(this, _visible , "1"); } }
Symbol 519 MovieClip Frame 5
Set("/:arrowx", 1); Set("/:arrowy", 1); Set("/:maxarrowy", 8);
Instance of Symbol 510 MovieClip in Symbol 519 MovieClip Frame 5
onClipEvent (load) { if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } } onClipEvent (enterFrame) { if (/:badlifevisible == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } }
Instance of Symbol 510 MovieClip in Symbol 519 MovieClip Frame 5
onClipEvent (load) { if (/:mainmenuclear == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } } onClipEvent (enterFrame) { if (/:mainmenuclear == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } }
Instance of Symbol 510 MovieClip in Symbol 519 MovieClip Frame 5
onClipEvent (load) { if (/:loop1 == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } } onClipEvent (enterFrame) { if (/:loop1 == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } }
Instance of Symbol 510 MovieClip in Symbol 519 MovieClip Frame 5
onClipEvent (load) { if (/:loop2 == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } } onClipEvent (enterFrame) { if (/:loop2 == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } }
Instance of Symbol 510 MovieClip in Symbol 519 MovieClip Frame 5
onClipEvent (load) { if (/:loop3 == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } } onClipEvent (enterFrame) { if (/:loop3 == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } }
Instance of Symbol 510 MovieClip in Symbol 519 MovieClip Frame 5
onClipEvent (load) { if (/:loop4 == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } } onClipEvent (enterFrame) { if (/:loop4 == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } }
Instance of Symbol 510 MovieClip in Symbol 519 MovieClip Frame 5
onClipEvent (load) { if (/:loop5 == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } } onClipEvent (enterFrame) { if (/:loop5 == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } }
Instance of Symbol 510 MovieClip in Symbol 519 MovieClip Frame 5
onClipEvent (load) { if (/:hintson == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } } onClipEvent (enterFrame) { if (/:hintson == 1) { setProperty(this, _visible , 1); } else { setProperty(this, _visible , 0); } }
Symbol 522 Button
on (keyPress "m") { if ((_root.mainmenu._currentframe == 1) and (/:pause == 0)) { Set("/:pause", 1); z = 0; tellTarget ("_root.bad" add z) { stop(); z = z + 1; }; tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } else if (_root.mainmenu._currentframe == 31) { tellTarget ("_root.mainmenu") { gotoAndPlay (31); }; } }
Symbol 523 MovieClip Frame 1
stop();
Symbol 523 MovieClip Frame 2
/:mainmusic.setVolume(25); trace(/:kills);
Symbol 523 MovieClip Frame 31
stop(); Set("/:arrowx", 1); Set("/:arrowy", 1);
Symbol 523 MovieClip Frame 61
Set("/:pause", 0); /:playall(); /:mainmusic.setVolume(100); gotoAndStop (1);
Symbol 524 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 525 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (898); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (894); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (894); } gotcoin(); badhit_left(); } } }
Symbol 529 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 530 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (893); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (903); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (895); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (908); } gotcoin(); badhit_left(); } } }
Symbol 534 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button.hitTest(you) eq "true") and (puzzleroom3 == 0)) { puzzleroom3 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 535 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("you", _x) == getProperty("yellowkey", _x)) and (getProperty("you", _y) == getProperty("yellowkey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); yellowkey = "1"; setProperty("yellowkey", _x , -1000); message = "You found the yellow key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (894); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == getProperty("yellowkey", _x)) and (getProperty("you", _y) == getProperty("yellowkey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); yellowkey = "1"; setProperty("yellowkey", _x , -1000); message = "You found the yellow key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (902); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _x) == getProperty("yellowkey", _x)) and (getProperty("you", _y) == getProperty("yellowkey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); yellowkey = "1"; setProperty("yellowkey", _x , -1000); message = "You found the yellow key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (896); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("yellowkey", _x)) and (getProperty("you", _y) == getProperty("yellowkey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); yellowkey = "1"; setProperty("yellowkey", _x , -1000); message = "You found the yellow key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 540 MovieClip Frame 1
stop();
Symbol 540 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 540 MovieClip Frame 60
Set("/:pause", 0); /:playall(); /:mainmusic.setVolume(100); stop();
Symbol 542 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button.hitTest(you) eq "true") and (puzzleroom4b == 0)) { puzzleroom4b = 1; pause = 1; stopall(); tellTarget ("_root.wall.block2") { gotoAndPlay (1); }; } else if ((((you._x == 250) and (you._y == 170)) and (you._currentframe == 2)) and (/:puzzleroom4 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 543 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "1"; gotoAndStop (897); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (895); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "2"; gotoAndStop (897); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (898); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "3"; gotoAndStop (897); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "4"; gotoAndStop (897); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (918); } gotcoin(); badhit_left(); } } }
Symbol 563 MovieClip Frame 1
stop();
Symbol 563 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 563 MovieClip Frame 21
/:mainmusic.setVolume(100); Set("/:pause", 0); /:playall(); setProperty(this, _x , -1000); stop();
Symbol 564 MovieClip Frame 1
stop();
Symbol 564 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 564 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Instance of Symbol 215 MovieClip "block" in Symbol 565 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (enterFrame) { if ((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) { Set((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation, 1); setProperty(this, _x , -1000); } }
Symbol 566 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 567 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "1"; gotoAndStop (896); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "2"; gotoAndStop (896); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "3"; gotoAndStop (896); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("whitekey2", _x)) and (getProperty("you", _y) == getProperty("whitekey2", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); whitekey2 = "1"; setProperty("whitekey2", _x , -1000); message = "You found the 2nd half of the white key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "4"; gotoAndStop (896); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 572 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 250) and (you._y == 230)) and (you._currentframe == 2)) and (/:puzzleroom5 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 573 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (899); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (928); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (896); } gotcoin(); badhit_left(); } } }
Instance of Symbol 266 MovieClip "block1" in Symbol 576 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block2" in Symbol 576 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block3" in Symbol 576 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block4" in Symbol 576 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block5" in Symbol 576 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Symbol 577 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 150) and (you._y == 90)) and (you._currentframe == 1)) and (/:puzzleroom6b == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button.hitTest(you) eq "true") and (puzzleroom6b == 0)) { puzzleroom6b = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 578 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (900); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (898); } gotcoin(); badhit_left(); } } }
Symbol 581 MovieClip Frame 1
stop();
Symbol 581 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 581 MovieClip Frame 30
/:mainmusic.setVolume(100); Set("/:pause", 0); /:playall(); stop();
Symbol 582 MovieClip Frame 1
stop();
Symbol 582 MovieClip Frame 30
Set("/:pause", 0); stop();
Symbol 583 MovieClip Frame 1
stop();
Symbol 583 MovieClip Frame 30
Set("/:pause", 0); stop();
Symbol 584 MovieClip Frame 1
stop();
Symbol 584 MovieClip Frame 30
Set("/:pause", 0); stop();
Symbol 586 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 587 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (899); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (902); } gotcoin(); badhit_left(); } } }
Symbol 591 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button1.hitTest(you) eq "true") and (puzzleroom8a == 0)) { puzzleroom8a = 1; pause = 1; stopall(); if (magicbutton == 1) { puzzleroom8b = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (30); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (30); }; } else { puzzleroom8c = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; } } else if ((button2.hitTest(you) eq "true") and (puzzleroom8a == 0)) { puzzleroom8a = 1; pause = 1; stopall(); if (magicbutton == 2) { puzzleroom8b = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (30); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (30); }; } else { puzzleroom8c = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; } } else if ((button3.hitTest(you) eq "true") and (puzzleroom8a == 0)) { puzzleroom8a = 1; pause = 1; stopall(); if (magicbutton == 3) { puzzleroom8b = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (30); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (30); }; } else { puzzleroom8c = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; } } } }
Symbol 592 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (puzzleroom8 == 0) { stopall(); pause = 1; puzzleroom8 = 1; tellTarget ("_root.wall.wall4") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (1); }; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (900); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (puzzleroom8 == 0) { stopall(); pause = 1; puzzleroom8 = 1; tellTarget ("_root.wall.wall4") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (1); }; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (895); } gotcoin(); badhit_left(); } } }
Symbol 595 MovieClip Frame 1
stop();
Symbol 595 MovieClip Frame 60
Set("/:pause", 0); /:playall(); stop(); if (/:puzzleroom8b == 1) { z = 0; while (z < 7) { tellTarget ("_root.bad" add z) { gotoAndPlay (38); }; z = z + 1; } }
Symbol 595 MovieClip Frame 61
stop();
Symbol 596 MovieClip Frame 1
stop();
Symbol 596 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 596 MovieClip Frame 60
/:mainmusic.setVolume(100); Set("/:pause", 0); stop();
Symbol 597 MovieClip Frame 1
stop();
Symbol 597 MovieClip Frame 30
Set("/:pause", 0); /:playall(); stop();
Symbol 597 MovieClip Frame 60
if (/:puzzleroom8c == 1) { Set("/:pause", 0); /:playall(); } stop();
Symbol 598 MovieClip Frame 1
stop();
Symbol 598 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 598 MovieClip Frame 30
/:mainmusic.setVolume(100); stop();
Symbol 598 MovieClip Frame 31
/:mainmusic.setVolume(25);
Symbol 598 MovieClip Frame 60
/:mainmusic.setVolume(100); stop();
Symbol 600 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button1.hitTest(you) eq "true") and (puzzleroom8a == 0)) { puzzleroom8a = 1; pause = 1; stopall(); if (magicbutton == 1) { puzzleroom8b = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (30); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (30); }; } else { puzzleroom8c = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; } } else if ((button2.hitTest(you) eq "true") and (puzzleroom8a == 0)) { puzzleroom8a = 1; pause = 1; stopall(); if (magicbutton == 2) { puzzleroom8b = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (30); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (30); }; } else { puzzleroom8c = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; } } else if ((button3.hitTest(you) eq "true") and (puzzleroom8a == 0)) { puzzleroom8a = 1; pause = 1; stopall(); if (magicbutton == 3) { puzzleroom8b = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (30); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (30); }; } else { puzzleroom8c = 1; tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; } } } }
Symbol 601 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (900); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (895); } gotcoin(); badhit_left(); } } }
Symbol 606 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((red.hitTest(you._x + 20, you._y, true) eq "true") and (/:d == 2)) { message = "This red door is locked"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 607 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (904); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == getProperty("red", _x)) and (getProperty("you", _y) == getProperty("red", _y))) { if (redkey == 1) { setProperty("you", _x , getProperty(you, _x) - 20); reddoor = 1; pause = 1; stopall(); tellTarget ("red") { gotoAndPlay (1); }; } else if (redkey == 0) { setProperty("you", _x , getProperty("you", _x) - 20); } } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (925); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (894); } gotcoin(); badhit_left(); } } }
Symbol 621 MovieClip Frame 1
stop();
Symbol 621 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 621 MovieClip Frame 21
/:mainmusic.setVolume(100); stop(); /:playall(); Set("/:pause", 0); setProperty(this, _x , -1000);
Symbol 622 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 623 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "1"; gotoAndStop (953); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (905); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "2"; gotoAndStop (953); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (907); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "3"; gotoAndStop (953); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (903); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "4"; gotoAndStop (953); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 627 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((yellow.hitTest(you._x - 20, you._y, true) eq "true") and (/:d == 4)) { message = "This yellow door is locked"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 628 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (904); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("yellow", _x)) and (getProperty("you", _y) == getProperty("yellow", _y))) { if (yellowkey == 1) { setProperty("you", _x , getProperty(you, _x) + 20); yellowdoor = 1; pause = 1; stopall(); tellTarget ("yellow") { gotoAndPlay (1); }; } else if (yellowkey == 0) { setProperty("you", _x , getProperty("you", _x) + 20); } } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (906); } gotcoin(); badhit_left(); } } }
Symbol 642 MovieClip Frame 1
stop();
Symbol 642 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 642 MovieClip Frame 21
/:mainmusic.setVolume(100); stop(); /:playall(); Set("/:pause", 0); setProperty(this, _x , -1000);
Symbol 643 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 644 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("you", _x) == getProperty("push", _x)) and (getProperty("you", _y) == getProperty("push", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); push = "1"; setProperty("push", _x , -1000); message = "You found \"Push Power\""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == getProperty("push", _x)) and (getProperty("you", _y) == getProperty("push", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); push = "1"; setProperty("push", _x , -1000); message = "You found \"Push Power\""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (905); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _x) == getProperty("push", _x)) and (getProperty("you", _y) == getProperty("push", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); push = "1"; setProperty("push", _x , -1000); message = "You found \"Push Power\""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("push", _x)) and (getProperty("you", _y) == getProperty("push", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); push = "1"; setProperty("push", _x , -1000); message = "You found \"Push Power\""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 648 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 649 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (926); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (925); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (904); } gotcoin(); badhit_left(); } } }
Symbol 653 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((steel.hitTest(you._x, you._y - 20, true) eq "true") and (/:d == 1)) { pause = 1; stopall(); message2.code = ""; tellTarget ("message2") { gotoAndStop (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 654 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("you", _x) == getProperty("steel", _x)) and (getProperty("you", _y) == (getProperty("steel", _y) - 2.5))) { setProperty("you", _y , getProperty(you, _y) + 20); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (924); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (894); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (909); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 655 Button
on (keyPress "x") { usemagic(); if (message2._currentframe == 2) { pause = 0; if ((message2.code == /:code) and (codefound == 1)) { puzzleroom14 = 1; tellTarget ("_root.steel") { gotoAndPlay (2); }; message = "Access granted"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else { message = "Incorrect password"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; Set("/:pause", 0); /:playall(); } } tellTarget ("_root.message2") { gotoAndStop (1); }; /:mainmusic.setVolume(100); }
Symbol 664 MovieClip Frame 1
stop();
Symbol 664 MovieClip Frame 2
Selection.setFocus(codetext); codetext.restrict = "0-9"; /:mainmusic.setVolume(25); stop();
Symbol 665 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 666 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (908); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (910); } gotcoin(); badhit_left(); } } }
Symbol 670 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 671 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { a = "1"; gotoAndStop (911); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { a = "2"; gotoAndStop (911); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (909); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { a = "3"; gotoAndStop (911); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "4"; gotoAndStop (911); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 675 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 676 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "1"; gotoAndStop (910); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (912); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "2"; gotoAndStop (910); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (913); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "3"; gotoAndStop (910); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "4"; gotoAndStop (910); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 680 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 681 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (917); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (911); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (946); } gotcoin(); badhit_left(); } } }
Symbol 686 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((white.hitTest(you._x, you._y + 20, true) eq "true") and (/:d == 3)) { message = "This white door is firmly locked"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 210) and (you._y == 90)) and (you._currentframe == 1)) and (/:puzzleroom19 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 687 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (915); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _x) == getProperty("white", _x)) and (getProperty("you", _y) == getProperty("white", _y))) { if ((whitekey == 1) and (whitekey2 == 1)) { setProperty("you", _y , getProperty(you, _y) - 20); whitedoor = 1; pause = 1; stopall(); tellTarget ("white") { gotoAndPlay (1); }; } else if ((whitekey == 0) or (whitekey2 == 0)) { setProperty("you", _y , getProperty("you", _y) - 20); } } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (914); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (911); } gotcoin(); badhit_left(); } } }
Symbol 698 MovieClip Frame 1
stop();
Symbol 698 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 698 MovieClip Frame 21
/:mainmusic.setVolume(100); stop(); /:playall(); Set("/:pause", 0); setProperty(this, _x , -1000);
Symbol 699 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 700 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("you", _x) == getProperty("bookitem", _x)) and (getProperty("you", _y) == getProperty("bookitem", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); book = "1"; setProperty("bookitem", _x , -1000); message = "You found the enemy stats book"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (913); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == getProperty("bookitem", _x)) and (getProperty("you", _y) == getProperty("bookitem", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); book = "1"; setProperty("bookitem", _x , -1000); message = "You found the enemy stats book"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _x) == getProperty("bookitem", _x)) and (getProperty("you", _y) == getProperty("bookitem", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); book = "1"; setProperty("bookitem", _x , -1000); message = "You found the enemy stats book"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("bookitem", _x)) and (getProperty("you", _y) == getProperty("bookitem", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); book = "1"; setProperty("bookitem", _x , -1000); message = "You found the enemy stats book"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 704 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 70) and (you._y == 90)) and (you._currentframe == 1)) and (/:puzzleroom20 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button.hitTest(you) eq "true") and (puzzleroom20 == 0)) { puzzleroom20 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 705 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (916); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (921); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (913); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 709 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (button.hitTest(you) eq "true") { setProperty("block1", _x , 70); setProperty("block1", _y , 110); if (wall.wall1._currentframe == 60) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 710 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); if ((tile.hittest(you) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } else if (((tile.hittest(you) ne "true") and (tile.hittest(you._x, you._y + 20, true) eq "true")) and (wall.wall1._currentframe == 60)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } if ((tile.hittest(block1) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (919); } gotcoin(); badhit_right(); if ((tile.hittest(you) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } else if (((tile.hittest(you) ne "true") and (tile.hittest(you._x - 20, you._y, true) eq "true")) and (wall.wall1._currentframe == 60)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } if ((tile.hittest(block1) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (915); } gotcoin(); badhit_down(); if ((tile.hittest(you) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } else if (((tile.hittest(you) ne "true") and (tile.hittest(you._x, you._y - 20, true) eq "true")) and (wall.wall1._currentframe == 60)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } if ((tile.hittest(block1) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((tile.hittest(you) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } else if (((tile.hittest(you) ne "true") and (tile.hittest(you._x + 20, you._y, true) eq "true")) and (wall.wall1._currentframe == 60)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); if ((tile.hittest(block1) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } } } }
Symbol 713 MovieClip Frame 1
stop();
Symbol 713 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 713 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Symbol 713 MovieClip Frame 61
/:mainmusic.setVolume(25);
Symbol 713 MovieClip Frame 120
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); gotoAndStop (1);
Symbol 714 MovieClip Frame 1
stop();
Symbol 714 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 714 MovieClip Frame 30
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Symbol 716 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (button1.hitTest(you) eq "true") { if (mapbought == 0) { if (coins >= 50) { s = new Sound(); s.attachSound("loaded"); s.start(); coins = coins - 50; map = 1; mapbought = 1; message = "You bought the map"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else { s = new Sound(); s.attachSound("wrong"); s.start(); message = "You don't have enough coins"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } } } else if (button2.hitTest(you) eq "true") { if (orangekeybought == 0) { if (blankkey == 1) { if (coins >= 50) { s = new Sound(); s.attachSound("loaded"); s.start(); coins = coins - 50; orangekey = 1; orangekeybought = 1; message = "You bought the orange key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (coins < 50) { s = new Sound(); s.attachSound("wrong"); s.start(); message = "You don't have enough coins"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } } else if (blankkey == 0) { s = new Sound(); s.attachSound("wrong"); s.start(); message = "You need the blank key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } } } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 717 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (912); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 722 MovieClip Frame 1
stop();
Symbol 725 MovieClip Frame 1
stop();
Symbol 734 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 150) and (you._y == 250)) and (you._currentframe == 3)) and (/:puzzleroom23b == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button2.hitTest(you) eq "true") and (puzzleroom23b == 0)) { puzzleroom23b = 1; pause = 1; stopall(); tellTarget ("_root.wall.door") { gotoAndPlay (1); }; } else if (button.hitTest(you) eq "true") { if (puzzleroom23a == 0) { puzzleroom23a = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall5") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall6") { gotoAndPlay (1); }; } else if (puzzleroom23a == 1) { puzzleroom23a = 0; pause = 1; stopall(); tellTarget ("_root.wall.wall1") { gotoAndPlay (31); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (31); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (31); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (31); }; tellTarget ("_root.wall.wall5") { gotoAndPlay (31); }; tellTarget ("_root.wall.wall6") { gotoAndPlay (31); }; } } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 735 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (896); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (932); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 738 MovieClip Frame 1
stop();
Symbol 738 MovieClip Frame 30
Set("/:pause", 0); /:playall(); stop();
Symbol 738 MovieClip Frame 60
Set("/:pause", 0); /:playall(); gotoAndStop (1);
Symbol 739 MovieClip Frame 1
stop();
Symbol 739 MovieClip Frame 30
stop();
Symbol 739 MovieClip Frame 60
gotoAndStop (1);
Symbol 740 MovieClip Frame 1
stop();
Symbol 740 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 740 MovieClip Frame 30
/:mainmusic.setVolume(100); stop();
Symbol 740 MovieClip Frame 31
/:mainmusic.setVolume(25);
Symbol 740 MovieClip Frame 60
/:mainmusic.setVolume(100); gotoAndStop (1);
Symbol 741 MovieClip Frame 1
stop();
Symbol 741 MovieClip Frame 30
stop();
Symbol 741 MovieClip Frame 60
gotoAndStop (1);
Symbol 742 MovieClip Frame 1
stop();
Symbol 742 MovieClip Frame 30
stop();
Symbol 742 MovieClip Frame 60
gotoAndStop (1);
Symbol 743 MovieClip Frame 1
stop();
Symbol 743 MovieClip Frame 30
stop();
Symbol 743 MovieClip Frame 60
gotoAndStop (1);
Symbol 745 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 250) and (you._y == 170)) and (you._currentframe == 2)) and (/:puzzleroom24 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button.hitTest(you) eq "true") and (puzzleroom24 == 0)) { puzzleroom24 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 746 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (920); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (916); } gotcoin(); badhit_left(); } } }
Symbol 750 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (note.hitTest(you) eq "true") { if (snakekilled == 0) { message = "Beware"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 751 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (922); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (919); } gotcoin(); badhit_left(); } } }
Symbol 755 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 756 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (915); } gotcoin(); badhit_left(); } } }
Symbol 768 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 50) and (you._y == 170)) and (you._currentframe == 4)) and (/:snakekilled == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 250) and (you._y == 170)) and (you._currentframe == 2)) and (/:snakekilled == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 769 Button
on (keyPress "z") { if (_root.t._currentframe == 1) { usebomb(); } }
Symbol 770 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == 250) and (puzzleroom27b == 0)) { tellTarget ("bossintro") { gotoAndPlay (2); }; pause = 1; stopall(); } if ((you._x == 50) and (puzzleroom27a == 0)) { puzzleroom27a = 1; pause = 1; tellTarget ("wall.wall") { gotoAndPlay (1); }; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (923); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (920); } gotcoin(); badhit_left(); } } }
Symbol 783 MovieClip Frame 1
stop();
Symbol 783 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 783 MovieClip Frame 21
/:mainmusic.setVolume(100); if (/:currentlocation != 65) { Set("/:pause", 0); /:playall(); } stop();
Instance of Symbol 563 MovieClip "wall1" in Symbol 784 MovieClip Frame 1
onClipEvent (load) { setProperty(this, _visible , 0); }
Instance of Symbol 563 MovieClip "wall2" in Symbol 784 MovieClip Frame 1
onClipEvent (load) { if (/:snakekilled == 1) { setProperty(this, _x , -1000); } }
Symbol 787 MovieClip Frame 1
stop();
Symbol 787 MovieClip Frame 21
stop(); /:playall(); Set("/:pause", 0);
Symbol 790 MovieClip Frame 1
stop();
Symbol 790 MovieClip Frame 21
stop(); /:playall(); Set("/:pause", 0);
Symbol 793 MovieClip Frame 1
stop();
Symbol 793 MovieClip Frame 21
stop(); /:playall(); Set("/:pause", 0);
Symbol 796 MovieClip Frame 1
stop();
Symbol 796 MovieClip Frame 21
stop(); /:playall(); Set("/:pause", 0);
Symbol 805 MovieClip Frame 1
stop();
Symbol 805 MovieClip Frame 6
if ((this.hittest(_root.you) eq "true") and (getProperty(_root.you, _currentframe) < 5)) { Set("/:life", /:life - 15); /:youhit(); }
Symbol 805 MovieClip Frame 20
if (/:snakeatebomb == 1) { setProperty("_root.bomb", _x , -1000); }
Instance of Symbol 804 MovieClip in Symbol 805 MovieClip Frame 20
onClipEvent (load) { if (/:snakeatebomb == 0) { setProperty(this, _visible , 0); } }
Symbol 805 MovieClip Frame 24
if (/:snakeatebomb == 1) { s = new Sound(); s.attachSound("gulp"); s.start(); }
Symbol 805 MovieClip Frame 25
if (/:snakeatebomb == 1) { Set("/:bombset", 0); } Set("/:snakeatebomb", 0); /:playall(); Set("/:pause", 0); gotoAndStop (1);
Symbol 813 MovieClip Frame 1
stop();
Symbol 813 MovieClip Frame 16
if (/:snakelife > 0) { /:playall(); Set("/:pause", 0); gotoAndStop (1); }
Symbol 813 MovieClip Frame 17
tellTarget ("_root.bomb") { play(); };
Symbol 813 MovieClip Frame 74
stopAllSounds(); setProperty("_root.health", _visible , 0);
Symbol 813 MovieClip Frame 75
tellTarget ("_root.snake0") { gotoAndStop (11); }; setProperty("_root.wall.wall", _x , -1000); setProperty("_root.wall.wall1", _visible , 1); Set("/:snakekilled", 1); tellTarget ("_root.wall.wall1") { gotoAndPlay (2); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (2); }; setProperty("_root.snake0", _x , -1000); if (/:loop1 == 1) { Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("Lush Loop"); /:mainmusic.start(0, 999); } else if (/:loop2 == 1) { Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG5437"); /:mainmusic.start(0, 999); } else if (/:loop3 == 1) { Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG1613"); /:mainmusic.start(0, 999); } else if (/:loop4 == 1) { Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG9991"); /:mainmusic.start(0, 999); } else if (/:loop5 == 1) { Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG6298"); /:mainmusic.start(0, 999); } stop();
Symbol 814 MovieClip Frame 2
if ((/:puzzleroom27b == 0) or (/:snakekilled == 1)) { gotoAndPlay (1); }
Symbol 814 MovieClip Frame 4
if (getProperty(this, _y) < getProperty("_root.you", _y)) { if (_root.wall.hittest(this._x, this._y + 20, true) ne "true") { setProperty(this, _rotation , 0); snake4x = _root.snake4._x; snake4y = _root.snake4._y; setProperty(_root.snake4, _x , _root.snake3._x); setProperty(_root.snake4, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake2._x); setProperty(_root.snake3, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake1._x); setProperty(_root.snake2, _y , _root.snake1._y); setProperty(_root.snake1, _x , this._x); setProperty(_root.snake1, _y , this._y); setProperty(this, _y , getProperty(this, _y) + 20); if ((((_root.bomb._x == this._x) and (_root.bomb._y == (this._y + 40))) and (_root.bomb._currentframe == 1)) and (_root.wall.hittest(this._x, this._y + 20, true) ne "true")) { Set("/:pause", 1); /:stopall(); Set("/:snakeatebomb", 1); setProperty(_root.t, _x , this._x); setProperty(_root.t, _y , this._y + 30); setProperty(_root.t, _rotation , 0); tellTarget ("_root.t") { gotoAndPlay (2); }; } if ((((_root.you._x == this._x) and (_root.you._y == (this._y + 40))) and (_root.bomb._currentframe == 1)) and (_root.wall.hittest(this._x, this._y + 20, true) ne "true")) { Set("/:pause", 1); /:stopall(); setProperty(_root.t, _x , this._x); setProperty(_root.t, _y , this._y + 30); setProperty(_root.t, _rotation , 0); tellTarget ("_root.t") { gotoAndPlay (2); }; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty(this, _y , getProperty(this, _y) - 20); setProperty(this, _x , _root.snake1._x); setProperty(this, _y , _root.snake1._y); setProperty(_root.snake1, _x , _root.snake2._x); setProperty(_root.snake1, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake3._x); setProperty(_root.snake2, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake4._x); setProperty(_root.snake3, _y , _root.snake4._y); setProperty(_root.snake4, _x , snake4x); setProperty(_root.snake4, _y , snake4y); } } else { gotoAndPlay (6); } } else if (getProperty(this, _y) > getProperty("_root.you", _y)) { if (_root.wall.hittest(this._x, this._y - 20, true) ne "true") { setProperty(this, _rotation , 180); snake4x = _root.snake4._x; snake4y = _root.snake4._y; setProperty(_root.snake4, _x , _root.snake3._x); setProperty(_root.snake4, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake2._x); setProperty(_root.snake3, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake1._x); setProperty(_root.snake2, _y , _root.snake1._y); setProperty(_root.snake1, _x , this._x); setProperty(_root.snake1, _y , this._y); setProperty(this, _y , getProperty(this, _y) - 20); if ((((_root.bomb._x == this._x) and (_root.bomb._y == (this._y - 40))) and (_root.bomb._currentframe == 1)) and (_root.wall.hittest(this._x, this._y - 20, true) ne "true")) { Set("/:pause", 1); /:stopall(); Set("/:snakeatebomb", 1); setProperty(_root.t, _x , this._x); setProperty(_root.t, _y , this._y - 30); setProperty(_root.t, _rotation , 180); tellTarget ("_root.t") { gotoAndPlay (2); }; } if ((((_root.you._x == this._x) and (_root.you._y == (this._y - 40))) and (_root.bomb._currentframe == 1)) and (_root.wall.hittest(this._x, this._y - 20, true) ne "true")) { Set("/:pause", 1); /:stopall(); setProperty(_root.t, _x , this._x); setProperty(_root.t, _y , this._y - 30); setProperty(_root.t, _rotation , 180); tellTarget ("_root.t") { gotoAndPlay (2); }; } if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty(this, _y , getProperty(this, _y) + 20); setProperty(this, _x , _root.snake1._x); setProperty(this, _y , _root.snake1._y); setProperty(_root.snake1, _x , _root.snake2._x); setProperty(_root.snake1, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake3._x); setProperty(_root.snake2, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake4._x); setProperty(_root.snake3, _y , _root.snake4._y); setProperty(_root.snake4, _x , snake4x); setProperty(_root.snake4, _y , snake4y); } } else { gotoAndPlay (6); } } else if (getProperty(this, _y) == getProperty("_root.you", _y)) { gotoAndPlay (6); }
Symbol 814 MovieClip Frame 5
gotoAndPlay (1);
Symbol 814 MovieClip Frame 9
if (getProperty(this, _x) < getProperty("_root.you", _x)) { if (_root.wall.hittest(this._x + 20, this._y, true) ne "true") { setProperty(this, _rotation , 270); snake4x = _root.snake4._x; snake4y = _root.snake4._y; setProperty(_root.snake4, _x , _root.snake3._x); setProperty(_root.snake4, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake2._x); setProperty(_root.snake3, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake1._x); setProperty(_root.snake2, _y , _root.snake1._y); setProperty(_root.snake1, _x , this._x); setProperty(_root.snake1, _y , this._y); setProperty(this, _x , getProperty(this, _x) + 20); if ((((_root.bomb._x == (this._x + 40)) and (_root.bomb._y == this._y)) and (_root.bomb._currentframe == 1)) and (_root.wall.hittest(this._x + 20, this._y, true) ne "true")) { Set("/:pause", 1); /:stopall(); Set("/:snakeatebomb", 1); setProperty(_root.t, _x , this._x + 30); setProperty(_root.t, _y , this._y); setProperty(_root.t, _rotation , 270); tellTarget ("_root.t") { gotoAndPlay (2); }; } if ((((_root.you._x == (this._x + 40)) and (_root.you._y == this._y)) and (_root.bomb._currentframe == 1)) and (_root.wall.hittest(this._x + 20, this._y, true) ne "true")) { Set("/:pause", 1); /:stopall(); setProperty(_root.t, _x , this._x + 30); setProperty(_root.t, _y , this._y); setProperty(_root.t, _rotation , 270); tellTarget ("_root.t") { gotoAndPlay (2); }; } if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty(this, _x , getProperty(this, _x) - 20); setProperty(this, _x , _root.snake1._x); setProperty(this, _y , _root.snake1._y); setProperty(_root.snake1, _x , _root.snake2._x); setProperty(_root.snake1, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake3._x); setProperty(_root.snake2, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake4._x); setProperty(_root.snake3, _y , _root.snake4._y); setProperty(_root.snake4, _x , snake4x); setProperty(_root.snake4, _y , snake4y); } } else { gotoAndPlay (1); } } else if (getProperty(this, _x) > getProperty("_root.you", _x)) { if (_root.wall.hittest(this._x - 20, this._y, true) ne "true") { setProperty(this, _rotation , 90); snake4x = _root.snake4._x; snake4y = _root.snake4._y; setProperty(_root.snake4, _x , _root.snake3._x); setProperty(_root.snake4, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake2._x); setProperty(_root.snake3, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake1._x); setProperty(_root.snake2, _y , _root.snake1._y); setProperty(_root.snake1, _x , this._x); setProperty(_root.snake1, _y , this._y); setProperty(this, _x , getProperty(this, _x) - 20); if ((((_root.bomb._x == (this._x - 40)) and (_root.bomb._y == this._y)) and (_root.bomb._currentframe == 1)) and (_root.wall.hittest(this._x - 20, this._y, true) ne "true")) { Set("/:pause", 1); /:stopall(); Set("/:snakeatebomb", 1); setProperty(_root.t, _x , this._x - 30); setProperty(_root.t, _y , this._y); setProperty(_root.t, _rotation , 90); tellTarget ("_root.t") { gotoAndPlay (2); }; } if ((((_root.you._x == (this._x - 40)) and (_root.you._y == this._y)) and (_root.bomb._currentframe == 1)) and (_root.wall.hittest(this._x - 20, this._y, true) ne "true")) { Set("/:pause", 1); /:stopall(); setProperty(_root.t, _x , this._x - 30); setProperty(_root.t, _y , this._y); setProperty(_root.t, _rotation , 90); tellTarget ("_root.t") { gotoAndPlay (2); }; } if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } z = z + 1; } z = 0; while (z < 31) { if (z != (substring(getProperty(this, _name), 4, 5))) { if ((getProperty("_root.bad" add z, _x) == getProperty(this, _x)) and (getProperty("_root.bad" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty(this, _x , getProperty(this, _x) + 20); setProperty(this, _x , _root.snake1._x); setProperty(this, _y , _root.snake1._y); setProperty(_root.snake1, _x , _root.snake2._x); setProperty(_root.snake1, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake3._x); setProperty(_root.snake2, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake4._x); setProperty(_root.snake3, _y , _root.snake4._y); setProperty(_root.snake4, _x , snake4x); setProperty(_root.snake4, _y , snake4y); } } else { gotoAndPlay (1); } } else if (getProperty(this, _x) == getProperty("_root.you", _x)) { gotoAndPlay (1); }
Symbol 814 MovieClip Frame 10
gotoAndPlay (6);
Symbol 814 MovieClip Frame 11
stop();
Symbol 820 MovieClip Frame 1
stop();
Symbol 820 MovieClip Frame 2
stopAllSounds();
Symbol 820 MovieClip Frame 3
mainmusic = new Sound(); mainmusic.attachSound("NG11567"); mainmusic.start(0, 999);
Symbol 820 MovieClip Frame 68
setProperty("_root.health", _visible , 1);
Symbol 820 MovieClip Frame 88
setProperty(this, _x , -1000); setProperty("_root.snake0", _x , 150); setProperty("_root.snake1", _x , 150); setProperty("_root.snake2", _x , 150); setProperty("_root.snake3", _x , 150); setProperty("_root.snake4", _x , 150); Set("/:puzzleroom27b", 1); Set("/:pause", 0); /:playall(); stop();
Symbol 824 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (note.hitTest(you) eq "true") { if (codefound == 0) { code = random(8999) + 1001; } codefound = 1; message = "Password: " add code; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 825 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (922); } gotcoin(); badhit_left(); } } }
Symbol 829 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 830 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("you", _x) == getProperty("redkey", _x)) and (getProperty("you", _y) == getProperty("redkey", _y))) { redkey = "1"; setProperty("redkey", _x , -1000); message = "You found the red key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == getProperty("redkey", _x)) and (getProperty("you", _y) == getProperty("redkey", _y))) { redkey = "1"; setProperty("redkey", _x , -1000); message = "You found the red key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _x) == getProperty("redkey", _x)) and (getProperty("you", _y) == getProperty("redkey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); redkey = "1"; setProperty("redkey", _x , -1000); message = "You found the red key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (908); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("redkey", _x)) and (getProperty("you", _y) == getProperty("redkey", _y))) { redkey = "1"; setProperty("redkey", _x , -1000); message = "You found the red key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 835 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 150) and (you._y == 90)) and (you._currentframe == 1)) and (/:puzzleroom30 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 836 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (907); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (903); } gotcoin(); badhit_left(); } } }
Symbol 840 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 841 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((tile.hittest(you) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } else if (((tile.hittest(you) ne "true") and (tile.hittest(you._x, you._y + 20, true) eq "true")) and (wall.wall1._currentframe == 60)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); if ((tile.hittest(block1) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((tile.hittest(you) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } else if (((tile.hittest(you) ne "true") and (tile.hittest(you._x - 20, you._y, true) eq "true")) and (wall.wall1._currentframe == 60)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (927); } gotcoin(); badhit_right(); if ((tile.hittest(block1) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((tile.hittest(you) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } else if (((tile.hittest(you) ne "true") and (tile.hittest(you._x, you._y - 20, true) eq "true")) and (wall.wall1._currentframe == 60)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); if ((tile.hittest(block1) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((tile.hittest(you) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } else if (((tile.hittest(you) ne "true") and (tile.hittest(you._x + 20, you._y, true) eq "true")) and (wall.wall1._currentframe == 60)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (907); } gotcoin(); badhit_left(); if ((tile.hittest(block1) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } } } }
Symbol 844 MovieClip Frame 1
stop();
Symbol 844 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 844 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Instance of Symbol 266 MovieClip "block3" in Symbol 845 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Symbol 846 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 847 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("you", _x) == getProperty("sb", _x)) and (getProperty("you", _y) == getProperty("sb", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); havesuperbomb = "1"; setProperty("sb", _x , -1000); message = "You found the super bomb"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == getProperty("sb", _x)) and (getProperty("you", _y) == getProperty("sb", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); havesuperbomb = "1"; setProperty("sb", _x , -1000); message = "You found the super bomb"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _x) == getProperty("sb", _x)) and (getProperty("you", _y) == getProperty("sb", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); havesuperbomb = "1"; setProperty("sb", _x , -1000); message = "You found the super bomb"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("sb", _x)) and (getProperty("you", _y) == getProperty("sb", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); havesuperbomb = "1"; setProperty("sb", _x , -1000); message = "You found the super bomb"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (926); } gotcoin(); badhit_left(); } } }
Symbol 852 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((green.hitTest(you._x + 20, you._y, true) eq "true") and (/:d == 2)) { message = "This green door is locked"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 50) and (you._y == 170)) and (you._currentframe == 4)) and (/:puzzleroom33 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 853 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (898); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == getProperty("green", _x)) and (getProperty("you", _y) == getProperty("green", _y))) { if (greenkey == 1) { setProperty("you", _x , getProperty(you, _x) - 20); greendoor = 1; pause = 1; stopall(); tellTarget ("green") { gotoAndPlay (1); }; } else if (greenkey == 0) { setProperty("you", _x , getProperty("you", _x) - 20); } } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (965); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (929); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (929); } gotcoin(); badhit_left(); } } }
Symbol 864 MovieClip Frame 1
stop();
Symbol 864 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 864 MovieClip Frame 21
/:mainmusic.setVolume(100); stop(); /:playall(); Set("/:pause", 0); setProperty(this, _x , -1000);
Symbol 865 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 866 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (928); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (928); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (930); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Instance of Symbol 266 MovieClip "block2" in Symbol 869 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block3" in Symbol 869 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block4" in Symbol 869 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block1" in Symbol 869 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Symbol 870 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 871 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (929); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (934); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (931); } gotcoin(); badhit_left(); } } }
Symbol 876 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 877 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (932); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (930); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (933); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 882 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((orange.hitTest(you._x - 20, you._y, true) eq "true") and (/:d == 4)) { message = "This orange door is locked"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 883 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("you", _x) == getProperty("greenkey", _x)) and (getProperty("you", _y) == getProperty("greenkey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); greenkey = "1"; setProperty("greenkey", _x , -1000); message = "You found the green key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (918); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == getProperty("greenkey", _x)) and (getProperty("you", _y) == getProperty("greenkey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); greenkey = "1"; setProperty("greenkey", _x , -1000); message = "You found the green key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _x) == getProperty("greenkey", _x)) and (getProperty("you", _y) == getProperty("greenkey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); greenkey = "1"; setProperty("greenkey", _x , -1000); message = "You found the green key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (931); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("orange", _x)) and (getProperty("you", _y) == getProperty("orange", _y))) { if (orangekey == 1) { setProperty("you", _x , getProperty(you, _x) + 20); orangedoor = 1; pause = 1; stopall(); tellTarget ("orange") { gotoAndPlay (1); }; } else if (orangekey == 0) { setProperty("you", _x , getProperty("you", _x) + 20); } } if ((getProperty("you", _x) == getProperty("greenkey", _x)) and (getProperty("you", _y) == getProperty("greenkey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); greenkey = "1"; setProperty("greenkey", _x , -1000); message = "You found the green key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (969); } gotcoin(); badhit_left(); } } }
Symbol 896 MovieClip Frame 1
stop();
Symbol 896 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 896 MovieClip Frame 21
/:mainmusic.setVolume(100); stop(); /:playall(); Set("/:pause", 0); setProperty(this, _x , -1000);
Symbol 897 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 898 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (931); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (934); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (939); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 903 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button.hitTest(you) eq "true") and (puzzleroom39 == 0)) { puzzleroom39 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 904 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (930); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (935); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _x) == getProperty("bluekey", _x)) and (getProperty("you", _y) == getProperty("bluekey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); bluekey = "1"; setProperty("bluekey", _x , -1000); message = "You found the blue key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("bluekey", _x)) and (getProperty("you", _y) == getProperty("bluekey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); bluekey = "1"; setProperty("bluekey", _x , -1000); message = "You found the blue key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (933); } gotcoin(); badhit_left(); } } }
Symbol 910 MovieClip Frame 1
stop();
Symbol 910 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 910 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Symbol 911 MovieClip Frame 1
stop();
Symbol 911 MovieClip Frame 60
/:playall(); Set("/:pause", 0); stop();
Symbol 913 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 250) and (you._y == 170)) and (you._currentframe == 2)) and (/:puzzleroom40 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 914 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (936); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (938); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (934); } gotcoin(); badhit_left(); } } }
Instance of Symbol 353 MovieClip "secret" in Symbol 918 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } } onClipEvent (enterFrame) { if ((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) { Set((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation, 1); setProperty(this, _x , -1000); } }
Symbol 919 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 920 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (937); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (935); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 924 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 925 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("you", _x) == getProperty("whitekey", _x)) and (getProperty("you", _y) == getProperty("whitekey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); whitekey = "1"; setProperty("whitekey", _x , -1000); message = "You found the white key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == getProperty("whitekey", _x)) and (getProperty("you", _y) == getProperty("whitekey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); whitekey = "1"; setProperty("whitekey", _x , -1000); message = "You found the 1st half of the white key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _x) == getProperty("whitekey", _x)) and (getProperty("you", _y) == getProperty("whitekey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); whitekey = "1"; setProperty("whitekey", _x , -1000); message = "You found the white key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("whitekey", _x)) and (getProperty("you", _y) == getProperty("whitekey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); whitekey = "1"; setProperty("whitekey", _x , -1000); message = "You found the white key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (936); } gotcoin(); badhit_left(); } } }
Symbol 930 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 931 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (942); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (935); } gotcoin(); badhit_left(); } } }
Instance of Symbol 266 MovieClip "block1" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block2" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block3" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block4" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block5" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block6" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block7" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block8" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block9" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block10" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block11" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block12" in Symbol 935 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Symbol 936 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 937 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (933); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (940); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 942 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 943 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (941); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (939); } gotcoin(); badhit_left(); } } }
Symbol 948 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 949 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (944); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (940); } gotcoin(); badhit_left(); } } }
Symbol 954 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 955 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (938); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (945); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 960 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (button.hitTest(you) eq "true") { setProperty("block1", _x , 230); setProperty("block1", _y , 90); setProperty("block2", _x , 210); setProperty("block2", _y , 110); setProperty("block3", _x , 70); setProperty("block3", _y , 110); setProperty("you", _x , 270); setProperty("you", _y , 170); tellTarget ("you") { gotoAndStop (4); }; if (wall.wall1._currentframe == 60) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } if (wall.wall2._currentframe == 60) { pause = 1; stopall(); tellTarget ("wall.wall2") { gotoAndPlay (61); }; } if (wall.wall3._currentframe == 60) { pause = 1; stopall(); tellTarget ("wall.wall3") { gotoAndPlay (61); }; } } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 961 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((tile3.hittest(you) eq "true") and (wall.wall3._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall3") { gotoAndPlay (1); }; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((tile1.hittest(block1) ne "true") and (wall.wall1._currentframe == 60)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (61); }; } if (((tile2.hittest(block1) ne "true") and (wall.wall2._currentframe == 60)) and (block2.hittest(tile2) ne "true")) { pause = 1; stopall(); tellTarget ("wall.wall2") { gotoAndPlay (61); }; } if ((tile3.hittest(you) eq "true") and (wall.wall3._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall3") { gotoAndPlay (1); }; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (944); } gotcoin(); badhit_right(); if ((tile3.hittest(block3) eq "true") and (wall.wall3._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall3") { gotoAndPlay (1); }; } } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((tile2.hittest(you) eq "true") and (wall.wall2._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall2") { gotoAndPlay (1); }; } if (((tile3.hittest(you) ne "true") and (wall.wall3._currentframe == 60)) and (block3.hittest(tile3) ne "true")) { pause = 1; stopall(); tellTarget ("wall.wall3") { gotoAndPlay (61); }; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (947); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((tile1.hittest(you) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } if ((tile2.hittest(you) eq "true") and (wall.wall2._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall2") { gotoAndPlay (1); }; } if (((tile3.hittest(you) ne "true") and (wall.wall3._currentframe == 60)) and (block3.hittest(tile3) ne "true")) { pause = 1; stopall(); tellTarget ("wall.wall3") { gotoAndPlay (61); }; } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); if ((tile1.hittest(block1) eq "true") and (wall.wall1._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } if ((tile2.hittest(block2) eq "true") and (wall.wall2._currentframe == 1)) { pause = 1; stopall(); tellTarget ("wall.wall2") { gotoAndPlay (1); }; } } } }
Symbol 964 MovieClip Frame 1
stop();
Symbol 964 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 964 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Symbol 964 MovieClip Frame 61
/:mainmusic.setVolume(25);
Symbol 964 MovieClip Frame 120
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); gotoAndStop (1);
Symbol 965 MovieClip Frame 1
stop();
Symbol 965 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 965 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Symbol 965 MovieClip Frame 61
/:mainmusic.setVolume(25);
Symbol 965 MovieClip Frame 120
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); gotoAndStop (1);
Symbol 966 MovieClip Frame 1
stop();
Symbol 966 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 966 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Symbol 966 MovieClip Frame 61
/:mainmusic.setVolume(25);
Symbol 966 MovieClip Frame 120
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); gotoAndStop (1);
Instance of Symbol 266 MovieClip "block1" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block2" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block3" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block4" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block5" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block6" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block7" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block8" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block9" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block10" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block11" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block12" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block13" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block14" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block16" in Symbol 967 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Symbol 968 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 969 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (941); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (945); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (943); } gotcoin(); badhit_left(); } } }
Symbol 974 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 975 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (942); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (944); } gotcoin(); badhit_left(); } } }
Symbol 980 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 981 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "1"; gotoAndStop (969); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "2"; gotoAndStop (969); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (912); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "3"; gotoAndStop (969); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "4"; gotoAndStop (969); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 986 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (note.hitTest(you) eq "true") { message = "Bottomless Pit Warning!"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 987 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (943); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (948); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 993 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 994 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (947); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (949); } gotcoin(); badhit_left(); } } }
Instance of Symbol 266 MovieClip "block3" in Symbol 999 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block2" in Symbol 999 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block1" in Symbol 999 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Symbol 1001 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1002 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (platform.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform") { gotoAndStop (2); }; setProperty("platform.you", _rotation , 0); platform.dir = -2; moveallowed = 1; pause = 1; stopall(); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (951); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (948); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (platform.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform") { gotoAndStop (2); }; setProperty("platform.you", _rotation , 180); platform.dir = 2; moveallowed = 1; pause = 1; stopall(); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (954); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (950); } gotcoin(); badhit_left(); } } }
Symbol 1009 MovieClip Frame 1
stop();
Symbol 1009 MovieClip Frame 2
stop();
Instance of Symbol 266 MovieClip "block3" in Symbol 1012 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block2" in Symbol 1012 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block1" in Symbol 1012 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Symbol 1013 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1014 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (platform2.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform2") { gotoAndStop (2); }; setProperty("platform2.you", _rotation , 0); platform2.dir = -2; moveallowed2 = 1; pause = 1; stopall(); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (platform.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform") { gotoAndStop (2); }; setProperty("platform.you", _rotation , 90); platform.dir = 2; moveallowed = 1; pause = 1; stopall(); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (949); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (platform2.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform2") { gotoAndStop (2); }; setProperty("platform2.you", _rotation , 180); platform2.dir = 2; moveallowed2 = 1; pause = 1; stopall(); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (952); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (platform.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform") { gotoAndStop (2); }; setProperty("platform.you", _rotation , 270); platform.dir = -2; moveallowed = 1; pause = 1; stopall(); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 1020 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1021 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (platform.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform") { gotoAndStop (2); }; setProperty("platform.you", _rotation , 90); platform.dir = 2; moveallowed = 1; pause = 1; stopall(); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (949); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (platform.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform") { gotoAndStop (2); }; setProperty("platform.you", _rotation , 270); platform.dir = -2; moveallowed = 1; pause = 1; stopall(); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 1027 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1028 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (950); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (953); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 1033 MovieClip Frame 1
stop();
Symbol 1033 MovieClip Frame 15
if (this._name == "tile5") { setProperty("_root.black.strip", _x , -15000); Set("/:pause", 0); /:mainmusic.setVolume(100); } stop();
Symbol 1035 MovieClip Frame 1
stop();
Symbol 1035 MovieClip Frame 7
tellTarget ("_root.tile1") { gotoAndPlay (1); };
Symbol 1035 MovieClip Frame 14
tellTarget ("_root.tile2") { gotoAndPlay (1); };
Symbol 1035 MovieClip Frame 21
tellTarget ("_root.tile3") { gotoAndPlay (1); };
Symbol 1035 MovieClip Frame 28
tellTarget ("_root.tile4") { gotoAndPlay (1); };
Symbol 1035 MovieClip Frame 35
tellTarget ("_root.tile5") { gotoAndPlay (1); }; stop();
Symbol 1039 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1040 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "1"; gotoAndStop (904); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (952); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "2"; gotoAndStop (904); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (957); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "3"; gotoAndStop (904); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "4"; gotoAndStop (904); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (953); } gotcoin(); badhit_left(); } } }
Symbol 1046 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 250) and (you._y == 170)) and (you._currentframe == 2)) and (/:puzzleroom57 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1047 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (949); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (955); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 1053 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1054 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (956); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (954); } gotcoin(); badhit_left(); } } }
Instance of Symbol 266 MovieClip "block1" in Symbol 1059 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block24" in Symbol 1059 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block3" in Symbol 1059 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block16" in Symbol 1059 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block11" in Symbol 1059 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block13" in Symbol 1059 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 266 MovieClip "block14" in Symbol 1059 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Symbol 1060 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button.hitTest(you) eq "true") and (puzzleroom59 == 0)) { puzzleroom59 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall3") { gotoAndPlay (1); }; tellTarget ("_root.wall.wall4") { gotoAndPlay (1); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1061 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (960); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (959); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (955); } gotcoin(); badhit_left(); } } }
Symbol 1066 MovieClip Frame 1
stop();
Symbol 1066 MovieClip Frame 60
/:playall(); Set("/:pause", 0); stop();
Symbol 1067 MovieClip Frame 1
stop();
Symbol 1067 MovieClip Frame 60
/:playall(); Set("/:pause", 0); stop();
Symbol 1068 MovieClip Frame 1
stop();
Symbol 1068 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 1068 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Symbol 1069 MovieClip Frame 1
stop();
Symbol 1069 MovieClip Frame 60
/:playall(); Set("/:pause", 0); stop();
Symbol 1071 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1072 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (platform2.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform2") { gotoAndStop (2); }; setProperty("platform2.you", _rotation , 0); platform2.dir = -2; moveallowed2 = 1; pause = 1; stopall(); } if (platform3.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform3") { gotoAndStop (2); }; setProperty("platform3.you", _rotation , 0); platform3.dir = -2; moveallowed3 = 1; pause = 1; stopall(); } if (platform5.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform5") { gotoAndStop (2); }; setProperty("platform5.you", _rotation , 0); platform5.dir = -2; moveallowed5 = 1; pause = 1; stopall(); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (platform.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform") { gotoAndStop (2); }; setProperty("platform.you", _rotation , 90); platform.dir = 2; moveallowed = 1; pause = 1; stopall(); } if (platform4.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform4") { gotoAndStop (2); }; setProperty("platform4.you", _rotation , 90); platform4.dir = 2; moveallowed4 = 1; pause = 1; stopall(); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (958); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (platform2.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform2") { gotoAndStop (2); }; setProperty("platform2.you", _rotation , 180); platform2.dir = 2; moveallowed2 = 1; pause = 1; stopall(); } if (platform3.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform3") { gotoAndStop (2); }; setProperty("platform3.you", _rotation , 180); platform3.dir = 2; moveallowed3 = 1; pause = 1; stopall(); } if (platform5.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform5") { gotoAndStop (2); }; setProperty("platform5.you", _rotation , 180); platform5.dir = 2; moveallowed5 = 1; pause = 1; stopall(); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (platform.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform") { gotoAndStop (2); }; setProperty("platform.you", _rotation , 270); platform.dir = -2; moveallowed = 1; pause = 1; stopall(); } if (platform4.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , -1000); tellTarget ("platform4") { gotoAndStop (2); }; setProperty("platform4.you", _rotation , 270); platform4.dir = -2; moveallowed4 = 1; pause = 1; stopall(); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (953); } gotcoin(); badhit_left(); } } }
Symbol 1078 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 250) and (you._y == 170)) and (you._currentframe == 2)) and (/:puzzleroom61 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button.hitTest(you) eq "true") and (puzzleroom61 == 0)) { puzzleroom61 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (1); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1079 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (959); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (957); } gotcoin(); badhit_left(); } } }
Instance of Symbol 266 MovieClip "block1" in Symbol 1084 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { gotoAndPlay (4); if (/:havesuperbomb == 1) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); } } }
Instance of Symbol 563 MovieClip "wall" in Symbol 1084 MovieClip Frame 1
onClipEvent (load) { if (/:puzzleroom61 == 1) { setProperty("_root.wall.wall", _x , -1000); } }
Symbol 1085 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x), getProperty("_root.block" add z, _y) - 20, true) ne "true") and (blockarea.hittest(getProperty("_root.block" add z, _x), getProperty("_root.block" add z, _y) - 20, true) eq "true")) and (puzzleroom62 == 0)) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) - 20); } else { setProperty(_root.you, _y , _root.you._y + 20); } } z = z + 1; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (956); } } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x) + 20, getProperty("_root.block" add z, _y), true) ne "true") and (blockarea.hittest(getProperty("_root.block" add z, _x) + 20, getProperty("_root.block" add z, _y), true) eq "true")) and (puzzleroom62 == 0)) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) + 20); } else { setProperty(_root.you, _x , _root.you._x - 20); } } z = z + 1; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x), getProperty("_root.block" add z, _y) + 20, true) ne "true") and (blockarea.hittest(getProperty("_root.block" add z, _x), getProperty("_root.block" add z, _y) + 20, true) eq "true")) and (puzzleroom62 == 0)) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) + 20); } else { setProperty(_root.you, _y , _root.you._y - 20); } } z = z + 1; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x) - 20, getProperty("_root.block" add z, _y), true) ne "true") and (blockarea.hittest(getProperty("_root.block" add z, _x) - 20, getProperty("_root.block" add z, _y), true) eq "true")) and (puzzleroom62 == 0)) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) - 20); } else { setProperty(_root.you, _x , _root.you._x + 20); } } z = z + 1; } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (958); } } } }
Symbol 1092 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 150) and (you._y == 90)) and (you._currentframe == 1)) and (puzzleroom62 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (button.hitTest(you) eq "true") { if (puzzleroom62 == 0) { if ((((_root.block1._x == blueblock) and (_root.block2._x == yellowblock)) and (_root.block3._x == greenblock)) and (_root.block4._x == redblock)) { puzzleroom62 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall") { gotoAndPlay (2); }; } else if (!((((_root.block1._x == blueblock) and (_root.block2._x == yellowblock)) and (_root.block3._x == greenblock)) and (_root.block4._x == redblock))) { pause = 1; stopall(); tellTarget ("_root.bullet1") { time = 19; }; } } } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1096 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1097 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (961); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (956); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Instance of Symbol 266 MovieClip "block1" in Symbol 1100 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); gotoAndPlay (4); } }
Instance of Symbol 266 MovieClip "block3" in Symbol 1100 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); gotoAndPlay (4); } }
Instance of Symbol 266 MovieClip "block2" in Symbol 1100 MovieClip Frame 1
onClipEvent (load) { if (eval ((("/:" add getProperty(this, _name)) add "_room") add /:currentlocation) == 1) { setProperty(this, _x , -1000); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == null) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, 3); } if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 2) { gotoAndStop (2); } else if (eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) == 1) { gotoAndStop (3); } } onClipEvent (enterFrame) { if (((getProperty("_root.bomb", _currentframe) > 1) and (this.hittest("_root.bomb") eq "true")) and (this._currentframe < 4)) { Set((("/:" add getProperty(this, _name)) add "life") add /:currentlocation, eval ((("/:" add getProperty(this, _name)) add "life") add /:currentlocation) - 1); gotoAndPlay (4); } }
Symbol 1101 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (962); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (960); } gotcoin(); badhit_left(); } } }
Symbol 1102 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (note.hitTest(you) eq "true") { if (bombkilled == 0) { message = "Beware"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1106 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 50) and (you._y == 170)) and (you._currentframe == 4)) and (/:bombkilled == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 250) and (you._y == 170)) and (you._currentframe == 2)) and (/:bombkilled == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1107 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (((you._x == 150) and (you._y == 170)) and (/:bombkilled == 0)) { setProperty("you", _y , you._y + 20); } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (((you._x == 150) and (you._y == 170)) and (/:bombkilled == 0)) { setProperty("you", _x , you._x - 20); } if ((getProperty("you", _x) == 50) and (bossencounter == 0)) { pause = 1; stopall(); bossencounter = 1; tellTarget ("wall.wall") { gotoAndPlay (1); }; tellTarget ("bossintro") { gotoAndPlay (2); }; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (963); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (((you._x == 150) and (you._y == 170)) and (/:bombkilled == 0)) { setProperty("you", _y , you._y - 20); } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (((you._x == 150) and (you._y == 170)) and (/:bombkilled == 0)) { setProperty("you", _x , you._x + 20); } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (961); } gotcoin(); badhit_left(); } } }
Instance of Symbol 563 MovieClip "wall1" in Symbol 1110 MovieClip Frame 1
onClipEvent (load) { setProperty(this, _visible , 0); }
Symbol 1112 MovieClip Frame 1
stop();
Symbol 1112 MovieClip Frame 2
stop();
Symbol 1123 MovieClip Frame 1
stop();
Instance of Symbol 305 MovieClip "righteye" in Symbol 1123 MovieClip Frame 1
onClipEvent (load) { function gun() { pos = new Object(); pos.x = this._x; pos.y = this._y; LocaltoGlobal(pos); circx = pos.x; circy = pos.y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 305 MovieClip "lefteye" in Symbol 1123 MovieClip Frame 1
onClipEvent (load) { function gun() { pos = new Object(); pos.x = this._x; pos.y = this._y; LocaltoGlobal(pos); circx = pos.x; circy = pos.y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Symbol 1123 MovieClip Frame 13
stop();
Symbol 1123 MovieClip Frame 26
gotoAndStop (1);
Symbol 1123 MovieClip Frame 27
if (_root.boss.speed < 6) { _root.boss.speed = _root.boss.speed + 1; }
Symbol 1123 MovieClip Frame 47
if (/:bomblife > 0) { gotoAndStop (1); _root.boss.time = 0; } else if (/:bomblife < 1) { Set("/:pause", 1); /:stopall(); }
Symbol 1123 MovieClip Frame 121
stopAllSounds(); setProperty("_root.health", _visible , 0);
Symbol 1123 MovieClip Frame 122
setProperty(this, _y , 2000); Set("/:bombkilled", 1); if (/:loop1 == 1) { Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("Lush Loop"); /:mainmusic.start(0, 999); } else if (/:loop2 == 1) { Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG5437"); /:mainmusic.start(0, 999); } else if (/:loop3 == 1) { Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG1613"); /:mainmusic.start(0, 999); } else if (/:loop4 == 1) { Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG9991"); /:mainmusic.start(0, 999); } else if (/:loop5 == 1) { Set("/:mainmusic", new Sound()); /:mainmusic.attachSound("NG6298"); /:mainmusic.start(0, 999); } Set("/:pause", 0); /:playall(); setProperty("_root.wall.wall", _x , -1000); setProperty("_root.wall.wall1", _visible , 1); tellTarget ("_root.wall.wall1") { gotoAndPlay (2); }; tellTarget ("_root.wall.wall2") { gotoAndPlay (2); };
Symbol 1123 MovieClip Frame 123
stop();
Symbol 1133 MovieClip Frame 1
stop();
Symbol 1133 MovieClip Frame 2
stopAllSounds();
Symbol 1133 MovieClip Frame 44
mainmusic = new Sound(); mainmusic.attachSound("NG11567"); mainmusic.start(0, 999);
Symbol 1133 MovieClip Frame 46
setProperty("_root.health", _visible , 1);
Symbol 1133 MovieClip Frame 145
setProperty(_root.boss, _x , 150); setProperty(_root.boss, _y , 170); tellTarget ("_root.boss") { gotoAndPlay (1); };
Symbol 1133 MovieClip Frame 146
setProperty(this, _y , -1000); Set("/:pause", 0); /:playall(); stop();
Symbol 1134 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1135 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (((you._x == 270) and (you._y == 110)) and (puzzleroom66 == 0)) { puzzleroom66 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall1") { gotoAndPlay (2); }; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (964); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (962); } gotcoin(); badhit_left(); } } }
Symbol 1139 MovieClip Frame 1
stop();
Symbol 1139 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 1139 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Symbol 1141 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1142 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("you", _x) == getProperty("raftitem", _x)) and (getProperty("you", _y) == getProperty("raftitem", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); raft = "1"; setProperty("raftitem", _x , -1000); message = "You found the raft"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if ((you._y == 90) and (puzzleroom67 == 0)) { puzzleroom67 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall1") { gotoAndPlay (2); }; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("you", _x) == getProperty("raftitem", _x)) and (getProperty("you", _y) == getProperty("raftitem", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); raft = "1"; setProperty("raftitem", _x , -1000); message = "You found the raft"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _x) == getProperty("raftitem", _x)) and (getProperty("you", _y) == getProperty("raftitem", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); raft = "1"; setProperty("raftitem", _x , -1000); message = "You found the raft"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if ((you._y == 130) and (puzzleroom67 == 0)) { puzzleroom67 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall1") { gotoAndPlay (2); }; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("raftitem", _x)) and (getProperty("you", _y) == getProperty("raftitem", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); raft = "1"; setProperty("raftitem", _x , -1000); message = "You found the raft"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; if ((_root.mainmenu._currentframe == 1) and (pause == 0)) { pause = 1; stopall(); tellTarget ("_root.mainmenu") { gotoAndPlay (1); }; } } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (963); } gotcoin(); badhit_left(); } } }
Symbol 1146 MovieClip Frame 1
stop();
Symbol 1146 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 1146 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Symbol 1148 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1149 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (966); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (928); } gotcoin(); badhit_left(); } } }
Symbol 1153 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1154 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (965); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (967); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (965); } gotcoin(); badhit_left(); } } }
Symbol 1158 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (note.hitTest(you) eq "true") { message = "Rotate blocks with bomb explosion"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 150) and (you._y == 90)) and (you._currentframe == 1)) and (/:puzzleroom70 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((((you._x == 150) and (you._y == 250)) and (you._currentframe == 3)) and (/:puzzleroom70 == 0)) { message = "This door won't open"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (((button.hitTest(you) eq "true") and (particle._x < 0)) and (puzzleroom70 == 0)) { setProperty("particle", _x , block0._x); setProperty("particle", _y , block0._y); tellTarget ("block0.box") { gotoAndStop (2); }; pause = 1; stopall(); if (block0._currentframe == 1) { tellTarget ("particle") { gotoAndPlay ("up"); }; } else if (block0._currentframe == 11) { tellTarget ("particle") { gotoAndPlay ("right"); }; } else if (block0._currentframe == 21) { tellTarget ("particle") { gotoAndPlay ("down"); }; } else if (block0._currentframe == 31) { tellTarget ("particle") { gotoAndPlay ("left"); }; } } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1159 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x), getProperty("_root.block" add z, _y) - 20, true) ne "true") and (blockarea.hittest(getProperty("_root.block" add z, _x), getProperty("_root.block" add z, _y) - 20, true) eq "true")) and (puzzleroom70 == 0)) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) - 20); } else { setProperty(_root.you, _y , _root.you._y + 20); } } z = z + 1; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (966); } } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x) + 20, getProperty("_root.block" add z, _y), true) ne "true") and (blockarea.hittest(getProperty("_root.block" add z, _x) + 20, getProperty("_root.block" add z, _y), true) eq "true")) and (puzzleroom70 == 0)) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) + 20); } else { setProperty(_root.you, _x , _root.you._x - 20); } } z = z + 1; } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((getProperty("you", _y) == 90) and (puzzleroom70a == 0)) { puzzleroom70a = 1; pause = 1; stopall(); tellTarget ("wall.wall1") { gotoAndPlay (1); }; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x), getProperty("_root.block" add z, _y) + 20, true) ne "true") and (blockarea.hittest(getProperty("_root.block" add z, _x), getProperty("_root.block" add z, _y) + 20, true) eq "true")) and (puzzleroom70 == 0)) { setProperty("_root.block" add z, _y , getProperty("_root.block" add z, _y) + 20); } else { setProperty(_root.you, _y , _root.you._y - 20); } } z = z + 1; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (968); } } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (target.hittest(you._x, you._y, true) eq "true") { setProperty("you", _x , you._x + 20); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty("_root.you", _x)) and (getProperty("_root.block" add z, _y) == getProperty("_root.you", _y))) { if (((wall.hittest(getProperty("_root.block" add z, _x) - 20, getProperty("_root.block" add z, _y), true) ne "true") and (blockarea.hittest(getProperty("_root.block" add z, _x) - 20, getProperty("_root.block" add z, _y), true) eq "true")) and (puzzleroom70 == 0)) { setProperty("_root.block" add z, _x , getProperty("_root.block" add z, _x) - 20); } else { setProperty(_root.you, _x , _root.you._x + 20); } } z = z + 1; } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } } } }
Symbol 1164 MovieClip Frame 6
gotoAndPlay (1);
Symbol 1164 MovieClip Frame 7
stop();
Instance of Symbol 563 MovieClip "wall2" in Symbol 1167 MovieClip Frame 1
onClipEvent (load) { setProperty(this, _visible , 0); }
Symbol 1168 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1169 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if ((getProperty("you", _x) == getProperty("blankkey", _x)) and (getProperty("you", _y) == getProperty("blankkey", _y))) { s = new Sound(); s.attachSound("loaded"); s.start(); blankkey = "1"; setProperty("blankkey", _x , -1000); message = "You found the blank key"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (967); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 1174 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((blue.hitTest(you._x - 20, you._y, true) eq "true") and (/:d == 4)) { message = "This blue door is locked"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if ((button.hitTest(you) eq "true") and (puzzleroom72 == 0)) { puzzleroom72 = 1; pause = 1; stopall(); tellTarget ("_root.wall.wall1") { gotoAndPlay (1); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1175 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if ((getProperty("_root.you", _x) == getProperty("_root.portal", _x)) and (getProperty("_root.you", _y) == getProperty("_root.portal", _y))) { s = new Sound(); s.attachSound("portalsound"); s.start(); a = "2"; gotoAndStop (946); } if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (932); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if ((getProperty("you", _x) == getProperty("blue", _x)) and (getProperty("you", _y) == getProperty("blue", _y))) { if (bluekey == 1) { setProperty("you", _x , getProperty(you, _x) + 20); bluedoor = 1; pause = 1; stopall(); tellTarget ("blue") { gotoAndPlay (1); }; } else if (bluekey == 0) { setProperty("you", _x , getProperty("you", _x) + 20); } } if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (970); } gotcoin(); badhit_left(); } } }
Symbol 1178 MovieClip Frame 1
stop();
Symbol 1178 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 1178 MovieClip Frame 60
/:mainmusic.setVolume(100); /:playall(); Set("/:pause", 0); stop();
Symbol 1187 MovieClip Frame 1
stop();
Symbol 1187 MovieClip Frame 2
/:mainmusic.setVolume(25);
Symbol 1187 MovieClip Frame 21
/:mainmusic.setVolume(100); stop(); /:playall(); Set("/:pause", 0); setProperty(this, _x , -1000);
Symbol 1188 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1189 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (969); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (892); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (971); } gotcoin(); badhit_left(); } } }
Symbol 1193 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1194 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (892); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (970); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (972); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 1198 Button
on (keyPress "a") { if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (note.hitTest(you) eq "true") { message = "Beware"; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1199 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (971); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (973); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 1203 Button
on (keyPress "a") { tellTarget ("_root.tilecontrol") { gotoAndPlay (2); }; if ((getProperty("you", _currentframe) < 5) and (pause == 0)) { if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } else if (nothing.hitTest(you) eq "true") { message = ""; tellTarget ("_root.menu.mess") { gotoAndPlay (2); }; } if (_root.menu.mess._currentframe == 1) { } } }
Symbol 1204 Button
on (keyPress "<Up>") { arrowup(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (1); }; if (wall.hittest(you._x, you._y - 20, true) ne "true") { setProperty("you", _y , you._y - 20); if (you._y == 50) { xyou = you._x; yyou = 270; direction = 1; gotoAndStop (972); } gotcoin(); badhit_up(); } } } on (keyPress "<Right>") { arrowright(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (2); }; if (wall.hittest(you._x + 20, you._y, true) ne "true") { setProperty("you", _x , you._x + 20); if (you._x == 290) { xyou = 30; yyou = you._y; direction = 2; gotoAndStop (892); } gotcoin(); badhit_right(); } } } on (keyPress "<Down>") { arrowdown(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (3); }; if (wall.hittest(you._x, you._y + 20, true) ne "true") { setProperty("you", _y , you._y + 20); if ((you._y == 90) and (puzzleroom76intro == 0)) { puzzleroom76intro = 1; pause = 1; stopall(); tellTarget ("blackness") { gotoAndPlay (2); }; } if (you._y == 290) { xyou = you._x; yyou = 70; direction = 3; gotoAndStop (974); } gotcoin(); badhit_down(); } } } on (keyPress "<Left>") { arrowleft(); if ((you._currentframe < 5) and (pause == 0)) { tellTarget ("you") { gotoAndStop (4); }; if (wall.hittest(you._x - 20, you._y, true) ne "true") { setProperty("you", _x , you._x - 20); if (you._x == 10) { xyou = 270; yyou = you._y; direction = 4; gotoAndPlay (892); } gotcoin(); badhit_left(); } } }
Symbol 1208 MovieClip Frame 1
stop();
Symbol 1208 MovieClip Frame 16
stop();
Symbol 1210 MovieClip Frame 1
stop();
Symbol 1210 MovieClip Frame 5
if (z == undefined) { z = 1; } else { z++; } tellTarget ("_root.tile" add z) { gotoAndPlay (2); }; if (z == 36) { Set("/:pause", 0); /:playall(); Set("/:puzzleroom76", 1); gotoAndStop (1); } else { gotoAndPlay (2); }
Instance of Symbol 215 MovieClip "wall" in Symbol 1214 MovieClip Frame 1
onClipEvent (load) { setProperty(this, _visible , 0); }
Symbol 1225 MovieClip Frame 1
stop();
Symbol 1225 MovieClip Frame 22
Set("/:pause", 0); tellTarget ("_root.snake0") { gotoAndPlay (2); }; gotoAndStop (1);
Symbol 1225 MovieClip Frame 37
if (/:finalsnakelife > 0) { Set("/:pause", 0); tellTarget ("_root.snake0") { gotoAndPlay (2); }; /:playall(); Set("/:pause", 0); gotoAndStop (1); }
Symbol 1225 MovieClip Frame 106
tellTarget ("_root") { gotoAndStop ("win"); };
Symbol 1226 MovieClip Frame 2
if (/:puzzleroom76 == 0) { gotoAndPlay (1); }
Symbol 1226 MovieClip Frame 4
if ((getProperty(this, _y) < getProperty("_root.you", _y)) and (/:pause == 0)) { if (_root.wall.hittest(this._x, this._y + 20, true) ne "true") { setProperty(this, _rotation , 0); snake4x = _root.snake4._x; snake4y = _root.snake4._y; setProperty(_root.snake4, _x , _root.snake3._x); setProperty(_root.snake4, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake2._x); setProperty(_root.snake3, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake1._x); setProperty(_root.snake2, _y , _root.snake1._y); setProperty(_root.snake1, _x , this._x); setProperty(_root.snake1, _y , this._y); setProperty(this, _y , getProperty(this, _y) + 20); if (((((((((_root.you._y == (this._y + 60)) or (_root.you._y == (this._y + 80))) or (_root.you._y == (this._y + 100))) or (_root.you._y == (this._y + 120))) or (_root.you._y == (this._y + 140))) or (_root.you._y == (this._y + 160))) and (_root.you._x == this._x)) and (_root.bomb._currentframe == 1)) and (_root.fire1._x < 0)) { Set("/:fireballpause", 0); _root.fire1.time = 19; setProperty(_root.fire1, _x , this._x); setProperty(_root.fire1, _y , this._y); _root.fire1.youx = this._x; _root.fire1.youy = this._y + 200; } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) - 20); } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty(this, _y , getProperty(this, _y) - 20); setProperty(this, _x , _root.snake1._x); setProperty(this, _y , _root.snake1._y); setProperty(_root.snake1, _x , _root.snake2._x); setProperty(_root.snake1, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake3._x); setProperty(_root.snake2, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake4._x); setProperty(_root.snake3, _y , _root.snake4._y); setProperty(_root.snake4, _x , snake4x); setProperty(_root.snake4, _y , snake4y); } } else { gotoAndPlay (6); } } else if ((getProperty(this, _y) > getProperty("_root.you", _y)) and (/:pause == 0)) { if (_root.wall.hittest(this._x, this._y - 20, true) ne "true") { setProperty(this, _rotation , 180); snake4x = _root.snake4._x; snake4y = _root.snake4._y; setProperty(_root.snake4, _x , _root.snake3._x); setProperty(_root.snake4, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake2._x); setProperty(_root.snake3, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake1._x); setProperty(_root.snake2, _y , _root.snake1._y); setProperty(_root.snake1, _x , this._x); setProperty(_root.snake1, _y , this._y); setProperty(this, _y , getProperty(this, _y) - 20); if (((((((((_root.you._y == (this._y - 60)) or (_root.you._y == (this._y - 80))) or (_root.you._y == (this._y - 100))) or (_root.you._y == (this._y - 120))) or (_root.you._y == (this._y - 140))) or (_root.you._y == (this._y - 160))) and (_root.you._x == this._x)) and (_root.bomb._currentframe == 1)) and (_root.fire1._x < 0)) { Set("/:fireballpause", 0); _root.fire1.time = 19; setProperty(_root.fire1, _x , this._x); setProperty(_root.fire1, _y , this._y); _root.fire1.youx = this._x; _root.fire1.youy = this._y - 200; } if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _y , getProperty(this, _y) + 20); } z = z + 1; } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty(this, _y , getProperty(this, _y) + 20); setProperty(this, _x , _root.snake1._x); setProperty(this, _y , _root.snake1._y); setProperty(_root.snake1, _x , _root.snake2._x); setProperty(_root.snake1, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake3._x); setProperty(_root.snake2, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake4._x); setProperty(_root.snake3, _y , _root.snake4._y); setProperty(_root.snake4, _x , snake4x); setProperty(_root.snake4, _y , snake4y); } } else { gotoAndPlay (6); } } else if (getProperty(this, _y) == getProperty("_root.you", _y)) { gotoAndPlay (6); }
Symbol 1226 MovieClip Frame 5
gotoAndPlay (1);
Symbol 1226 MovieClip Frame 9
if ((getProperty(this, _x) < getProperty("_root.you", _x)) and (/:pause == 0)) { if (_root.wall.hittest(this._x + 20, this._y, true) ne "true") { setProperty(this, _rotation , 270); snake4x = _root.snake4._x; snake4y = _root.snake4._y; setProperty(_root.snake4, _x , _root.snake3._x); setProperty(_root.snake4, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake2._x); setProperty(_root.snake3, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake1._x); setProperty(_root.snake2, _y , _root.snake1._y); setProperty(_root.snake1, _x , this._x); setProperty(_root.snake1, _y , this._y); setProperty(this, _x , getProperty(this, _x) + 20); if (((((((((_root.you._x == (this._x + 60)) or (_root.you._x == (this._x + 80))) or (_root.you._x == (this._x + 100))) or (_root.you._x == (this._x + 120))) or (_root.you._x == (this._x + 140))) or (_root.you._x == (this._x + 160))) and (_root.you._y == this._y)) and (_root.bomb._currentframe == 1)) and (_root.fire1._x < 0)) { Set("/:fireballpause", 0); _root.fire1.time = 19; setProperty(_root.fire1, _x , this._x); setProperty(_root.fire1, _y , this._y); _root.fire1.youx = this._x + 200; _root.fire1.youy = this._y; } if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) - 20); } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty(this, _x , getProperty(this, _x) - 20); setProperty(this, _x , _root.snake1._x); setProperty(this, _y , _root.snake1._y); setProperty(_root.snake1, _x , _root.snake2._x); setProperty(_root.snake1, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake3._x); setProperty(_root.snake2, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake4._x); setProperty(_root.snake3, _y , _root.snake4._y); setProperty(_root.snake4, _x , snake4x); setProperty(_root.snake4, _y , snake4y); } } else { gotoAndPlay (1); } } else if ((getProperty(this, _x) > getProperty("_root.you", _x)) and (/:pause == 0)) { if (_root.wall.hittest(this._x - 20, this._y, true) ne "true") { setProperty(this, _rotation , 90); snake4x = _root.snake4._x; snake4y = _root.snake4._y; setProperty(_root.snake4, _x , _root.snake3._x); setProperty(_root.snake4, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake2._x); setProperty(_root.snake3, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake1._x); setProperty(_root.snake2, _y , _root.snake1._y); setProperty(_root.snake1, _x , this._x); setProperty(_root.snake1, _y , this._y); setProperty(this, _x , getProperty(this, _x) - 20); if (((((((((_root.you._x == (this._x - 60)) or (_root.you._x == (this._x - 80))) or (_root.you._x == (this._x - 100))) or (_root.you._x == (this._x - 120))) or (_root.you._x == (this._x - 140))) or (_root.you._x == (this._x - 160))) and (_root.you._y == this._y)) and (_root.bomb._currentframe == 1)) and (_root.fire1._x < 0)) { Set("/:fireballpause", 0); _root.fire1.time = 19; setProperty(_root.fire1, _x , this._x); setProperty(_root.fire1, _y , this._y); _root.fire1.youx = this._x - 200; _root.fire1.youy = this._y; } if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } z = 0; while (z < 31) { if ((getProperty("_root.block" add z, _x) == getProperty(this, _x)) and (getProperty("_root.block" add z, _y) == getProperty(this, _y))) { setProperty(this, _x , getProperty(this, _x) + 20); } z = z + 1; } if ((getProperty(this, _x) == getProperty("_root.you", _x)) and (getProperty(this, _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty(this, _x , getProperty(this, _x) + 20); setProperty(this, _x , _root.snake1._x); setProperty(this, _y , _root.snake1._y); setProperty(_root.snake1, _x , _root.snake2._x); setProperty(_root.snake1, _y , _root.snake2._y); setProperty(_root.snake2, _x , _root.snake3._x); setProperty(_root.snake2, _y , _root.snake3._y); setProperty(_root.snake3, _x , _root.snake4._x); setProperty(_root.snake3, _y , _root.snake4._y); setProperty(_root.snake4, _x , snake4x); setProperty(_root.snake4, _y , snake4y); } } else { gotoAndPlay (1); } } else if (getProperty(this, _x) == getProperty("_root.you", _x)) { gotoAndPlay (1); }
Symbol 1226 MovieClip Frame 10
gotoAndPlay (6);
Symbol 1226 MovieClip Frame 11
stop();
Symbol 1231 MovieClip Frame 1
stop();
Symbol 1231 MovieClip Frame 2
stopAllSounds();
Symbol 1231 MovieClip Frame 77
setProperty("_root.snake0", _y , 210); setProperty("_root.snake1", _y , 230); setProperty("_root.snake2", _y , 230); setProperty("_root.snake3", _y , 230); setProperty("_root.snake4", _y , 230); setProperty("_root.gun1", _x , 150); setProperty("_root.black.black", _y , -80); setProperty(_root.wall.wall, _visible , 1); setProperty(_root.you, _y , 110);
Symbol 1231 MovieClip Frame 100
Set("/:puzzleroom76", 1); setProperty("_root.health", _visible , 1); tellTarget ("_root.tilecontrol") { gotoAndPlay (2); }; stop();
Symbol 1287 MovieClip Frame 260
stopAllSounds(); tellTarget ("_root") { gotoAndPlay ("credits"); };
Symbol 1349 MovieClip Frame 1
stop();
Instance of Symbol 1368 MovieClip in Symbol 1374 MovieClip Frame 1
onClipEvent (load) { function gun() { pos = new Object(); pos.x = this._x; pos.y = this._y; LocaltoGlobal(pos); circx = pos.x; circy = pos.y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Instance of Symbol 1368 MovieClip in Symbol 1374 MovieClip Frame 1
onClipEvent (load) { function gun() { pos = new Object(); pos.x = this._x; pos.y = this._y; LocaltoGlobal(pos); circx = pos.x; circy = pos.y; pointx = _root.you._x; pointy = _root.you._y; if ((circx <= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , degrees + 90); } else if ((circx <= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , 90 - degrees); } else if ((circx >= pointx) and (circy <= pointy)) { angle = Math.atan(Math.abs(circx - pointx) / Math.abs(circy - pointy)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(180 - degrees)); } else if ((circx >= pointx) and (circy >= pointy)) { angle = Math.atan(Math.abs(circy - pointy) / Math.abs(circx - pointx)); degrees = (angle * 180) / Math.pi; setProperty(this, _rotation , -(90 - degrees)); } } gun(); } onClipEvent (enterFrame) { if (_root.you._x > 0) { gun(); } }
Symbol 1374 MovieClip Frame 23
Set("/:shotstar", /:shotstar + 1); setProperty("_root.shootstar", _x , _root.boss._x); setProperty("_root.shootstar", _y , 98); _root.shootstar.time = 0; if (/:shotstar == 5) { Set("/:shotstar", 0); } else { gotoAndPlay (1); }
Symbol 1374 MovieClip Frame 69
stop(); Set("/:pause", 1); /:stopall(); setProperty("_root.starkill", _x , 150); setProperty("_root.starkill", _y , 170); tellTarget ("_root.starkill") { gotoAndPlay (2); };
Symbol 1374 MovieClip Frame 77
gotoAndPlay (1);
Symbol 1374 MovieClip Frame 90
Set("/:pause", 0); /:playall(); gotoAndPlay (1);
Symbol 1375 MovieClip Frame 1
stop();
Symbol 1380 MovieClip Frame 1
stop();
Symbol 1380 MovieClip Frame 139
Set("/:life", /:life - 20); /:youhit();
Symbol 1380 MovieClip Frame 140
/:mainmusic.setVolume(100); setProperty(this, _x , -1000); Set("/:pause", 0); /:playall(); gotoAndStop (1); tellTarget ("_root.boss") { gotoAndPlay (70); };
Symbol 1383 MovieClip Frame 1
stop();
Symbol 1383 MovieClip Frame 5
if (getProperty("_root." add getProperty(this, _name), _y) < getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y + 20, true) ne "true") and (_root.water.hittest(this._x, this._y + 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y + 20, true) ne "true")) and (_root.black.hittest(this._x, this._y + 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); if (getProperty(this, _y) == 270) { setProperty(this, _y , 250); } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _y) > getProperty("_root.you", _y)) { if ((((_root.wall.hittest(this._x, this._y - 20, true) ne "true") and (_root.water.hittest(this._x, this._y - 20, true) ne "true")) and (_root.dock.hittest(this._x, this._y - 20, true) ne "true")) and (_root.black.hittest(this._x, this._y - 20, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) - 20); if (getProperty(this, _y) == 70) { setProperty(this, _y , 90); } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty("_root." add getProperty(this, _name), _y , getProperty("_root." add getProperty(this, _name), _y) + 20); } } }
Symbol 1383 MovieClip Frame 9
if (getProperty("_root." add getProperty(this, _name), _x) < getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x + 20, this._y, true) ne "true") and (_root.water.hittest(this._x + 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x + 20, this._y, true) ne "true")) and (_root.black.hittest(this._x + 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); if (getProperty(this, _x) == 270) { setProperty(this, _x , 250); } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); } } } else if (getProperty("_root." add getProperty(this, _name), _x) > getProperty("_root.you", _x)) { if ((((_root.wall.hittest(this._x - 20, this._y, true) ne "true") and (_root.water.hittest(this._x - 20, this._y, true) ne "true")) and (_root.dock.hittest(this._x - 20, this._y, true) ne "true")) and (_root.black.hittest(this._x - 20, this._y, true) ne "true")) { setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) - 20); if (getProperty(this, _x) == 30) { setProperty(this, _x , 50); } if ((getProperty("_root." add getProperty(this, _name), _x) == getProperty("_root.you", _x)) and (getProperty("_root." add getProperty(this, _name), _y) == getProperty("_root.you", _y))) { if (getProperty("_root.you", _currentframe) < 5) { Set("/:life", /:life - 3); /:youhit(); } setProperty("_root." add getProperty(this, _name), _x , getProperty("_root." add getProperty(this, _name), _x) + 20); } } } gotoAndPlay (2);

Library Items

Symbol 1 Sound [wrong]
Symbol 2 Sound [splash]
Symbol 3 Sound [reward]
Symbol 4 Sound [portalsound]
Symbol 5 Sound [NG9991]
Symbol 6 Sound [NG8304]
Symbol 7 Sound [NG6298]
Symbol 8 Sound [NG5437]
Symbol 9 Sound [NG1613]
Symbol 10 Sound [NG11567]
Symbol 11 Sound [Lush Loop]
Symbol 12 Sound [loaded]
Symbol 13 Sound [lifepacksound]
Symbol 14 Sound [keysound]
Symbol 15 Sound [gulp]
Symbol 16 Sound [fire]
Symbol 17 Sound [fire2]
Symbol 18 Sound [coinsound]
Symbol 19 Sound [beep]
Symbol 20 Sound [pusle]Used by:292
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:22Used by:Timeline
Symbol 24 SoundUsed by:Timeline
Symbol 25 FontUsed by:26 32 65 66 67 68 69 70 71 72 73 74 86 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 356 357 358 359 360 361 364 370 371 372 373 374 375 376 377 378 379 380 381 382 383 390 392 395 397 400 402 421 422 423 429 430 431 432 433 436 437 438 447 453 454 455 456 458 459 460 461 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 488 489 490 491 492 493 494 495 496 499 501 502 504 505 507 508 512 513 514 515 516 517 518 520 661 663 719 720 721 723 724 726 727 728 733 815 816 821 822 1086 1288 1291 1292 1293 1296 1297 1298 1300 1301 1302 1303 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1341 1342 1343 1344 1345 1346 1347 1348 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363
Symbol 26 TextUses:25Used by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 SoundUsed by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:31
Symbol 31 MovieClipUses:30Used by:Timeline
Symbol 32 EditableTextUses:25Used by:Timeline
Symbol 33 FontUsed by:34 35 45 46 47 57 58 60 61 64 77 78 79 84
Symbol 34 TextUses:33Used by:36  Timeline
Symbol 35 TextUses:33Used by:36
Symbol 36 MovieClipUses:34 35Used by:Timeline
Symbol 37 FontUsed by:38 39 42 43
Symbol 38 TextUses:37Used by:Timeline
Symbol 39 TextUses:37Used by:Timeline
Symbol 40 SoundUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 TextUses:37Used by:Timeline
Symbol 43 TextUses:37Used by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 TextUses:33Used by:Timeline
Symbol 46 TextUses:33Used by:Timeline
Symbol 47 TextUses:33Used by:Timeline
Symbol 48 GraphicUsed by:49 50 62 63 76 81 85 212 247 309 310 311 312 368 498 511 522 524 525 529 530 534 535 542 543 566 567 572 573 577 578 586 587 591 592 600 601 606 607 622 623 627 628 643 644 648 649 653 654 655 665 666 670 671 675 676 680 681 686 687 699 700 704 705 709 710 716 717 734 735 745 746 750 751 755 756 768 769 770 824 825 829 830 835 836 840 841 846 847 852 853 865 866 870 871 876 877 882 883 897 898 903 904 913 914 919 920 924 925 930 931 936 937 942 943 948 949 954 955 960 961 968 969 974 975 980 981 986 987 993 994 1001 1002 1013 1014 1020 1021 1027 1028 1039 1040 1046 1047 1053 1054 1060 1061 1071 1072 1078 1079 1085 1092 1096 1097 1101 1102 1106 1107 1134 1135 1141 1142 1148 1149 1153 1154 1158 1159 1168 1169 1174 1175 1188 1189 1193 1194 1198 1199 1203 1204
Symbol 49 ButtonUses:48Used by:Timeline
Symbol 50 ButtonUses:48Used by:Timeline
Symbol 51 GraphicUsed by:52  Timeline
Symbol 52 MovieClipUses:51Used by:519  Timeline
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:Timeline
Symbol 55 GraphicUsed by:56
Symbol 56 MovieClipUses:55Used by:Timeline
Symbol 57 TextUses:33Used by:Timeline
Symbol 58 TextUses:33Used by:Timeline
Symbol 59 GraphicUsed by:519  Timeline
Symbol 60 TextUses:33Used by:Timeline
Symbol 61 TextUses:33Used by:Timeline
Symbol 62 ButtonUses:48Used by:Timeline
Symbol 63 ButtonUses:48Used by:Timeline
Symbol 64 TextUses:33Used by:Timeline
Symbol 65 TextUses:25Used by:519  Timeline
Symbol 66 TextUses:25Used by:519  Timeline
Symbol 67 TextUses:25Used by:519  Timeline
Symbol 68 TextUses:25Used by:519  Timeline
Symbol 69 TextUses:25Used by:519  Timeline
Symbol 70 TextUses:25Used by:519  Timeline
Symbol 71 TextUses:25Used by:503  Timeline
Symbol 72 TextUses:25Used by:503  Timeline
Symbol 73 TextUses:25Used by:519  Timeline
Symbol 74 TextUses:25Used by:519  Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 ButtonUses:48Used by:Timeline
Symbol 77 TextUses:33Used by:Timeline
Symbol 78 TextUses:33Used by:Timeline
Symbol 79 TextUses:33Used by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 ButtonUses:48Used by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:Timeline
Symbol 84 TextUses:33Used by:Timeline
Symbol 85 ButtonUses:48Used by:Timeline
Symbol 86 EditableTextUses:25Used by:87
Symbol 87 MovieClipUses:86Used by:Timeline
Symbol 88 GraphicUsed by:95
Symbol 89 GraphicUsed by:94
Symbol 90 GraphicUsed by:94
Symbol 91 GraphicUsed by:94
Symbol 92 GraphicUsed by:94
Symbol 93 GraphicUsed by:94 98 362
Symbol 94 MovieClipUses:89 90 91 92 93Used by:95 104 113 119 131 227 238 239 809 813 1225
Symbol 95 MovieClipUses:88 94Used by:102
Symbol 96 GraphicUsed by:97 102 111 117 129 135 159 191 192 235 242 246 1030 1206 1227 1286
Symbol 97 MovieClipUses:96Used by:102 111 117 129 135 235 242 246 266
Symbol 98 MovieClipUses:93Used by:102 111 117 129 135 159 191 192 235 242 246 266
Symbol 99 GraphicUsed by:100 235 305 326 1285
Symbol 100 MovieClipUses:99Used by:102
Symbol 101 SoundUsed by:102 111 117 129 135 191 192 242 246
Symbol 102 MovieClipUses:95 97 98 100 96 101Used by:Timeline
Symbol 103 GraphicUsed by:104
Symbol 104 MovieClipUses:103 94Used by:111
Symbol 105 GraphicUsed by:110 111
Symbol 106 GraphicUsed by:111
Symbol 107 GraphicUsed by:111
Symbol 108 GraphicUsed by:111
Symbol 109 GraphicUsed by:111
Symbol 110 MovieClipUses:105Used by:111
Symbol 111 MovieClipUses:104 97 98 105 96 106 107 108 109 110 101Used by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112 94Used by:114
Symbol 114 MovieClipUses:113Used by:117
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:117
Symbol 117 MovieClipUses:114 97 98 116 96 101Used by:Timeline
Symbol 118 GraphicUsed by:119
Symbol 119 MovieClipUses:118 94Used by:129
Symbol 120 GraphicUsed by:129
Symbol 121 GraphicUsed by:129
Symbol 122 GraphicUsed by:129
Symbol 123 GraphicUsed by:129
Symbol 124 GraphicUsed by:129
Symbol 125 GraphicUsed by:129
Symbol 126 GraphicUsed by:129
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:129
Symbol 129 MovieClipUses:119 97 98 120 96 121 122 123 124 125 126 128 101Used by:Timeline
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130 94Used by:132
Symbol 132 MovieClipUses:131Used by:135
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:135
Symbol 135 MovieClipUses:132 97 98 134 96 101Used by:Timeline
Symbol 136 TextUses:25Used by:Timeline
Symbol 137 TextUses:25Used by:Timeline
Symbol 138 TextUses:25Used by:Timeline
Symbol 139 TextUses:25Used by:Timeline
Symbol 140 TextUses:25Used by:Timeline
Symbol 141 TextUses:25Used by:Timeline
Symbol 142 TextUses:25Used by:Timeline
Symbol 143 TextUses:25Used by:Timeline
Symbol 144 TextUses:25Used by:Timeline
Symbol 145 TextUses:25Used by:Timeline
Symbol 146 TextUses:25Used by:Timeline
Symbol 147 TextUses:25Used by:Timeline
Symbol 148 TextUses:25Used by:Timeline
Symbol 149 TextUses:25Used by:Timeline
Symbol 150 TextUses:25Used by:Timeline
Symbol 151 TextUses:25Used by:Timeline
Symbol 152 TextUses:25Used by:Timeline
Symbol 153 TextUses:25Used by:Timeline
Symbol 154 GraphicUsed by:Timeline
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:159
Symbol 157 GraphicUsed by:158
Symbol 158 MovieClipUses:157Used by:159
Symbol 159 MovieClipUses:156 158 96 98Used by:Timeline
Symbol 160 GraphicUsed by:161 162 163 164 168 169 170 171 174
Symbol 161 MovieClipUses:160Used by:Timeline
Symbol 162 MovieClipUses:160Used by:Timeline
Symbol 163 MovieClipUses:160Used by:Timeline
Symbol 164 MovieClipUses:160Used by:Timeline
Symbol 165 GraphicUsed by:167
Symbol 166 GraphicUsed by:167 173
Symbol 167 MovieClipUses:165 166Used by:Timeline
Symbol 168 MovieClipUses:160Used by:Timeline
Symbol 169 MovieClipUses:160Used by:Timeline
Symbol 170 MovieClipUses:160Used by:Timeline
Symbol 171 MovieClipUses:160Used by:Timeline
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:172 166Used by:Timeline
Symbol 174 MovieClipUses:160Used by:175
Symbol 175 MovieClipUses:174Used by:176 177
Symbol 176 MovieClipUses:175Used by:Timeline
Symbol 177 MovieClipUses:175Used by:Timeline
Symbol 178 GraphicUsed by:185
Symbol 179 GraphicUsed by:185
Symbol 180 GraphicUsed by:185
Symbol 181 GraphicUsed by:185
Symbol 182 GraphicUsed by:185
Symbol 183 GraphicUsed by:185
Symbol 184 GraphicUsed by:185
Symbol 185 MovieClipUses:178 179 180 181 182 183 184Used by:186 192
Symbol 186 MovieClipUses:185Used by:191
Symbol 187 GraphicUsed by:188
Symbol 188 MovieClipUses:187Used by:191 192
Symbol 189 GraphicUsed by:190
Symbol 190 MovieClipUses:189Used by:191 192
Symbol 191 MovieClipUses:186 188 96 98 190 101Used by:Timeline
Symbol 192 MovieClipUses:185 188 96 98 190 101Used by:Timeline
Symbol 193 GraphicUsed by:211
Symbol 194 GraphicUsed by:211
Symbol 195 GraphicUsed by:211
Symbol 196 GraphicUsed by:211
Symbol 197 GraphicUsed by:211
Symbol 198 GraphicUsed by:211
Symbol 199 GraphicUsed by:211
Symbol 200 GraphicUsed by:211
Symbol 201 GraphicUsed by:211
Symbol 202 GraphicUsed by:211
Symbol 203 GraphicUsed by:211
Symbol 204 GraphicUsed by:211
Symbol 205 GraphicUsed by:211
Symbol 206 GraphicUsed by:211
Symbol 207 GraphicUsed by:211
Symbol 208 GraphicUsed by:211
Symbol 209 GraphicUsed by:211
Symbol 210 GraphicUsed by:211
Symbol 211 MovieClipUses:193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210Used by:Timeline
Symbol 212 ButtonUses:48Used by:Timeline
Symbol 213 GraphicUsed by:215 266 497
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:213 214Used by:243 246 528 533 540 541 564 565 571 576 581 582 583 584 585 590 595 596 597 598 599 610 626 631 647 652 658 669 674 679 690 703 708 713 714 715 731 738 739 740 741 742 743 744 749 754 759 784 828 833 839 844 845 851 856 869 875 910 911 912 918 923 929 964 965 966 967 992 1038 1052 1066 1067 1068 1069 1084 1100 1105 1139 1146 1147 1152 1157 1167 1173 1178 1179 1192 1197 1202 1214  Timeline
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:216Used by:Timeline
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:218Used by:220
Symbol 220 MovieClipUses:219Used by:Timeline
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:221Used by:Timeline
Symbol 223 GraphicUsed by:224 1374 1375 1376 1380
Symbol 224 MovieClipUses:223Used by:225
Symbol 225 MovieClipUses:224Used by:Timeline
Symbol 226 GraphicUsed by:227
Symbol 227 MovieClipUses:226 94Used by:235
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:228Used by:235
Symbol 230 Sound [bomb]Used by:235 326
Symbol 231 GraphicUsed by:235 326
Symbol 232 GraphicUsed by:235 326
Symbol 233 GraphicUsed by:235 326
Symbol 234 GraphicUsed by:235 326 1377
Symbol 235 MovieClipUses:227 97 98 229 96 99 230 231 232 233 234Used by:Timeline
Symbol 236 GraphicUsed by:239
Symbol 237 GraphicUsed by:238
Symbol 238 MovieClipUses:237 94Used by:239
Symbol 239 MovieClipUses:236 94 238Used by:242
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:240Used by:242
Symbol 242 MovieClipUses:239 97 98 241 96 101Used by:Timeline
Symbol 243 MovieClipUses:215Used by:246
Symbol 244 GraphicUsed by:245 1236
Symbol 245 MovieClipUses:244Used by:246
Symbol 246 MovieClipUses:215 243 97 98 245 96 101Used by:Timeline
Symbol 247 ButtonUses:48Used by:Timeline
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:248Used by:Timeline
Symbol 250 GraphicUsed by:251
Symbol 251 MovieClipUses:250Used by:Timeline
Symbol 252 GraphicUsed by:254
Symbol 253 GraphicUsed by:254
Symbol 254 MovieClipUses:252 253Used by:255
Symbol 255 MovieClipUses:254Used by:Timeline
Symbol 256 GraphicUsed by:257
Symbol 257 MovieClipUses:256Used by:261
Symbol 258 GraphicUsed by:260
Symbol 259 GraphicUsed by:260
Symbol 260 MovieClipUses:258 259Used by:261
Symbol 261 MovieClipUses:257 260Used by:Timeline
Symbol 262 GraphicUsed by:266
Symbol 263 GraphicUsed by:266
Symbol 264 GraphicUsed by:266
Symbol 265 GraphicUsed by:266
Symbol 266 MovieClipUses:262 263 264 213 265 97 98Used by:576 845 869 935 967 999 1012 1059 1084 1100  Timeline
Symbol 267 GraphicUsed by:270
Symbol 268 GraphicUsed by:270
Symbol 269 GraphicUsed by:270
Symbol 270 MovieClipUses:267 268 269Used by:Timeline
Symbol 271 GraphicUsed by:272
Symbol 272 MovieClipUses:271Used by:Timeline
Symbol 273 GraphicUsed by:274
Symbol 274 MovieClipUses:273Used by:Timeline
Symbol 275 GraphicUsed by:276
Symbol 276 MovieClipUses:275Used by:Timeline
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:277Used by:Timeline
Symbol 279 GraphicUsed by:289
Symbol 280 GraphicUsed by:289
Symbol 281 GraphicUsed by:289
Symbol 282 GraphicUsed by:289
Symbol 283 GraphicUsed by:289
Symbol 284 GraphicUsed by:289
Symbol 285 GraphicUsed by:289
Symbol 286 GraphicUsed by:289
Symbol 287 GraphicUsed by:289
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:279 280 281 282 283 284 285 286 287 288Used by:290
Symbol 290 MovieClipUses:289Used by:602 682 872 878 884 899 905 915 932 938 944 950 956 970 976 982 1136 1143  Timeline
Symbol 291 GraphicUsed by:292
Symbol 292 MovieClipUses:291 20Used by:Timeline
Symbol 293 GraphicUsed by:294
Symbol 294 MovieClipUses:293Used by:295
Symbol 295 MovieClipUses:294Used by:Timeline
Symbol 296 GraphicUsed by:297  Timeline
Symbol 297 MovieClipUses:296Used by:Timeline
Symbol 298 GraphicUsed by:300
Symbol 299 GraphicUsed by:300
Symbol 300 MovieClipUses:298 299Used by:Timeline
Symbol 301 GraphicUsed by:302 1112 1211
Symbol 302 MovieClipUses:301Used by:Timeline
Symbol 303 GraphicUsed by:308 1123 1133
Symbol 304 GraphicUsed by:305
Symbol 305 MovieClipUses:304 99Used by:308 1123
Symbol 306 GraphicUsed by:308 1123
Symbol 307 MovieClipUsed by:308
Symbol 308 MovieClipUses:303 305 306 307Used by:Timeline
Symbol 309 ButtonUses:48Used by:Timeline
Symbol 310 ButtonUses:48Used by:Timeline
Symbol 311 ButtonUses:48Used by:Timeline
Symbol 312 ButtonUses:48Used by:Timeline
Symbol 313 GraphicUsed by:316
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:314Used by:316 404 1033 1208  Timeline
Symbol 316 MovieClipUses:313 315Used by:Timeline
Symbol 317 GraphicUsed by:318
Symbol 318 MovieClipUses:317Used by:319
Symbol 319 MovieClipUses:318Used by:Timeline
Symbol 320 GraphicUsed by:322
Symbol 321 GraphicUsed by:322
Symbol 322 MovieClipUses:320 321Used by:326
Symbol 323 GraphicUsed by:325
Symbol 324 GraphicUsed by:325
Symbol 325 MovieClipUses:323 324Used by:326
Symbol 326 MovieClipUses:322 325 99 230 231 232 233 234Used by:1287  Timeline
Symbol 327 GraphicUsed by:328 393
Symbol 328 MovieClipUses:327Used by:348  Timeline
Symbol 329 GraphicUsed by:348
Symbol 330 GraphicUsed by:331
Symbol 331 MovieClipUses:330Used by:332
Symbol 332 MovieClipUses:331Used by:348
Symbol 333 GraphicUsed by:348
Symbol 334 GraphicUsed by:348
Symbol 335 GraphicUsed by:348
Symbol 336 GraphicUsed by:348
Symbol 337 GraphicUsed by:348
Symbol 338 GraphicUsed by:348
Symbol 339 GraphicUsed by:348
Symbol 340 GraphicUsed by:348
Symbol 341 GraphicUsed by:348
Symbol 342 GraphicUsed by:348
Symbol 343 GraphicUsed by:348
Symbol 344 GraphicUsed by:348
Symbol 345 GraphicUsed by:348
Symbol 346 GraphicUsed by:348
Symbol 347 GraphicUsed by:348
Symbol 348 MovieClipUses:328 329 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347Used by:Timeline
Symbol 349 GraphicUsed by:Timeline
Symbol 350 GraphicUsed by:351
Symbol 351 MovieClipUses:350Used by:528 565 571 585 590 599 605 610 631 647 669 674 679 685 690 703 731 749 754 759 784 828 833 839 845 851 875 888 902 912 918 929 935 941 947 953 959 973 979 985 992 999 1026 1038 1045 1052 1059 1070 1077 1084 1095 1105 1110 1140 1147 1152 1157 1167 1173 1179 1192 1202 1214 1234  Timeline
Symbol 352 GraphicUsed by:353
Symbol 353 MovieClipUses:352Used by:528 541 571 576 590 599 605 626 631 647 652 658 674 679 703 708 715 731 744 749 754 759 784 828 833 845 851 869 881 902 912 918 923 929 935 941 947 953 959 967 985 992 1019 1026 1038 1045 1052 1059 1077 1084 1100 1105 1110 1140 1147 1152 1157 1167 1173 1179 1192 1197 1202 1214 1234  Timeline
Symbol 354 GraphicUsed by:Timeline
Symbol 355 GraphicUsed by:367
Symbol 356 TextUses:25Used by:367
Symbol 357 EditableTextUses:25Used by:367
Symbol 358 TextUses:25Used by:367
Symbol 359 EditableTextUses:25Used by:367
Symbol 360 TextUses:25Used by:367
Symbol 361 EditableTextUses:25Used by:367
Symbol 362 MovieClipUses:93Used by:367
Symbol 363 GraphicUsed by:366
Symbol 364 EditableTextUses:25Used by:365
Symbol 365 MovieClipUses:364Used by:366
Symbol 366 MovieClipUses:363 365Used by:367
Symbol 367 MovieClipUses:355 356 357 358 359 360 361 362 366Used by:Timeline
Symbol 368 ButtonUses:48Used by:523
Symbol 369 GraphicUsed by:521
Symbol 370 TextUses:25Used by:519
Symbol 371 TextUses:25Used by:519
Symbol 372 TextUses:25Used by:519
Symbol 373 TextUses:25Used by:519
Symbol 374 TextUses:25Used by:519
Symbol 375 TextUses:25Used by:519
Symbol 376 EditableTextUses:25Used by:519
Symbol 377 EditableTextUses:25Used by:519
Symbol 378 EditableTextUses:25Used by:519
Symbol 379 EditableTextUses:25Used by:519
Symbol 380 EditableTextUses:25Used by:519
Symbol 381 EditableTextUses:25Used by:519
Symbol 382 EditableTextUses:25Used by:519
Symbol 383 EditableTextUses:25Used by:519
Symbol 384 GraphicUsed by:519
Symbol 385 GraphicUsed by:404  Timeline
Symbol 386 GraphicUsed by:389
Symbol 387 FontUsed by:388
Symbol 388 TextUses:387Used by:389
Symbol 389 MovieClipUses:386 388Used by:391  Timeline
Symbol 390 TextUses:25Used by:391
Symbol 391 MovieClipUses:389 390Used by:404
Symbol 392 TextUses:25Used by:393
Symbol 393 MovieClipUses:327 392Used by:404
Symbol 394 GraphicUsed by:398
Symbol 395 TextUses:25Used by:398
Symbol 396 GraphicUsed by:398 848
Symbol 397 TextUses:25Used by:398
Symbol 398 MovieClipUses:394 395 396 397Used by:404
Symbol 399 GraphicUsed by:401
Symbol 400 TextUses:25Used by:401
Symbol 401 MovieClipUses:399 400Used by:403  Timeline
Symbol 402 TextUses:25Used by:403
Symbol 403 MovieClipUses:401 402Used by:404
Symbol 404 MovieClipUses:315 385 391 393 398 403Used by:519
Symbol 405 GraphicUsed by:406 536
Symbol 406 MovieClipUses:405Used by:519
Symbol 407 GraphicUsed by:408 834
Symbol 408 MovieClipUses:407Used by:519
Symbol 409 GraphicUsed by:410 1170
Symbol 410 MovieClipUses:409Used by:519
Symbol 411 GraphicUsed by:412
Symbol 412 MovieClipUses:411Used by:519
Symbol 413 GraphicUsed by:414 885
Symbol 414 MovieClipUses:413Used by:519
Symbol 415 GraphicUsed by:416
Symbol 416 MovieClipUses:415Used by:519
Symbol 417 GraphicUsed by:418 926
Symbol 418 MovieClipUses:417Used by:519
Symbol 419 GraphicUsed by:420 568
Symbol 420 MovieClipUses:419Used by:519
Symbol 421 TextUses:25Used by:519
Symbol 422 TextUses:25Used by:519
Symbol 423 TextUses:25Used by:519
Symbol 424 GraphicUsed by:452
Symbol 425 GraphicUsed by:426
Symbol 426 MovieClipUses:425Used by:452
Symbol 427 GraphicUsed by:428
Symbol 428 MovieClipUses:427Used by:452
Symbol 429 TextUses:25Used by:452
Symbol 430 TextUses:25Used by:452
Symbol 431 TextUses:25Used by:452
Symbol 432 TextUses:25Used by:452
Symbol 433 TextUses:25Used by:452
Symbol 434 GraphicUsed by:435
Symbol 435 MovieClipUses:434Used by:452
Symbol 436 TextUses:25Used by:452
Symbol 437 EditableTextUses:25Used by:452
Symbol 438 TextUses:25Used by:452
Symbol 439 GraphicUsed by:442 452
Symbol 440 GraphicUsed by:441
Symbol 441 MovieClipUses:440Used by:452
Symbol 442 MovieClipUses:439Used by:452
Symbol 443 GraphicUsed by:444
Symbol 444 MovieClipUses:443Used by:452
Symbol 445 GraphicUsed by:446 448
Symbol 446 MovieClipUses:445Used by:452
Symbol 447 TextUses:25Used by:449
Symbol 448 MovieClipUses:445Used by:449
Symbol 449 MovieClipUses:447 448Used by:452
Symbol 450 GraphicUsed by:451
Symbol 451 MovieClipUses:450Used by:452
Symbol 452 MovieClipUses:424 426 428 429 430 431 432 433 435 436 437 438 439 441 442 444 446 449 451Used by:519
Symbol 453 TextUses:25Used by:519
Symbol 454 TextUses:25Used by:519
Symbol 455 EditableTextUses:25Used by:519
Symbol 456 TextUses:25Used by:519 1294  Timeline
Symbol 457 MovieClipUsed by:519
Symbol 458 TextUses:25Used by:519 1295  Timeline
Symbol 459 TextUses:25Used by:519 1299  Timeline
Symbol 460 EditableTextUses:25Used by:519
Symbol 461 EditableTextUses:25Used by:519
Symbol 462 GraphicUsed by:497
Symbol 463 GraphicUsed by:497
Symbol 464 TextUses:25Used by:497
Symbol 465 TextUses:25Used by:497
Symbol 466 TextUses:25Used by:497
Symbol 467 TextUses:25Used by:497
Symbol 468 TextUses:25Used by:497
Symbol 469 TextUses:25Used by:497
Symbol 470 TextUses:25Used by:497
Symbol 471 TextUses:25Used by:497
Symbol 472 TextUses:25Used by:497
Symbol 473 TextUses:25Used by:497
Symbol 474 TextUses:25Used by:497
Symbol 475 TextUses:25Used by:497
Symbol 476 TextUses:25Used by:497
Symbol 477 TextUses:25Used by:497
Symbol 478 TextUses:25Used by:497
Symbol 479 TextUses:25Used by:497
Symbol 480 TextUses:25Used by:497
Symbol 481 TextUses:25Used by:497
Symbol 482 TextUses:25Used by:497
Symbol 483 TextUses:25Used by:497
Symbol 484 TextUses:25Used by:497
Symbol 485 TextUses:25Used by:497
Symbol 486 TextUses:25Used by:497
Symbol 487 GraphicUsed by:497
Symbol 488 TextUses:25Used by:497
Symbol 489 TextUses:25Used by:497
Symbol 490 TextUses:25Used by:497
Symbol 491 TextUses:25Used by:497
Symbol 492 TextUses:25Used by:497
Symbol 493 TextUses:25Used by:497
Symbol 494 TextUses:25Used by:497
Symbol 495 TextUses:25Used by:497
Symbol 496 TextUses:25Used by:497
Symbol 497 MovieClipUses:462 463 464 465 466 467 468 469 213 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496Used by:519
Symbol 498 ButtonUses:48Used by:519
Symbol 499 TextUses:25Used by:500
Symbol 500 MovieClipUses:499Used by:519
Symbol 501 TextUses:25Used by:519
Symbol 502 TextUses:25Used by:519
Symbol 503 MovieClipUses:71 72Used by:519
Symbol 504 TextUses:25Used by:519
Symbol 505 TextUses:25Used by:519
Symbol 506 GraphicUsed by:519
Symbol 507 TextUses:25Used by:519
Symbol 508 TextUses:25Used by:519
Symbol 509 GraphicUsed by:510
Symbol 510 MovieClipUses:509Used by:519
Symbol 511 ButtonUses:48Used by:519
Symbol 512 TextUses:25Used by:519
Symbol 513 TextUses:25Used by:519
Symbol 514 TextUses:25Used by:519
Symbol 515 TextUses:25Used by:519
Symbol 516 TextUses:25Used by:519
Symbol 517 TextUses:25Used by:519
Symbol 518 TextUses:25Used by:519
Symbol 519 MovieClipUses:370 371 372 373 374 375 59 376 377 378 379 380 381 382 383 384 52 404 406 408 410 412 414 416 418 420 421 422 423 452 453 454 455 456 457 458 459 460 461 497 498 500 501 502 65 66 67 68 69 70 503 73 74 504 505 506 507 508 510 511 512 513 514 515 516 517 518Used by:521
Symbol 520 TextUses:25Used by:521
Symbol 521 MovieClipUses:369 519 520Used by:523
Symbol 522 ButtonUses:48Used by:523
Symbol 523 MovieClipUses:368 521 522Used by:Timeline
Symbol 524 ButtonUses:48Used by:Timeline
Symbol 525 ButtonUses:48Used by:Timeline
Symbol 526 GraphicUsed by:Timeline
Symbol 527 GraphicUsed by:528
Symbol 528 MovieClipUses:527 353 351 215Used by:Timeline
Symbol 529 ButtonUses:48Used by:Timeline
Symbol 530 ButtonUses:48Used by:Timeline
Symbol 531 GraphicUsed by:Timeline
Symbol 532 GraphicUsed by:533
Symbol 533 MovieClipUses:532 215Used by:Timeline
Symbol 534 ButtonUses:48Used by:Timeline
Symbol 535 ButtonUses:48Used by:Timeline
Symbol 536 MovieClipUses:405Used by:Timeline
Symbol 537 GraphicUsed by:Timeline
Symbol 538 GraphicUsed by:541
Symbol 539 SoundUsed by:540 564 581 596 598 713 714 740 844 910 964 965 966 1068 1139 1146 1178
Symbol 540 MovieClipUses:215 539Used by:541
Symbol 541 MovieClipUses:538 353 215 540Used by:Timeline
Symbol 542 ButtonUses:48Used by:Timeline
Symbol 543 ButtonUses:48Used by:Timeline
Symbol 544 GraphicUsed by:545
Symbol 545 MovieClipUses:544Used by:Timeline
Symbol 546 GraphicUsed by:549
Symbol 547 GraphicUsed by:549
Symbol 548 GraphicUsed by:549
Symbol 549 MovieClipUses:546 547 548Used by:Timeline
Symbol 550 GraphicUsed by:Timeline
Symbol 551 GraphicUsed by:565
Symbol 552 GraphicUsed by:563
Symbol 553 SoundUsed by:563 621 642 698 783 864 896 1187
Symbol 554 GraphicUsed by:563
Symbol 555 GraphicUsed by:563
Symbol 556 GraphicUsed by:563
Symbol 557 GraphicUsed by:563
Symbol 558 GraphicUsed by:563
Symbol 559 GraphicUsed by:563
Symbol 560 GraphicUsed by:563
Symbol 561 GraphicUsed by:563
Symbol 562 GraphicUsed by:563
Symbol 563 MovieClipUses:552 553 554 555 556 557 558 559 560 561 562Used by:565 576 585 690 708 744 749 784 839 856 918 1052 1084 1095 1110 1167  Timeline
Symbol 564 MovieClipUses:215 539Used by:565
Symbol 565 MovieClipUses:551 351 215 563 564Used by:Timeline
Symbol 566 ButtonUses:48Used by:Timeline
Symbol 567 ButtonUses:48Used by:Timeline
Symbol 568 MovieClipUses:419Used by:Timeline
Symbol 569 GraphicUsed by:Timeline
Symbol 570 GraphicUsed by:571
Symbol 571 MovieClipUses:570 351 353 215Used by:Timeline
Symbol 572 ButtonUses:48Used by:Timeline
Symbol 573 ButtonUses:48Used by:Timeline
Symbol 574 GraphicUsed by:Timeline
Symbol 575 GraphicUsed by:576
Symbol 576 MovieClipUses:575 353 215 563 266Used by:Timeline
Symbol 577 ButtonUses:48Used by:Timeline
Symbol 578 ButtonUses:48Used by:Timeline
Symbol 579 GraphicUsed by:Timeline
Symbol 580 GraphicUsed by:585
Symbol 581 MovieClipUses:215 539Used by:585
Symbol 582 MovieClipUses:215Used by:585
Symbol 583 MovieClipUses:215Used by:585
Symbol 584 MovieClipUses:215Used by:585
Symbol 585 MovieClipUses:580 351 581 582 583 584 563 215Used by:Timeline
Symbol 586 ButtonUses:48Used by:Timeline
Symbol 587 ButtonUses:48Used by:Timeline
Symbol 588 GraphicUsed by:Timeline
Symbol 589 GraphicUsed by:590
Symbol 590 MovieClipUses:589 351 353 215Used by:Timeline
Symbol 591 ButtonUses:48Used by:Timeline
Symbol 592 ButtonUses:48Used by:Timeline
Symbol 593 GraphicUsed by:Timeline
Symbol 594 GraphicUsed by:599
Symbol 595 MovieClipUses:215Used by:599
Symbol 596 MovieClipUses:215 539Used by:599
Symbol 597 MovieClipUses:215Used by:599
Symbol 598 MovieClipUses:215 539Used by:599
Symbol 599 MovieClipUses:594 351 353 215 595 596 597 598Used by:Timeline
Symbol 600 ButtonUses:48Used by:Timeline
Symbol 601 ButtonUses:48Used by:Timeline
Symbol 602 MovieClipUses:290Used by:Timeline
Symbol 603 GraphicUsed by:Timeline
Symbol 604 GraphicUsed by:605
Symbol 605 MovieClipUses:604 351 353Used by:Timeline
Symbol 606 ButtonUses:48Used by:Timeline
Symbol 607 ButtonUses:48Used by:Timeline
Symbol 608 GraphicUsed by:Timeline
Symbol 609 GraphicUsed by:610
Symbol 610 MovieClipUses:609 215 351Used by:Timeline
Symbol 611 GraphicUsed by:621
Symbol 612 GraphicUsed by:621
Symbol 613 GraphicUsed by:621
Symbol 614 GraphicUsed by:621
Symbol 615 GraphicUsed by:621
Symbol 616 GraphicUsed by:621
Symbol 617 GraphicUsed by:621
Symbol 618 GraphicUsed by:621 698 864 896 1187
Symbol 619 GraphicUsed by:621 698 864 896 1187
Symbol 620 GraphicUsed by:621 662 698 864 896 1187
Symbol 621 MovieClipUses:611 553 612 613 614 615 616 617 618 619 620Used by:Timeline
Symbol 622 ButtonUses:48Used by:Timeline
Symbol 623 ButtonUses:48Used by:Timeline
Symbol 624 GraphicUsed by:Timeline
Symbol 625 GraphicUsed by:626
Symbol 626 MovieClipUses:625 353 215Used by:Timeline
Symbol 627 ButtonUses:48Used by:Timeline
Symbol 628 ButtonUses:48Used by:Timeline
Symbol 629 GraphicUsed by:Timeline
Symbol 630 GraphicUsed by:631
Symbol 631 MovieClipUses:630 351 353 215Used by:Timeline
Symbol 632 GraphicUsed by:642
Symbol 633 GraphicUsed by:642
Symbol 634 GraphicUsed by:642
Symbol 635 GraphicUsed by:642
Symbol 636 GraphicUsed by:642
Symbol 637 GraphicUsed by:642
Symbol 638 GraphicUsed by:642
Symbol 639 GraphicUsed by:642
Symbol 640 GraphicUsed by:642
Symbol 641 GraphicUsed by:642
Symbol 642 MovieClipUses:632 553 633 634 635 636 637 638 639 640 641Used by:Timeline
Symbol 643 ButtonUses:48Used by:Timeline
Symbol 644 ButtonUses:48Used by:Timeline
Symbol 645 GraphicUsed by:Timeline
Symbol 646 GraphicUsed by:647
Symbol 647 MovieClipUses:646 351 353 215Used by:Timeline
Symbol 648 ButtonUses:48Used by:Timeline
Symbol 649 ButtonUses:48Used by:Timeline
Symbol 650 GraphicUsed by:Timeline
Symbol 651 GraphicUsed by:652
Symbol 652 MovieClipUses:651 215 353Used by:Timeline
Symbol 653 ButtonUses:48Used by:Timeline
Symbol 654 ButtonUses:48Used by:Timeline
Symbol 655 ButtonUses:48Used by:Timeline
Symbol 656 GraphicUsed by:Timeline
Symbol 657 GraphicUsed by:658
Symbol 658 MovieClipUses:657 353 215Used by:Timeline
Symbol 659 GraphicUsed by:660
Symbol 660 MovieClipUses:659Used by:664
Symbol 661 TextUses:25Used by:664
Symbol 662 MovieClipUses:620Used by:664
Symbol 663 EditableTextUses:25Used by:664
Symbol 664 MovieClipUses:660 661 662 663Used by:Timeline
Symbol 665 ButtonUses:48Used by:Timeline
Symbol 666 ButtonUses:48Used by:Timeline
Symbol 667 GraphicUsed by:Timeline
Symbol 668 GraphicUsed by:669
Symbol 669 MovieClipUses:668 351 215Used by:Timeline
Symbol 670 ButtonUses:48Used by:Timeline
Symbol 671 ButtonUses:48Used by:Timeline
Symbol 672 GraphicUsed by:Timeline
Symbol 673 GraphicUsed by:674
Symbol 674 MovieClipUses:673 351 353 215Used by:Timeline
Symbol 675 ButtonUses:48Used by:Timeline
Symbol 676 ButtonUses:48Used by:Timeline
Symbol 677 GraphicUsed by:Timeline
Symbol 678 GraphicUsed by:679
Symbol 679 MovieClipUses:678 351 353 215Used by:Timeline
Symbol 680 ButtonUses:48Used by:Timeline
Symbol 681 ButtonUses:48Used by:Timeline
Symbol 682 MovieClipUses:290Used by:Timeline
Symbol 683 GraphicUsed by:Timeline
Symbol 684 GraphicUsed by:685
Symbol 685 MovieClipUses:684 351Used by:Timeline
Symbol 686 ButtonUses:48Used by:Timeline
Symbol 687 ButtonUses:48Used by:Timeline
Symbol 688 GraphicUsed by:Timeline
Symbol 689 GraphicUsed by:690
Symbol 690 MovieClipUses:689 351 563 215Used by:Timeline
Symbol 691 GraphicUsed by:698
Symbol 692 GraphicUsed by:698
Symbol 693 GraphicUsed by:698
Symbol 694 GraphicUsed by:698
Symbol 695 GraphicUsed by:698
Symbol 696 GraphicUsed by:698
Symbol 697 GraphicUsed by:698
Symbol 698 MovieClipUses:691 553 692 693 694 695 696 697 618 619 620Used by:Timeline
Symbol 699 ButtonUses:48Used by:Timeline
Symbol 700 ButtonUses:48Used by:Timeline
Symbol 701 GraphicUsed by:Timeline
Symbol 702 GraphicUsed by:703
Symbol 703 MovieClipUses:702 351 353 215Used by:Timeline
Symbol 704 ButtonUses:48Used by:Timeline
Symbol 705 ButtonUses:48Used by:Timeline
Symbol 706 GraphicUsed by:Timeline
Symbol 707 GraphicUsed by:708
Symbol 708 MovieClipUses:707 215 353 563Used by:Timeline
Symbol 709 ButtonUses:48Used by:Timeline
Symbol 710 ButtonUses:48Used by:Timeline
Symbol 711 GraphicUsed by:Timeline
Symbol 712 GraphicUsed by:715
Symbol 713 MovieClipUses:215 539Used by:715
Symbol 714 MovieClipUses:215 539Used by:715
Symbol 715 MovieClipUses:712 353 713 215 714Used by:Timeline
Symbol 716 ButtonUses:48Used by:Timeline
Symbol 717 ButtonUses:48Used by:Timeline
Symbol 718 GraphicUsed by:Timeline
Symbol 719 TextUses:25Used by:Timeline
Symbol 720 TextUses:25Used by:722
Symbol 721 TextUses:25Used by:722
Symbol 722 MovieClipUses:720 721Used by:Timeline
Symbol 723 TextUses:25Used by:725
Symbol 724 TextUses:25Used by:725
Symbol 725 MovieClipUses:723 724Used by:Timeline
Symbol 726 EditableTextUses:25Used by:Timeline
Symbol 727 EditableTextUses:25Used by:Timeline
Symbol 728 EditableTextUses:25Used by:Timeline
Symbol 729 GraphicUsed by:Timeline
Symbol 730 GraphicUsed by:731
Symbol 731 MovieClipUses:730 351 353 215Used by:Timeline
Symbol 732 GraphicUsed by:Timeline
Symbol 733 TextUses:25Used by:Timeline
Symbol 734 ButtonUses:48Used by:Timeline
Symbol 735 ButtonUses:48Used by:Timeline
Symbol 736 GraphicUsed by:Timeline
Symbol 737 GraphicUsed by:744
Symbol 738 MovieClipUses:215Used by:744
Symbol 739 MovieClipUses:215Used by:744
Symbol 740 MovieClipUses:215 539Used by:744
Symbol 741 MovieClipUses:215Used by:744
Symbol 742 MovieClipUses:215Used by:744
Symbol 743 MovieClipUses:215Used by:744
Symbol 744 MovieClipUses:737 353 738 739 740 215 741 742 743 563Used by:Timeline
Symbol 745 ButtonUses:48Used by:Timeline
Symbol 746 ButtonUses:48Used by:Timeline
Symbol 747 GraphicUsed by:Timeline
Symbol 748 GraphicUsed by:749
Symbol 749 MovieClipUses:748 351 353 215 563Used by:Timeline
Symbol 750 ButtonUses:48Used by:Timeline
Symbol 751 ButtonUses:48Used by:Timeline
Symbol 752 GraphicUsed by:Timeline
Symbol 753 GraphicUsed by:754
Symbol 754 MovieClipUses:753 215 351 353Used by:Timeline
Symbol 755 ButtonUses:48Used by:Timeline
Symbol 756 ButtonUses:48Used by:Timeline
Symbol 757 GraphicUsed by:Timeline
Symbol 758 GraphicUsed by:759
Symbol 759 MovieClipUses:758 351 353 215Used by:Timeline
Symbol 760 GraphicUsed by:761
Symbol 761 MovieClipUses:760Used by:Timeline
Symbol 762 GraphicUsed by:763
Symbol 763 MovieClipUses:762Used by:Timeline
Symbol 764 GraphicUsed by:765
Symbol 765 MovieClipUses:764Used by:Timeline
Symbol 766 GraphicUsed by:767
Symbol 767 MovieClipUses:766Used by:Timeline
Symbol 768 ButtonUses:48Used by:Timeline
Symbol 769 ButtonUses:48Used by:Timeline
Symbol 770 ButtonUses:48Used by:Timeline
Symbol 771 GraphicUsed by:Timeline
Symbol 772 GraphicUsed by:784
Symbol 773 GraphicUsed by:783
Symbol 774 GraphicUsed by:783
Symbol 775 GraphicUsed by:783
Symbol 776 GraphicUsed by:783
Symbol 777 GraphicUsed by:783
Symbol 778 GraphicUsed by:783
Symbol 779 GraphicUsed by:783
Symbol 780 GraphicUsed by:783
Symbol 781 GraphicUsed by:783
Symbol 782 GraphicUsed by:783
Symbol 783 MovieClipUses:773 553 774 775 776 777 778 779 780 781 782Used by:784 1110 1167
Symbol 784 MovieClipUses:772 351 353 783 563 215Used by:Timeline
Symbol 785 GraphicUsed by:786 787
Symbol 786 MovieClipUses:785Used by:787
Symbol 787 MovieClipUses:785 786Used by:Timeline
Symbol 788 GraphicUsed by:789 790
Symbol 789 MovieClipUses:788Used by:790
Symbol 790 MovieClipUses:788 789Used by:Timeline
Symbol 791 GraphicUsed by:792 793
Symbol 792 MovieClipUses:791Used by:793
Symbol 793 MovieClipUses:791 792Used by:Timeline
Symbol 794 GraphicUsed by:795 796
Symbol 795 MovieClipUses:794Used by:796
Symbol 796 MovieClipUses:794 795Used by:Timeline
Symbol 797 GraphicUsed by:805
Symbol 798 SoundUsed by:805
Symbol 799 GraphicUsed by:805
Symbol 800 GraphicUsed by:805
Symbol 801 GraphicUsed by:805
Symbol 802 GraphicUsed by:805
Symbol 803 GraphicUsed by:804
Symbol 804 MovieClipUses:803Used by:805
Symbol 805 MovieClipUses:797 798 799 800 801 802 804Used by:Timeline
Symbol 806 GraphicUsed by:809 813
Symbol 807 GraphicUsed by:813
Symbol 808 SoundUsed by:813 1225
Symbol 809 MovieClipUses:806 94Used by:813
Symbol 810 GraphicUsed by:811
Symbol 811 MovieClipUses:810Used by:813
Symbol 812 SoundUsed by:813
Symbol 813 MovieClipUses:806 94 807 808 809 811 812Used by:814
Symbol 814 MovieClipUses:813Used by:Timeline
Symbol 815 TextUses:25Used by:817
Symbol 816 TextUses:25Used by:817
Symbol 817 MovieClipUses:815 816Used by:820 1133
Symbol 818 GraphicUsed by:819
Symbol 819 MovieClipUses:818Used by:820
Symbol 820 MovieClipUses:817 819Used by:Timeline
Symbol 821 TextUses:25Used by:823
Symbol 822 EditableTextUses:25Used by:823
Symbol 823 MovieClipUses:821 822Used by:Timeline
Symbol 824 ButtonUses:48Used by:Timeline
Symbol 825 ButtonUses:48Used by:Timeline
Symbol 826 GraphicUsed by:Timeline
Symbol 827 GraphicUsed by:828
Symbol 828 MovieClipUses:827 215 351 353Used by:Timeline
Symbol 829 ButtonUses:48Used by:Timeline
Symbol 830 ButtonUses:48Used by:Timeline
Symbol 831 GraphicUsed by:Timeline
Symbol 832 GraphicUsed by:833
Symbol 833 MovieClipUses:832 351 353 215Used by:Timeline
Symbol 834 MovieClipUses:407Used by:Timeline
Symbol 835 ButtonUses:48Used by:Timeline
Symbol 836 ButtonUses:48Used by:Timeline
Symbol 837 GraphicUsed by:Timeline
Symbol 838 GraphicUsed by:839
Symbol 839 MovieClipUses:838 351 215 563Used by:Timeline
Symbol 840 ButtonUses:48Used by:Timeline
Symbol 841 ButtonUses:48Used by:Timeline
Symbol 842 GraphicUsed by:Timeline
Symbol 843 GraphicUsed by:845
Symbol 844 MovieClipUses:215 539Used by:845
Symbol 845 MovieClipUses:843 215 351 353 844 266Used by:Timeline
Symbol 846 ButtonUses:48Used by:Timeline
Symbol 847 ButtonUses:48Used by:Timeline
Symbol 848 MovieClipUses:396Used by:Timeline
Symbol 849 GraphicUsed by:Timeline
Symbol 850 GraphicUsed by:851
Symbol 851 MovieClipUses:850 351 353 215Used by:Timeline
Symbol 852 ButtonUses:48Used by:Timeline
Symbol 853 ButtonUses:48Used by:Timeline
Symbol 854 GraphicUsed by:Timeline
Symbol 855 GraphicUsed by:856
Symbol 856 MovieClipUses:855 563 215Used by:Timeline
Symbol 857 GraphicUsed by:864
Symbol 858 GraphicUsed by:864
Symbol 859 GraphicUsed by:864
Symbol 860 GraphicUsed by:864
Symbol 861 GraphicUsed by:864
Symbol 862 GraphicUsed by:864
Symbol 863 GraphicUsed by:864
Symbol 864 MovieClipUses:857 553 858 859 860 861 862 863 618 619 620Used by:Timeline
Symbol 865 ButtonUses:48Used by:Timeline
Symbol 866 ButtonUses:48Used by:Timeline
Symbol 867 GraphicUsed by:Timeline
Symbol 868 GraphicUsed by:869
Symbol 869 MovieClipUses:868 215 353 266Used by:Timeline
Symbol 870 ButtonUses:48Used by:Timeline
Symbol 871 ButtonUses:48Used by:Timeline
Symbol 872 MovieClipUses:290Used by:Timeline
Symbol 873 GraphicUsed by:Timeline
Symbol 874 GraphicUsed by:875
Symbol 875 MovieClipUses:874 351 215Used by:Timeline
Symbol 876 ButtonUses:48Used by:Timeline
Symbol 877 ButtonUses:48Used by:Timeline
Symbol 878 MovieClipUses:290Used by:Timeline
Symbol 879 GraphicUsed by:Timeline
Symbol 880 GraphicUsed by:881
Symbol 881 MovieClipUses:880 353Used by:Timeline
Symbol 882 ButtonUses:48Used by:Timeline
Symbol 883 ButtonUses:48Used by:Timeline
Symbol 884 MovieClipUses:290Used by:Timeline
Symbol 885 MovieClipUses:413Used by:Timeline
Symbol 886 GraphicUsed by:Timeline
Symbol 887 GraphicUsed by:888
Symbol 888 MovieClipUses:887 351Used by:Timeline
Symbol 889 GraphicUsed by:896
Symbol 890 GraphicUsed by:896
Symbol 891 GraphicUsed by:896
Symbol 892 GraphicUsed by:896
Symbol 893 GraphicUsed by:896
Symbol 894 GraphicUsed by:896
Symbol 895 GraphicUsed by:896
Symbol 896 MovieClipUses:889 553 890 891 892 893 894 895 618 619 620Used by:Timeline
Symbol 897 ButtonUses:48Used by:Timeline
Symbol 898 ButtonUses:48Used by:Timeline
Symbol 899 MovieClipUses:290Used by:Timeline
Symbol 900 GraphicUsed by:Timeline
Symbol 901 GraphicUsed by:902
Symbol 902 MovieClipUses:901 353 351Used by:Timeline
Symbol 903 ButtonUses:48Used by:Timeline
Symbol 904 ButtonUses:48Used by:Timeline
Symbol 905 MovieClipUses:290Used by:Timeline
Symbol 906 GraphicUsed by:907
Symbol 907 MovieClipUses:906Used by:Timeline
Symbol 908 GraphicUsed by:Timeline
Symbol 909 GraphicUsed by:912
Symbol 910 MovieClipUses:215 539Used by:912
Symbol 911 MovieClipUses:215Used by:912
Symbol 912 MovieClipUses:909 215 351 353 910 911Used by:Timeline
Symbol 913 ButtonUses:48Used by:Timeline
Symbol 914 ButtonUses:48Used by:Timeline
Symbol 915 MovieClipUses:290Used by:Timeline
Symbol 916 GraphicUsed by:Timeline
Symbol 917 GraphicUsed by:918
Symbol 918 MovieClipUses:917 351 353 215 563Used by:Timeline
Symbol 919 ButtonUses:48Used by:Timeline
Symbol 920 ButtonUses:48Used by:Timeline
Symbol 921 GraphicUsed by:Timeline
Symbol 922 GraphicUsed by:923
Symbol 923 MovieClipUses:922 353 215Used by:Timeline
Symbol 924 ButtonUses:48Used by:Timeline
Symbol 925 ButtonUses:48Used by:Timeline
Symbol 926 MovieClipUses:417Used by:Timeline
Symbol 927 GraphicUsed by:Timeline
Symbol 928 GraphicUsed by:929
Symbol 929 MovieClipUses:928 351 353 215Used by:Timeline
Symbol 930 ButtonUses:48Used by:Timeline
Symbol 931 ButtonUses:48Used by:Timeline
Symbol 932 MovieClipUses:290Used by:Timeline
Symbol 933 GraphicUsed by:Timeline
Symbol 934 GraphicUsed by:935
Symbol 935 MovieClipUses:934 351 353 266Used by:Timeline
Symbol 936 ButtonUses:48Used by:Timeline
Symbol 937 ButtonUses:48Used by:Timeline
Symbol 938 MovieClipUses:290Used by:Timeline
Symbol 939 GraphicUsed by:Timeline
Symbol 940 GraphicUsed by:941
Symbol 941 MovieClipUses:940 351 353Used by:Timeline
Symbol 942 ButtonUses:48Used by:Timeline
Symbol 943 ButtonUses:48Used by:Timeline
Symbol 944 MovieClipUses:290Used by:Timeline
Symbol 945 GraphicUsed by:Timeline
Symbol 946 GraphicUsed by:947
Symbol 947 MovieClipUses:946 351 353Used by:Timeline
Symbol 948 ButtonUses:48Used by:Timeline
Symbol 949 ButtonUses:48Used by:Timeline
Symbol 950 MovieClipUses:290Used by:Timeline
Symbol 951 GraphicUsed by:Timeline
Symbol 952 GraphicUsed by:953
Symbol 953 MovieClipUses:952 351 353Used by:Timeline
Symbol 954 ButtonUses:48Used by:Timeline
Symbol 955 ButtonUses:48Used by:Timeline
Symbol 956 MovieClipUses:290Used by:Timeline
Symbol 957 GraphicUsed by:Timeline
Symbol 958 GraphicUsed by:959
Symbol 959 MovieClipUses:958 351 353Used by:Timeline
Symbol 960 ButtonUses:48Used by:Timeline
Symbol 961 ButtonUses:48Used by:Timeline
Symbol 962 GraphicUsed by:Timeline
Symbol 963 GraphicUsed by:967
Symbol 964 MovieClipUses:215 539Used by:967
Symbol 965 MovieClipUses:215 539Used by:967
Symbol 966 MovieClipUses:215 539Used by:967
Symbol 967 MovieClipUses:963 215 353 964 965 966 266Used by:Timeline
Symbol 968 ButtonUses:48Used by:Timeline
Symbol 969 ButtonUses:48Used by:Timeline
Symbol 970 MovieClipUses:290Used by:Timeline
Symbol 971 GraphicUsed by:Timeline
Symbol 972 GraphicUsed by:973
Symbol 973 MovieClipUses:972 351Used by:Timeline
Symbol 974 ButtonUses:48Used by:Timeline
Symbol 975 ButtonUses:48Used by:Timeline
Symbol 976 MovieClipUses:290Used by:Timeline
Symbol 977 GraphicUsed by:Timeline
Symbol 978 GraphicUsed by:979
Symbol 979 MovieClipUses:978 351Used by:Timeline
Symbol 980 ButtonUses:48Used by:Timeline
Symbol 981 ButtonUses:48Used by:Timeline
Symbol 982 MovieClipUses:290Used by:Timeline
Symbol 983 GraphicUsed by:Timeline
Symbol 984 GraphicUsed by:985
Symbol 985 MovieClipUses:984 351 353Used by:Timeline
Symbol 986 ButtonUses:48Used by:Timeline
Symbol 987 ButtonUses:48Used by:Timeline
Symbol 988 GraphicUsed by:989
Symbol 989 MovieClipUses:988Used by:Timeline
Symbol 990 GraphicUsed by:Timeline
Symbol 991 GraphicUsed by:992
Symbol 992 MovieClipUses:991 351 353 215Used by:Timeline
Symbol 993 ButtonUses:48Used by:Timeline
Symbol 994 ButtonUses:48Used by:Timeline
Symbol 995 GraphicUsed by:996
Symbol 996 MovieClipUses:995Used by:Timeline
Symbol 997 GraphicUsed by:Timeline
Symbol 998 GraphicUsed by:999
Symbol 999 MovieClipUses:998 351 266Used by:Timeline
Symbol 1000 GraphicUsed by:Timeline
Symbol 1001 ButtonUses:48Used by:Timeline
Symbol 1002 ButtonUses:48Used by:Timeline
Symbol 1003 GraphicUsed by:1004
Symbol 1004 MovieClipUses:1003Used by:Timeline
Symbol 1005 GraphicUsed by:1009
Symbol 1006 GraphicUsed by:1007
Symbol 1007 MovieClipUses:1006Used by:1009
Symbol 1008 SoundUsed by:1009
Symbol 1009 MovieClipUses:1005 1007 1008Used by:Timeline
Symbol 1010 GraphicUsed by:Timeline
Symbol 1011 GraphicUsed by:1012
Symbol 1012 MovieClipUses:1011 266Used by:Timeline
Symbol 1013 ButtonUses:48Used by:Timeline
Symbol 1014 ButtonUses:48Used by:Timeline
Symbol 1015 GraphicUsed by:1016
Symbol 1016 MovieClipUses:1015Used by:Timeline
Symbol 1017 GraphicUsed by:Timeline
Symbol 1018 GraphicUsed by:1019
Symbol 1019 MovieClipUses:1018 353Used by:Timeline
Symbol 1020 ButtonUses:48Used by:Timeline
Symbol 1021 ButtonUses:48Used by:Timeline
Symbol 1022 GraphicUsed by:1023
Symbol 1023 MovieClipUses:1022Used by:Timeline
Symbol 1024 GraphicUsed by:Timeline
Symbol 1025 GraphicUsed by:1026
Symbol 1026 MovieClipUses:1025 351 353Used by:Timeline
Symbol 1027 ButtonUses:48Used by:Timeline
Symbol 1028 ButtonUses:48Used by:Timeline
Symbol 1029 GraphicUsed by:1031
Symbol 1030 MovieClipUses:96Used by:1031
Symbol 1031 MovieClipUses:1029 1030Used by:Timeline
Symbol 1032 SoundUsed by:1033 1208
Symbol 1033 MovieClipUses:315 1032Used by:Timeline
Symbol 1034 GraphicUsed by:1035
Symbol 1035 MovieClipUses:1034Used by:Timeline
Symbol 1036 GraphicUsed by:Timeline
Symbol 1037 GraphicUsed by:1038
Symbol 1038 MovieClipUses:1037 351 353 215Used by:Timeline
Symbol 1039 ButtonUses:48Used by:Timeline
Symbol 1040 ButtonUses:48Used by:Timeline
Symbol 1041 GraphicUsed by:1042
Symbol 1042 MovieClipUses:1041Used by:Timeline
Symbol 1043 GraphicUsed by:Timeline
Symbol 1044 GraphicUsed by:1045
Symbol 1045 MovieClipUses:1044 351 353Used by:Timeline
Symbol 1046 ButtonUses:48Used by:Timeline
Symbol 1047 ButtonUses:48Used by:Timeline
Symbol 1048 GraphicUsed by:1049
Symbol 1049 MovieClipUses:1048Used by:Timeline
Symbol 1050 GraphicUsed by:Timeline
Symbol 1051 GraphicUsed by:1052
Symbol 1052 MovieClipUses:1051 351 353 563 215Used by:Timeline
Symbol 1053 ButtonUses:48Used by:Timeline
Symbol 1054 ButtonUses:48Used by:Timeline
Symbol 1055 GraphicUsed by:1056
Symbol 1056 MovieClipUses:1055Used by:Timeline
Symbol 1057 GraphicUsed by:Timeline
Symbol 1058 GraphicUsed by:1059
Symbol 1059 MovieClipUses:1058 351 353 266Used by:Timeline
Symbol 1060 ButtonUses:48Used by:Timeline
Symbol 1061 ButtonUses:48Used by:Timeline
Symbol 1062 GraphicUsed by:1063
Symbol 1063 MovieClipUses:1062Used by:Timeline
Symbol 1064 GraphicUsed by:Timeline
Symbol 1065 GraphicUsed by:1070
Symbol 1066 MovieClipUses:215Used by:1070
Symbol 1067 MovieClipUses:215Used by:1070
Symbol 1068 MovieClipUses:215 539Used by:1070
Symbol 1069 MovieClipUses:215Used by:1070
Symbol 1070 MovieClipUses:1065 351 1066 1067 1068 1069Used by:Timeline
Symbol 1071 ButtonUses:48Used by:Timeline
Symbol 1072 ButtonUses:48Used by:Timeline
Symbol 1073 GraphicUsed by:1074
Symbol 1074 MovieClipUses:1073Used by:Timeline
Symbol 1075 GraphicUsed by:Timeline
Symbol 1076 GraphicUsed by:1077
Symbol 1077 MovieClipUses:1076 351 353Used by:Timeline
Symbol 1078 ButtonUses:48Used by:Timeline
Symbol 1079 ButtonUses:48Used by:Timeline
Symbol 1080 GraphicUsed by:1081
Symbol 1081 MovieClipUses:1080Used by:Timeline
Symbol 1082 GraphicUsed by:Timeline
Symbol 1083 GraphicUsed by:1084
Symbol 1084 MovieClipUses:1083 351 353 215 266 563Used by:Timeline
Symbol 1085 ButtonUses:48Used by:Timeline
Symbol 1086 EditableTextUses:25Used by:Timeline
Symbol 1087 GraphicUsed by:Timeline
Symbol 1088 GraphicUsed by:1089
Symbol 1089 MovieClipUses:1088Used by:Timeline
Symbol 1090 GraphicUsed by:1091
Symbol 1091 MovieClipUses:1090Used by:Timeline
Symbol 1092 ButtonUses:48Used by:Timeline
Symbol 1093 GraphicUsed by:Timeline
Symbol 1094 GraphicUsed by:1095
Symbol 1095 MovieClipUses:1094 351 563Used by:Timeline
Symbol 1096 ButtonUses:48Used by:Timeline
Symbol 1097 ButtonUses:48Used by:Timeline
Symbol 1098 GraphicUsed by:Timeline
Symbol 1099 GraphicUsed by:1100
Symbol 1100 MovieClipUses:1099 215 353 266Used by:Timeline
Symbol 1101 ButtonUses:48Used by:Timeline
Symbol 1102 ButtonUses:48Used by:Timeline
Symbol 1103 GraphicUsed by:Timeline
Symbol 1104 GraphicUsed by:1105
Symbol 1105 MovieClipUses:1104 351 353 215Used by:Timeline
Symbol 1106 ButtonUses:48Used by:Timeline
Symbol 1107 ButtonUses:48Used by:Timeline
Symbol 1108 GraphicUsed by:Timeline
Symbol 1109 GraphicUsed by:1110
Symbol 1110 MovieClipUses:1109 351 353 783 563Used by:Timeline
Symbol 1111 GraphicUsed by:1112
Symbol 1112 MovieClipUses:1111 301Used by:Timeline
Symbol 1113 ShapeTweeningUsed by:1123
Symbol 1114 ShapeTweeningUsed by:1123
Symbol 1115 GraphicUsed by:1123
Symbol 1116 SoundUsed by:1123
Symbol 1117 GraphicUsed by:1123
Symbol 1118 GraphicUsed by:1119
Symbol 1119 MovieClipUses:1118Used by:1123
Symbol 1120 SoundUsed by:1123
Symbol 1121 GraphicUsed by:1122
Symbol 1122 MovieClipUses:1121Used by:1123
Symbol 1123 MovieClipUses:1113 305 306 1114 303 1115 1116 1117 1119 1120 1122Used by:Timeline
Symbol 1124 GraphicUsed by:1125
Symbol 1125 MovieClipUses:1124Used by:1133
Symbol 1126 GraphicUsed by:1133
Symbol 1127 GraphicUsed by:1133
Symbol 1128 GraphicUsed by:1133
Symbol 1129 GraphicUsed by:1133
Symbol 1130 ShapeTweeningUsed by:1133
Symbol 1131 GraphicUsed by:1133
Symbol 1132 ShapeTweeningUsed by:1133
Symbol 1133 MovieClipUses:1125 1126 1127 1128 1129 817 1130 1131 1132 303Used by:Timeline
Symbol 1134 ButtonUses:48Used by:Timeline
Symbol 1135 ButtonUses:48Used by:Timeline
Symbol 1136 MovieClipUses:290Used by:Timeline
Symbol 1137 GraphicUsed by:Timeline
Symbol 1138 GraphicUsed by:1140
Symbol 1139 MovieClipUses:215 539Used by:1140
Symbol 1140 MovieClipUses:1138 351 353 1139Used by:Timeline
Symbol 1141 ButtonUses:48Used by:Timeline
Symbol 1142 ButtonUses:48Used by:Timeline
Symbol 1143 MovieClipUses:290Used by:Timeline
Symbol 1144 GraphicUsed by:Timeline
Symbol 1145 GraphicUsed by:1147
Symbol 1146 MovieClipUses:215 539Used by:1147
Symbol 1147 MovieClipUses:1145 351 353 1146 215Used by:Timeline
Symbol 1148 ButtonUses:48Used by:Timeline
Symbol 1149 ButtonUses:48Used by:Timeline
Symbol 1150 GraphicUsed by:Timeline
Symbol 1151 GraphicUsed by:1152
Symbol 1152 MovieClipUses:1151 351 353 215Used by:Timeline
Symbol 1153 ButtonUses:48Used by:Timeline
Symbol 1154 ButtonUses:48Used by:Timeline
Symbol 1155 GraphicUsed by:Timeline
Symbol 1156 GraphicUsed by:1157
Symbol 1157 MovieClipUses:1156 215 351 353Used by:Timeline
Symbol 1158 ButtonUses:48Used by:Timeline
Symbol 1159 ButtonUses:48Used by:Timeline
Symbol 1160 GraphicUsed by:1161
Symbol 1161 MovieClipUses:1160Used by:Timeline
Symbol 1162 GraphicUsed by:1164
Symbol 1163 GraphicUsed by:1164
Symbol 1164 MovieClipUses:1162 1163Used by:Timeline
Symbol 1165 GraphicUsed by:Timeline
Symbol 1166 GraphicUsed by:1167
Symbol 1167 MovieClipUses:1166 351 353 563 783 215Used by:Timeline
Symbol 1168 ButtonUses:48Used by:Timeline
Symbol 1169 ButtonUses:48Used by:Timeline
Symbol 1170 MovieClipUses:409Used by:Timeline
Symbol 1171 GraphicUsed by:Timeline
Symbol 1172 GraphicUsed by:1173
Symbol 1173 MovieClipUses:1172 351 353 215Used by:Timeline
Symbol 1174 ButtonUses:48Used by:Timeline
Symbol 1175 ButtonUses:48Used by:Timeline
Symbol 1176 GraphicUsed by:Timeline
Symbol 1177 GraphicUsed by:1179
Symbol 1178 MovieClipUses:215 539Used by:1179
Symbol 1179 MovieClipUses:1177 351 353 215 1178Used by:Timeline
Symbol 1180 GraphicUsed by:1187
Symbol 1181 GraphicUsed by:1187
Symbol 1182 GraphicUsed by:1187
Symbol 1183 GraphicUsed by:1187
Symbol 1184 GraphicUsed by:1187
Symbol 1185 GraphicUsed by:1187
Symbol 1186 GraphicUsed by:1187
Symbol 1187 MovieClipUses:1180 553 1181 1182 1183 1184 1185 1186 618 619 620Used by:Timeline
Symbol 1188 ButtonUses:48Used by:Timeline
Symbol 1189 ButtonUses:48Used by:Timeline
Symbol 1190 GraphicUsed by:Timeline
Symbol 1191 GraphicUsed by:1192
Symbol 1192 MovieClipUses:1191 215 351 353Used by:Timeline
Symbol 1193 ButtonUses:48Used by:Timeline
Symbol 1194 ButtonUses:48Used by:Timeline
Symbol 1195 GraphicUsed by:Timeline
Symbol 1196 GraphicUsed by:1197
Symbol 1197 MovieClipUses:1196 353 215Used by:Timeline
Symbol 1198 ButtonUses:48Used by:Timeline
Symbol 1199 ButtonUses:48Used by:Timeline
Symbol 1200 GraphicUsed by:Timeline
Symbol 1201 GraphicUsed by:1202
Symbol 1202 MovieClipUses:1201 215 351 353Used by:Timeline
Symbol 1203 ButtonUses:48Used by:Timeline
Symbol 1204 ButtonUses:48Used by:Timeline
Symbol 1205 GraphicUsed by:1207
Symbol 1206 MovieClipUses:96Used by:1207
Symbol 1207 MovieClipUses:1205 1206Used by:Timeline
Symbol 1208 MovieClipUses:315 1032Used by:Timeline
Symbol 1209 GraphicUsed by:1210
Symbol 1210 MovieClipUses:1209Used by:Timeline
Symbol 1211 MovieClipUses:301Used by:Timeline
Symbol 1212 GraphicUsed by:Timeline
Symbol 1213 GraphicUsed by:1214
Symbol 1214 MovieClipUses:1213 351 353 215Used by:Timeline
Symbol 1215 GraphicUsed by:1216
Symbol 1216 MovieClipUses:1215Used by:Timeline
Symbol 1217 GraphicUsed by:1218
Symbol 1218 MovieClipUses:1217Used by:Timeline
Symbol 1219 GraphicUsed by:1220
Symbol 1220 MovieClipUses:1219Used by:Timeline
Symbol 1221 GraphicUsed by:1222
Symbol 1222 MovieClipUses:1221Used by:Timeline
Symbol 1223 GraphicUsed by:1224 1225
Symbol 1224 MovieClipUses:1223Used by:1225
Symbol 1225 MovieClipUses:1223 94 808 1224Used by:1226
Symbol 1226 MovieClipUses:1225Used by:Timeline
Symbol 1227 MovieClipUses:96Used by:1231 1380
Symbol 1228 SoundUsed by:1231
Symbol 1229 GraphicUsed by:1230
Symbol 1230 MovieClipUses:1229Used by:1231
Symbol 1231 MovieClipUses:1227 1228 1230Used by:Timeline
Symbol 1232 GraphicUsed by:Timeline
Symbol 1233 GraphicUsed by:1234
Symbol 1234 MovieClipUses:1233 351 353Used by:Timeline
Symbol 1235 GraphicUsed by:1287
Symbol 1236 MovieClipUses:244Used by:1287
Symbol 1237 SoundUsed by:1287
Symbol 1238 GraphicUsed by:1287
Symbol 1239 GraphicUsed by:1287
Symbol 1240 GraphicUsed by:1287
Symbol 1241 GraphicUsed by:1287
Symbol 1242 GraphicUsed by:1287
Symbol 1243 GraphicUsed by:1287
Symbol 1244 GraphicUsed by:1287
Symbol 1245 GraphicUsed by:1287
Symbol 1246 GraphicUsed by:1287
Symbol 1247 GraphicUsed by:1287
Symbol 1248 GraphicUsed by:1287
Symbol 1249 GraphicUsed by:1287
Symbol 1250 GraphicUsed by:1287
Symbol 1251 GraphicUsed by:1287
Symbol 1252 GraphicUsed by:1287
Symbol 1253 GraphicUsed by:1287
Symbol 1254 GraphicUsed by:1287
Symbol 1255 GraphicUsed by:1287
Symbol 1256 GraphicUsed by:1287
Symbol 1257 GraphicUsed by:1287
Symbol 1258 GraphicUsed by:1287
Symbol 1259 GraphicUsed by:1287
Symbol 1260 GraphicUsed by:1287
Symbol 1261 GraphicUsed by:1287
Symbol 1262 GraphicUsed by:1287
Symbol 1263 GraphicUsed by:1287
Symbol 1264 GraphicUsed by:1287
Symbol 1265 GraphicUsed by:1287
Symbol 1266 GraphicUsed by:1287
Symbol 1267 GraphicUsed by:1287
Symbol 1268 GraphicUsed by:1287
Symbol 1269 GraphicUsed by:1287
Symbol 1270 GraphicUsed by:1287
Symbol 1271 GraphicUsed by:1287
Symbol 1272 GraphicUsed by:1287
Symbol 1273 GraphicUsed by:1287
Symbol 1274 GraphicUsed by:1287
Symbol 1275 GraphicUsed by:1287
Symbol 1276 GraphicUsed by:1287
Symbol 1277 GraphicUsed by:1287
Symbol 1278 GraphicUsed by:1287
Symbol 1279 GraphicUsed by:1287
Symbol 1280 GraphicUsed by:1287
Symbol 1281 GraphicUsed by:1287
Symbol 1282 GraphicUsed by:1287
Symbol 1283 GraphicUsed by:1287
Symbol 1284 GraphicUsed by:1287
Symbol 1285 MovieClipUses:99Used by:1287
Symbol 1286 MovieClipUses:96Used by:1287
Symbol 1287 MovieClipUses:1235 1236 1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 326 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1276 1277 1278 1279 1280 1281 1282 1283 1284 1285 1286Used by:Timeline
Symbol 1288 TextUses:25Used by:1289
Symbol 1289 MovieClipUses:1288Used by:Timeline
Symbol 1290 SoundUsed by:Timeline
Symbol 1291 EditableTextUses:25Used by:Timeline
Symbol 1292 EditableTextUses:25Used by:Timeline
Symbol 1293 EditableTextUses:25Used by:Timeline
Symbol 1294 MovieClipUses:456Used by:Timeline
Symbol 1295 MovieClipUses:458Used by:Timeline
Symbol 1296 EditableTextUses:25Used by:Timeline
Symbol 1297 EditableTextUses:25Used by:Timeline
Symbol 1298 EditableTextUses:25Used by:Timeline
Symbol 1299 MovieClipUses:459Used by:Timeline
Symbol 1300 EditableTextUses:25Used by:Timeline
Symbol 1301 EditableTextUses:25Used by:Timeline
Symbol 1302 EditableTextUses:25Used by:Timeline
Symbol 1303 TextUses:25Used by:1304
Symbol 1304 MovieClipUses:1303Used by:Timeline
Symbol 1305 EditableTextUses:25Used by:Timeline
Symbol 1306 EditableTextUses:25Used by:Timeline
Symbol 1307 EditableTextUses:25Used by:Timeline
Symbol 1308 EditableTextUses:25Used by:Timeline
Symbol 1309 EditableTextUses:25Used by:Timeline
Symbol 1310 EditableTextUses:25Used by:Timeline
Symbol 1311 EditableTextUses:25Used by:Timeline
Symbol 1312 EditableTextUses:25Used by:Timeline
Symbol 1313 EditableTextUses:25Used by:Timeline
Symbol 1314 EditableTextUses:25Used by:Timeline
Symbol 1315 EditableTextUses:25Used by:Timeline
Symbol 1316 EditableTextUses:25Used by:Timeline
Symbol 1317 EditableTextUses:25Used by:Timeline
Symbol 1318 EditableTextUses:25Used by:Timeline
Symbol 1319 EditableTextUses:25Used by:Timeline
Symbol 1320 EditableTextUses:25Used by:Timeline
Symbol 1321 EditableTextUses:25Used by:Timeline
Symbol 1322 EditableTextUses:25Used by:Timeline
Symbol 1323 EditableTextUses:25Used by:Timeline
Symbol 1324 EditableTextUses:25Used by:Timeline
Symbol 1325 EditableTextUses:25Used by:Timeline
Symbol 1326 EditableTextUses:25Used by:Timeline
Symbol 1327 EditableTextUses:25Used by:Timeline
Symbol 1328 EditableTextUses:25Used by:Timeline
Symbol 1329 EditableTextUses:25Used by:Timeline
Symbol 1330 EditableTextUses:25Used by:Timeline
Symbol 1331 EditableTextUses:25Used by:Timeline
Symbol 1332 EditableTextUses:25Used by:Timeline
Symbol 1333 EditableTextUses:25Used by:Timeline
Symbol 1334 EditableTextUses:25Used by:Timeline
Symbol 1335 EditableTextUses:25Used by:Timeline
Symbol 1336 EditableTextUses:25Used by:Timeline
Symbol 1337 EditableTextUses:25Used by:Timeline
Symbol 1338 EditableTextUses:25Used by:Timeline
Symbol 1339 TextUses:25Used by:1340
Symbol 1340 MovieClipUses:1339Used by:Timeline
Symbol 1341 TextUses:25Used by:1349
Symbol 1342 TextUses:25Used by:1349
Symbol 1343 TextUses:25Used by:1349
Symbol 1344 TextUses:25Used by:1349
Symbol 1345 TextUses:25Used by:1349
Symbol 1346 TextUses:25Used by:1349
Symbol 1347 TextUses:25Used by:1349
Symbol 1348 TextUses:25Used by:1349
Symbol 1349 MovieClipUses:1341 1342 1343 1344 1345 1346 1347 1348Used by:Timeline
Symbol 1350 EditableTextUses:25Used by:Timeline
Symbol 1351 EditableTextUses:25Used by:Timeline
Symbol 1352 EditableTextUses:25Used by:Timeline
Symbol 1353 EditableTextUses:25Used by:Timeline
Symbol 1354 EditableTextUses:25Used by:Timeline
Symbol 1355 EditableTextUses:25Used by:Timeline
Symbol 1356 EditableTextUses:25Used by:Timeline
Symbol 1357 EditableTextUses:25Used by:Timeline
Symbol 1358 EditableTextUses:25Used by:Timeline
Symbol 1359 EditableTextUses:25Used by:Timeline
Symbol 1360 EditableTextUses:25Used by:Timeline
Symbol 1361 EditableTextUses:25Used by:Timeline
Symbol 1362 EditableTextUses:25Used by:Timeline
Symbol 1363 EditableTextUses:25Used by:Timeline
Symbol 1364 GraphicUsed by:Timeline
Symbol 1365 GraphicUsed by:1374
Symbol 1366 GraphicUsed by:1374
Symbol 1367 GraphicUsed by:1368 1383
Symbol 1368 MovieClipUses:1367Used by:1374
Symbol 1369 GraphicUsed by:1370
Symbol 1370 MovieClipUses:1369Used by:1374
Symbol 1371 GraphicUsed by:1374
Symbol 1372 GraphicUsed by:1374
Symbol 1373 GraphicUsed by:1374
Symbol 1374 MovieClipUses:1365 1366 1368 223 1370 1371 1372 1373Used by:Timeline
Symbol 1375 MovieClipUses:223Used by:Timeline
Symbol 1376 MovieClipUses:223Used by:1380
Symbol 1377 MovieClipUses:234Used by:1380
Symbol 1378 SoundUsed by:1380
Symbol 1379 SoundUsed by:1380
Symbol 1380 MovieClipUses:223 1227 1376 1377 1378 1379Used by:Timeline
Symbol 1381 GraphicUsed by:1382
Symbol 1382 MovieClipUses:1381Used by:Timeline
Symbol 1383 MovieClipUses:1367Used by:Timeline

Instance Names

"pbar"Frame 86Symbol 31 MovieClip
"select"Frame 90Symbol 52 MovieClip
"bad1"Frame 863Symbol 102 MovieClip
"bad2"Frame 863Symbol 111 MovieClip
"bad3"Frame 863Symbol 117 MovieClip
"bad5"Frame 863Symbol 129 MovieClip
"bad4"Frame 863Symbol 135 MovieClip
"ball1"Frame 890Symbol 161 MovieClip
"ball2"Frame 890Symbol 162 MovieClip
"ball3"Frame 890Symbol 163 MovieClip
"ball4"Frame 890Symbol 164 MovieClip
"turret"Frame 890Symbol 167 MovieClip
"ball8"Frame 890Symbol 168 MovieClip
"ball7"Frame 890Symbol 169 MovieClip
"ball6"Frame 890Symbol 170 MovieClip
"ball5"Frame 890Symbol 171 MovieClip
"turret2"Frame 890Symbol 173 MovieClip
"vbullet1"Frame 890Symbol 176 MovieClip
"hbullet1"Frame 890Symbol 177 MovieClip
"noright1"Frame 890Symbol 211 MovieClip
"noleft1"Frame 890Symbol 211 MovieClip
"noup1"Frame 890Symbol 211 MovieClip
"nodown1"Frame 890Symbol 211 MovieClip
"coin1"Frame 890Symbol 217 MovieClip
"bigcoin1"Frame 890Symbol 220 MovieClip
"coin2"Frame 890Symbol 217 MovieClip
"bigcoin2"Frame 890Symbol 220 MovieClip
"coin3"Frame 890Symbol 217 MovieClip
"bigcoin3"Frame 890Symbol 220 MovieClip
"coin4"Frame 890Symbol 217 MovieClip
"bigcoin4"Frame 890Symbol 220 MovieClip
"coin5"Frame 890Symbol 217 MovieClip
"bigcoin5"Frame 890Symbol 220 MovieClip
"coin6"Frame 890Symbol 217 MovieClip
"coin7"Frame 890Symbol 217 MovieClip
"coin8"Frame 890Symbol 217 MovieClip
"coin9"Frame 890Symbol 217 MovieClip
"coin10"Frame 890Symbol 217 MovieClip
"bigcoin6"Frame 890Symbol 220 MovieClip
"bigcoin7"Frame 890Symbol 220 MovieClip
"bigcoin8"Frame 890Symbol 220 MovieClip
"bigcoin9"Frame 890Symbol 220 MovieClip
"bigcoin10"Frame 890Symbol 220 MovieClip
"life1"Frame 890Symbol 222 MovieClip
"life2"Frame 890Symbol 222 MovieClip
"life3"Frame 890Symbol 222 MovieClip
"life4"Frame 890Symbol 222 MovieClip
"life5"Frame 890Symbol 222 MovieClip
"life6"Frame 890Symbol 222 MovieClip
"life7"Frame 890Symbol 222 MovieClip
"life8"Frame 890Symbol 222 MovieClip
"life9"Frame 890Symbol 222 MovieClip
"life10"Frame 890Symbol 222 MovieClip
"star1"Frame 890Symbol 225 MovieClip
"star2"Frame 890Symbol 225 MovieClip
"star3"Frame 890Symbol 225 MovieClip
"star4"Frame 890Symbol 225 MovieClip
"star5"Frame 890Symbol 225 MovieClip
"star6"Frame 890Symbol 225 MovieClip
"star7"Frame 890Symbol 225 MovieClip
"star8"Frame 890Symbol 225 MovieClip
"star9"Frame 890Symbol 225 MovieClip
"star10"Frame 890Symbol 225 MovieClip
"bad1"Frame 890Symbol 242 MovieClip
"bad1"Frame 890Symbol 246 MovieClip
"bad1"Frame 890Symbol 102 MovieClip
"button"Frame 890Symbol 249 MovieClip
"particle"Frame 890Symbol 251 MovieClip
"block0"Frame 890Symbol 255 MovieClip
"block1"Frame 890Symbol 261 MovieClip
"block"Frame 890Symbol 266 MovieClip
"gun"Frame 890Symbol 270 MovieClip
"block"Frame 890Symbol 272 MovieClip
"dock"Frame 890Symbol 274 MovieClip
"tile"Frame 890Symbol 276 MovieClip
"note"Frame 890Symbol 278 MovieClip
"bullet"Frame 890Symbol 292 MovieClip
"youblack"Frame 890Symbol 295 MovieClip
"fire1"Frame 891Symbol 300 MovieClip
"fire2"Frame 891Symbol 300 MovieClip
"fire3"Frame 891Symbol 300 MovieClip
"fireball"Frame 891Symbol 302 MovieClip
"boss"Frame 891Symbol 308 MovieClip
"shadow"Frame 892Symbol 319 MovieClip
"bomb"Frame 892Symbol 326 MovieClip
"dock"Frame 892Symbol 274 MovieClip
"you"Frame 892Symbol 348 MovieClip
"menu"Frame 892Symbol 367 MovieClip
"mainmenu"Frame 892Symbol 523 MovieClip
"shadow"Frame 893Symbol 319 MovieClip
"bomb"Frame 893Symbol 326 MovieClip
"you"Frame 893Symbol 348 MovieClip
"wall"Frame 893Symbol 528 MovieClip
"mainmenu"Frame 893Symbol 523 MovieClip
"menu"Frame 893Symbol 367 MovieClip
"shadow"Frame 894Symbol 319 MovieClip
"bomb"Frame 894Symbol 326 MovieClip
"coin1"Frame 894Symbol 217 MovieClip
"bigcoin1"Frame 894Symbol 220 MovieClip
"coin2"Frame 894Symbol 217 MovieClip
"bigcoin2"Frame 894Symbol 220 MovieClip
"life1"Frame 894Symbol 222 MovieClip
"life2"Frame 894Symbol 222 MovieClip
"you"Frame 894Symbol 348 MovieClip
"wall"Frame 894Symbol 533 MovieClip
"bad2"Frame 894Symbol 102 MovieClip
"bad1"Frame 894Symbol 102 MovieClip
"menu"Frame 894Symbol 367 MovieClip
"mainmenu"Frame 894Symbol 523 MovieClip
"button"Frame 895Symbol 249 MovieClip
"shadow"Frame 895Symbol 319 MovieClip
"bomb"Frame 895Symbol 326 MovieClip
"yellowkey"Frame 895Symbol 536 MovieClip
"coin1"Frame 895Symbol 217 MovieClip
"bigcoin1"Frame 895Symbol 220 MovieClip
"life1"Frame 895Symbol 222 MovieClip
"bad1"Frame 895Symbol 111 MovieClip
"you"Frame 895Symbol 348 MovieClip
"wall"Frame 895Symbol 541 MovieClip
"menu"Frame 895Symbol 367 MovieClip
"mainmenu"Frame 895Symbol 523 MovieClip
"shadow"Frame 896Symbol 319 MovieClip
"button"Frame 896Symbol 249 MovieClip
"bomb"Frame 896Symbol 326 MovieClip
"coin1"Frame 896Symbol 217 MovieClip
"bigcoin1"Frame 896Symbol 220 MovieClip
"coin2"Frame 896Symbol 217 MovieClip
"bigcoin2"Frame 896Symbol 220 MovieClip
"life1"Frame 896Symbol 222 MovieClip
"life2"Frame 896Symbol 222 MovieClip
"portal"Frame 896Symbol 549 MovieClip
"you"Frame 896Symbol 348 MovieClip
"wall"Frame 896Symbol 565 MovieClip
"bad1"Frame 896Symbol 102 MovieClip
"bad2"Frame 896Symbol 102 MovieClip
"menu"Frame 896Symbol 367 MovieClip
"mainmenu"Frame 896Symbol 523 MovieClip
"shadow"Frame 897Symbol 319 MovieClip
"bomb"Frame 897Symbol 326 MovieClip
"dock"Frame 897Symbol 274 MovieClip
"portal"Frame 897Symbol 549 MovieClip
"whitekey2"Frame 897Symbol 568 MovieClip
"you"Frame 897Symbol 348 MovieClip
"wall"Frame 897Symbol 571 MovieClip
"menu"Frame 897Symbol 367 MovieClip
"mainmenu"Frame 897Symbol 523 MovieClip
"bomb"Frame 898Symbol 326 MovieClip
"coin1"Frame 898Symbol 217 MovieClip
"bigcoin1"Frame 898Symbol 220 MovieClip
"coin2"Frame 898Symbol 217 MovieClip
"bigcoin2"Frame 898Symbol 220 MovieClip
"coin3"Frame 898Symbol 217 MovieClip
"bigcoin3"Frame 898Symbol 220 MovieClip
"coin4"Frame 898Symbol 217 MovieClip
"bigcoin4"Frame 898Symbol 220 MovieClip
"life1"Frame 898Symbol 222 MovieClip
"life2"Frame 898Symbol 222 MovieClip
"life3"Frame 898Symbol 222 MovieClip
"life4"Frame 898Symbol 222 MovieClip
"bigcoin5"Frame 898Symbol 220 MovieClip
"you"Frame 898Symbol 348 MovieClip
"shadow"Frame 898Symbol 319 MovieClip
"wall"Frame 898Symbol 576 MovieClip
"bad3"Frame 898Symbol 102 MovieClip
"bad2"Frame 898Symbol 111 MovieClip
"bad4"Frame 898Symbol 102 MovieClip
"bad1"Frame 898Symbol 111 MovieClip
"menu"Frame 898Symbol 367 MovieClip
"mainmenu"Frame 898Symbol 523 MovieClip
"button"Frame 899Symbol 249 MovieClip
"shadow"Frame 899Symbol 319 MovieClip
"bomb"Frame 899Symbol 326 MovieClip
"coin1"Frame 899Symbol 217 MovieClip
"bigcoin1"Frame 899Symbol 220 MovieClip
"coin2"Frame 899Symbol 217 MovieClip
"bigcoin2"Frame 899Symbol 220 MovieClip
"coin3"Frame 899Symbol 217 MovieClip
"bigcoin3"Frame 899Symbol 220 MovieClip
"coin4"Frame 899Symbol 217 MovieClip
"bigcoin4"Frame 899Symbol 220 MovieClip
"life1"Frame 899Symbol 222 MovieClip
"life2"Frame 899Symbol 222 MovieClip
"life3"Frame 899Symbol 222 MovieClip
"life4"Frame 899Symbol 222 MovieClip
"you"Frame 899Symbol 348 MovieClip
"wall"Frame 899Symbol 585 MovieClip
"bad3"Frame 899Symbol 102 MovieClip
"bad4"Frame 899Symbol 102 MovieClip
"bad1"Frame 899Symbol 102 MovieClip
"bad2"Frame 899Symbol 102 MovieClip
"menu"Frame 899Symbol 367 MovieClip
"mainmenu"Frame 899Symbol 523 MovieClip
"shadow"Frame 900Symbol 319 MovieClip
"bomb"Frame 900Symbol 326 MovieClip
"coin1"Frame 900Symbol 217 MovieClip
"bigcoin1"Frame 900Symbol 220 MovieClip
"coin2"Frame 900Symbol 217 MovieClip
"bigcoin2"Frame 900Symbol 220 MovieClip
"coin3"Frame 900Symbol 217 MovieClip
"bigcoin3"Frame 900Symbol 220 MovieClip
"coin4"Frame 900Symbol 217 MovieClip
"bigcoin4"Frame 900Symbol 220 MovieClip
"life1"Frame 900Symbol 222 MovieClip
"life2"Frame 900Symbol 222 MovieClip
"life3"Frame 900Symbol 222 MovieClip
"life4"Frame 900Symbol 222 MovieClip
"you"Frame 900Symbol 348 MovieClip
"wall"Frame 900Symbol 590 MovieClip
"bad1"Frame 900Symbol 117 MovieClip
"bad2"Frame 900Symbol 102 MovieClip
"bad3"Frame 900Symbol 102 MovieClip
"bad4"Frame 900Symbol 102 MovieClip
"menu"Frame 900Symbol 367 MovieClip
"mainmenu"Frame 900Symbol 523 MovieClip
"button1"Frame 901Symbol 249 MovieClip
"button2"Frame 901Symbol 249 MovieClip
"button3"Frame 901Symbol 249 MovieClip
"shadow"Frame 901Symbol 319 MovieClip
"bomb"Frame 901Symbol 326 MovieClip
"coin1"Frame 901Symbol 217 MovieClip
"bigcoin1"Frame 901Symbol 220 MovieClip
"coin2"Frame 901Symbol 217 MovieClip
"bigcoin2"Frame 901Symbol 220 MovieClip
"coin3"Frame 901Symbol 217 MovieClip
"bigcoin3"Frame 901Symbol 220 MovieClip
"coin4"Frame 901Symbol 217 MovieClip
"bigcoin4"Frame 901Symbol 220 MovieClip
"coin5"Frame 901Symbol 217 MovieClip
"bigcoin5"Frame 901Symbol 220 MovieClip
"coin6"Frame 901Symbol 217 MovieClip
"coin7"Frame 901Symbol 217 MovieClip
"coin8"Frame 901Symbol 217 MovieClip
"coin9"Frame 901Symbol 217 MovieClip
"coin10"Frame 901Symbol 217 MovieClip
"bigcoin6"Frame 901Symbol 220 MovieClip
"bigcoin7"Frame 901Symbol 220 MovieClip
"bigcoin8"Frame 901Symbol 220 MovieClip
"bigcoin9"Frame 901Symbol 220 MovieClip
"bigcoin10"Frame 901Symbol 220 MovieClip
"life1"Frame 901Symbol 222 MovieClip
"life2"Frame 901Symbol 222 MovieClip
"life3"Frame 901Symbol 222 MovieClip
"life4"Frame 901Symbol 222 MovieClip
"life5"Frame 901Symbol 222 MovieClip
"life6"Frame 901Symbol 222 MovieClip
"life7"Frame 901Symbol 222 MovieClip
"life8"Frame 901Symbol 222 MovieClip
"life9"Frame 901Symbol 222 MovieClip
"life10"Frame 901Symbol 222 MovieClip
"you"Frame 901Symbol 348 MovieClip
"wall"Frame 901Symbol 599 MovieClip
"bad2"Frame 901Symbol 111 MovieClip
"bad1"Frame 901Symbol 111 MovieClip
"bad5"Frame 901Symbol 111 MovieClip
"bad6"Frame 901Symbol 111 MovieClip
"bad3"Frame 901Symbol 111 MovieClip
"bad4"Frame 901Symbol 111 MovieClip
"menu"Frame 901Symbol 367 MovieClip
"mainmenu"Frame 901Symbol 523 MovieClip
"shadow"Frame 902Symbol 319 MovieClip
"dock"Frame 902Symbol 274 MovieClip
"water"Frame 902Symbol 602 MovieClip
"bomb"Frame 902Symbol 326 MovieClip
"coin1"Frame 902Symbol 217 MovieClip
"bigcoin1"Frame 902Symbol 220 MovieClip
"coin2"Frame 902Symbol 217 MovieClip
"bigcoin2"Frame 902Symbol 220 MovieClip
"coin3"Frame 902Symbol 217 MovieClip
"bigcoin3"Frame 902Symbol 220 MovieClip
"coin4"Frame 902Symbol 217 MovieClip
"bigcoin4"Frame 902Symbol 220 MovieClip
"life1"Frame 902Symbol 222 MovieClip
"life2"Frame 902Symbol 222 MovieClip
"life3"Frame 902Symbol 222 MovieClip
"life4"Frame 902Symbol 222 MovieClip
"bullet1"Frame 902Symbol 292 MovieClip
"you"Frame 902Symbol 348 MovieClip
"wall"Frame 902Symbol 605 MovieClip
"gun1"Frame 902Symbol 270 MovieClip
"bad3"Frame 902Symbol 102 MovieClip
"bad2"Frame 902Symbol 111 MovieClip
"bad4"Frame 902Symbol 102 MovieClip
"bad1"Frame 902Symbol 111 MovieClip
"menu"Frame 902Symbol 367 MovieClip
"mainmenu"Frame 902Symbol 523 MovieClip
"shadow"Frame 903Symbol 319 MovieClip
"bomb"Frame 903Symbol 326 MovieClip
"coin1"Frame 903Symbol 217 MovieClip
"bigcoin1"Frame 903Symbol 220 MovieClip
"coin2"Frame 903Symbol 217 MovieClip
"bigcoin2"Frame 903Symbol 220 MovieClip
"coin3"Frame 903Symbol 217 MovieClip
"bigcoin3"Frame 903Symbol 220 MovieClip
"life1"Frame 903Symbol 222 MovieClip
"life2"Frame 903Symbol 222 MovieClip
"life3"Frame 903Symbol 222 MovieClip
"you"Frame 903Symbol 348 MovieClip
"wall"Frame 903Symbol 610 MovieClip
"red"Frame 903Symbol 621 MovieClip
"bad2"Frame 903Symbol 102 MovieClip
"bad3"Frame 903Symbol 102 MovieClip
"bad1"Frame 903Symbol 102 MovieClip
"menu"Frame 903Symbol 367 MovieClip
"mainmenu"Frame 903Symbol 523 MovieClip
"shadow"Frame 904Symbol 319 MovieClip
"life3"Frame 904Symbol 222 MovieClip
"bomb"Frame 904Symbol 326 MovieClip
"coin1"Frame 904Symbol 217 MovieClip
"bigcoin1"Frame 904Symbol 220 MovieClip
"coin2"Frame 904Symbol 217 MovieClip
"bigcoin2"Frame 904Symbol 220 MovieClip
"life1"Frame 904Symbol 222 MovieClip
"life2"Frame 904Symbol 222 MovieClip
"portal"Frame 904Symbol 549 MovieClip
"you"Frame 904Symbol 348 MovieClip
"wall"Frame 904Symbol 626 MovieClip
"block1"Frame 904Symbol 272 MovieClip
"bad1"Frame 904Symbol 111 MovieClip
"bad2"Frame 904Symbol 111 MovieClip
"menu"Frame 904Symbol 367 MovieClip
"mainmenu"Frame 904Symbol 523 MovieClip
"shadow"Frame 905Symbol 319 MovieClip
"bomb"Frame 905Symbol 326 MovieClip
"coin1"Frame 905Symbol 217 MovieClip
"bigcoin1"Frame 905Symbol 220 MovieClip
"life1"Frame 905Symbol 222 MovieClip
"you"Frame 905Symbol 348 MovieClip
"wall"Frame 905Symbol 631 MovieClip
"yellow"Frame 905Symbol 642 MovieClip
"bad1"Frame 905Symbol 111 MovieClip
"menu"Frame 905Symbol 367 MovieClip
"mainmenu"Frame 905Symbol 523 MovieClip
"shadow"Frame 906Symbol 319 MovieClip
"bomb"Frame 906Symbol 326 MovieClip
"push"Frame 906Symbol 401 MovieClip
"you"Frame 906Symbol 348 MovieClip
"wall"Frame 906Symbol 647 MovieClip
"menu"Frame 906Symbol 367 MovieClip
"mainmenu"Frame 906Symbol 523 MovieClip
"shadow"Frame 907Symbol 319 MovieClip
"bomb"Frame 907Symbol 326 MovieClip
"life1"Frame 907Symbol 222 MovieClip
"life2"Frame 907Symbol 222 MovieClip
"coin1"Frame 907Symbol 217 MovieClip
"bigcoin1"Frame 907Symbol 220 MovieClip
"coin2"Frame 907Symbol 217 MovieClip
"coin3"Frame 907Symbol 217 MovieClip
"coin4"Frame 907Symbol 217 MovieClip
"coin5"Frame 907Symbol 217 MovieClip
"coin6"Frame 907Symbol 217 MovieClip
"you"Frame 907Symbol 348 MovieClip
"wall"Frame 907Symbol 652 MovieClip
"menu"Frame 907Symbol 367 MovieClip
"mainmenu"Frame 907Symbol 523 MovieClip
"shadow"Frame 908Symbol 319 MovieClip
"bomb"Frame 908Symbol 326 MovieClip
"coin1"Frame 908Symbol 217 MovieClip
"bigcoin1"Frame 908Symbol 220 MovieClip
"coin2"Frame 908Symbol 217 MovieClip
"bigcoin2"Frame 908Symbol 220 MovieClip
"life1"Frame 908Symbol 222 MovieClip
"life2"Frame 908Symbol 222 MovieClip
"you"Frame 908Symbol 348 MovieClip
"wall"Frame 908Symbol 658 MovieClip
"steel"Frame 908Symbol 563 MovieClip
"bad2"Frame 908Symbol 102 MovieClip
"bad1"Frame 908Symbol 102 MovieClip
"menu"Frame 908Symbol 367 MovieClip
"message2"Frame 908Symbol 664 MovieClip
"mainmenu"Frame 908Symbol 523 MovieClip
"shadow"Frame 909Symbol 319 MovieClip
"bomb"Frame 909Symbol 326 MovieClip
"you"Frame 909Symbol 348 MovieClip
"wall"Frame 909Symbol 669 MovieClip
"menu"Frame 909Symbol 367 MovieClip
"mainmenu"Frame 909Symbol 523 MovieClip
"shadow"Frame 910Symbol 319 MovieClip
"bomb"Frame 910Symbol 326 MovieClip
"portal"Frame 910Symbol 549 MovieClip
"you"Frame 910Symbol 348 MovieClip
"wall"Frame 910Symbol 674 MovieClip
"block1"Frame 910Symbol 272 MovieClip
"menu"Frame 910Symbol 367 MovieClip
"mainmenu"Frame 910Symbol 523 MovieClip
"shadow"Frame 911Symbol 319 MovieClip
"bomb"Frame 911Symbol 326 MovieClip
"portal"Frame 911Symbol 549 MovieClip
"you"Frame 911Symbol 348 MovieClip
"wall"Frame 911Symbol 679 MovieClip
"menu"Frame 911Symbol 367 MovieClip
"mainmenu"Frame 911Symbol 523 MovieClip
"shadow"Frame 912Symbol 319 MovieClip
"water"Frame 912Symbol 682 MovieClip
"dock"Frame 912Symbol 274 MovieClip
"bomb"Frame 912Symbol 326 MovieClip
"you"Frame 912Symbol 348 MovieClip
"wall"Frame 912Symbol 685 MovieClip
"menu"Frame 912Symbol 367 MovieClip
"mainmenu"Frame 912Symbol 523 MovieClip
"shadow"Frame 913Symbol 319 MovieClip
"bomb"Frame 913Symbol 326 MovieClip
"coin1"Frame 913Symbol 217 MovieClip
"bigcoin1"Frame 913Symbol 220 MovieClip
"coin2"Frame 913Symbol 217 MovieClip
"bigcoin2"Frame 913Symbol 220 MovieClip
"coin3"Frame 913Symbol 217 MovieClip
"bigcoin3"Frame 913Symbol 220 MovieClip
"life1"Frame 913Symbol 222 MovieClip
"life2"Frame 913Symbol 222 MovieClip
"life3"Frame 913Symbol 222 MovieClip
"you"Frame 913Symbol 348 MovieClip
"wall"Frame 913Symbol 690 MovieClip
"white"Frame 913Symbol 698 MovieClip
"bad1"Frame 913Symbol 117 MovieClip
"bad2"Frame 913Symbol 117 MovieClip
"bad3"Frame 913Symbol 117 MovieClip
"menu"Frame 913Symbol 367 MovieClip
"mainmenu"Frame 913Symbol 523 MovieClip
"shadow"Frame 914Symbol 319 MovieClip
"bomb"Frame 914Symbol 326 MovieClip
"dock"Frame 914Symbol 274 MovieClip
"bookitem"Frame 914Symbol 389 MovieClip
"you"Frame 914Symbol 348 MovieClip
"wall"Frame 914Symbol 703 MovieClip
"menu"Frame 914Symbol 367 MovieClip
"mainmenu"Frame 914Symbol 523 MovieClip
"button"Frame 915Symbol 249 MovieClip
"shadow"Frame 915Symbol 319 MovieClip
"bomb"Frame 915Symbol 326 MovieClip
"coin1"Frame 915Symbol 217 MovieClip
"bigcoin1"Frame 915Symbol 220 MovieClip
"coin2"Frame 915Symbol 217 MovieClip
"bigcoin2"Frame 915Symbol 220 MovieClip
"life1"Frame 915Symbol 222 MovieClip
"life2"Frame 915Symbol 222 MovieClip
"you"Frame 915Symbol 348 MovieClip
"wall"Frame 915Symbol 708 MovieClip
"block1"Frame 915Symbol 215 MovieClip
"gun1"Frame 915Symbol 270 MovieClip
"gun2"Frame 915Symbol 270 MovieClip
"bullet1"Frame 915Symbol 292 MovieClip
"bullet2"Frame 915Symbol 292 MovieClip
"bad1"Frame 915Symbol 135 MovieClip
"bad2"Frame 915Symbol 135 MovieClip
"menu"Frame 915Symbol 367 MovieClip
"mainmenu"Frame 915Symbol 523 MovieClip
"button"Frame 916Symbol 249 MovieClip
"tile"Frame 916Symbol 276 MovieClip
"shadow"Frame 916Symbol 319 MovieClip
"bomb"Frame 916Symbol 326 MovieClip
"coin1"Frame 916Symbol 217 MovieClip
"bigcoin1"Frame 916Symbol 220 MovieClip
"coin2"Frame 916Symbol 217 MovieClip
"bigcoin2"Frame 916Symbol 220 MovieClip
"coin3"Frame 916Symbol 217 MovieClip
"bigcoin3"Frame 916Symbol 220 MovieClip
"life1"Frame 916Symbol 222 MovieClip
"life2"Frame 916Symbol 222 MovieClip
"life3"Frame 916Symbol 222 MovieClip
"you"Frame 916Symbol 348 MovieClip
"wall"Frame 916Symbol 715 MovieClip
"block1"Frame 916Symbol 272 MovieClip
"bad1"Frame 916Symbol 117 MovieClip
"bad2"Frame 916Symbol 135 MovieClip
"bad3"Frame 916Symbol 111 MovieClip
"menu"Frame 916Symbol 367 MovieClip
"mainmenu"Frame 916Symbol 523 MovieClip
"shadow"Frame 917Symbol 319 MovieClip
"dock"Frame 917Symbol 274 MovieClip
"button2"Frame 917Symbol 249 MovieClip
"button1"Frame 917Symbol 249 MovieClip
"bomb"Frame 917Symbol 326 MovieClip
"you"Frame 917Symbol 348 MovieClip
"wall"Frame 917Symbol 731 MovieClip
"menu"Frame 917Symbol 367 MovieClip
"mainmenu"Frame 917Symbol 523 MovieClip
"button"Frame 918Symbol 249 MovieClip
"button2"Frame 918Symbol 249 MovieClip
"shadow"Frame 918Symbol 319 MovieClip
"bomb"Frame 918Symbol 326 MovieClip
"you"Frame 918Symbol 348 MovieClip
"wall"Frame 918Symbol 744 MovieClip
"block1"Frame 918Symbol 272 MovieClip
"menu"Frame 918Symbol 367 MovieClip
"mainmenu"Frame 918Symbol 523 MovieClip
"button"Frame 919Symbol 249 MovieClip
"shadow"Frame 919Symbol 319 MovieClip
"bomb"Frame 919Symbol 326 MovieClip
"coin1"Frame 919Symbol 217 MovieClip
"bigcoin1"Frame 919Symbol 220 MovieClip
"coin2"Frame 919Symbol 217 MovieClip
"bigcoin2"Frame 919Symbol 220 MovieClip
"coin3"Frame 919Symbol 217 MovieClip
"bigcoin3"Frame 919Symbol 220 MovieClip
"coin4"Frame 919Symbol 217 MovieClip
"bigcoin4"Frame 919Symbol 220 MovieClip
"coin5"Frame 919Symbol 217 MovieClip
"bigcoin5"Frame 919Symbol 220 MovieClip
"life1"Frame 919Symbol 222 MovieClip
"life2"Frame 919Symbol 222 MovieClip
"life3"Frame 919Symbol 222 MovieClip
"life4"Frame 919Symbol 222 MovieClip
"life5"Frame 919Symbol 222 MovieClip
"bad1"Frame 919Symbol 135 MovieClip
"bad2"Frame 919Symbol 135 MovieClip
"bad4"Frame 919Symbol 102 MovieClip
"bad5"Frame 919Symbol 102 MovieClip
"you"Frame 919Symbol 348 MovieClip
"wall"Frame 919Symbol 749 MovieClip
"block1"Frame 919Symbol 272 MovieClip
"block2"Frame 919Symbol 272 MovieClip
"block3"Frame 919Symbol 215 MovieClip
"menu"Frame 919Symbol 367 MovieClip
"mainmenu"Frame 919Symbol 523 MovieClip
"shadow"Frame 920Symbol 319 MovieClip
"note"Frame 920Symbol 278 MovieClip
"bomb"Frame 920Symbol 326 MovieClip
"you"Frame 920Symbol 348 MovieClip
"wall"Frame 920Symbol 754 MovieClip
"menu"Frame 920Symbol 367 MovieClip
"mainmenu"Frame 920Symbol 523 MovieClip
"shadow"Frame 921Symbol 319 MovieClip
"bomb"Frame 921Symbol 326 MovieClip
"you"Frame 921Symbol 348 MovieClip
"wall"Frame 921Symbol 759 MovieClip
"block3"Frame 921Symbol 761 MovieClip
"block4"Frame 921Symbol 763 MovieClip
"block2"Frame 921Symbol 765 MovieClip
"block1"Frame 921Symbol 767 MovieClip
"menu"Frame 921Symbol 367 MovieClip
"mainmenu"Frame 921Symbol 523 MovieClip
"shadow"Frame 922Symbol 319 MovieClip
"bomb"Frame 922Symbol 326 MovieClip
"you"Frame 922Symbol 348 MovieClip
"wall"Frame 922Symbol 784 MovieClip
"snake1"Frame 922Symbol 787 MovieClip
"snake2"Frame 922Symbol 790 MovieClip
"snake3"Frame 922Symbol 793 MovieClip
"snake4"Frame 922Symbol 796 MovieClip
"t"Frame 922Symbol 805 MovieClip
"snake0"Frame 922Symbol 814 MovieClip
"bossintro"Frame 922Symbol 820 MovieClip
"menu"Frame 922Symbol 367 MovieClip
"mainmenu"Frame 922Symbol 523 MovieClip
"health"Frame 922Symbol 823 MovieClip
"shadow"Frame 923Symbol 319 MovieClip
"note"Frame 923Symbol 278 MovieClip
"bomb"Frame 923Symbol 326 MovieClip
"you"Frame 923Symbol 348 MovieClip
"wall"Frame 923Symbol 828 MovieClip
"menu"Frame 923Symbol 367 MovieClip
"mainmenu"Frame 923Symbol 523 MovieClip
"shadow"Frame 924Symbol 319 MovieClip
"bomb"Frame 924Symbol 326 MovieClip
"you"Frame 924Symbol 348 MovieClip
"wall"Frame 924Symbol 833 MovieClip
"menu"Frame 924Symbol 367 MovieClip
"mainmenu"Frame 924Symbol 523 MovieClip
"redkey"Frame 924Symbol 834 MovieClip
"shadow"Frame 925Symbol 319 MovieClip
"bomb"Frame 925Symbol 326 MovieClip
"coin1"Frame 925Symbol 217 MovieClip
"bigcoin1"Frame 925Symbol 220 MovieClip
"coin2"Frame 925Symbol 217 MovieClip
"bigcoin2"Frame 925Symbol 220 MovieClip
"coin3"Frame 925Symbol 217 MovieClip
"bigcoin3"Frame 925Symbol 220 MovieClip
"life1"Frame 925Symbol 222 MovieClip
"life2"Frame 925Symbol 222 MovieClip
"life3"Frame 925Symbol 222 MovieClip
"vbullet2"Frame 925Symbol 176 MovieClip
"hbullet2"Frame 925Symbol 177 MovieClip
"vbullet1"Frame 925Symbol 176 MovieClip
"hbullet1"Frame 925Symbol 177 MovieClip
"you"Frame 925Symbol 348 MovieClip
"wall"Frame 925Symbol 839 MovieClip
"gun2"Frame 925Symbol 270 MovieClip
"bullet1"Frame 925Symbol 292 MovieClip
"gun1"Frame 925Symbol 270 MovieClip
"bullet2"Frame 925Symbol 292 MovieClip
"bad1"Frame 925Symbol 129 MovieClip
"bad2"Frame 925Symbol 129 MovieClip
"bad3"Frame 925Symbol 102 MovieClip
"menu"Frame 925Symbol 367 MovieClip
"mainmenu"Frame 925Symbol 523 MovieClip
"shadow"Frame 926Symbol 319 MovieClip
"tile"Frame 926Symbol 276 MovieClip
"bomb"Frame 926Symbol 326 MovieClip
"you"Frame 926Symbol 348 MovieClip
"wall"Frame 926Symbol 845 MovieClip
"block1"Frame 926Symbol 272 MovieClip
"block2"Frame 926Symbol 272 MovieClip
"menu"Frame 926Symbol 367 MovieClip
"mainmenu"Frame 926Symbol 523 MovieClip
"shadow"Frame 927Symbol 319 MovieClip
"bomb"Frame 927Symbol 326 MovieClip
"sb"Frame 927Symbol 848 MovieClip
"you"Frame 927Symbol 348 MovieClip
"wall"Frame 927Symbol 851 MovieClip
"menu"Frame 927Symbol 367 MovieClip
"mainmenu"Frame 927Symbol 523 MovieClip
"shadow"Frame 928Symbol 319 MovieClip
"bomb"Frame 928Symbol 326 MovieClip
"coin1"Frame 928Symbol 217 MovieClip
"bigcoin1"Frame 928Symbol 220 MovieClip
"coin2"Frame 928Symbol 217 MovieClip
"bigcoin2"Frame 928Symbol 220 MovieClip
"coin3"Frame 928Symbol 217 MovieClip
"bigcoin3"Frame 928Symbol 220 MovieClip
"life1"Frame 928Symbol 222 MovieClip
"life2"Frame 928Symbol 222 MovieClip
"life3"Frame 928Symbol 222 MovieClip
"vbullet1"Frame 928Symbol 176 MovieClip
"hbullet1"Frame 928Symbol 177 MovieClip
"you"Frame 928Symbol 348 MovieClip
"wall"Frame 928Symbol 856 MovieClip
"green"Frame 928Symbol 864 MovieClip
"bad3"Frame 928Symbol 117 MovieClip
"bad1"Frame 928Symbol 129 MovieClip
"bad2"Frame 928Symbol 235 MovieClip
"menu"Frame 928Symbol 367 MovieClip
"mainmenu"Frame 928Symbol 523 MovieClip
"shadow"Frame 929Symbol 319 MovieClip
"bomb"Frame 929Symbol 326 MovieClip
"coin1"Frame 929Symbol 217 MovieClip
"bigcoin1"Frame 929Symbol 220 MovieClip
"coin2"Frame 929Symbol 217 MovieClip
"bigcoin2"Frame 929Symbol 220 MovieClip
"coin3"Frame 929Symbol 217 MovieClip
"bigcoin3"Frame 929Symbol 220 MovieClip
"coin4"Frame 929Symbol 217 MovieClip
"bigcoin4"Frame 929Symbol 220 MovieClip
"coin5"Frame 929Symbol 217 MovieClip
"bigcoin5"Frame 929Symbol 220 MovieClip
"coin6"Frame 929Symbol 217 MovieClip
"bigcoin6"Frame 929Symbol 220 MovieClip
"life1"Frame 929Symbol 222 MovieClip
"life2"Frame 929Symbol 222 MovieClip
"life3"Frame 929Symbol 222 MovieClip
"life4"Frame 929Symbol 222 MovieClip
"life5"Frame 929Symbol 222 MovieClip
"life6"Frame 929Symbol 222 MovieClip
"coin7"Frame 929Symbol 217 MovieClip
"bigcoin7"Frame 929Symbol 220 MovieClip
"life7"Frame 929Symbol 222 MovieClip
"vbullet1"Frame 929Symbol 176 MovieClip
"hbullet1"Frame 929Symbol 177 MovieClip
"vbullet7"Frame 929Symbol 176 MovieClip
"hbullet7"Frame 929Symbol 177 MovieClip
"you"Frame 929Symbol 348 MovieClip
"wall"Frame 929Symbol 869 MovieClip
"bad1"Frame 929Symbol 129 MovieClip
"bad7"Frame 929Symbol 129 MovieClip
"bad2"Frame 929Symbol 102 MovieClip
"bad3"Frame 929Symbol 102 MovieClip
"bad4"Frame 929Symbol 102 MovieClip
"bad5"Frame 929Symbol 235 MovieClip
"bad6"Frame 929Symbol 235 MovieClip
"menu"Frame 929Symbol 367 MovieClip
"mainmenu"Frame 929Symbol 523 MovieClip
"shadow"Frame 930Symbol 319 MovieClip
"water"Frame 930Symbol 872 MovieClip
"dock"Frame 930Symbol 274 MovieClip
"coin1"Frame 930Symbol 217 MovieClip
"bigcoin1"Frame 930Symbol 220 MovieClip
"coin2"Frame 930Symbol 217 MovieClip
"bigcoin2"Frame 930Symbol 220 MovieClip
"coin3"Frame 930Symbol 217 MovieClip
"bigcoin3"Frame 930Symbol 220 MovieClip
"coin4"Frame 930Symbol 217 MovieClip
"bigcoin4"Frame 930Symbol 220 MovieClip
"life1"Frame 930Symbol 222 MovieClip
"life2"Frame 930Symbol 222 MovieClip
"life3"Frame 930Symbol 222 MovieClip
"life4"Frame 930Symbol 222 MovieClip
"bomb"Frame 930Symbol 326 MovieClip
"you"Frame 930Symbol 348 MovieClip
"wall"Frame 930Symbol 875 MovieClip
"bad2"Frame 930Symbol 111 MovieClip
"bad1"Frame 930Symbol 135 MovieClip
"bad3"Frame 930Symbol 235 MovieClip
"bad4"Frame 930Symbol 111 MovieClip
"menu"Frame 930Symbol 367 MovieClip
"mainmenu"Frame 930Symbol 523 MovieClip
"shadow"Frame 931Symbol 319 MovieClip
"water"Frame 931Symbol 878 MovieClip
"dock"Frame 931Symbol 274 MovieClip
"bomb"Frame 931Symbol 326 MovieClip
"you"Frame 931Symbol 348 MovieClip
"wall"Frame 931Symbol 881 MovieClip
"menu"Frame 931Symbol 367 MovieClip
"mainmenu"Frame 931Symbol 523 MovieClip
"shadow"Frame 932Symbol 319 MovieClip
"water"Frame 932Symbol 884 MovieClip
"dock"Frame 932Symbol 274 MovieClip
"bomb"Frame 932Symbol 326 MovieClip
"greenkey"Frame 932Symbol 885 MovieClip
"you"Frame 932Symbol 348 MovieClip
"wall"Frame 932Symbol 888 MovieClip
"orange"Frame 932Symbol 896 MovieClip
"menu"Frame 932Symbol 367 MovieClip
"mainmenu"Frame 932Symbol 523 MovieClip
"shadow"Frame 933Symbol 319 MovieClip
"dock"Frame 933Symbol 274 MovieClip
"water"Frame 933Symbol 899 MovieClip
"bomb"Frame 933Symbol 326 MovieClip
"you"Frame 933Symbol 348 MovieClip
"wall"Frame 933Symbol 902 MovieClip
"bullet1"Frame 933Symbol 292 MovieClip
"gun1"Frame 933Symbol 270 MovieClip
"menu"Frame 933Symbol 367 MovieClip
"mainmenu"Frame 933Symbol 523 MovieClip
"shadow"Frame 934Symbol 319 MovieClip
"button"Frame 934Symbol 249 MovieClip
"water"Frame 934Symbol 905 MovieClip
"dock"Frame 934Symbol 274 MovieClip
"bomb"Frame 934Symbol 326 MovieClip
"bluekey"Frame 934Symbol 907 MovieClip
"you"Frame 934Symbol 348 MovieClip
"wall"Frame 934Symbol 912 MovieClip
"menu"Frame 934Symbol 367 MovieClip
"mainmenu"Frame 934Symbol 523 MovieClip
"shadow"Frame 935Symbol 319 MovieClip
"dock"Frame 935Symbol 274 MovieClip
"water"Frame 935Symbol 915 MovieClip
"bomb"Frame 935Symbol 326 MovieClip
"coin1"Frame 935Symbol 217 MovieClip
"bigcoin1"Frame 935Symbol 220 MovieClip
"life1"Frame 935Symbol 222 MovieClip
"you"Frame 935Symbol 348 MovieClip
"wall"Frame 935Symbol 918 MovieClip
"bad1"Frame 935Symbol 246 MovieClip
"menu"Frame 935Symbol 367 MovieClip
"mainmenu"Frame 935Symbol 523 MovieClip
"shadow"Frame 936Symbol 319 MovieClip
"bomb"Frame 936Symbol 326 MovieClip
"dock"Frame 936Symbol 274 MovieClip
"you"Frame 936Symbol 348 MovieClip
"wall"Frame 936Symbol 923 MovieClip
"menu"Frame 936Symbol 367 MovieClip
"mainmenu"Frame 936Symbol 523 MovieClip
"shadow"Frame 937Symbol 319 MovieClip
"bomb"Frame 937Symbol 326 MovieClip
"dock"Frame 937Symbol 274 MovieClip
"whitekey"Frame 937Symbol 926 MovieClip
"you"Frame 937Symbol 348 MovieClip
"wall"Frame 937Symbol 929 MovieClip
"menu"Frame 937Symbol 367 MovieClip
"mainmenu"Frame 937Symbol 523 MovieClip
"shadow"Frame 938Symbol 319 MovieClip
"dock"Frame 938Symbol 274 MovieClip
"water"Frame 938Symbol 932 MovieClip
"bomb"Frame 938Symbol 326 MovieClip
"coin1"Frame 938Symbol 217 MovieClip
"bigcoin1"Frame 938Symbol 220 MovieClip
"coin2"Frame 938Symbol 217 MovieClip
"bigcoin2"Frame 938Symbol 220 MovieClip
"coin3"Frame 938Symbol 217 MovieClip
"bigcoin3"Frame 938Symbol 220 MovieClip
"coin4"Frame 938Symbol 217 MovieClip
"bigcoin4"Frame 938Symbol 220 MovieClip
"coin5"Frame 938Symbol 217 MovieClip
"bigcoin5"Frame 938Symbol 220 MovieClip
"life1"Frame 938Symbol 222 MovieClip
"life2"Frame 938Symbol 222 MovieClip
"life3"Frame 938Symbol 222 MovieClip
"life4"Frame 938Symbol 222 MovieClip
"life5"Frame 938Symbol 222 MovieClip
"vbullet1"Frame 938Symbol 176 MovieClip
"hbullet1"Frame 938Symbol 177 MovieClip
"you"Frame 938Symbol 348 MovieClip
"wall"Frame 938Symbol 935 MovieClip
"bad2"Frame 938Symbol 117 MovieClip
"bad1"Frame 938Symbol 129 MovieClip
"bad5"Frame 938Symbol 102 MovieClip
"bad3"Frame 938Symbol 102 MovieClip
"bad4"Frame 938Symbol 102 MovieClip
"menu"Frame 938Symbol 367 MovieClip
"mainmenu"Frame 938Symbol 523 MovieClip
"shadow"Frame 939Symbol 319 MovieClip
"water"Frame 939Symbol 938 MovieClip
"dock"Frame 939Symbol 274 MovieClip
"bomb"Frame 939Symbol 326 MovieClip
"life1"Frame 939Symbol 222 MovieClip
"you"Frame 939Symbol 348 MovieClip
"wall"Frame 939Symbol 941 MovieClip
"menu"Frame 939Symbol 367 MovieClip
"mainmenu"Frame 939Symbol 523 MovieClip
"shadow"Frame 940Symbol 319 MovieClip
"dock"Frame 940Symbol 274 MovieClip
"water"Frame 940Symbol 944 MovieClip
"bomb"Frame 940Symbol 326 MovieClip
"you"Frame 940Symbol 348 MovieClip
"wall"Frame 940Symbol 947 MovieClip
"menu"Frame 940Symbol 367 MovieClip
"mainmenu"Frame 940Symbol 523 MovieClip
"shadow"Frame 941Symbol 319 MovieClip
"dock"Frame 941Symbol 274 MovieClip
"water"Frame 941Symbol 950 MovieClip
"bomb"Frame 941Symbol 326 MovieClip
"you"Frame 941Symbol 348 MovieClip
"wall"Frame 941Symbol 953 MovieClip
"menu"Frame 941Symbol 367 MovieClip
"mainmenu"Frame 941Symbol 523 MovieClip
"shadow"Frame 942Symbol 319 MovieClip
"water"Frame 942Symbol 956 MovieClip
"dock"Frame 942Symbol 274 MovieClip
"bomb"Frame 942Symbol 326 MovieClip
"you"Frame 942Symbol 348 MovieClip
"wall"Frame 942Symbol 959 MovieClip
"menu"Frame 942Symbol 367 MovieClip
"mainmenu"Frame 942Symbol 523 MovieClip
"shadow"Frame 943Symbol 319 MovieClip
"tile1"Frame 943Symbol 276 MovieClip
"tile2"Frame 943Symbol 276 MovieClip
"tile3"Frame 943Symbol 276 MovieClip
"button"Frame 943Symbol 249 MovieClip
"bomb"Frame 943Symbol 326 MovieClip
"block1"Frame 943Symbol 272 MovieClip
"block2"Frame 943Symbol 272 MovieClip
"block3"Frame 943Symbol 272 MovieClip
"you"Frame 943Symbol 348 MovieClip
"wall"Frame 943Symbol 967 MovieClip
"menu"Frame 943Symbol 367 MovieClip
"mainmenu"Frame 943Symbol 523 MovieClip
"shadow"Frame 944Symbol 319 MovieClip
"dock"Frame 944Symbol 274 MovieClip
"water"Frame 944Symbol 970 MovieClip
"bomb"Frame 944Symbol 326 MovieClip
"coin1"Frame 944Symbol 217 MovieClip
"bigcoin1"Frame 944Symbol 220 MovieClip
"coin2"Frame 944Symbol 217 MovieClip
"bigcoin2"Frame 944Symbol 220 MovieClip
"coin3"Frame 944Symbol 217 MovieClip
"bigcoin3"Frame 944Symbol 220 MovieClip
"coin4"Frame 944Symbol 217 MovieClip
"bigcoin4"Frame 944Symbol 220 MovieClip
"life1"Frame 944Symbol 222 MovieClip
"life2"Frame 944Symbol 222 MovieClip
"life3"Frame 944Symbol 222 MovieClip
"life4"Frame 944Symbol 222 MovieClip
"you"Frame 944Symbol 348 MovieClip
"wall"Frame 944Symbol 973 MovieClip
"bad1"Frame 944Symbol 246 MovieClip
"bad2"Frame 944Symbol 246 MovieClip
"bad3"Frame 944Symbol 246 MovieClip
"bad4"Frame 944Symbol 246 MovieClip
"menu"Frame 944Symbol 367 MovieClip
"mainmenu"Frame 944Symbol 523 MovieClip
"shadow"Frame 945Symbol 319 MovieClip
"dock"Frame 945Symbol 274 MovieClip
"water"Frame 945Symbol 976 MovieClip
"bomb"Frame 945Symbol 326 MovieClip
"coin2"Frame 945Symbol 217 MovieClip
"bigcoin2"Frame 945Symbol 220 MovieClip
"life2"Frame 945Symbol 222 MovieClip
"you"Frame 945Symbol 348 MovieClip
"wall"Frame 945Symbol 979 MovieClip
"bad2"Frame 945Symbol 135 MovieClip
"menu"Frame 945Symbol 367 MovieClip
"mainmenu"Frame 945Symbol 523 MovieClip
"shadow"Frame 946Symbol 319 MovieClip
"water"Frame 946Symbol 982 MovieClip
"dock"Frame 946Symbol 274 MovieClip
"bomb"Frame 946Symbol 326 MovieClip
"portal"Frame 946Symbol 549 MovieClip
"you"Frame 946Symbol 348 MovieClip
"wall"Frame 946Symbol 985 MovieClip
"menu"Frame 946Symbol 367 MovieClip
"mainmenu"Frame 946Symbol 523 MovieClip
"shadow"Frame 947Symbol 319 MovieClip
"note"Frame 947Symbol 278 MovieClip
"dock"Frame 947Symbol 274 MovieClip
"coin1"Frame 947Symbol 217 MovieClip
"bigcoin1"Frame 947Symbol 220 MovieClip
"coin2"Frame 947Symbol 217 MovieClip
"bigcoin2"Frame 947Symbol 220 MovieClip
"life1"Frame 947Symbol 222 MovieClip
"life2"Frame 947Symbol 222 MovieClip
"black"Frame 947Symbol 989 MovieClip
"bomb"Frame 947Symbol 326 MovieClip
"youblack"Frame 947Symbol 295 MovieClip
"you"Frame 947Symbol 348 MovieClip
"wall"Frame 947Symbol 992 MovieClip
"bad1"Frame 947Symbol 246 MovieClip
"bad2"Frame 947Symbol 246 MovieClip
"menu"Frame 947Symbol 367 MovieClip
"mainmenu"Frame 947Symbol 523 MovieClip
"shadow"Frame 948Symbol 319 MovieClip
"black"Frame 948Symbol 996 MovieClip
"bomb"Frame 948Symbol 326 MovieClip
"dock"Frame 948Symbol 274 MovieClip
"bullet1"Frame 948Symbol 292 MovieClip
"youblack"Frame 948Symbol 295 MovieClip
"coin2"Frame 948Symbol 217 MovieClip
"bigcoin2"Frame 948Symbol 220 MovieClip
"coin3"Frame 948Symbol 217 MovieClip
"bigcoin3"Frame 948Symbol 220 MovieClip
"coin4"Frame 948Symbol 217 MovieClip
"bigcoin4"Frame 948Symbol 220 MovieClip
"life2"Frame 948Symbol 222 MovieClip
"life3"Frame 948Symbol 222 MovieClip
"life4"Frame 948Symbol 222 MovieClip
"you"Frame 948Symbol 348 MovieClip
"wall"Frame 948Symbol 999 MovieClip
"gun1"Frame 948Symbol 270 MovieClip
"bad2"Frame 948Symbol 102 MovieClip
"bad3"Frame 948Symbol 102 MovieClip
"bad4"Frame 948Symbol 102 MovieClip
"menu"Frame 948Symbol 367 MovieClip
"mainmenu"Frame 948Symbol 523 MovieClip
"shadow"Frame 949Symbol 319 MovieClip
"black"Frame 949Symbol 1004 MovieClip
"platform"Frame 949Symbol 1009 MovieClip
"bomb"Frame 949Symbol 326 MovieClip
"dock"Frame 949Symbol 274 MovieClip
"youblack"Frame 949Symbol 295 MovieClip
"bullet1"Frame 949Symbol 292 MovieClip
"you"Frame 949Symbol 348 MovieClip
"wall"Frame 949Symbol 1012 MovieClip
"gun1"Frame 949Symbol 270 MovieClip
"menu"Frame 949Symbol 367 MovieClip
"mainmenu"Frame 949Symbol 523 MovieClip
"shadow"Frame 950Symbol 319 MovieClip
"black"Frame 950Symbol 1016 MovieClip
"dock"Frame 950Symbol 274 MovieClip
"youblack"Frame 950Symbol 295 MovieClip
"platform"Frame 950Symbol 1009 MovieClip
"platform2"Frame 950Symbol 1009 MovieClip
"bomb"Frame 950Symbol 326 MovieClip
"life1"Frame 950Symbol 222 MovieClip
"you"Frame 950Symbol 348 MovieClip
"wall"Frame 950Symbol 1019 MovieClip
"menu"Frame 950Symbol 367 MovieClip
"mainmenu"Frame 950Symbol 523 MovieClip
"shadow"Frame 951Symbol 319 MovieClip
"black"Frame 951Symbol 1023 MovieClip
"bomb"Frame 951Symbol 326 MovieClip
"dock"Frame 951Symbol 274 MovieClip
"youblack"Frame 951Symbol 295 MovieClip
"life1"Frame 951Symbol 222 MovieClip
"platform"Frame 951Symbol 1009 MovieClip
"you"Frame 951Symbol 348 MovieClip
"wall"Frame 951Symbol 1026 MovieClip
"menu"Frame 951Symbol 367 MovieClip
"mainmenu"Frame 951Symbol 523 MovieClip
"shadow"Frame 952Symbol 319 MovieClip
"dock"Frame 952Symbol 274 MovieClip
"black"Frame 952Symbol 1031 MovieClip
"bomb"Frame 952Symbol 326 MovieClip
"tile1"Frame 952Symbol 1033 MovieClip
"tile2"Frame 952Symbol 1033 MovieClip
"tile3"Frame 952Symbol 1033 MovieClip
"tile4"Frame 952Symbol 1033 MovieClip
"tile5"Frame 952Symbol 1033 MovieClip
"bullet1"Frame 952Symbol 292 MovieClip
"bullet2"Frame 952Symbol 292 MovieClip
"bullet4"Frame 952Symbol 292 MovieClip
"bullet3"Frame 952Symbol 292 MovieClip
"youblack"Frame 952Symbol 295 MovieClip
"coin1"Frame 952Symbol 217 MovieClip
"bigcoin1"Frame 952Symbol 220 MovieClip
"coin2"Frame 952Symbol 217 MovieClip
"bigcoin2"Frame 952Symbol 220 MovieClip
"life1"Frame 952Symbol 222 MovieClip
"life2"Frame 952Symbol 222 MovieClip
"you"Frame 952Symbol 348 MovieClip
"tilecontrol"Frame 952Symbol 1035 MovieClip
"wall"Frame 952Symbol 1038 MovieClip
"gun1"Frame 952Symbol 270 MovieClip
"gun2"Frame 952Symbol 270 MovieClip
"gun3"Frame 952Symbol 270 MovieClip
"gun4"Frame 952Symbol 270 MovieClip
"bad1"Frame 952Symbol 117 MovieClip
"bad2"Frame 952Symbol 135 MovieClip
"menu"Frame 952Symbol 367 MovieClip
"mainmenu"Frame 952Symbol 523 MovieClip
"shadow"Frame 953Symbol 319 MovieClip
"dock"Frame 953Symbol 274 MovieClip
"black"Frame 953Symbol 1042 MovieClip
"bomb"Frame 953Symbol 326 MovieClip
"portal"Frame 953Symbol 549 MovieClip
"youblack"Frame 953Symbol 295 MovieClip
"you"Frame 953Symbol 348 MovieClip
"wall"Frame 953Symbol 1045 MovieClip
"menu"Frame 953Symbol 367 MovieClip
"mainmenu"Frame 953Symbol 523 MovieClip
"shadow"Frame 954Symbol 319 MovieClip
"dock"Frame 954Symbol 274 MovieClip
"black"Frame 954Symbol 1049 MovieClip
"noleft1"Frame 954Symbol 211 MovieClip
"noup1"Frame 954Symbol 211 MovieClip
"nodown1"Frame 954Symbol 211 MovieClip
"youblack"Frame 954Symbol 295 MovieClip
"noright1"Frame 954Symbol 211 MovieClip
"noleft2"Frame 954Symbol 211 MovieClip
"bomb"Frame 954Symbol 326 MovieClip
"coin1"Frame 954Symbol 217 MovieClip
"bigcoin1"Frame 954Symbol 220 MovieClip
"coin2"Frame 954Symbol 217 MovieClip
"bigcoin2"Frame 954Symbol 220 MovieClip
"life1"Frame 954Symbol 222 MovieClip
"life2"Frame 954Symbol 222 MovieClip
"you"Frame 954Symbol 348 MovieClip
"wall"Frame 954Symbol 1052 MovieClip
"bad1"Frame 954Symbol 246 MovieClip
"bad2"Frame 954Symbol 246 MovieClip
"menu"Frame 954Symbol 367 MovieClip
"mainmenu"Frame 954Symbol 523 MovieClip
"shadow"Frame 955Symbol 319 MovieClip
"dock"Frame 955Symbol 274 MovieClip
"black"Frame 955Symbol 1056 MovieClip
"youblack"Frame 955Symbol 295 MovieClip
"bullet1"Frame 955Symbol 292 MovieClip
"noleft1"Frame 955Symbol 211 MovieClip
"noright1"Frame 955Symbol 211 MovieClip
"bomb"Frame 955Symbol 326 MovieClip
"you"Frame 955Symbol 348 MovieClip
"wall"Frame 955Symbol 1059 MovieClip
"gun1"Frame 955Symbol 270 MovieClip
"menu"Frame 955Symbol 367 MovieClip
"mainmenu"Frame 955Symbol 523 MovieClip
"shadow"Frame 956Symbol 319 MovieClip
"dock"Frame 956Symbol 274 MovieClip
"black"Frame 956Symbol 1063 MovieClip
"youblack"Frame 956Symbol 295 MovieClip
"button"Frame 956Symbol 249 MovieClip
"bomb"Frame 956Symbol 326 MovieClip
"you"Frame 956Symbol 348 MovieClip
"wall"Frame 956Symbol 1070 MovieClip
"menu"Frame 956Symbol 367 MovieClip
"mainmenu"Frame 956Symbol 523 MovieClip
"shadow"Frame 957Symbol 319 MovieClip
"dock"Frame 957Symbol 274 MovieClip
"black"Frame 957Symbol 1074 MovieClip
"bomb"Frame 957Symbol 326 MovieClip
"youblack"Frame 957Symbol 295 MovieClip
"platform"Frame 957Symbol 1009 MovieClip
"platform2"Frame 957Symbol 1009 MovieClip
"platform3"Frame 957Symbol 1009 MovieClip
"platform4"Frame 957Symbol 1009 MovieClip
"platform5"Frame 957Symbol 1009 MovieClip
"bullet1"Frame 957Symbol 292 MovieClip
"bullet2"Frame 957Symbol 292 MovieClip
"you"Frame 957Symbol 348 MovieClip
"wall"Frame 957Symbol 1077 MovieClip
"gun1"Frame 957Symbol 270 MovieClip
"gun2"Frame 957Symbol 270 MovieClip
"menu"Frame 957Symbol 367 MovieClip
"mainmenu"Frame 957Symbol 523 MovieClip
"shadow"Frame 958Symbol 319 MovieClip
"button"Frame 958Symbol 249 MovieClip
"dock"Frame 958Symbol 274 MovieClip
"black"Frame 958Symbol 1081 MovieClip
"youblack"Frame 958Symbol 295 MovieClip
"vbullet5"Frame 958Symbol 176 MovieClip
"hbullet5"Frame 958Symbol 177 MovieClip
"bomb"Frame 958Symbol 326 MovieClip
"coin1"Frame 958Symbol 217 MovieClip
"bigcoin1"Frame 958Symbol 220 MovieClip
"coin2"Frame 958Symbol 217 MovieClip
"bigcoin2"Frame 958Symbol 220 MovieClip
"coin3"Frame 958Symbol 217 MovieClip
"bigcoin3"Frame 958Symbol 220 MovieClip
"coin4"Frame 958Symbol 217 MovieClip
"bigcoin4"Frame 958Symbol 220 MovieClip
"coin5"Frame 958Symbol 217 MovieClip
"bigcoin5"Frame 958Symbol 220 MovieClip
"coin6"Frame 958Symbol 217 MovieClip
"bigcoin6"Frame 958Symbol 220 MovieClip
"life1"Frame 958Symbol 222 MovieClip
"life2"Frame 958Symbol 222 MovieClip
"life3"Frame 958Symbol 222 MovieClip
"life4"Frame 958Symbol 222 MovieClip
"life5"Frame 958Symbol 222 MovieClip
"life6"Frame 958Symbol 222 MovieClip
"star1"Frame 958Symbol 225 MovieClip
"star2"Frame 958Symbol 225 MovieClip
"star3"Frame 958Symbol 225 MovieClip
"star4"Frame 958Symbol 225 MovieClip
"star5"Frame 958Symbol 225 MovieClip
"star6"Frame 958Symbol 225 MovieClip
"you"Frame 958Symbol 348 MovieClip
"wall"Frame 958Symbol 1084 MovieClip
"bad5"Frame 958Symbol 129 MovieClip
"bad1"Frame 958Symbol 102 MovieClip
"bad2"Frame 958Symbol 111 MovieClip
"bad3"Frame 958Symbol 117 MovieClip
"bad4"Frame 958Symbol 135 MovieClip
"bad6"Frame 958Symbol 235 MovieClip
"menu"Frame 958Symbol 367 MovieClip
"mainmenu"Frame 958Symbol 523 MovieClip
"shadow"Frame 959Symbol 319 MovieClip
"button"Frame 959Symbol 249 MovieClip
"blockarea"Frame 959Symbol 1089 MovieClip
"bomb"Frame 959Symbol 326 MovieClip
"dock"Frame 959Symbol 274 MovieClip
"particle"Frame 959Symbol 251 MovieClip
"block4"Frame 959Symbol 761 MovieClip
"block2"Frame 959Symbol 763 MovieClip
"block3"Frame 959Symbol 765 MovieClip
"block1"Frame 959Symbol 767 MovieClip
"you"Frame 959Symbol 348 MovieClip
"wall"Frame 959Symbol 1095 MovieClip
"bullet1"Frame 959Symbol 292 MovieClip
"gun1"Frame 959Symbol 270 MovieClip
"menu"Frame 959Symbol 367 MovieClip
"mainmenu"Frame 959Symbol 523 MovieClip
"shadow"Frame 960Symbol 319 MovieClip
"bomb"Frame 960Symbol 326 MovieClip
"dock"Frame 960Symbol 274 MovieClip
"life1"Frame 960Symbol 222 MovieClip
"you"Frame 960Symbol 348 MovieClip
"wall"Frame 960Symbol 1100 MovieClip
"block1"Frame 960Symbol 215 MovieClip
"menu"Frame 960Symbol 367 MovieClip
"mainmenu"Frame 960Symbol 523 MovieClip
"shadow"Frame 961Symbol 319 MovieClip
"note"Frame 961Symbol 278 MovieClip
"bomb"Frame 961Symbol 326 MovieClip
"dock"Frame 961Symbol 274 MovieClip
"you"Frame 961Symbol 348 MovieClip
"wall"Frame 961Symbol 1105 MovieClip
"menu"Frame 961Symbol 367 MovieClip
"mainmenu"Frame 961Symbol 523 MovieClip
"shadow"Frame 962Symbol 319 MovieClip
"bomb"Frame 962Symbol 326 MovieClip
"you"Frame 962Symbol 348 MovieClip
"wall"Frame 962Symbol 1110 MovieClip
"fireball2"Frame 962Symbol 1112 MovieClip
"fireball1"Frame 962Symbol 1112 MovieClip
"fireball3"Frame 962Symbol 1112 MovieClip
"boss"Frame 962Symbol 1123 MovieClip
"bossintro"Frame 962Symbol 1133 MovieClip
"menu"Frame 962Symbol 367 MovieClip
"mainmenu"Frame 962Symbol 523 MovieClip
"health"Frame 962Symbol 823 MovieClip
"shadow"Frame 963Symbol 319 MovieClip
"bomb"Frame 963Symbol 326 MovieClip
"water"Frame 963Symbol 1136 MovieClip
"dock"Frame 963Symbol 274 MovieClip
"you"Frame 963Symbol 348 MovieClip
"wall"Frame 963Symbol 1140 MovieClip
"menu"Frame 963Symbol 367 MovieClip
"mainmenu"Frame 963Symbol 523 MovieClip
"shadow"Frame 964Symbol 319 MovieClip
"bomb"Frame 964Symbol 326 MovieClip
"water"Frame 964Symbol 1143 MovieClip
"dock"Frame 964Symbol 274 MovieClip
"you"Frame 964Symbol 348 MovieClip
"raftitem"Frame 964Symbol 328 MovieClip
"wall"Frame 964Symbol 1147 MovieClip
"menu"Frame 964Symbol 367 MovieClip
"mainmenu"Frame 964Symbol 523 MovieClip
"shadow"Frame 965Symbol 319 MovieClip
"bomb"Frame 965Symbol 326 MovieClip
"dock"Frame 965Symbol 274 MovieClip
"you"Frame 965Symbol 348 MovieClip
"wall"Frame 965Symbol 1152 MovieClip
"bullet1"Frame 965Symbol 292 MovieClip
"gun1"Frame 965Symbol 270 MovieClip
"menu"Frame 965Symbol 367 MovieClip
"mainmenu"Frame 965Symbol 523 MovieClip
"shadow"Frame 966Symbol 319 MovieClip
"bomb"Frame 966Symbol 326 MovieClip
"dock"Frame 966Symbol 274 MovieClip
"vbullet2"Frame 966Symbol 176 MovieClip
"hbullet2"Frame 966Symbol 177 MovieClip
"vbullet1"Frame 966Symbol 176 MovieClip
"hbullet1"Frame 966Symbol 177 MovieClip
"coin1"Frame 966Symbol 217 MovieClip
"bigcoin1"Frame 966Symbol 220 MovieClip
"coin2"Frame 966Symbol 217 MovieClip
"bigcoin2"Frame 966Symbol 220 MovieClip
"coin3"Frame 966Symbol 217 MovieClip
"bigcoin3"Frame 966Symbol 220 MovieClip
"coin4"Frame 966Symbol 217 MovieClip
"bigcoin4"Frame 966Symbol 220 MovieClip
"life1"Frame 966Symbol 222 MovieClip
"life2"Frame 966Symbol 222 MovieClip
"life3"Frame 966Symbol 222 MovieClip
"life4"Frame 966Symbol 222 MovieClip
"star1"Frame 966Symbol 225 MovieClip
"star2"Frame 966Symbol 225 MovieClip
"star3"Frame 966Symbol 225 MovieClip
"star4"Frame 966Symbol 225 MovieClip
"life5"Frame 966Symbol 222 MovieClip
"bad3"Frame 966Symbol 117 MovieClip
"bad4"Frame 966Symbol 135 MovieClip
"you"Frame 966Symbol 348 MovieClip
"wall"Frame 966Symbol 1157 MovieClip
"bad1"Frame 966Symbol 129 MovieClip
"bad2"Frame 966Symbol 129 MovieClip
"menu"Frame 966Symbol 367 MovieClip
"mainmenu"Frame 966Symbol 523 MovieClip
"shadow"Frame 967Symbol 319 MovieClip
"button"Frame 967Symbol 249 MovieClip
"note"Frame 967Symbol 278 MovieClip
"dock"Frame 967Symbol 274 MovieClip
"blockarea"Frame 967Symbol 1161 MovieClip
"particle"Frame 967Symbol 251 MovieClip
"block0"Frame 967Symbol 255 MovieClip
"block1"Frame 967Symbol 261 MovieClip
"block2"Frame 967Symbol 261 MovieClip
"block3"Frame 967Symbol 261 MovieClip
"block4"Frame 967Symbol 261 MovieClip
"block5"Frame 967Symbol 261 MovieClip
"bomb"Frame 967Symbol 326 MovieClip
"target"Frame 967Symbol 1164 MovieClip
"you"Frame 967Symbol 348 MovieClip
"wall"Frame 967Symbol 1167 MovieClip
"menu"Frame 967Symbol 367 MovieClip
"mainmenu"Frame 967Symbol 523 MovieClip
"shadow"Frame 968Symbol 319 MovieClip
"bomb"Frame 968Symbol 326 MovieClip
"dock"Frame 968Symbol 274 MovieClip
"blankkey"Frame 968Symbol 1170 MovieClip
"you"Frame 968Symbol 348 MovieClip
"wall"Frame 968Symbol 1173 MovieClip
"menu"Frame 968Symbol 367 MovieClip
"mainmenu"Frame 968Symbol 523 MovieClip
"shadow"Frame 969Symbol 319 MovieClip
"bomb"Frame 969Symbol 326 MovieClip
"dock"Frame 969Symbol 274 MovieClip
"portal"Frame 969Symbol 549 MovieClip
"button"Frame 969Symbol 249 MovieClip
"you"Frame 969Symbol 348 MovieClip
"wall"Frame 969Symbol 1179 MovieClip
"blue"Frame 969Symbol 1187 MovieClip
"menu"Frame 969Symbol 367 MovieClip
"mainmenu"Frame 969Symbol 523 MovieClip
"shadow"Frame 970Symbol 319 MovieClip
"bomb"Frame 970Symbol 326 MovieClip
"dock"Frame 970Symbol 274 MovieClip
"you"Frame 970Symbol 348 MovieClip
"wall"Frame 970Symbol 1192 MovieClip
"menu"Frame 970Symbol 367 MovieClip
"mainmenu"Frame 970Symbol 523 MovieClip
"shadow"Frame 971Symbol 319 MovieClip
"bomb"Frame 971Symbol 326 MovieClip
"dock"Frame 971Symbol 274 MovieClip
"life1"Frame 971Symbol 222 MovieClip
"life2"Frame 971Symbol 222 MovieClip
"you"Frame 971Symbol 348 MovieClip
"wall"Frame 971Symbol 1197 MovieClip
"menu"Frame 971Symbol 367 MovieClip
"mainmenu"Frame 971Symbol 523 MovieClip
"shadow"Frame 972Symbol 319 MovieClip
"note"Frame 972Symbol 278 MovieClip
"bomb"Frame 972Symbol 326 MovieClip
"dock"Frame 972Symbol 274 MovieClip
"you"Frame 972Symbol 348 MovieClip
"wall"Frame 972Symbol 1202 MovieClip
"menu"Frame 972Symbol 367 MovieClip
"mainmenu"Frame 972Symbol 523 MovieClip
"shadow"Frame 973Symbol 319 MovieClip
"black"Frame 973Symbol 1207 MovieClip
"tile1"Frame 973Symbol 1208 MovieClip
"tile2"Frame 973Symbol 1208 MovieClip
"tile3"Frame 973Symbol 1208 MovieClip
"tile4"Frame 973Symbol 1208 MovieClip
"tile5"Frame 973Symbol 1208 MovieClip
"tile6"Frame 973Symbol 1208 MovieClip
"tile7"Frame 973Symbol 1208 MovieClip
"tile8"Frame 973Symbol 1208 MovieClip
"tile9"Frame 973Symbol 1208 MovieClip
"tile10"Frame 973Symbol 1208 MovieClip
"tile11"Frame 973Symbol 1208 MovieClip
"tile29"Frame 973Symbol 1208 MovieClip
"tile28"Frame 973Symbol 1208 MovieClip
"tile27"Frame 973Symbol 1208 MovieClip
"tile26"Frame 973Symbol 1208 MovieClip
"tile25"Frame 973Symbol 1208 MovieClip
"tile24"Frame 973Symbol 1208 MovieClip
"tile23"Frame 973Symbol 1208 MovieClip
"tile22"Frame 973Symbol 1208 MovieClip
"tile21"Frame 973Symbol 1208 MovieClip
"tile20"Frame 973Symbol 1208 MovieClip
"tile19"Frame 973Symbol 1208 MovieClip
"tile36"Frame 973Symbol 1208 MovieClip
"tile12"Frame 973Symbol 1208 MovieClip
"tile35"Frame 973Symbol 1208 MovieClip
"tile13"Frame 973Symbol 1208 MovieClip
"tile34"Frame 973Symbol 1208 MovieClip
"tile14"Frame 973Symbol 1208 MovieClip
"tile33"Frame 973Symbol 1208 MovieClip
"tile15"Frame 973Symbol 1208 MovieClip
"tile32"Frame 973Symbol 1208 MovieClip
"tile16"Frame 973Symbol 1208 MovieClip
"tile31"Frame 973Symbol 1208 MovieClip
"tile17"Frame 973Symbol 1208 MovieClip
"tile30"Frame 973Symbol 1208 MovieClip
"tile18"Frame 973Symbol 1208 MovieClip
"tilecontrol"Frame 973Symbol 1210 MovieClip
"bomb"Frame 973Symbol 326 MovieClip
"dock"Frame 973Symbol 274 MovieClip
"youblack"Frame 973Symbol 295 MovieClip
"bullet1"Frame 973Symbol 292 MovieClip
"fire1"Frame 973Symbol 1211 MovieClip
"you"Frame 973Symbol 348 MovieClip
"wall"Frame 973Symbol 1214 MovieClip
"gun1"Frame 973Symbol 270 MovieClip
"snake4"Frame 973Symbol 1216 MovieClip
"snake3"Frame 973Symbol 1218 MovieClip
"snake2"Frame 973Symbol 1220 MovieClip
"snake1"Frame 973Symbol 1222 MovieClip
"snake0"Frame 973Symbol 1226 MovieClip
"menu"Frame 973Symbol 367 MovieClip
"mainmenu"Frame 973Symbol 523 MovieClip
"blackness"Frame 973Symbol 1231 MovieClip
"health"Frame 973Symbol 823 MovieClip
"shadow"Frame 974Symbol 319 MovieClip
"bomb"Frame 974Symbol 326 MovieClip
"dock"Frame 974Symbol 274 MovieClip
"wall"Frame 974Symbol 1234 MovieClip
"menu"Frame 974Symbol 367 MovieClip
"mainmenu"Frame 974Symbol 523 MovieClip
"flash"Frame 974Symbol 1287 MovieClip
"rank"Frame 1665Symbol 1349 MovieClip
"rank"Frame 1685Symbol 1349 MovieClip
"boss"Frame 1686Symbol 1374 MovieClip
"shootstar"Frame 1686Symbol 1375 MovieClip
"starkill"Frame 1686Symbol 1380 MovieClip
"fireball"Frame 1686Symbol 1382 MovieClip
"boss"Frame 1686Symbol 1383 MovieClip
"boss"Frame 1686Symbol 1383 MovieClip
"eye2"Symbol 95 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 95 MovieClip Frame 1Symbol 94 MovieClip
"bad"Symbol 102 MovieClip Frame 1Symbol 95 MovieClip
"bad"Symbol 102 MovieClip Frame 26Symbol 95 MovieClip
"bad"Symbol 102 MovieClip Frame 28Symbol 95 MovieClip
"bad"Symbol 102 MovieClip Frame 30Symbol 95 MovieClip
"bad"Symbol 102 MovieClip Frame 32Symbol 95 MovieClip
"bad"Symbol 102 MovieClip Frame 34Symbol 95 MovieClip
"bad"Symbol 102 MovieClip Frame 36Symbol 95 MovieClip
"bad"Symbol 102 MovieClip Frame 60Symbol 95 MovieClip
"eye2"Symbol 104 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 104 MovieClip Frame 1Symbol 94 MovieClip
"bad"Symbol 111 MovieClip Frame 1Symbol 104 MovieClip
"bad"Symbol 111 MovieClip Frame 26Symbol 104 MovieClip
"bad"Symbol 111 MovieClip Frame 28Symbol 104 MovieClip
"bad"Symbol 111 MovieClip Frame 30Symbol 104 MovieClip
"bad"Symbol 111 MovieClip Frame 32Symbol 104 MovieClip
"bad"Symbol 111 MovieClip Frame 34Symbol 104 MovieClip
"bad"Symbol 111 MovieClip Frame 36Symbol 104 MovieClip
"bad"Symbol 111 MovieClip Frame 60Symbol 104 MovieClip
"eye2"Symbol 113 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 113 MovieClip Frame 1Symbol 94 MovieClip
"bad"Symbol 114 MovieClip Frame 1Symbol 113 MovieClip
"bad"Symbol 117 MovieClip Frame 1Symbol 114 MovieClip
"bad"Symbol 117 MovieClip Frame 26Symbol 114 MovieClip
"bad"Symbol 117 MovieClip Frame 28Symbol 114 MovieClip
"bad"Symbol 117 MovieClip Frame 30Symbol 114 MovieClip
"bad"Symbol 117 MovieClip Frame 32Symbol 114 MovieClip
"bad"Symbol 117 MovieClip Frame 34Symbol 114 MovieClip
"bad"Symbol 117 MovieClip Frame 36Symbol 114 MovieClip
"bad"Symbol 117 MovieClip Frame 60Symbol 114 MovieClip
"eye2"Symbol 119 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 119 MovieClip Frame 1Symbol 94 MovieClip
"bad"Symbol 129 MovieClip Frame 1Symbol 119 MovieClip
"bad"Symbol 129 MovieClip Frame 26Symbol 119 MovieClip
"bad"Symbol 129 MovieClip Frame 28Symbol 119 MovieClip
"bad"Symbol 129 MovieClip Frame 30Symbol 119 MovieClip
"bad"Symbol 129 MovieClip Frame 32Symbol 119 MovieClip
"bad"Symbol 129 MovieClip Frame 34Symbol 119 MovieClip
"bad"Symbol 129 MovieClip Frame 36Symbol 119 MovieClip
"bad"Symbol 129 MovieClip Frame 60Symbol 119 MovieClip
"eye2"Symbol 131 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 131 MovieClip Frame 1Symbol 94 MovieClip
"bad"Symbol 132 MovieClip Frame 1Symbol 131 MovieClip
"bad"Symbol 135 MovieClip Frame 1Symbol 132 MovieClip
"bad"Symbol 135 MovieClip Frame 26Symbol 132 MovieClip
"bad"Symbol 135 MovieClip Frame 28Symbol 132 MovieClip
"bad"Symbol 135 MovieClip Frame 30Symbol 132 MovieClip
"bad"Symbol 135 MovieClip Frame 32Symbol 132 MovieClip
"bad"Symbol 135 MovieClip Frame 34Symbol 132 MovieClip
"bad"Symbol 135 MovieClip Frame 36Symbol 132 MovieClip
"bad"Symbol 135 MovieClip Frame 60Symbol 132 MovieClip
"bad"Symbol 186 MovieClip Frame 1Symbol 185 MovieClip
"bad"Symbol 191 MovieClip Frame 1Symbol 186 MovieClip
"bad"Symbol 192 MovieClip Frame 1Symbol 185 MovieClip
"eye2"Symbol 227 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 227 MovieClip Frame 1Symbol 94 MovieClip
"bad"Symbol 235 MovieClip Frame 1Symbol 227 MovieClip
"bad"Symbol 235 MovieClip Frame 26Symbol 227 MovieClip
"bad"Symbol 235 MovieClip Frame 28Symbol 227 MovieClip
"bad"Symbol 235 MovieClip Frame 30Symbol 227 MovieClip
"bad"Symbol 235 MovieClip Frame 32Symbol 227 MovieClip
"bad"Symbol 235 MovieClip Frame 34Symbol 227 MovieClip
"bad"Symbol 235 MovieClip Frame 36Symbol 227 MovieClip
"bad"Symbol 235 MovieClip Frame 60Symbol 227 MovieClip
"eye2"Symbol 238 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 238 MovieClip Frame 1Symbol 94 MovieClip
"eye2"Symbol 239 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 239 MovieClip Frame 1Symbol 94 MovieClip
"bad"Symbol 242 MovieClip Frame 1Symbol 239 MovieClip
"bad"Symbol 242 MovieClip Frame 25Symbol 241 MovieClip
"bad"Symbol 242 MovieClip Frame 26Symbol 239 MovieClip
"bad"Symbol 242 MovieClip Frame 27Symbol 241 MovieClip
"bad"Symbol 242 MovieClip Frame 28Symbol 239 MovieClip
"bad"Symbol 242 MovieClip Frame 29Symbol 241 MovieClip
"bad"Symbol 242 MovieClip Frame 30Symbol 239 MovieClip
"bad"Symbol 242 MovieClip Frame 31Symbol 241 MovieClip
"bad"Symbol 242 MovieClip Frame 32Symbol 239 MovieClip
"bad"Symbol 242 MovieClip Frame 33Symbol 241 MovieClip
"bad"Symbol 242 MovieClip Frame 34Symbol 239 MovieClip
"bad"Symbol 242 MovieClip Frame 35Symbol 241 MovieClip
"bad"Symbol 242 MovieClip Frame 36Symbol 239 MovieClip
"bad"Symbol 242 MovieClip Frame 37Symbol 241 MovieClip
"bad"Symbol 242 MovieClip Frame 60Symbol 239 MovieClip
"bad"Symbol 246 MovieClip Frame 2Symbol 243 MovieClip
"bad"Symbol 246 MovieClip Frame 25Symbol 245 MovieClip
"bad"Symbol 246 MovieClip Frame 26Symbol 243 MovieClip
"bad"Symbol 246 MovieClip Frame 27Symbol 245 MovieClip
"bad"Symbol 246 MovieClip Frame 28Symbol 243 MovieClip
"bad"Symbol 246 MovieClip Frame 29Symbol 245 MovieClip
"bad"Symbol 246 MovieClip Frame 30Symbol 243 MovieClip
"bad"Symbol 246 MovieClip Frame 31Symbol 245 MovieClip
"bad"Symbol 246 MovieClip Frame 32Symbol 243 MovieClip
"bad"Symbol 246 MovieClip Frame 33Symbol 245 MovieClip
"bad"Symbol 246 MovieClip Frame 34Symbol 243 MovieClip
"bad"Symbol 246 MovieClip Frame 35Symbol 245 MovieClip
"bad"Symbol 246 MovieClip Frame 36Symbol 243 MovieClip
"bad"Symbol 246 MovieClip Frame 37Symbol 245 MovieClip
"box"Symbol 255 MovieClip Frame 1Symbol 254 MovieClip
"box"Symbol 261 MovieClip Frame 1Symbol 260 MovieClip
"mouth"Symbol 308 MovieClip Frame 1Symbol 307 MovieClip
"bomb"Symbol 326 MovieClip Frame 1Symbol 322 MovieClip
"super"Symbol 326 MovieClip Frame 1Symbol 325 MovieClip
"dock"Symbol 348 MovieClip Frame 1Symbol 328 MovieClip
"frozemc"Symbol 348 MovieClip Frame 1Symbol 332 MovieClip
"lifebar"Symbol 367 MovieClip Frame 1Symbol 362 MovieClip
"mess"Symbol 367 MovieClip Frame 1Symbol 366 MovieClip
"bookitem"Symbol 391 MovieClip Frame 1Symbol 389 MovieClip
"23"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"1"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"2"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"3"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"4"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"5"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"6"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"7"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"8"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"9"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"10"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"11"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"12"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"13"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"15"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"14"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"16"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"17"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"18"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"19"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"20"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"21"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"22"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"26"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"24"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"25"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"27"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"28"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"49"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"30"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"31"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"32"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"33"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"68"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"34"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"37"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"35"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"36"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"38"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"39"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"40"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"41"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"44"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"45"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"43"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"42"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"47"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"48"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"46"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"50"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"54"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"52"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"53"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"63"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"51"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"65"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"64"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"57"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"55"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"59"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"58"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"60"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"56"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"62"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"61"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"green"Symbol 452 MovieClip Frame 1Symbol 428 MovieClip
"aa"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"location"Symbol 452 MovieClip Frame 1Symbol 435 MovieClip
"69"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"70"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"72"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"71"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"73"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"74"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"75"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"76"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"78"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"79"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"80"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"81"Symbol 452 MovieClip Frame 1Symbol 426 MovieClip
"red"Symbol 452 MovieClip Frame 1Symbol 441 MovieClip
"yellow"Symbol 452 MovieClip Frame 1Symbol 442 MovieClip
"orange"Symbol 452 MovieClip Frame 1Symbol 444 MovieClip
"purple"Symbol 452 MovieClip Frame 1Symbol 446 MovieClip
"blue"Symbol 452 MovieClip Frame 1Symbol 451 MovieClip
"select"Symbol 519 MovieClip Frame 1Symbol 52 MovieClip
"itemshow"Symbol 519 MovieClip Frame 1Symbol 404 MovieClip
"statistics"Symbol 519 MovieClip Frame 3Symbol 497 MovieClip
"select"Symbol 519 MovieClip Frame 5Symbol 52 MovieClip
"sub"Symbol 521 MovieClip Frame 1Symbol 519 MovieClip
"mainmenu2"Symbol 523 MovieClip Frame 2Symbol 521 MovieClip
"wall"Symbol 540 MovieClip Frame 1Symbol 215 MovieClip
"wall"Symbol 541 MovieClip Frame 1Symbol 540 MovieClip
"block"Symbol 565 MovieClip Frame 1Symbol 215 MovieClip
"wall"Symbol 565 MovieClip Frame 1Symbol 563 MovieClip
"block2"Symbol 565 MovieClip Frame 1Symbol 564 MovieClip
"wall"Symbol 576 MovieClip Frame 1Symbol 563 MovieClip
"block1"Symbol 576 MovieClip Frame 1Symbol 266 MovieClip
"block2"Symbol 576 MovieClip Frame 1Symbol 266 MovieClip
"block3"Symbol 576 MovieClip Frame 1Symbol 266 MovieClip
"block4"Symbol 576 MovieClip Frame 1Symbol 266 MovieClip
"block5"Symbol 576 MovieClip Frame 1Symbol 266 MovieClip
"wall"Symbol 581 MovieClip Frame 1Symbol 215 MovieClip
"wall"Symbol 582 MovieClip Frame 1Symbol 215 MovieClip
"wall"Symbol 583 MovieClip Frame 1Symbol 215 MovieClip
"wall"Symbol 584 MovieClip Frame 1Symbol 215 MovieClip
"wall1"Symbol 585 MovieClip Frame 1Symbol 581 MovieClip
"wall3"Symbol 585 MovieClip Frame 1Symbol 582 MovieClip
"wall4"Symbol 585 MovieClip Frame 1Symbol 583 MovieClip
"wall2"Symbol 585 MovieClip Frame 1Symbol 584 MovieClip
"wall"Symbol 585 MovieClip Frame 1Symbol 563 MovieClip
"wall"Symbol 595 MovieClip Frame 1Symbol 215 MovieClip
"wall"Symbol 596 MovieClip Frame 1Symbol 215 MovieClip
"wall"Symbol 597 MovieClip Frame 1Symbol 215 MovieClip
"wall"Symbol 598 MovieClip Frame 1Symbol 215 MovieClip
"wall1"Symbol 599 MovieClip Frame 1Symbol 595 MovieClip
"wall2"Symbol 599 MovieClip Frame 1Symbol 596 MovieClip
"wall3"Symbol 599 MovieClip Frame 1Symbol 597 MovieClip
"wall4"Symbol 599 MovieClip Frame 1Symbol 598 MovieClip
"codetext"Symbol 664 MovieClip Frame 2Symbol 663 EditableText
"wall"Symbol 690 MovieClip Frame 1Symbol 563 MovieClip
"wall"Symbol 708 MovieClip Frame 1Symbol 563 MovieClip
"wall"Symbol 714 MovieClip Frame 1Symbol 215 MovieClip
"wall1"Symbol 715 MovieClip Frame 1Symbol 713 MovieClip
"wall2"Symbol 715 MovieClip Frame 1Symbol 714 MovieClip
"wall1"Symbol 744 MovieClip Frame 1Symbol 738 MovieClip
"wall2"Symbol 744 MovieClip Frame 1Symbol 739 MovieClip
"wall3"Symbol 744 MovieClip Frame 1Symbol 740 MovieClip
"wall4"Symbol 744 MovieClip Frame 1Symbol 741 MovieClip
"wall5"Symbol 744 MovieClip Frame 1Symbol 742 MovieClip
"wall6"Symbol 744 MovieClip Frame 1Symbol 743 MovieClip
"door"Symbol 744 MovieClip Frame 1Symbol 563 MovieClip
"wall"Symbol 749 MovieClip Frame 1Symbol 563 MovieClip
"wall"Symbol 784 MovieClip Frame 1Symbol 783 MovieClip
"wall1"Symbol 784 MovieClip Frame 1Symbol 563 MovieClip
"wall2"Symbol 784 MovieClip Frame 1Symbol 563 MovieClip
"eye2"Symbol 809 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 809 MovieClip Frame 1Symbol 94 MovieClip
"eye2"Symbol 813 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 813 MovieClip Frame 1Symbol 94 MovieClip
"eye1"Symbol 813 MovieClip Frame 2Symbol 94 MovieClip
"eye2"Symbol 813 MovieClip Frame 2Symbol 94 MovieClip
"eye2"Symbol 813 MovieClip Frame 16Symbol 94 MovieClip
"eye1"Symbol 813 MovieClip Frame 16Symbol 94 MovieClip
"snake"Symbol 814 MovieClip Frame 1Symbol 813 MovieClip
"wall"Symbol 839 MovieClip Frame 1Symbol 563 MovieClip
"wall1"Symbol 845 MovieClip Frame 1Symbol 844 MovieClip
"block3"Symbol 845 MovieClip Frame 1Symbol 266 MovieClip
"wall"Symbol 856 MovieClip Frame 1Symbol 563 MovieClip
"block2"Symbol 869 MovieClip Frame 1Symbol 266 MovieClip
"block3"Symbol 869 MovieClip Frame 1Symbol 266 MovieClip
"block4"Symbol 869 MovieClip Frame 1Symbol 266 MovieClip
"block1"Symbol 869 MovieClip Frame 1Symbol 266 MovieClip
"wall"Symbol 912 MovieClip Frame 1Symbol 910 MovieClip
"wall2"Symbol 912 MovieClip Frame 1Symbol 911 MovieClip
"secret"Symbol 918 MovieClip Frame 1Symbol 353 MovieClip
"wall"Symbol 918 MovieClip Frame 1Symbol 563 MovieClip
"block1"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block2"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block3"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block4"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block5"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block6"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block7"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block8"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block9"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block10"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block11"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"block12"Symbol 935 MovieClip Frame 1Symbol 266 MovieClip
"wall1"Symbol 967 MovieClip Frame 1Symbol 964 MovieClip
"wall3"Symbol 967 MovieClip Frame 1Symbol 965 MovieClip
"wall2"Symbol 967 MovieClip Frame 1Symbol 966 MovieClip
"block1"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block2"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block3"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block4"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block5"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block6"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block7"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block8"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block9"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block10"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block11"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block12"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block13"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block14"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block16"Symbol 967 MovieClip Frame 1Symbol 266 MovieClip
"block3"Symbol 999 MovieClip Frame 1Symbol 266 MovieClip
"block2"Symbol 999 MovieClip Frame 1Symbol 266 MovieClip
"block1"Symbol 999 MovieClip Frame 1Symbol 266 MovieClip
"you"Symbol 1009 MovieClip Frame 2Symbol 1007 MovieClip
"block3"Symbol 1012 MovieClip Frame 1Symbol 266 MovieClip
"block2"Symbol 1012 MovieClip Frame 1Symbol 266 MovieClip
"block1"Symbol 1012 MovieClip Frame 1Symbol 266 MovieClip
"strip"Symbol 1031 MovieClip Frame 1Symbol 1030 MovieClip
"wall"Symbol 1052 MovieClip Frame 1Symbol 563 MovieClip
"block1"Symbol 1059 MovieClip Frame 1Symbol 266 MovieClip
"block24"Symbol 1059 MovieClip Frame 1Symbol 266 MovieClip
"block3"Symbol 1059 MovieClip Frame 1Symbol 266 MovieClip
"block16"Symbol 1059 MovieClip Frame 1Symbol 266 MovieClip
"block11"Symbol 1059 MovieClip Frame 1Symbol 266 MovieClip
"block13"Symbol 1059 MovieClip Frame 1Symbol 266 MovieClip
"block14"Symbol 1059 MovieClip Frame 1Symbol 266 MovieClip
"wall1"Symbol 1070 MovieClip Frame 1Symbol 1066 MovieClip
"wall3"Symbol 1070 MovieClip Frame 1Symbol 1067 MovieClip
"wall2"Symbol 1070 MovieClip Frame 1Symbol 1068 MovieClip
"wall4"Symbol 1070 MovieClip Frame 1Symbol 1069 MovieClip
"block1"Symbol 1084 MovieClip Frame 1Symbol 266 MovieClip
"wall"Symbol 1084 MovieClip Frame 1Symbol 563 MovieClip
"wall"Symbol 1095 MovieClip Frame 1Symbol 563 MovieClip
"block1"Symbol 1100 MovieClip Frame 1Symbol 266 MovieClip
"block3"Symbol 1100 MovieClip Frame 1Symbol 266 MovieClip
"block2"Symbol 1100 MovieClip Frame 1Symbol 266 MovieClip
"wall"Symbol 1110 MovieClip Frame 1Symbol 783 MovieClip
"wall1"Symbol 1110 MovieClip Frame 1Symbol 563 MovieClip
"wall2"Symbol 1110 MovieClip Frame 1Symbol 563 MovieClip
"righteye"Symbol 1123 MovieClip Frame 1Symbol 305 MovieClip
"lefteye"Symbol 1123 MovieClip Frame 1Symbol 305 MovieClip
"wall1"Symbol 1140 MovieClip Frame 1Symbol 1139 MovieClip
"wall1"Symbol 1147 MovieClip Frame 1Symbol 1146 MovieClip
"wall"Symbol 1167 MovieClip Frame 1Symbol 563 MovieClip
"wall1"Symbol 1167 MovieClip Frame 1Symbol 783 MovieClip
"wall2"Symbol 1167 MovieClip Frame 1Symbol 563 MovieClip
"wall1"Symbol 1179 MovieClip Frame 1Symbol 1178 MovieClip
"black"Symbol 1207 MovieClip Frame 1Symbol 1206 MovieClip
"wall"Symbol 1214 MovieClip Frame 1Symbol 215 MovieClip
"eye2"Symbol 1225 MovieClip Frame 23Symbol 94 MovieClip
"eye1"Symbol 1225 MovieClip Frame 23Symbol 94 MovieClip
"snake"Symbol 1226 MovieClip Frame 1Symbol 1225 MovieClip
"bomb"Symbol 1287 MovieClip Frame 101Symbol 326 MovieClip
"bomb"Symbol 1287 MovieClip Frame 124Symbol 326 MovieClip
"bomb"Symbol 1287 MovieClip Frame 147Symbol 326 MovieClip
"bomb"Symbol 1287 MovieClip Frame 167Symbol 326 MovieClip
"bomb"Symbol 1287 MovieClip Frame 179Symbol 326 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "wrong"
ExportAssets (56)Timeline Frame 1Symbol 2 as "splash"
ExportAssets (56)Timeline Frame 1Symbol 3 as "reward"
ExportAssets (56)Timeline Frame 1Symbol 4 as "portalsound"
ExportAssets (56)Timeline Frame 1Symbol 5 as "NG9991"
ExportAssets (56)Timeline Frame 1Symbol 6 as "NG8304"
ExportAssets (56)Timeline Frame 1Symbol 7 as "NG6298"
ExportAssets (56)Timeline Frame 1Symbol 8 as "NG5437"
ExportAssets (56)Timeline Frame 1Symbol 9 as "NG1613"
ExportAssets (56)Timeline Frame 1Symbol 10 as "NG11567"
ExportAssets (56)Timeline Frame 1Symbol 11 as "Lush Loop"
ExportAssets (56)Timeline Frame 1Symbol 12 as "loaded"
ExportAssets (56)Timeline Frame 1Symbol 13 as "lifepacksound"
ExportAssets (56)Timeline Frame 1Symbol 14 as "keysound"
ExportAssets (56)Timeline Frame 1Symbol 15 as "gulp"
ExportAssets (56)Timeline Frame 1Symbol 16 as "fire"
ExportAssets (56)Timeline Frame 1Symbol 17 as "fire2"
ExportAssets (56)Timeline Frame 1Symbol 18 as "coinsound"
ExportAssets (56)Timeline Frame 1Symbol 19 as "beep"
ExportAssets (56)Timeline Frame 1Symbol 20 as "pusle"
ExportAssets (56)Timeline Frame 890Symbol 230 as "bomb"
ExportAssets (56)Timeline Frame 890Symbol 20 as "pusle"
ExportAssets (56)Timeline Frame 892Symbol 230 as "bomb"

Labels

"the norm"Frame 863
"vars"Frame 864
"doors/keys"Frame 865
"map"Frame 866
"coins/life"Frame 867
"bad killed"Frame 868
"blocks"Frame 869
"puzzle/secrets solved"Frame 870
"you hit"Frame 872
"hit from turret"Frame 873
"use bomb"Frame 874
"got coin"Frame 875
"bad hit (U,R,D,L)"Frame 876
"menus"Frame 877
"push"Frame 878
"win"Frame 974
"credits"Frame 975
"x"Symbol 129 MovieClip Frame 1
"y"Symbol 129 MovieClip Frame 9
"right"Symbol 191 MovieClip Frame 1
"left"Symbol 191 MovieClip Frame 7
"down"Symbol 192 MovieClip Frame 1
"up"Symbol 192 MovieClip Frame 7
"up"Symbol 251 MovieClip Frame 2
"right"Symbol 251 MovieClip Frame 4
"down"Symbol 251 MovieClip Frame 6
"left"Symbol 251 MovieClip Frame 8
"book"Symbol 404 MovieClip Frame 4
"raft"Symbol 404 MovieClip Frame 5
"bomb"Symbol 404 MovieClip Frame 6
"push"Symbol 404 MovieClip Frame 7
"y"Symbol 814 MovieClip Frame 1
"x"Symbol 814 MovieClip Frame 6
"y"Symbol 1226 MovieClip Frame 1
"x"Symbol 1226 MovieClip Frame 6

Dynamic Text Variables

sStatusSymbol 32 EditableText""
ctextSymbol 86 EditableText" "
/:lifevarSymbol 357 EditableText""
/:coinsSymbol 359 EditableText""
/:livesSymbol 361 EditableText""
/:messageSymbol 364 EditableText""
item2Symbol 376 EditableText""
item3Symbol 377 EditableText""
item4Symbol 378 EditableText""
item5Symbol 379 EditableText""
item6Symbol 380 EditableText""
item7Symbol 381 EditableText""
item8Symbol 382 EditableText""
item1Symbol 383 EditableText""
hintSymbol 437 EditableText""
/:timeSymbol 455 EditableText""
enemieskilledSymbol 460 EditableText""
roomsvisitedSymbol 461 EditableText""
codeSymbol 663 EditableText""
actionSymbol 726 EditableText""
cost1Symbol 727 EditableText""
cost2Symbol 728 EditableText""
healthvarSymbol 822 EditableText""
puzzleroom62Symbol 1086 EditableText""
/:timeSymbol 1291 EditableText""
enemieskilledSymbol 1292 EditableText""
roomsvisitedSymbol 1293 EditableText""
/:timeSymbol 1296 EditableText""
enemieskilledSymbol 1297 EditableText""
roomsvisitedSymbol 1298 EditableText""
/:timeSymbol 1300 EditableText""
enemieskilledSymbol 1301 EditableText""
roomsvisitedSymbol 1302 EditableText""
/:timeSymbol 1305 EditableText""
enemieskilledSymbol 1306 EditableText""
roomsvisitedSymbol 1307 EditableText""
/:timeSymbol 1308 EditableText""
enemieskilledSymbol 1309 EditableText""
roomsvisitedSymbol 1310 EditableText""
/:timeSymbol 1311 EditableText""
enemieskilledSymbol 1312 EditableText""
roomsvisitedSymbol 1313 EditableText""
/:timeSymbol 1314 EditableText""
enemieskilledSymbol 1315 EditableText""
roomsvisitedSymbol 1316 EditableText""
/:timeSymbol 1317 EditableText""
enemieskilledSymbol 1318 EditableText""
roomsvisitedSymbol 1319 EditableText""
timeSymbol 1320 EditableText""
/:timeSymbol 1321 EditableText""
enemieskilledSymbol 1322 EditableText""
roomsvisitedSymbol 1323 EditableText""
enemieskilledSymbol 1324 EditableText""
timeSymbol 1325 EditableText""
/:timeSymbol 1326 EditableText""
enemieskilledSymbol 1327 EditableText""
roomsvisitedSymbol 1328 EditableText""
roomsvisitedSymbol 1329 EditableText""
timeSymbol 1330 EditableText""
enemieskilledSymbol 1331 EditableText""
/:timeSymbol 1332 EditableText""
enemieskilledSymbol 1333 EditableText""
roomsvisitedSymbol 1334 EditableText""
roomsvisitedSymbol 1335 EditableText""
timeSymbol 1336 EditableText""
enemieskilledSymbol 1337 EditableText""
livesSymbol 1338 EditableText""
/:timeSymbol 1350 EditableText""
enemieskilledSymbol 1351 EditableText""
roomsvisitedSymbol 1352 EditableText""
roomsvisitedSymbol 1353 EditableText""
timeSymbol 1354 EditableText""
enemieskilledSymbol 1355 EditableText""
livesSymbol 1356 EditableText""
/:timeSymbol 1357 EditableText""
enemieskilledSymbol 1358 EditableText""
roomsvisitedSymbol 1359 EditableText""
roomsvisitedSymbol 1360 EditableText""
timeSymbol 1361 EditableText""
enemieskilledSymbol 1362 EditableText""
livesSymbol 1363 EditableText""




http://swfchan.com/5/24482/info.shtml
Created: 24/5 -2019 23:20:18 Last modified: 24/5 -2019 23:20:18 Server time: 27/04 -2024 19:32:57