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

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

Crizzle dungeon.swf

This is the info page for
Flash #61926

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


Text
A zynex production

Play

Welcome to this demo of the upcoming adventure game, Crizzle!
I have created this demo as a test to see if People like the
concept, and maybe report some bugs that I havent noticed yet.
The reason Im doing this, is so I can make this game one of the
best on newgrounds.

If this game is laggy, please rightclick and change the quality of
the game!

The controls are:
D = Sword
S = Action button
A = Jump
X = pause/menu
W = View map

Good luck and have fun! ^^

^

!

n

u

f

e

v

a

h

d

k

c

l

o

G




100

/100

x

x

Items

Status

equipment

1F

Icetop shrine

End of demo

Thanx 4 for playin!

Game over

Continue

quit

ActionScript [AS1/AS2]

Frame 1
stop(); _root.move2 = 0;
Frame 2
stop();
Frame 3
stop(); _root.sword = 2; _root.d1 = 1; _root.saveframe = 3;
Instance of Symbol 58 MovieClip "lockeddoor1" in Frame 3
onClipEvent (load) { if (_root.opened1 >= 1) { this.gotoAndStop(43); } } onClipEvent (enterFrame) { if (this.frame >= 1) { _root.opened1 = 1; } }
Instance of Symbol 183 MovieClip "hero" in Frame 3
onClipEvent (load) { _root.speed = 6; _root.ouch = 0; } onClipEvent (enterFrame) { if (_root.health <= 0) { gotoAndPlay (34); } } onClipEvent (enterFrame) { if (Key.isDown(38) && (_root.direction <= 0)) { gotoAndStop (2); } if (Key.isDown(40) && (_root.direction <= 0)) { gotoAndStop (1); } if (Key.isDown(37) && (_root.direction <= 0)) { gotoAndStop (4); } if (Key.isDown(39) && (_root.direction <= 0)) { gotoAndStop (3); } }
Instance of Symbol 50 MovieClip in Frame 3
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 3
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 3
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 3
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 3
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 3
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 3
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 185 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 65); _root.gotoAndStop("snow5"); } } }
Instance of Symbol 185 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 486); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/2"); } } }
Instance of Symbol 185 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 66); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/5"); } } }
Instance of Symbol 185 MovieClip in Frame 3
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 402); _root.gotoAndStop("dungeon1/8"); } } }
Instance of Symbol 188 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 3
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 201 MovieClip in Frame 3
onClipEvent (enterFrame) { this.gotoAndStop(_root.health); } onClipEvent (load) { this.gotoAndStop(_root.health); } onClipEvent (enterFrame) { if (_root.health >= 100) { _root.health = 100; } if (_root.health <= 0) { _root.hero.gotoAndPlay(34); _root.health = 100; } }
Instance of Symbol 205 MovieClip in Frame 3
onClipEvent (enterFrame) { if (_root.gold >= 9999) { _root.gold = 9999; } if (_root.gold <= 0) { _root.gold = 0; } }
Instance of Symbol 263 MovieClip "menu" in Frame 3
onClipEvent (load) { this.potion1 = _root.potion1; this.potion2 = _root.potion2; this.bread = _root.bread; this.herb = _root.herb; this.quartz = _root.quartz; } onClipEvent (enterFrame) { this.potion1 = _root.potion1; this.potion2 = _root.potion2; this.bread = _root.bread; this.herb = _root.herb; this.quartz = _root.quartz; } onClipEvent (enterFrame) { if (_root.potion1 >= 10) { _root.potion1 = 10; } if (_root.potion1 <= 0) { _root.potion1 = 0; } if (_root.potion2 >= 10) { _root.potion2 = 10; } if (_root.potion2 <= 0) { _root.potion2 = 0; } if (_root.bread >= 10) { _root.bread = 10; } if (_root.bread <= 0) { _root.bread = 0; } if (_root.herb >= 20) { _root.herb = 20; } if (_root.herb <= 0) { _root.herb = 0; } if (_root.quartz >= 3) { _root.quartz = 3; } if (_root.quartz <= 0) { _root.quartz = 0; } }
Instance of Symbol 281 MovieClip "position" in Frame 3
onClipEvent (enterFrame) { _root.position.x = _root.hero._x; _root.position.y = _root.hero._y; }
Frame 5
stop(); _root.d1 = 2; _root.saveframe = 5;
Instance of Symbol 353 MovieClip in Frame 5
onClipEvent (load) { this.hp = 3; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 3; this.gotoAndPlay(2); } }
Instance of Symbol 185 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 66); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/1"); } } }
Instance of Symbol 185 MovieClip in Frame 5
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 402); _root.gotoAndStop("dungeon1/3"); } } }
Instance of Symbol 188 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 7
stop(); _root.d1 = 3; _root.saveframe = 7;
Instance of Symbol 370 MovieClip in Frame 7
onClipEvent (load) { this.hp = 2; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 2; this.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip in Frame 7
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 7
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 77); _root.gotoAndStop("dungeon1/2"); } } }
Instance of Symbol 185 MovieClip in Frame 7
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 402); _root.gotoAndStop("dungeon1/4"); } } }
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 9
_root.d1 = 4; stop(); _root.saveframe = 9;
Instance of Symbol 392 MovieClip in Frame 9
onClipEvent (load) { if (_root.k1 >= 1) { this.gotoAndStop(3); } }
Instance of Symbol 370 MovieClip in Frame 9
onClipEvent (load) { this.hp = 2; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 2; this.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip in Frame 9
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 9
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 77); _root.gotoAndStop("dungeon1/3"); } } }
Instance of Symbol 188 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 11
stop(); _root.d1 = 5; _root.saveframe = 11;
Instance of Symbol 50 MovieClip in Frame 11
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 11
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 11
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 185 MovieClip in Frame 11
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 486); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/1"); } } }
Instance of Symbol 185 MovieClip in Frame 11
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 66); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/6"); } } }
Instance of Symbol 188 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 13
stop(); _root.d1 = 6; _root.saveframe = 13;
Instance of Symbol 437 MovieClip in Frame 13
onClipEvent (load) { this.hp = 3; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 3; this.gotoAndPlay(5); } }
Instance of Symbol 185 MovieClip in Frame 13
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 486); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/5"); } } }
Instance of Symbol 185 MovieClip in Frame 13
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 66); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/7"); } } }
Instance of Symbol 188 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 13
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 15
stop(); _root.d1 = 7; _root.saveframe = 15;
Instance of Symbol 445 MovieClip in Frame 15
onClipEvent (load) { if (_root.k2 >= 1) { this.gotoAndStop(3); } }
Instance of Symbol 370 MovieClip in Frame 15
onClipEvent (load) { this.hp = 2; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 2; this.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip in Frame 15
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 15
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 15
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 15
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 15
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 15
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 15
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 486); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/6"); } } }
Instance of Symbol 188 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 17
stop(); _root.d1 = 8; _root.saveframe = 17;
Instance of Symbol 58 MovieClip "lockeddoor1" in Frame 17
onClipEvent (load) { if (_root.opened2 >= 1) { this.gotoAndStop(43); } } onClipEvent (enterFrame) { if (this.frame >= 1) { _root.opened2 = 1; } }
Instance of Symbol 437 MovieClip in Frame 17
onClipEvent (load) { this.hp = 3; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 3; this.gotoAndPlay(5); } }
Instance of Symbol 56 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 17
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 17
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 77); _root.gotoAndStop("dungeon1/1"); } } }
Instance of Symbol 185 MovieClip in Frame 17
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 66); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/9"); } } }
Instance of Symbol 185 MovieClip in Frame 17
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 402); _root.gotoAndStop("dungeon1/15"); } } }
Instance of Symbol 188 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 19
stop(); _root.d1 = 9; _root.saveframe = 19;
Instance of Symbol 50 MovieClip in Frame 19
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 19
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 486); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/8"); } } }
Instance of Symbol 185 MovieClip in Frame 19
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 66); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/10"); } } }
Instance of Symbol 188 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 21
stop(); _root.d1 = 10; _root.saveframe = 21;
Instance of Symbol 370 MovieClip in Frame 21
onClipEvent (load) { this.hp = 2; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 2; this.gotoAndPlay(2); } }
Instance of Symbol 370 MovieClip in Frame 21
onClipEvent (load) { this.hp = 2; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 2; this.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip in Frame 21
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 21
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 486); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/9"); } } }
Instance of Symbol 185 MovieClip in Frame 21
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 402); _root.gotoAndStop("dungeon1/11"); } } }
Instance of Symbol 188 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 23
stop(); _root.d1 = 11; _root.saveframe = 23;
Instance of Symbol 484 MovieClip in Frame 23
onClipEvent (load) { this.hp = 2; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 2; this.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip in Frame 23
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 23
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 185 MovieClip in Frame 23
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 486); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/12"); } } }
Instance of Symbol 185 MovieClip in Frame 23
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 66); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/13"); } } }
Instance of Symbol 185 MovieClip in Frame 23
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 402); _root.gotoAndStop("dungeon1/14"); } } }
Instance of Symbol 185 MovieClip in Frame 23
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 77); _root.gotoAndStop("dungeon1/10"); } } }
Instance of Symbol 188 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 25
stop(); _root.d1 = 12; _root.saveframe = 25;
Instance of Symbol 437 MovieClip in Frame 25
onClipEvent (load) { this.hp = 3; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 3; this.gotoAndPlay(5); } }
Instance of Symbol 437 MovieClip in Frame 25
onClipEvent (load) { this.hp = 3; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 3; this.gotoAndPlay(5); } }
Instance of Symbol 437 MovieClip in Frame 25
onClipEvent (load) { this.hp = 3; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 3; this.gotoAndPlay(5); } }
Instance of Symbol 50 MovieClip in Frame 25
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 25
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 25
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 66); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/11"); } } }
Instance of Symbol 188 MovieClip in Frame 25
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 27
stop(); _root.d1 = 13; _root.saveframe = 27;
Instance of Symbol 50 MovieClip in Frame 27
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 27
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 486); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/11"); } } }
Instance of Symbol 188 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 29
stop(); _root.d1 = 14; _root.saveframe = 29;
Instance of Symbol 530 MovieClip "keychest1" in Frame 29
onClipEvent (load) { if (_root.chestopen2 >= 1) { gotoAndStop (52); } } onClipEvent (enterFrame) { if (this.chest >= 1) { _root.tekst.tekst = "Obtained a small key!"; } } onClipEvent (load) { if (_root.chestopen2 <= 0) { this._alpha = 0; } else { this._alpha = 100; } }
Instance of Symbol 601 MovieClip in Frame 29
onClipEvent (load) { this.hp = 7; } onClipEvent (load) { if (_root.boss1 >= 1) { _root.bardoor.gotoAndStop(16); gotoAndStop (27); } } onClipEvent (enterFrame) { if (this.hp <= 0) { _root.bardoor.play(); _root.boss1 = 1; _root.keychest1._alpha = 100; this.hp = 7; this.gotoAndPlay(5); } }
Instance of Symbol 185 MovieClip in Frame 29
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 77); _root.gotoAndStop("dungeon1/11"); } } }
Instance of Symbol 188 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 31
stop(); _root.d1 = 15; _root.saveframe = 31;
Instance of Symbol 58 MovieClip "lockeddoor1" in Frame 31
onClipEvent (load) { if (_root.opened3 >= 1) { this.gotoAndStop(43); } } onClipEvent (enterFrame) { if (this.frame >= 1) { _root.opened3 = 1; } }
Instance of Symbol 50 MovieClip in Frame 31
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 31
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 185 MovieClip in Frame 31
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 77); _root.gotoAndStop("dungeon1/8"); } } }
Instance of Symbol 185 MovieClip in Frame 31
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 402); _root.gotoAndStop("dungeon1/16"); } } }
Instance of Symbol 188 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 33
stop(); _root.d1 = 16; _root.saveframe = 33;
Instance of Symbol 370 MovieClip in Frame 33
onClipEvent (load) { this.hp = 2; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 2; this.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip in Frame 33
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 33
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 33
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 33
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 33
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 33
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 33
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 33
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 33
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 33
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 33
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 77); _root.gotoAndStop("dungeon1/15"); } } }
Instance of Symbol 185 MovieClip in Frame 33
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._y = (_root.hero._y = 455); _root.gotoAndStop("dungeon1/17"); } } }
Instance of Symbol 188 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 35
stop(); _root.d1 = 17; _root.saveframe = 35;
Instance of Symbol 619 MovieClip in Frame 35
onClipEvent (load) { if (_root.chestopen1 >= 1) { gotoAndStop (52); } } onClipEvent (enterFrame) { if (this.chest >= 1) { _root.tekst.tekst = "You found 20 gold!"; } }
Instance of Symbol 370 MovieClip in Frame 35
onClipEvent (load) { this.hp = 2; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 2; this.gotoAndPlay(2); } }
Instance of Symbol 370 MovieClip in Frame 35
onClipEvent (load) { this.hp = 2; } onClipEvent (enterFrame) { if (this.hp <= 0) { this.hp = 2; this.gotoAndPlay(2); } }
Instance of Symbol 50 MovieClip in Frame 35
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 35
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 35
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 35
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._y = (_root.hero._y = 26); _root.gotoAndStop("dungeon1/16"); } } }
Instance of Symbol 185 MovieClip in Frame 35
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._y = (_root.hero._y = 455); _root.gotoAndStop("dungeon1/18"); } } }
Instance of Symbol 188 MovieClip in Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 37
stop(); _root.d1 = 18; _root.saveframe = 37;
Instance of Symbol 56 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 56 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 56 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 56 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Frame 37
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 56 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 185 MovieClip in Frame 37
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._y = (_root.hero._y = 26); _root.gotoAndStop("dungeon1/17"); } } }
Instance of Symbol 185 MovieClip in Frame 37
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 402); _root.gotoAndStop("dungeon1/19"); } } }
Instance of Symbol 188 MovieClip in Frame 37
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 39
stop(); _root.saveframe = 39;
Instance of Symbol 696 MovieClip "boss1" in Frame 39
onClipEvent (load) { this.hp1 = 20; this.hp2 = 25; } onClipEvent (load) { if (_root.boss2 >= 1) { gotoAndStop (200); } } onClipEvent (enterFrame) { if (this.hp2 <= 0) { gotoAndPlay (71); this.hp2 = 25; } } onClipEvent (enterFrame) { if (this.hp1 <= 0) { play(); } }
Instance of Symbol 50 MovieClip in Frame 39
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 39
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 185 MovieClip in Frame 39
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 66); _root.hero._y = (_root.hero._y = 204); _root.gotoAndStop("dungeon1/20"); } } }
Instance of Symbol 188 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Instance of Symbol 188 MovieClip in Frame 39
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { play(); } }
Frame 41
stop(); _root.saveframe = 41;
Instance of Symbol 50 MovieClip in Frame 41
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 41
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 41
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 41
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 41
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 41
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Instance of Symbol 50 MovieClip in Frame 41
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.blok1hit.gotoAndStop(2); _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_root.bang == 1)) { _root.hero._y = _root.hero._y + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_root.bang == 2)) { _root.hero._y = _root.hero._y - 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_root.bang == 3)) { _root.hero._x = _root.hero._x + 6; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_root.bang == 4)) { _root.hero._x = _root.hero._x - 6; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 1)) { _root.blok1._y = _root.blok1._y - 6; } if ((this.hitTest(_root.blok.blok1hit) == true) && (_root.blok1schuif == 2)) { _root.blok1._y = _root.blok1._y + 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 3)) { _root.blok1._x = _root.blok1._x - 6; } if ((this.hitTest(_root.blok1.blokhit) == true) && (_root.blok1schuif == 4)) { _root.blok1._x = _root.blok1._x + 6; } }
Frame 42
stop();
Frame 43
stop();
Symbol 14 Button
on (release) { _root.play(); }
Symbol 18 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { gotoAndStop (3); }
Symbol 18 MovieClip Frame 2
gotoAndPlay (1);
Symbol 24 Button
on (release) { nextFrame(); }
Symbol 28 Button
on (release) { play(); }
Symbol 44 MovieClip Frame 1
stop();
Symbol 44 MovieClip Frame 2
stop();
Symbol 44 MovieClip Frame 3
stop();
Symbol 44 MovieClip Frame 4
stop();
Symbol 44 MovieClip Frame 52
_root.play();
Symbol 53 MovieClip Frame 1
stop();
Instance of Symbol 50 MovieClip in Symbol 53 MovieClip Frame 1
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } }
Instance of Symbol 51 MovieClip in Symbol 53 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.hero.wallhit) == true) && (Key.isDown(83))) { _parent.play(); } }
Symbol 53 MovieClip Frame 2
play();
Symbol 53 MovieClip Frame 16
stop();
Symbol 58 MovieClip Frame 1
stop();
Instance of Symbol 56 MovieClip in Symbol 58 MovieClip Frame 1
onClipEvent (enterFrame) { if (((hitTest(_root.hero.wallhit) == true) && (Key.isDown(83))) && (_root.keynumber >= 1)) { _parent.play(); _root.keynumber = _root.keynumber - 1; } }
Instance of Symbol 50 MovieClip in Symbol 58 MovieClip Frame 1
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } }
Symbol 58 MovieClip Frame 2
this.frame = 1;
Symbol 58 MovieClip Frame 35
stop();
Symbol 66 MovieClip Frame 1
stop();
Symbol 66 MovieClip Frame 2
stop();
Symbol 66 MovieClip Frame 3
stop();
Symbol 66 MovieClip Frame 4
stop();
Instance of Symbol 66 MovieClip in Symbol 68 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 83 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 95 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 98 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 101 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 103 MovieClip Frame 1
_root.speed = 6; stop();
Instance of Symbol 68 MovieClip in Symbol 103 MovieClip Frame 1
onClipEvent (enterFrame) { _root.direction = 0; } onClipEvent (enterFrame) { if (Key.isDown(40) && (_root.move <= 0)) { _root.hero.down.gotoAndStop(2); } else { _root.hero.down.gotoAndStop(1); } if ((Key.isDown(68) && (_root.move <= 0)) && (_root.sword >= 2)) { _root.hero.down.gotoAndStop(3); } if (Key.isDown(65) && (_root.move <= 0)) { _root.hero.down.gotoAndPlay(19); } }
Symbol 103 MovieClip Frame 2
stop();
Instance of Symbol 83 MovieClip in Symbol 103 MovieClip Frame 2
onClipEvent (enterFrame) { _root.direction = 1; } onClipEvent (enterFrame) { if (Key.isDown(40) && (_root.move <= 0)) { _root.hero.down.gotoAndStop(2); } else { _root.hero.down.gotoAndStop(1); } if ((Key.isDown(68) && (_root.move <= 0)) && (_root.sword >= 2)) { _root.hero.down.gotoAndStop(3); } if (Key.isDown(65) && (_root.move <= 0)) { _root.hero.down.gotoAndPlay(19); } }
Symbol 103 MovieClip Frame 3
_root.move = 1; _root.direction = 1; play();
Instance of Symbol 66 MovieClip in Symbol 103 MovieClip Frame 3
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 103 MovieClip Frame 11
stop();
Instance of Symbol 68 MovieClip in Symbol 103 MovieClip Frame 11
onClipEvent (enterFrame) { if (Key.isDown(68)) { _root.hero.down.gotoAndStop(11); } else { _root.move = 0; _root.direction = 0; _root.hero.down.gotoAndStop(1); } }
Symbol 103 MovieClip Frame 12
_root.move = 1; _root.direction = 1; play(); _root.hero.wallhit.play();
Instance of Symbol 95 MovieClip in Symbol 103 MovieClip Frame 12
onClipEvent (enterFrame) { _root.bang = 1; _root.hero._y = _root.hero._y - 6; }
Symbol 103 MovieClip Frame 18
_root.bang = 0; _root.move = 0; _root.direction = 0; gotoAndStop (1);
Instance of Symbol 95 MovieClip in Symbol 103 MovieClip Frame 18
onClipEvent (enterFrame) { _root.hero._y = _root.hero._y - 6; }
Symbol 103 MovieClip Frame 19
_root.jump = 1; _root.direction = 1; _root.hero.wallhit.play(); play(); _root.speed = 0;
Symbol 103 MovieClip Frame 21
_root.speed = 5;
Symbol 103 MovieClip Frame 40
_root.speed = 0;
Symbol 103 MovieClip Frame 42
stop();
Instance of Symbol 68 MovieClip in Symbol 103 MovieClip Frame 42
onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.hero.down.gotoAndStop(42); } else { _root.jump = 0; _root.speed = 6; _root.move = 0; _root.direction = 0; _root.hero.down.gotoAndStop(1); } }
Symbol 106 MovieClip Frame 1
stop();
Symbol 108 MovieClip Frame 1
_root.move = 0; stop();
Symbol 108 MovieClip Frame 2
play();
Symbol 108 MovieClip Frame 3
play();
Symbol 108 MovieClip Frame 4
play();
Symbol 108 MovieClip Frame 5
play();
Symbol 108 MovieClip Frame 6
play();
Symbol 108 MovieClip Frame 7
play();
Symbol 108 MovieClip Frame 8
play();
Symbol 108 MovieClip Frame 9
play();
Symbol 108 MovieClip Frame 10
play();
Symbol 108 MovieClip Frame 11
play();
Symbol 108 MovieClip Frame 12
play();
Symbol 108 MovieClip Frame 13
play();
Symbol 108 MovieClip Frame 14
play();
Symbol 108 MovieClip Frame 15
play();
Symbol 108 MovieClip Frame 16
play();
Symbol 108 MovieClip Frame 17
play();
Symbol 108 MovieClip Frame 18
play();
Symbol 108 MovieClip Frame 19
play();
Symbol 108 MovieClip Frame 20
play();
Symbol 108 MovieClip Frame 21
play();
Symbol 108 MovieClip Frame 22
play();
Symbol 108 MovieClip Frame 23
play();
Instance of Symbol 66 MovieClip in Symbol 110 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 116 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 121 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 123 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 125 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 126 MovieClip Frame 1
_root.speed = 6; stop();
Instance of Symbol 110 MovieClip in Symbol 126 MovieClip Frame 1
onClipEvent (enterFrame) { _root.direction = 0; } onClipEvent (enterFrame) { if (Key.isDown(38) && (_root.move <= 0)) { _root.hero.up.gotoAndStop(2); } else { _root.hero.up.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((Key.isDown(68) && (_root.move <= 0)) && (_root.sword >= 2)) { _root.hero.up.gotoAndStop(3); } if (Key.isDown(65) && (_root.move <= 0)) { _root.hero.up.gotoAndPlay(18); } }
Symbol 126 MovieClip Frame 2
stop();
Instance of Symbol 116 MovieClip in Symbol 126 MovieClip Frame 2
onClipEvent (enterFrame) { _root.direction = 1; } onClipEvent (enterFrame) { if (Key.isDown(38) && (_root.move <= 0)) { _root.hero.up.gotoAndStop(2); } else { _root.hero.up.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((Key.isDown(68) && (_root.move <= 0)) && (_root.sword >= 2)) { _root.hero.up.gotoAndStop(3); } if (Key.isDown(65) && (_root.move <= 0)) { _root.hero.up.gotoAndPlay(18); } }
Symbol 126 MovieClip Frame 3
_root.move = 1; _root.direction = 1; play();
Instance of Symbol 66 MovieClip in Symbol 126 MovieClip Frame 3
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 126 MovieClip Frame 10
stop();
Instance of Symbol 110 MovieClip in Symbol 126 MovieClip Frame 10
onClipEvent (enterFrame) { if (Key.isDown(68)) { _root.hero.up.gotoAndStop(10); } else { _root.move = 0; _root.direction = 0; _root.hero.up.gotoAndStop(1); } }
Symbol 126 MovieClip Frame 11
_root.move = 1; _root.direction = 1; play(); _root.hero.wallhit.play();
Instance of Symbol 121 MovieClip in Symbol 126 MovieClip Frame 11
onClipEvent (enterFrame) { _root.bang = 2; _root.hero._y = _root.hero._y + 6; }
Symbol 126 MovieClip Frame 17
_root.bang = 0; _root.move = 0; _root.direction = 0; gotoAndStop (1);
Instance of Symbol 121 MovieClip in Symbol 126 MovieClip Frame 17
onClipEvent (enterFrame) { _root.hero._y = _root.hero._y + 6; }
Symbol 126 MovieClip Frame 18
_root.jump = 1; _root.direction = 1; _root.hero.wallhit.play(); play(); _root.speed = 0;
Symbol 126 MovieClip Frame 20
_root.speed = 5;
Symbol 126 MovieClip Frame 39
_root.speed = 0;
Symbol 126 MovieClip Frame 41
stop();
Instance of Symbol 110 MovieClip in Symbol 126 MovieClip Frame 41
onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.hero.up.gotoAndStop(41); } else { _root.jump = 0; _root.speed = 6; _root.move = 0; _root.direction = 0; _root.hero.up.gotoAndStop(1); } }
Instance of Symbol 66 MovieClip in Symbol 129 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 146 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 153 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 156 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 159 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 160 MovieClip Frame 1
_root.speed = 6; stop();
Instance of Symbol 129 MovieClip in Symbol 160 MovieClip Frame 1
onClipEvent (enterFrame) { _root.direction = 0; } onClipEvent (enterFrame) { if (Key.isDown(39) && (_root.move <= 0)) { _root.hero.right.gotoAndStop(2); } else { _root.hero.right.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((Key.isDown(68) && (_root.move <= 0)) && (_root.sword >= 2)) { _root.hero.right.gotoAndStop(3); } if (Key.isDown(65) && (_root.move <= 0)) { _root.hero.right.gotoAndPlay(18); } }
Symbol 160 MovieClip Frame 2
stop();
Instance of Symbol 146 MovieClip in Symbol 160 MovieClip Frame 2
onClipEvent (enterFrame) { _root.direction = 1; } onClipEvent (enterFrame) { if (Key.isDown(39) && (_root.move <= 0)) { _root.hero.right.gotoAndStop(2); } else { _root.hero.right.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((Key.isDown(68) && (_root.move <= 0)) && (_root.sword >= 2)) { _root.hero.right.gotoAndStop(3); } if (Key.isDown(65) && (_root.move <= 0)) { _root.hero.right.gotoAndPlay(18); } }
Symbol 160 MovieClip Frame 3
_root.move = 1; _root.direction = 1; play();
Instance of Symbol 66 MovieClip in Symbol 160 MovieClip Frame 3
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 160 MovieClip Frame 10
stop();
Instance of Symbol 129 MovieClip in Symbol 160 MovieClip Frame 10
onClipEvent (enterFrame) { if (Key.isDown(68)) { _root.hero.right.gotoAndStop(10); } else { _root.move = 0; _root.direction = 0; _root.hero.right.gotoAndStop(1); } }
Symbol 160 MovieClip Frame 11
_root.move = 1; _root.direction = 1; play(); _root.hero.wallhit.play();
Instance of Symbol 153 MovieClip in Symbol 160 MovieClip Frame 11
onClipEvent (enterFrame) { _root.bang = 3; _root.hero._x = _root.hero._x - 6; }
Symbol 160 MovieClip Frame 17
_root.bang = 0; _root.move = 0; _root.direction = 0; gotoAndStop (1);
Instance of Symbol 153 MovieClip in Symbol 160 MovieClip Frame 17
onClipEvent (enterFrame) { _root.hero._x = _root.hero._x - 6; }
Symbol 160 MovieClip Frame 18
_root.jump = 1; _root.direction = 1; _root.hero.wallhit.play(); play(); _root.speed = 1;
Symbol 160 MovieClip Frame 20
_root.speed = 5;
Symbol 160 MovieClip Frame 39
_root.speed = 0;
Symbol 160 MovieClip Frame 41
stop();
Instance of Symbol 129 MovieClip in Symbol 160 MovieClip Frame 41
onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.hero.right.gotoAndStop(41); } else { _root.speed = 6; _root.jump = 0; _root.move = 0; _root.direction = 0; _root.hero.right.gotoAndStop(1); } }
Instance of Symbol 66 MovieClip in Symbol 162 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 163 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 165 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 166 MovieClip Frame 1
_root.speed = 6; stop();
Instance of Symbol 162 MovieClip in Symbol 166 MovieClip Frame 1
onClipEvent (enterFrame) { _root.direction = 0; } onClipEvent (enterFrame) { if (Key.isDown(37) && (_root.move <= 0)) { _root.hero.left.gotoAndStop(2); } else { _root.hero.left.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((Key.isDown(68) && (_root.move <= 0)) && (_root.sword >= 2)) { _root.hero.left.gotoAndStop(3); } if (Key.isDown(65) && (_root.move <= 0)) { _root.hero.left.gotoAndPlay(18); } }
Symbol 166 MovieClip Frame 2
stop();
Instance of Symbol 163 MovieClip in Symbol 166 MovieClip Frame 2
onClipEvent (enterFrame) { _root.direction = 1; } onClipEvent (enterFrame) { if (Key.isDown(37) && (_root.move <= 0)) { _root.hero.left.gotoAndStop(2); } else { _root.hero.left.gotoAndStop(1); } } onClipEvent (enterFrame) { if ((Key.isDown(68) && (_root.move <= 0)) && (_root.sword >= 2)) { _root.hero.left.gotoAndStop(3); } if (Key.isDown(65) && (_root.move <= 0)) { _root.hero.left.gotoAndPlay(18); } }
Symbol 166 MovieClip Frame 3
_root.move = 1; _root.direction = 1; play();
Instance of Symbol 66 MovieClip in Symbol 166 MovieClip Frame 3
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 166 MovieClip Frame 10
stop();
Instance of Symbol 162 MovieClip in Symbol 166 MovieClip Frame 10
onClipEvent (enterFrame) { if (Key.isDown(68)) { _root.hero.left.gotoAndStop(10); } else { _root.move = 0; _root.direction = 0; _root.hero.left.gotoAndStop(1); } }
Symbol 166 MovieClip Frame 11
_root.move = 1; _root.direction = 1; play(); _root.hero.wallhit.play();
Instance of Symbol 165 MovieClip in Symbol 166 MovieClip Frame 11
onClipEvent (enterFrame) { _root.bang = 4; _root.hero._x = _root.hero._x + 6; }
Symbol 166 MovieClip Frame 17
_root.bang = 0; _root.move = 0; _root.direction = 0; gotoAndStop (1);
Instance of Symbol 165 MovieClip in Symbol 166 MovieClip Frame 17
onClipEvent (enterFrame) { _root.hero._x = _root.hero._x + 6; }
Symbol 166 MovieClip Frame 18
_root.jump = 1; _root.direction = 1; _root.hero.wallhit.play(); play(); _root.speed = 1;
Symbol 166 MovieClip Frame 20
_root.speed = 5;
Symbol 166 MovieClip Frame 39
_root.speed = 0;
Symbol 166 MovieClip Frame 41
stop();
Instance of Symbol 162 MovieClip in Symbol 166 MovieClip Frame 41
onClipEvent (enterFrame) { if (Key.isDown(65)) { _root.hero.left.gotoAndStop(41); } else { _root.speed = 6; _root.jump = 0; _root.move = 0; _root.direction = 0; _root.hero.left.gotoAndStop(1); } }
Symbol 167 MovieClip Frame 1
stop();
Instance of Symbol 66 MovieClip in Symbol 167 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 167 MovieClip Frame 2
stop();
Symbol 167 MovieClip Frame 3
stop();
Symbol 167 MovieClip Frame 4
stop();
Symbol 167 MovieClip Frame 5
stop();
Symbol 167 MovieClip Frame 6
stop();
Symbol 167 MovieClip Frame 7
stop();
Symbol 167 MovieClip Frame 8
stop();
Symbol 167 MovieClip Frame 9
stop();
Symbol 167 MovieClip Frame 10
stop();
Symbol 167 MovieClip Frame 11
stop();
Symbol 167 MovieClip Frame 12
stop();
Symbol 167 MovieClip Frame 13
stop();
Symbol 167 MovieClip Frame 14
stop();
Instance of Symbol 66 MovieClip in Symbol 170 MovieClip Frame 1
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 176 MovieClip Frame 2
stop();
Symbol 176 MovieClip Frame 3
stop();
Symbol 176 MovieClip Frame 4
stop();
Symbol 183 MovieClip Frame 1
stop();
Instance of Symbol 103 MovieClip "down" in Symbol 183 MovieClip Frame 1
onClipEvent (load) { _root.climb = 0; gotoAndStop (2); _root.go = 1; } onClipEvent (enterFrame) { if (Key.isDown(40) && (_root.move <= 0)) { _root.hero._y = _root.hero._y + _root.speed; } } onClipEvent (enterFrame) { _root.go = 1; _root.climb = 0; }
Symbol 183 MovieClip Frame 2
stop();
Instance of Symbol 126 MovieClip "up" in Symbol 183 MovieClip Frame 2
onClipEvent (load) { _root.climb = 0; gotoAndStop (2); _root.go = 2; } onClipEvent (enterFrame) { if (Key.isDown(38) && (_root.move <= 0)) { _root.hero._y = _root.hero._y - _root.speed; } } onClipEvent (enterFrame) { _root.go = 2; _root.climb = 0; }
Symbol 183 MovieClip Frame 3
stop();
Instance of Symbol 160 MovieClip "right" in Symbol 183 MovieClip Frame 3
onClipEvent (load) { gotoAndStop (2); _root.go = 3; } onClipEvent (enterFrame) { if (Key.isDown(39) && (_root.move <= 0)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if ((Key.isDown(38) && (_root.move <= 0)) && (_root.jump <= 0)) { _root.hero.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((Key.isDown(40) && (_root.move <= 0)) && (_root.jump <= 0)) { _root.hero.gotoAndStop(1); } } onClipEvent (enterFrame) { _root.go = 3; _root.climb = 0; }
Symbol 183 MovieClip Frame 4
stop();
Instance of Symbol 166 MovieClip "left" in Symbol 183 MovieClip Frame 4
onClipEvent (load) { gotoAndStop (2); _root.go = 4; } onClipEvent (enterFrame) { if (Key.isDown(37) && (_root.move <= 0)) { _root.hero._x = _root.hero._x - _root.speed; } } onClipEvent (enterFrame) { if ((Key.isDown(38) && (_root.move <= 0)) && (_root.jump <= 0)) { _root.hero.gotoAndStop(2); } } onClipEvent (enterFrame) { if ((Key.isDown(40) && (_root.move <= 0)) && (_root.jump <= 0)) { _root.hero.gotoAndStop(1); } } onClipEvent (enterFrame) { _root.go = 4; _root.climb = 0; }
Symbol 183 MovieClip Frame 5
stop();
Instance of Symbol 167 MovieClip in Symbol 183 MovieClip Frame 5
onClipEvent (enterFrame) { if (Key.isDown(38) && (_root.move <= 0)) { _root.hero._y = _root.hero._y - 3; play(); } } onClipEvent (enterFrame) { if (Key.isDown(40) && (_root.move <= 0)) { _root.hero._y = _root.hero._y + 3; play(); } if (_root.climb == 0) { _root.hero.gotoAndStop(2); } }
Symbol 183 MovieClip Frame 6
_root.menulock = 1; _root.menulock2 = 1; _root.move = 1; play();
Symbol 183 MovieClip Frame 33
_root.health = _root.health - 5; _root.hero._x = _root.memx; _root.hero._y = _root.memy; _root.menulock = 0; _root.menulock2 = 0; _root.move = 0; gotoAndStop (1);
Symbol 183 MovieClip Frame 34
_root.menulock = 1; _root.menulock2 = 1; _root.move = 1; _root.direction = 1; play();
Instance of Symbol 176 MovieClip in Symbol 183 MovieClip Frame 34
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 176 MovieClip in Symbol 183 MovieClip Frame 60
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 183 MovieClip Frame 144
_root.menulock = 0; _root.menulock2 = 0; _root.move = 0; _root.direction = 0;
Symbol 183 MovieClip Frame 145
_root.gotoAndStop("gameover");
Symbol 183 MovieClip Frame 146
play();
Instance of Symbol 176 MovieClip in Symbol 183 MovieClip Frame 147
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 176 MovieClip in Symbol 183 MovieClip Frame 190
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 66 MovieClip in Symbol 183 MovieClip Frame 216
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Symbol 183 MovieClip Frame 228
_root.menulock = 0; _root.menulock2 = 0; _root.move = 0; _root.direction = 0;
Symbol 183 MovieClip Frame 229
gotoAndStop (1);
Instance of Symbol 187 MovieClip in Symbol 188 MovieClip Frame 1
onClipEvent (load) { if (this.hitTest(_root.hero.wallhit) == true) { _root.memx = _parent._x; _root.memy = _parent._y; } }
Symbol 194 MovieClip Frame 1
stop();
Symbol 194 MovieClip Frame 2
_root.menulock = 1; _root.menulock2 = 1; _root.move = 1; _root.move2 = 1; _root.read = 1;
Symbol 194 MovieClip Frame 10
stop();
Instance of Symbol 192 MovieClip in Symbol 194 MovieClip Frame 10
on (keyPress "s") { _root.tekst.tekst = ""; _root.move = 0; _root.direction = 0; _root.move2 = 0; _parent.play(); } onClipEvent (enterFrame) { _root.move = 1; _root.move2 = 1; }
Symbol 194 MovieClip Frame 22
_root.menulock = 0; _root.menulock2 = 0; _root.read = 0; _root.tekst.tekst = ""; gotoAndStop (1);
Symbol 201 MovieClip Frame 1
stop();
Symbol 201 MovieClip Frame 2
stop();
Symbol 201 MovieClip Frame 3
stop();
Symbol 201 MovieClip Frame 4
stop();
Symbol 201 MovieClip Frame 5
stop();
Symbol 201 MovieClip Frame 6
stop();
Symbol 201 MovieClip Frame 7
stop();
Symbol 201 MovieClip Frame 8
stop();
Symbol 201 MovieClip Frame 9
stop();
Symbol 201 MovieClip Frame 10
stop();
Symbol 201 MovieClip Frame 11
stop();
Symbol 201 MovieClip Frame 12
stop();
Symbol 201 MovieClip Frame 13
stop();
Symbol 201 MovieClip Frame 14
stop();
Symbol 201 MovieClip Frame 15
stop();
Symbol 201 MovieClip Frame 16
stop();
Symbol 201 MovieClip Frame 17
stop();
Symbol 201 MovieClip Frame 18
stop();
Symbol 201 MovieClip Frame 19
stop();
Symbol 201 MovieClip Frame 20
stop();
Symbol 201 MovieClip Frame 21
stop();
Symbol 201 MovieClip Frame 22
stop();
Symbol 201 MovieClip Frame 23
stop();
Symbol 201 MovieClip Frame 24
stop();
Symbol 201 MovieClip Frame 25
stop();
Symbol 201 MovieClip Frame 26
stop();
Symbol 201 MovieClip Frame 27
stop();
Symbol 201 MovieClip Frame 28
stop();
Symbol 201 MovieClip Frame 29
stop();
Symbol 201 MovieClip Frame 30
stop();
Symbol 201 MovieClip Frame 31
stop();
Symbol 201 MovieClip Frame 32
stop();
Symbol 201 MovieClip Frame 33
stop();
Symbol 201 MovieClip Frame 34
stop();
Symbol 201 MovieClip Frame 35
stop();
Symbol 201 MovieClip Frame 36
stop();
Symbol 201 MovieClip Frame 37
stop();
Symbol 201 MovieClip Frame 38
stop();
Symbol 201 MovieClip Frame 39
stop();
Symbol 201 MovieClip Frame 40
stop();
Symbol 201 MovieClip Frame 41
stop();
Symbol 201 MovieClip Frame 42
stop();
Symbol 201 MovieClip Frame 43
stop();
Symbol 201 MovieClip Frame 44
stop();
Symbol 201 MovieClip Frame 45
stop();
Symbol 201 MovieClip Frame 46
stop();
Symbol 201 MovieClip Frame 47
stop();
Symbol 201 MovieClip Frame 48
stop();
Symbol 201 MovieClip Frame 49
stop();
Symbol 201 MovieClip Frame 50
stop();
Symbol 201 MovieClip Frame 51
stop();
Symbol 201 MovieClip Frame 52
stop();
Symbol 201 MovieClip Frame 53
stop();
Symbol 201 MovieClip Frame 54
stop();
Symbol 201 MovieClip Frame 55
stop();
Symbol 201 MovieClip Frame 56
stop();
Symbol 201 MovieClip Frame 57
stop();
Symbol 201 MovieClip Frame 58
stop();
Symbol 201 MovieClip Frame 59
stop();
Symbol 201 MovieClip Frame 60
stop();
Symbol 201 MovieClip Frame 61
stop();
Symbol 201 MovieClip Frame 62
stop();
Symbol 201 MovieClip Frame 63
stop();
Symbol 201 MovieClip Frame 64
stop();
Symbol 201 MovieClip Frame 65
stop();
Symbol 201 MovieClip Frame 66
stop();
Symbol 201 MovieClip Frame 67
stop();
Symbol 201 MovieClip Frame 68
stop();
Symbol 201 MovieClip Frame 69
stop();
Symbol 201 MovieClip Frame 70
stop();
Symbol 201 MovieClip Frame 71
stop();
Symbol 201 MovieClip Frame 72
stop();
Symbol 201 MovieClip Frame 73
stop();
Symbol 201 MovieClip Frame 74
stop();
Symbol 201 MovieClip Frame 75
stop();
Symbol 201 MovieClip Frame 76
stop();
Symbol 201 MovieClip Frame 77
stop();
Symbol 201 MovieClip Frame 78
stop();
Symbol 201 MovieClip Frame 79
stop();
Symbol 201 MovieClip Frame 80
stop();
Symbol 201 MovieClip Frame 81
stop();
Symbol 201 MovieClip Frame 82
stop();
Symbol 201 MovieClip Frame 83
stop();
Symbol 201 MovieClip Frame 84
stop();
Symbol 201 MovieClip Frame 85
stop();
Symbol 201 MovieClip Frame 86
stop();
Symbol 201 MovieClip Frame 87
stop();
Symbol 201 MovieClip Frame 88
stop();
Symbol 201 MovieClip Frame 89
stop();
Symbol 201 MovieClip Frame 90
stop();
Symbol 201 MovieClip Frame 91
stop();
Symbol 201 MovieClip Frame 92
stop();
Symbol 201 MovieClip Frame 93
stop();
Symbol 201 MovieClip Frame 94
stop();
Symbol 201 MovieClip Frame 95
stop();
Symbol 201 MovieClip Frame 96
stop();
Symbol 201 MovieClip Frame 97
stop();
Symbol 201 MovieClip Frame 98
stop();
Symbol 201 MovieClip Frame 99
stop();
Symbol 201 MovieClip Frame 100
stop();
Symbol 223 Button
on (rollOver) { _root.menu.explanation = "Replenishes youre HP with 50"; } on (rollOut) { _root.menu.explanation = ""; } on (press) { if (_root.potion1 >= 1) { _root.potion1 = _root.potion1 - 1; _root.health = _root.health + 50; } }
Symbol 226 Button
on (rollOver) { _root.menu.explanation = "Replenishes youre HP with 75"; } on (rollOut) { _root.menu.explanation = ""; } on (press) { if (_root.potion2 >= 1) { _root.potion2 = _root.potion2 - 1; _root.health = _root.health + 75; } }
Symbol 229 Button
on (rollOver) { _root.menu.explanation = "Replenishes youre HP with 20"; } on (rollOut) { _root.menu.explanation = ""; } on (press) { if (_root.bread >= 1) { _root.bread = _root.bread - 1; _root.health = _root.health + 20; } }
Symbol 232 Button
on (rollOver) { _root.menu.explanation = "Cures you when being poisened"; } on (rollOut) { _root.menu.explanation = ""; } on (press) { if (_root.herb >= 1) { _root.herb = _root.herb - 1; } }
Symbol 235 Button
on (rollOver) { _root.menu.explanation = "Rivives you when perished, and HP wll be restored by 35"; } on (rollOut) { _root.menu.explanation = ""; }
Symbol 247 Button
on (rollOver) { _root.menu.explanation = "Smith's sword: A sword given by the smith. not very powerfull, but better than nothing."; } on (rollOut) { _root.menu.explanation = ""; }
Symbol 249 Button
on (rollOver) { _root.menu.explanation = "Corona sword: A nicely crafted sword, powerfull indeed."; } on (rollOut) { _root.menu.explanation = ""; }
Symbol 251 Button
on (rollOver) { _root.menu.explanation = "Moon sword: A very powerfull sword, it glows like the moon."; } on (rollOut) { _root.menu.explanation = ""; }
Symbol 252 MovieClip Frame 1
stop();
Symbol 252 MovieClip Frame 2
stop();
Symbol 252 MovieClip Frame 3
stop();
Symbol 252 MovieClip Frame 4
stop();
Symbol 254 Button
on (rollOver) { _root.menu.explanation = "0 crizzle pieces collected."; } on (rollOut) { _root.menu.explanation = ""; }
Symbol 255 Button
on (rollOver) { _root.menu.explanation = "1 crizzle piece collected."; } on (rollOut) { _root.menu.explanation = ""; }
Symbol 257 Button
on (rollOver) { _root.menu.explanation = "2 crizzle pieces collected."; } on (rollOut) { _root.menu.explanation = ""; }
Symbol 259 Button
on (rollOver) { _root.menu.explanation = "crizzle complete."; } on (rollOut) { _root.menu.explanation = ""; }
Symbol 261 MovieClip Frame 1
stop();
Symbol 261 MovieClip Frame 2
stop();
Symbol 261 MovieClip Frame 3
stop();
Symbol 261 MovieClip Frame 4
stop();
Symbol 263 MovieClip Frame 1
stop();
Instance of Symbol 214 MovieClip in Symbol 263 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(88) && (_root.menulock <= 0)) { _parent.play(); } }
Symbol 263 MovieClip Frame 2
_root.menulock2 = 1; _root.move = 1; _root.move2 = 1;
Symbol 263 MovieClip Frame 26
stop();
Instance of Symbol 252 MovieClip in Symbol 263 MovieClip Frame 26
onClipEvent (load) { this.gotoAndStop(_root.sword); } onClipEvent (enterFrame) { this.gotoAndStop(_root.sword); }
Instance of Symbol 261 MovieClip in Symbol 263 MovieClip Frame 26
onClipEvent (load) { this.gotoAndStop(_root.crizzle + 1); }
Instance of Symbol 214 MovieClip in Symbol 263 MovieClip Frame 26
onClipEvent (enterFrame) { if (Key.isDown(88)) { _parent.play(); } }
Symbol 263 MovieClip Frame 50
_root.menulock = 0; _root.move = 0; _root.move2 = 0;
Symbol 274 MovieClip Frame 1
stop();
Instance of Symbol 265 MovieClip in Symbol 274 MovieClip Frame 1
onClipEvent (enterFrame) { if (Key.isDown(87) && (_root.menulock2 <= 0)) { _parent.play(); } }
Symbol 274 MovieClip Frame 2
_root.menulock = 1; _root.move = 1; _root.move2 = 1;
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 1) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 5) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 6) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 2) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 3) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 4) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 8) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 15) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 16) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 17) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 9) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 10) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 11) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 12) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 14) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 13) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 18) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 7) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 19) { play(); } else { stop(); } }
Instance of Symbol 271 MovieClip in Symbol 274 MovieClip Frame 2
onClipEvent (enterFrame) { if (_root.d1 == 20) { play(); } else { stop(); } }
Symbol 274 MovieClip Frame 26
stop();
Instance of Symbol 265 MovieClip in Symbol 274 MovieClip Frame 26
onClipEvent (enterFrame) { if (Key.isDown(87)) { _parent.play(); } }
Symbol 274 MovieClip Frame 50
_root.menulock = 0; _root.move = 0; _root.move2 = 0;
Symbol 276 MovieClip Frame 1
stop();
Symbol 276 MovieClip Frame 26
_root.gotoAndStop("inn1/2"); _root.health = 100;
Symbol 276 MovieClip Frame 50
_root.move = 0; _root.move2 = 0; _root.read = 0;
Symbol 277 MovieClip Frame 1
stop();
Symbol 277 MovieClip Frame 2
_root.menulock = 1; _root.menulock2 = 1; _root.move = 1; _root.move2 = 1;
Symbol 277 MovieClip Frame 13
this.frame = 1;
Symbol 277 MovieClip Frame 25
_root.menulock = 0; _root.menulock2 = 0; _root.move = 0; _root.move2 = 0; this.frame = 0;
Symbol 295 Button
on (release) { play(); }
Symbol 297 Button
on (release) { stop(); }
Symbol 308 Button
on (release) { prevFrame(); }
Symbol 309 MovieClip Frame 1
stop();
Instance of Symbol 300 MovieClip in Symbol 309 MovieClip Frame 1
onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { dragging = true; } } onClipEvent (enterFrame) { if (dragging && (_parent.hitRange.hitTest(_root._xmouse, _root._ymouse, false))) { _x = (_parent._xmouse - 10); _root.all.setVolume((_x + 62) / 0.55); } } onClipEvent (mouseUp) { dragging = false; } onClipEvent (load) { dragging = false; _root.all = new Sound(); }
Symbol 319 MovieClip Frame 1
stop(); _root.bardoor.gotoAndStop(1);
Instance of Symbol 317 MovieClip in Symbol 319 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit.hit) == true) { _parent.gotoAndStop(2); } }
Symbol 319 MovieClip Frame 2
stop(); _root.bardoor.play();
Symbol 322 MovieClip Frame 1
stop();
Instance of Symbol 50 MovieClip in Symbol 322 MovieClip Frame 1
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } }
Instance of Symbol 56 MovieClip in Symbol 322 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Symbol 322 MovieClip Frame 16
stop();
Symbol 336 MovieClip Frame 1
stop();
Symbol 336 MovieClip Frame 2
if (_parent.bound == 1) { _parent._y = _parent._y + 25; } if (_parent.bound == 2) { _parent._y = _parent._y - 25; } if (_parent.bound == 3) { _parent._x = _parent._x - 25; } if (_parent.bound == 4) { _parent._x = _parent._x + 25; }
Symbol 336 MovieClip Frame 3
if (_parent.bound == 1) { _parent._y = _parent._y + 15; } if (_parent.bound == 2) { _parent._y = _parent._y - 15; } if (_parent.bound == 3) { _parent._x = _parent._x - 15; } if (_parent.bound == 4) { _parent._x = _parent._x + 15; }
Symbol 336 MovieClip Frame 4
if (_parent.bound == 1) { _parent._y = _parent._y + 5; } if (_parent.bound == 2) { _parent._y = _parent._y - 5; } if (_parent.bound == 3) { _parent._x = _parent._x - 5; } if (_parent.bound == 4) { _parent._x = _parent._x + 5; }
Symbol 336 MovieClip Frame 5
_parent.bound = 0;
Symbol 336 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Symbol 353 MovieClip Frame 1
stop();
Instance of Symbol 336 MovieClip "up" in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (3 + (/:zombiemotion * (_parent._xscale / 50))); } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (3 + (/:zombiemotion * (_parent._xscale / 50))); } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + (/:zombiemotion * (_parent._yscale / 50))); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + (/:zombiemotion * (_parent._yscale / 50))); } } onClipEvent (enterFrame) { x = _root.hero._x - _parent._x; y = _root.hero._y - _parent._y; hyp = Math.sqrt(Math.pow(x, 2) + Math.pow(y, 2)); cos = x / hyp; rad = Math.acos(cos); deg = Math.floor(180 / (Math.PI / rad)); if (y < 0) { deg = -deg; } else if ((Math.floor(Y) == 0) && (x < 0)) { deg = 180; } _parent._rotation = deg; }
Instance of Symbol 337 MovieClip in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _parent.bound = 1; _parent.up.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _parent.bound = 2; _parent.up.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _parent.bound = 3; _parent.up.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _parent.up.play(); _parent.bound = 4; } }
Instance of Symbol 338 MovieClip in Symbol 353 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 353 MovieClip Frame 2
this._rotation = 360; play();
Symbol 353 MovieClip Frame 23
stop();
Instance of Symbol 357 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 358 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1.play(); _root.blok1._y = _parent._y; _root.blok1._x = _parent._x; } }
Symbol 363 MovieClip Frame 1
stop();
Symbol 363 MovieClip Frame 2
if (_parent.bound == 1) { _parent._y = _parent._y + 25; } if (_parent.bound == 2) { _parent._y = _parent._y - 25; } if (_parent.bound == 3) { _parent._x = _parent._x - 25; } if (_parent.bound == 4) { _parent._x = _parent._x + 25; }
Symbol 363 MovieClip Frame 3
if (_parent.bound == 1) { _parent._y = _parent._y + 15; } if (_parent.bound == 2) { _parent._y = _parent._y - 15; } if (_parent.bound == 3) { _parent._x = _parent._x - 15; } if (_parent.bound == 4) { _parent._x = _parent._x + 15; }
Symbol 363 MovieClip Frame 4
if (_parent.bound == 1) { _parent._y = _parent._y + 5; } if (_parent.bound == 2) { _parent._y = _parent._y - 5; } if (_parent.bound == 3) { _parent._x = _parent._x - 5; } if (_parent.bound == 4) { _parent._x = _parent._x + 5; }
Symbol 363 MovieClip Frame 5
_parent.bound = 0;
Symbol 363 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Symbol 370 MovieClip Frame 1
stop();
Instance of Symbol 363 MovieClip "up" in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (3 + (/:zombiemotion * (_parent._xscale / 50))); } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (3 + (/:zombiemotion * (_parent._xscale / 50))); } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + (/:zombiemotion * (_parent._yscale / 50))); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + (/:zombiemotion * (_parent._yscale / 50))); } }
Instance of Symbol 364 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _parent.bound = 1; _parent.up.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _parent.bound = 2; _parent.up.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _parent.bound = 3; _parent.up.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _parent.up.play(); _parent.bound = 4; } }
Instance of Symbol 365 MovieClip in Symbol 370 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 370 MovieClip Frame 2
play();
Symbol 370 MovieClip Frame 23
stop();
Instance of Symbol 357 MovieClip in Symbol 374 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 374 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1.play(); _root.blok1._y = _parent._y; _root.blok1._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 376 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1.play(); _root.blok1._y = _parent._y; _root.blok1._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 378 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1.play(); _root.blok1._y = _parent._y; _root.blok1._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 380 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 380 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1.play(); _root.blok1._y = _parent._y; _root.blok1._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1.play(); _root.blok1._y = _parent._y; _root.blok1._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 382 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1.play(); _root.blok1._y = _parent._y; _root.blok1._x = _parent._x; } }
Instance of Symbol 387 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero._x = _root.hero._x - 2; } }
Instance of Symbol 387 MovieClip in Symbol 388 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1._x = _root.blok1._x - 2; } }
Symbol 392 MovieClip Frame 1
stop();
Instance of Symbol 390 MovieClip in Symbol 392 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.k1 = 1; _parent.play(); _root.keynumber = _root.keynumber + 1; } }
Symbol 392 MovieClip Frame 3
stop();
Symbol 400 MovieClip Frame 1
stop();
Instance of Symbol 398 MovieClip in Symbol 400 MovieClip Frame 1
onClipEvent (enterFrame) { if ((hitTest(_root.hero.wallhit) == true) && (Key.isDown(83))) { _parent.play(); } }
Symbol 400 MovieClip Frame 15
stop(); _root.bardoor.play();
Instance of Symbol 402 MovieClip in Symbol 403 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Instance of Symbol 402 MovieClip in Symbol 405 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 422 MovieClip Frame 1
stop();
Symbol 422 MovieClip Frame 2
_parent._y = _parent._y - 25;
Symbol 422 MovieClip Frame 3
_parent._y = _parent._y - 15;
Symbol 422 MovieClip Frame 4
_parent._y = _parent._y - 5;
Symbol 422 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Symbol 427 MovieClip Frame 1
stop();
Symbol 427 MovieClip Frame 2
_parent._y = _parent._y + 25;
Symbol 427 MovieClip Frame 3
_parent._y = _parent._y + 15;
Symbol 427 MovieClip Frame 4
_parent._y = _parent._y + 5;
Symbol 427 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Symbol 429 MovieClip Frame 1
stop();
Symbol 429 MovieClip Frame 2
_parent._x = _parent._x - 25;
Symbol 429 MovieClip Frame 3
_parent._x = _parent._x - 15;
Symbol 429 MovieClip Frame 4
_parent._x = _parent._x - 5;
Symbol 429 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Symbol 431 MovieClip Frame 1
stop();
Symbol 431 MovieClip Frame 2
_parent._x = _parent._x + 25;
Symbol 431 MovieClip Frame 3
_parent._x = _parent._x + 15;
Symbol 431 MovieClip Frame 4
_parent._x = _parent._x + 5;
Symbol 431 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Symbol 437 MovieClip Frame 1
stop();
Instance of Symbol 422 MovieClip "down" in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (2 + /:zombiemotion); } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (2 + /:zombiemotion); } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + /:zombiemotion); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + /:zombiemotion); } }
Instance of Symbol 423 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit)) { _parent.gotoAndStop(2); } }
Instance of Symbol 423 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit)) { _parent.gotoAndStop(3); } }
Instance of Symbol 423 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit)) { _parent.gotoAndStop(1); } }
Instance of Symbol 423 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit)) { _parent.gotoAndStop(4); } }
Instance of Symbol 424 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _parent.down.play(); _parent.up.play(); _parent.right.play(); _parent.left.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _parent.up.play(); _parent.down.play(); _parent.right.play(); _parent.left.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _parent.left.play(); _parent.down.play(); _parent.up.play(); _parent.right.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _parent.right.play(); _parent.down.play(); _parent.up.play(); _parent.left.play(); } }
Instance of Symbol 425 MovieClip in Symbol 437 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 437 MovieClip Frame 2
stop();
Instance of Symbol 427 MovieClip "up" in Symbol 437 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (2 + /:zombiemotion); } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (2 + /:zombiemotion); } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + /:zombiemotion); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + /:zombiemotion); } }
Symbol 437 MovieClip Frame 3
stop();
Instance of Symbol 429 MovieClip "right" in Symbol 437 MovieClip Frame 3
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (2 + /:zombiemotion); } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (2 + /:zombiemotion); } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + /:zombiemotion); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + /:zombiemotion); } }
Symbol 437 MovieClip Frame 4
stop();
Instance of Symbol 431 MovieClip "left" in Symbol 437 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (2 + /:zombiemotion); } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (2 + /:zombiemotion); } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + /:zombiemotion); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + /:zombiemotion); } }
Symbol 437 MovieClip Frame 5
play();
Symbol 437 MovieClip Frame 27
stop();
Instance of Symbol 441 MovieClip in Symbol 443 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.climb == 1) { _root.hero.gotoAndStop(5); } }
Instance of Symbol 442 MovieClip in Symbol 443 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.climb = 1; } else { _root.climb = 0; } }
Symbol 445 MovieClip Frame 1
stop();
Instance of Symbol 390 MovieClip in Symbol 445 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit) == true) { _root.k2 = 1; _parent.play(); _root.keynumber = _root.keynumber + 1; } }
Symbol 445 MovieClip Frame 3
stop();
Instance of Symbol 357 MovieClip in Symbol 447 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 447 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1.play(); _root.blok1._y = _parent._y; _root.blok1._x = _parent._x; } }
Symbol 452 MovieClip Frame 1
stop(); _root.bardoor.gotoAndStop(1);
Instance of Symbol 317 MovieClip in Symbol 452 MovieClip Frame 1
onClipEvent (enterFrame) { if (hitTest(_root.hero.wallhit.hit) == true) { _root.blokswitch.gotoAndStop(2); } else { _root.blokswitch.gotoAndStop(1); } if (hitTest(_root.blok1.blokhit) == true) { _root.blokswitch.gotoAndStop(3); } }
Symbol 452 MovieClip Frame 2
stop(); _root.bardoor.play();
Symbol 452 MovieClip Frame 3
stop(); _root.bardoor.play();
Instance of Symbol 317 MovieClip in Symbol 452 MovieClip Frame 3
onClipEvent (enterFrame) { if (hitTest(_root.blok1.blok1hit) == false) { _root.blokswitch.gotoAndStop(1); } }
Symbol 454 MovieClip Frame 1
stop();
Symbol 459 MovieClip Frame 1
stop();
Instance of Symbol 456 MovieClip "blok1hit" in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.speed = 3; _root.blok1schuif = 1; _root.blok1._y = _root.blok1._y + 3; _root.blok1.schuifgeluid.play(); } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.speed = 3; _root.blok1schuif = 2; _root.blok1._y = _root.blok1._y - 3; _root.blok1.schuifgeluid.play(); } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.speed = 3; _root.blok1schuif = 3; _root.blok1._x = _root.blok1._x + 3; _root.blok1.schuifgeluid.play(); } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.speed = 3; _root.blok1schuif = 4; _root.blok1._x = _root.blok1._x - 3; _root.blok1.schuifgeluid.play(); } }
Instance of Symbol 56 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Instance of Symbol 50 MovieClip in Symbol 459 MovieClip Frame 1
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } }
Symbol 459 MovieClip Frame 2
play();
Symbol 459 MovieClip Frame 23
stop();
Instance of Symbol 357 MovieClip in Symbol 463 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 463 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 387 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero._x = _root.hero._x + 3; } }
Instance of Symbol 387 MovieClip in Symbol 464 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1._x = _root.blok1._x + 2; } }
Instance of Symbol 387 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero._y = _root.hero._y - 2; } }
Instance of Symbol 387 MovieClip in Symbol 465 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1._y = _root.blok1._y - 2; } }
Instance of Symbol 50 MovieClip in Symbol 469 MovieClip Frame 1
onClipEvent (load) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } } onClipEvent (enterFrame) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } }
Instance of Symbol 56 MovieClip in Symbol 469 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _root.hero.sparks.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _root.hero.sparks.play(); } }
Symbol 478 MovieClip Frame 1
stop();
Symbol 478 MovieClip Frame 2
if (_parent.bound == 1) { _parent._y = _parent._y + 25; } if (_parent.bound == 2) { _parent._y = _parent._y - 25; } if (_parent.bound == 3) { _parent._x = _parent._x - 25; } if (_parent.bound == 4) { _parent._x = _parent._x + 25; }
Symbol 478 MovieClip Frame 3
if (_parent.bound == 1) { _parent._y = _parent._y + 15; } if (_parent.bound == 2) { _parent._y = _parent._y - 15; } if (_parent.bound == 3) { _parent._x = _parent._x - 15; } if (_parent.bound == 4) { _parent._x = _parent._x + 15; }
Symbol 478 MovieClip Frame 4
if (_parent.bound == 1) { _parent._y = _parent._y + 5; } if (_parent.bound == 2) { _parent._y = _parent._y - 5; } if (_parent.bound == 3) { _parent._x = _parent._x - 5; } if (_parent.bound == 4) { _parent._x = _parent._x + 5; }
Symbol 478 MovieClip Frame 5
_parent.bound = 0;
Symbol 478 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Symbol 484 MovieClip Frame 1
stop();
Instance of Symbol 478 MovieClip "up" in Symbol 484 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (3 + (/:zombiemotion * (_parent._xscale / 50))); _parent._xscale = 100; } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (3 + (/:zombiemotion * (_parent._xscale / 50))); _parent._xscale = -100; } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + (/:zombiemotion * (_parent._yscale / 50))); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + (/:zombiemotion * (_parent._yscale / 50))); } }
Instance of Symbol 479 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _parent.bound = 1; _parent.up.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _parent.bound = 2; _parent.up.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _parent.bound = 3; _parent.up.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _parent.up.play(); _parent.bound = 4; } }
Instance of Symbol 480 MovieClip in Symbol 484 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 484 MovieClip Frame 2
play();
Symbol 484 MovieClip Frame 8
removeMovieClip(_parent);
Symbol 484 MovieClip Frame 24
stop();
Symbol 530 MovieClip Frame 1
stop();
Instance of Symbol 526 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (Key.isDown(83))) && (_root.go == 2)) { if (_parent._alpha == 100) { _parent.chest = 1; _root.move = 1; _parent.play(); } } }
Instance of Symbol 50 MovieClip in Symbol 530 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) && (_parent._alpha == 100)) { _root.hero._y = _root.hero._y - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) && (_parent._alpha == 100)) { _root.hero._y = _root.hero._y + _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) && (_parent._alpha == 100)) { _root.hero._x = _root.hero._x - _root.speed; } if (((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) && (_parent._alpha == 100)) { _root.hero._x = _root.hero._x + _root.speed; } }
Symbol 530 MovieClip Frame 2
_root.chestopen2 = 1; play();
Symbol 530 MovieClip Frame 20
_root.tekst.play(); _root.keynumber = _root.keynumber + 1;
Symbol 530 MovieClip Frame 52
stop();
Instance of Symbol 546 MovieClip in Symbol 548 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 549 MovieClip Frame 1
stop();
Symbol 549 MovieClip Frame 2
_parent._y = _parent._y - 25;
Symbol 549 MovieClip Frame 3
_parent._y = _parent._y - 15;
Symbol 549 MovieClip Frame 4
_parent._y = _parent._y - 5;
Symbol 549 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Instance of Symbol 546 MovieClip in Symbol 567 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 568 MovieClip Frame 1
stop();
Symbol 568 MovieClip Frame 2
_parent._y = _parent._y + 25;
Symbol 568 MovieClip Frame 3
_parent._y = _parent._y + 15;
Symbol 568 MovieClip Frame 4
_parent._y = _parent._y + 5;
Symbol 568 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Instance of Symbol 546 MovieClip in Symbol 583 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 584 MovieClip Frame 1
stop();
Symbol 584 MovieClip Frame 2
_parent._x = _parent._x - 25;
Symbol 584 MovieClip Frame 3
_parent._x = _parent._x - 15;
Symbol 584 MovieClip Frame 4
_parent._x = _parent._x - 5;
Symbol 584 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Instance of Symbol 546 MovieClip in Symbol 585 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 586 MovieClip Frame 1
stop();
Symbol 586 MovieClip Frame 2
_parent._x = _parent._x + 25;
Symbol 586 MovieClip Frame 3
_parent._x = _parent._x + 15;
Symbol 586 MovieClip Frame 4
_parent._x = _parent._x + 5;
Symbol 586 MovieClip Frame 8
_parent.hp = _parent.hp - 1;
Symbol 601 MovieClip Frame 1
stop();
Instance of Symbol 549 MovieClip "down" in Symbol 601 MovieClip Frame 1
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (2 + /:zombiemotion); } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (2 + /:zombiemotion); } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + /:zombiemotion); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + /:zombiemotion); } }
Instance of Symbol 550 MovieClip in Symbol 601 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit)) { _parent.gotoAndStop(2); } }
Instance of Symbol 550 MovieClip in Symbol 601 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit)) { _parent.gotoAndStop(3); } }
Instance of Symbol 550 MovieClip in Symbol 601 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit)) { _parent.gotoAndStop(1); } }
Instance of Symbol 550 MovieClip in Symbol 601 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit)) { _parent.gotoAndStop(4); } }
Instance of Symbol 551 MovieClip in Symbol 601 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _parent.down.play(); _parent.up.play(); _parent.right.play(); _parent.left.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _parent.up.play(); _parent.down.play(); _parent.right.play(); _parent.left.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _parent.left.play(); _parent.down.play(); _parent.up.play(); _parent.right.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _parent.right.play(); _parent.down.play(); _parent.up.play(); _parent.left.play(); } }
Instance of Symbol 546 MovieClip in Symbol 601 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 601 MovieClip Frame 2
stop();
Instance of Symbol 568 MovieClip "up" in Symbol 601 MovieClip Frame 2
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (2 + /:zombiemotion); } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (2 + /:zombiemotion); } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + /:zombiemotion); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + /:zombiemotion); } }
Symbol 601 MovieClip Frame 3
stop();
Instance of Symbol 584 MovieClip "right" in Symbol 601 MovieClip Frame 3
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (2 + /:zombiemotion); } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (2 + /:zombiemotion); } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + /:zombiemotion); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + /:zombiemotion); } }
Symbol 601 MovieClip Frame 4
stop();
Instance of Symbol 586 MovieClip "left" in Symbol 601 MovieClip Frame 4
onClipEvent (enterFrame) { if ((_parent._x > (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x - (2 + /:zombiemotion); } if ((_parent._x < (_root.hero._x - 10)) && (_root.move2 <= 0)) { _parent._x = _parent._x + (2 + /:zombiemotion); } if ((_parent._y > (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y - (2 + /:zombiemotion); } if ((_parent._y < (_root.hero._y - 10)) && (_root.move2 <= 0)) { _parent._y = _parent._y + (2 + /:zombiemotion); } }
Symbol 601 MovieClip Frame 5
play();
Symbol 601 MovieClip Frame 27
stop();
Instance of Symbol 357 MovieClip in Symbol 608 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.hero.gotoAndPlay(6); _root.hero._y = _parent._y; _root.hero._x = _parent._x; } }
Instance of Symbol 357 MovieClip in Symbol 608 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.blok1.blokhit) == true) { _root.blok1.play(); _root.blok1._y = _parent._y; _root.blok1._x = _parent._x; } }
Instance of Symbol 615 MovieClip in Symbol 616 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 619 MovieClip Frame 1
stop();
Instance of Symbol 526 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) { if (((this.hitTest(_root.hero.wallhit) == true) && (Key.isDown(83))) && (_root.go == 2)) { _parent.chest = 1; _root.move = 1; _parent.play(); } }
Instance of Symbol 50 MovieClip in Symbol 619 MovieClip Frame 1
onClipEvent (enterFrame) { if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 1)) { _root.hero._y = _root.hero._y - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 2)) { _root.hero._y = _root.hero._y + _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 3)) { _root.hero._x = _root.hero._x - _root.speed; } if ((this.hitTest(_root.hero.wallhit) == true) && (_root.go == 4)) { _root.hero._x = _root.hero._x + _root.speed; } }
Symbol 619 MovieClip Frame 2
_root.chestopen1 = 1; play();
Symbol 619 MovieClip Frame 20
_root.tekst.play();
Symbol 619 MovieClip Frame 52
stop();
Symbol 633 MovieClip Frame 1
stop();
Symbol 633 MovieClip Frame 2
stop();
Symbol 633 MovieClip Frame 3
stop();
Symbol 633 MovieClip Frame 4
stop();
Symbol 633 MovieClip Frame 5
stop();
Symbol 633 MovieClip Frame 6
stop();
Symbol 633 MovieClip Frame 7
stop();
Symbol 633 MovieClip Frame 8
stop();
Symbol 633 MovieClip Frame 9
stop();
Symbol 633 MovieClip Frame 10
stop();
Symbol 633 MovieClip Frame 11
stop();
Symbol 633 MovieClip Frame 12
stop();
Symbol 633 MovieClip Frame 13
stop();
Symbol 633 MovieClip Frame 14
stop();
Symbol 633 MovieClip Frame 15
stop();
Symbol 633 MovieClip Frame 16
stop();
Symbol 633 MovieClip Frame 17
stop();
Symbol 633 MovieClip Frame 18
stop();
Symbol 633 MovieClip Frame 19
stop();
Symbol 633 MovieClip Frame 20
stop();
Symbol 633 MovieClip Frame 21
stop();
Symbol 633 MovieClip Frame 22
stop();
Symbol 633 MovieClip Frame 23
stop();
Symbol 633 MovieClip Frame 24
stop();
Symbol 633 MovieClip Frame 25
stop();
Symbol 633 MovieClip Frame 26
stop();
Symbol 633 MovieClip Frame 27
stop();
Symbol 633 MovieClip Frame 28
stop();
Symbol 633 MovieClip Frame 29
stop();
Symbol 633 MovieClip Frame 30
stop();
Symbol 644 MovieClip Frame 1
stop();
Instance of Symbol 642 MovieClip in Symbol 644 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _parent.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _parent.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _parent.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _parent.play(); } }
Instance of Symbol 643 MovieClip in Symbol 644 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 644 MovieClip Frame 8
_parent.hp1 = _parent.hp1 - 1;
Symbol 648 MovieClip Frame 1
play();
Instance of Symbol 647 MovieClip in Symbol 648 MovieClip Frame 1
onClipEvent (enterFrame) { if (_root.move2 <= 0) { _root.boss1.loop.play(); xmove = (_root.boss1.xpos - _root.boss1._x) / 50; _root.boss1._x = _root.boss1._x + xmove; } } onClipEvent (enterFrame) { if (_root.move2 <= 0) { ymove = (_root.boss1.ypos - _root.boss1._y) / 70; _root.boss1._y = _root.boss1._y + ymove; } }
Symbol 648 MovieClip Frame 32
function Randomizeme(minimum, maximum) { return(minimum + Math.floor(Math.random() * ((maximum + 1) - minimum))); } _root.boss1.xpos = Randomizeme(100, 450);
Symbol 648 MovieClip Frame 33
function Randomizeme(minimum, maximum) { return(minimum + Math.floor(Math.random() * ((maximum + 1) - minimum))); } _root.boss1.ypos = Randomizeme(200, 300);
Instance of Symbol 650 MovieClip in Symbol 651 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 654 MovieClip Frame 70
_root.boss1.atack.gotoAndPlay(1);
Instance of Symbol 643 MovieClip in Symbol 661 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 10; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 663 MovieClip Frame 105
_root.boss1.atack.gotoAndPlay(1);
Instance of Symbol 643 MovieClip in Symbol 665 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 667 MovieClip Frame 120
_root.boss1.atack.gotoAndPlay(1);
Symbol 668 MovieClip Frame 1
play();
Symbol 668 MovieClip Frame 2
function Randomizeme(minimum, maximum) { return(minimum + Math.floor(Math.random() * ((maximum + 1) - minimum))); } var Frame = Randomizeme(3, 5); this.gotoAndPlay(Frame);
Symbol 668 MovieClip Frame 3
stop();
Instance of Symbol 654 MovieClip in Symbol 668 MovieClip Frame 3
onClipEvent (enterFrame) { if (_root.move2 >= 1) { stop(); } else { play(); } }
Symbol 668 MovieClip Frame 4
stop();
Instance of Symbol 663 MovieClip in Symbol 668 MovieClip Frame 4
onClipEvent (enterFrame) { if (_root.move2 >= 1) { stop(); } else { play(); } }
Symbol 668 MovieClip Frame 5
stop();
Instance of Symbol 667 MovieClip in Symbol 668 MovieClip Frame 5
onClipEvent (enterFrame) { if (_root.move2 >= 1) { stop(); } else { play(); } }
Symbol 675 MovieClip Frame 1
stop();
Instance of Symbol 674 MovieClip in Symbol 675 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.down.swordhit) == true) { _parent.play(); } if (this.hitTest(_root.hero.up.swordhit) == true) { _parent.play(); } if (this.hitTest(_root.hero.left.swordhit) == true) { _parent.play(); } if (this.hitTest(_root.hero.right.swordhit) == true) { _parent.play(); } }
Symbol 675 MovieClip Frame 8
_parent.hp2 = _parent.hp2 - 1;
Symbol 678 MovieClip Frame 155
_parent.play();
Symbol 696 MovieClip Frame 1
stop();
Instance of Symbol 643 MovieClip in Symbol 696 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Instance of Symbol 643 MovieClip in Symbol 696 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit.hit) == true) { _root.health = _root.health - 5; _root.hero.down.gotoAndPlay(12); _root.hero.up.gotoAndPlay(11); _root.hero.right.gotoAndPlay(11); _root.hero.left.gotoAndPlay(11); } }
Symbol 696 MovieClip Frame 2
hp1 = 20; play();
Symbol 696 MovieClip Frame 42
stop();
Symbol 696 MovieClip Frame 70
gotoAndStop (1);
Symbol 696 MovieClip Frame 71
play();
Symbol 696 MovieClip Frame 200
_root.bosssong1.stop(); _root.bardoor.play(); _root.boss2 = 1; stop();
Instance of Symbol 703 MovieClip in Symbol 704 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.hero.wallhit) == true) { _root.trans.play(); if (_root.trans.frame >= 1) { _root.hero._x = (_root.hero._x = 276); _root.hero._y = (_root.hero._y = 65); _root.gotoAndStop("end"); } } }
Symbol 713 Button
on (release) { _root.hero._y = _root.memy; _root.hero._x = _root.memx; _root.gotoAndStop(_root.saveframe); }
Symbol 715 Button
on (release) { _root.gotoAndStop("preloader"); }
Symbol 716 MovieClip Frame 1
play();
Symbol 716 MovieClip Frame 116
stop();

Library Items

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

Instance Names

"lockeddoor1"Frame 3Symbol 58 MovieClip
"hero"Frame 3Symbol 183 MovieClip
"tekst"Frame 3Symbol 194 MovieClip
"keys"Frame 3Symbol 211 MovieClip
"menu"Frame 3Symbol 263 MovieClip
"dungeonmap1"Frame 3Symbol 274 MovieClip
"black1"Frame 3Symbol 276 MovieClip
"trans"Frame 3Symbol 277 MovieClip
"position"Frame 3Symbol 281 MovieClip
"bardoor"Frame 5Symbol 322 MovieClip
"bardoor"Frame 11Symbol 322 MovieClip
"lockeddoor1"Frame 17Symbol 58 MovieClip
"blokswitch"Frame 19Symbol 452 MovieClip
"bardoor"Frame 19Symbol 322 MovieClip
"blok1"Frame 19Symbol 459 MovieClip
"bardoor"Frame 21Symbol 322 MovieClip
"blokswitch"Frame 21Symbol 452 MovieClip
"blok1"Frame 21Symbol 459 MovieClip
"bardoor"Frame 25Symbol 322 MovieClip
"bardoor"Frame 27Symbol 322 MovieClip
"keychest1"Frame 29Symbol 530 MovieClip
"bardoor"Frame 29Symbol 322 MovieClip
"lockeddoor1"Frame 31Symbol 58 MovieClip
"bardoor"Frame 39Symbol 322 MovieClip
"boss1"Frame 39Symbol 696 MovieClip
"bosssong1"Frame 39Symbol 698 MovieClip
"bardoor"Frame 41Symbol 322 MovieClip
"bar"Symbol 18 MovieClip Frame 1Symbol 5 MovieClip
"swordhit"Symbol 103 MovieClip Frame 4Symbol 88 MovieClip
"hit"Symbol 108 MovieClip Frame 1Symbol 107 MovieClip
"swordhit"Symbol 126 MovieClip Frame 3Symbol 88 MovieClip
"swordhit"Symbol 160 MovieClip Frame 5Symbol 88 MovieClip
"swordhit"Symbol 166 MovieClip Frame 5Symbol 88 MovieClip
"down"Symbol 183 MovieClip Frame 1Symbol 103 MovieClip
"sparks"Symbol 183 MovieClip Frame 1Symbol 106 MovieClip
"wallhit"Symbol 183 MovieClip Frame 1Symbol 108 MovieClip
"sparks"Symbol 183 MovieClip Frame 2Symbol 106 MovieClip
"up"Symbol 183 MovieClip Frame 2Symbol 126 MovieClip
"right"Symbol 183 MovieClip Frame 3Symbol 160 MovieClip
"sparks"Symbol 183 MovieClip Frame 3Symbol 106 MovieClip
"left"Symbol 183 MovieClip Frame 4Symbol 166 MovieClip
"hitRange"Symbol 309 MovieClip Frame 1Symbol 302 MovieClip
"up"Symbol 353 MovieClip Frame 1Symbol 336 MovieClip
"up"Symbol 370 MovieClip Frame 1Symbol 363 MovieClip
"down"Symbol 437 MovieClip Frame 1Symbol 422 MovieClip
"up"Symbol 437 MovieClip Frame 2Symbol 427 MovieClip
"right"Symbol 437 MovieClip Frame 3Symbol 429 MovieClip
"left"Symbol 437 MovieClip Frame 4Symbol 431 MovieClip
"schuifgeluid"Symbol 459 MovieClip Frame 1Symbol 454 MovieClip
"blokhit"Symbol 459 MovieClip Frame 1Symbol 455 MovieClip
"blok1hit"Symbol 459 MovieClip Frame 1Symbol 456 MovieClip
"up"Symbol 484 MovieClip Frame 1Symbol 478 MovieClip
"down"Symbol 601 MovieClip Frame 1Symbol 549 MovieClip
"up"Symbol 601 MovieClip Frame 2Symbol 568 MovieClip
"right"Symbol 601 MovieClip Frame 3Symbol 584 MovieClip
"left"Symbol 601 MovieClip Frame 4Symbol 586 MovieClip
"loop"Symbol 696 MovieClip Frame 1Symbol 633 MovieClip
"atack"Symbol 696 MovieClip Frame 1Symbol 668 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "item1"
ExportAssets (56)Timeline Frame 1Symbol 2 as "sound3"
ExportAssets (56)Timeline Frame 19Symbol 2 as "sound3"
ExportAssets (56)Timeline Frame 29Symbol 1 as "item1"
ExportAssets (56)Timeline Frame 35Symbol 1 as "item1"

Labels

"preloader"Frame 1
"titlescreen"Frame 2
"dungeon1/1"Frame 3
"dungeon1/2"Frame 5
"dungeon1/3"Frame 7
"dungeon1/4"Frame 9
"dungeon1/5"Frame 11
"dungeon1/6"Frame 13
"dungeon1/7"Frame 15
"dungeon1/8"Frame 17
"dungeon1/9"Frame 19
"dungeon1/10"Frame 21
"dungeon1/11"Frame 23
"dungeon1/12"Frame 25
"dungeon1/13"Frame 27
"dungeon1/14"Frame 29
"dungeon1/15"Frame 31
"dungeon1/16"Frame 33
"dungeon1/17"Frame 35
"dungeon1/18"Frame 37
"dungeon1/19"Frame 39
"dungeon1/20"Frame 41
"end"Frame 42
"loaded"Symbol 18 MovieClip Frame 3

Dynamic Text Variables

tekstSymbol 193 EditableText" "
healthSymbol 202 EditableText"100"
goldSymbol 206 EditableText""
keynumberSymbol 212 EditableText""
explanationSymbol 218 EditableText""
potion1Symbol 236 EditableText""
potion2Symbol 237 EditableText""
breadSymbol 238 EditableText""
herbSymbol 239 EditableText""
quartzSymbol 240 EditableText""
xSymbol 279 EditableText""
ySymbol 280 EditableText""
memySymbol 282 EditableText""
memxSymbol 283 EditableText""




http://swfchan.com/13/61926/info.shtml
Created: 15/4 -2019 03:49:10 Last modified: 15/4 -2019 03:49:10 Server time: 03/05 -2024 19:36:14