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

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

Fizzle.swf

This is the info page for
Flash #47208

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


Text
Fizzle:
The Game

Play

Play

Play

Password

Password

Arrow Keys To Move.
Get to the white paste
in each level.
If your health drops
to zero, it's game
over.

Programming by D.C. Stauffer
Art by D.C. Stauffer, Pat Roiger,
and Becca Olene
Music by Brandon Breuer, DJ Svenzo
and DJ Hectic

<p align="center"></p>

1.1: Easy

GAME
OVER!

Replay?

<p align="center"></p>

1.2: Union Jack

<p align="center"></p>

1.3: Sweepz

<p align="center"></p>

1.4: Combo

<p align="center"></p>

1.5: Health Stop

<p align="center"></p>

1.6: Taste of Power

<p align="center"></p>

1.7: Homing

<p align="center"></p>

1.8: Duck'd

<p align="center"></p>

1.9: Double Homing

<p align="center"></p>

1.B: Gigahoming

Level 1 Complete!

Continue

Continue

<p align="center"></p>

2.1: Letterbox

A

B

C

<p align="center"></p>

2.2: Box Bombs

<p align="center"></p>

2.3: Mini Letters

<p align="center"></p>

2.4: Minis and Bombs

<p align="center"></p>

2.5: Cannons

<p align="center"></p>

2.6: A Cannon

<p align="center"></p>

2.7: Health

<p align="center"></p>

2.8: More Cannons

<p align="center"></p>

2.9: Strawberries?

B

<p align="center"></p>

2.B: Alpha Army

N

O

P

Q

R

S

T

U

V

W

X

Y

Z

J

A

B

C

D

E

F

G

H

I

K

L

M

Level 2 Complete!

Enter Password

Submit

If you want to go to a certian
level,just type in the level
name without spaces,
capitalization or punctuation.
ex. level:"11.2 Cinder-Foot!"
pass would be "cinderfoot"
without quotes

<p align="center"></p>

3.1: Box-Shaped Heart

<p align="center"></p>

3.2: Panda!!!

<p align="center"></p>

3.3: Hearts n' ...Roses?

<p align="center"></p>

3.4: Tic-Tac

<p align="center"></p>

3.5: Rows of Rose

<p align="center"></p>

3.6: Panda Love

<p align="center"></p>

3.7: Bamboo Garden

<p align="center"></p>

3.8: Pandannensula

<p align="center"></p>

3.9: Health at Risk

<p align="center"></p>

3.B: Growleht

Pwnd!

ActionScript [AS1/AS2]

Frame 1
stop(); Stage.showMenu = false;
Frame 2
stop();
Instance of Symbol 42 MovieClip "bad" in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 55 MovieClip "circle" in Frame 2
onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x - 7); } if (Key.isDown(38)) { _y = (_y - 7); } if (Key.isDown(39)) { _x = (_x + 7); } if (Key.isDown(40)) { _y = (_y + 7); } } onClipEvent (load) { _root.health = 100; } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall)) { _x = (_x + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall2)) { _x = (_x - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall3)) { _y = (_y + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall4)) { _y = (_y - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.hpup)) { _root.health = _root.health + 50; _root.hpup.gotoAndPlay(2); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall) == true) { _x = (_x - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall2) == true) { _x = (_x + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall3) == true) { _y = (_y + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall4) == true) { _y = (_y - 7); } } onClipEvent (load) { var oldx = this._x; var oldy = this._y; oldx = this._x; oldy = this._y; if (Key.isDown(39)) { _x = (_x + 7); } if (Key.isDown(37)) { _x = (_x - 7); } if (Key.isDown(38)) { _y = (_y + 7); } if (Key.isDown(40)) { _y = (_y - 7); } }
Instance of Symbol 60 MovieClip in Frame 2
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(4); } }
Frame 3
stop(); stopAllSounds();
Frame 4
stop();
Instance of Symbol 42 MovieClip "bad1" in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 70 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 71 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 60 MovieClip in Frame 4
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(5); } }
Instance of Symbol 55 MovieClip "circle" in Frame 4
onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x - 7); } if (Key.isDown(38)) { _y = (_y - 7); } if (Key.isDown(39)) { _x = (_x + 7); } if (Key.isDown(40)) { _y = (_y + 7); } } onClipEvent (load) { _root.health = 100; } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall2)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall3)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall4)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.hpup)) { _root.health = _root.health + 50; _root.hpup.gotoAndPlay(2); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall) == true) { _x = (_x - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall2) == true) { _x = (_x + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall3) == true) { _y = (_y + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall4) == true) { _y = (_y - 7); } }
Frame 5
stop();
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 0.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 0.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 0.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 0.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 76 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 0.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 60 MovieClip in Frame 5
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(6); } }
Frame 6
stop();
Instance of Symbol 42 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 42 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 60 MovieClip in Frame 6
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(7); } }
Frame 7
stop();
Instance of Symbol 60 MovieClip in Frame 7
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(8); } }
Frame 8
stop();
Instance of Symbol 86 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 86 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 60 MovieClip in Frame 8
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(9); } }
Frame 9
stop();
Instance of Symbol 60 MovieClip in Frame 9
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(10); } }
Instance of Symbol 90 MovieClip in Frame 9
onClipEvent (enterFrame) { if (_root.circle._x > _x) { _x = (_x + 4); } } onClipEvent (enterFrame) { if (_root.circle._x < _x) { _x = (_x - 4); } } onClipEvent (enterFrame) { if (_root.circle._y > _y) { _y = (_y + 4); } } onClipEvent (enterFrame) { if (_root.circle._y < _y) { _y = (_y - 4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 10
stop();
Instance of Symbol 60 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(11); } }
Instance of Symbol 94 MovieClip in Frame 10
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 11
stop();
Instance of Symbol 60 MovieClip in Frame 11
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(12); } }
Instance of Symbol 90 MovieClip in Frame 11
onClipEvent (enterFrame) { if (_root.circle._x > _x) { _x = (_x + 4); } } onClipEvent (enterFrame) { if (_root.circle._x < _x) { _x = (_x - 4); } } onClipEvent (enterFrame) { if (_root.circle._y > _y) { _y = (_y + 4); } } onClipEvent (enterFrame) { if (_root.circle._y < _y) { _y = (_y - 4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 90 MovieClip in Frame 11
onClipEvent (enterFrame) { if (_root.circle._x > _x) { _x = (_x + 4); } } onClipEvent (enterFrame) { if (_root.circle._x < _x) { _x = (_x - 4); } } onClipEvent (enterFrame) { if (_root.circle._y > _y) { _y = (_y + 4); } } onClipEvent (enterFrame) { if (_root.circle._y < _y) { _y = (_y - 4); } } onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 12
stop();
Instance of Symbol 60 MovieClip in Frame 12
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(13); } }
Instance of Symbol 100 MovieClip in Frame 12
onClipEvent (enterFrame) { if (_root.circle._x > _x) { _x = (_x + 3.5); } } onClipEvent (enterFrame) { if (_root.circle._x < _x) { _x = (_x - 3.5); } } onClipEvent (enterFrame) { if (_root.circle._y > _y) { _y = (_y + 3.5); } } onClipEvent (enterFrame) { if (_root.circle._y < _y) { _y = (_y - 3.5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 13
stop();
Frame 14
stop();
Instance of Symbol 60 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(15); } }
Instance of Symbol 115 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 118 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 120 MovieClip in Frame 14
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 55 MovieClip "circle" in Frame 14
onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x - 7); } if (Key.isDown(38)) { _y = (_y - 7); } if (Key.isDown(39)) { _x = (_x + 7); } if (Key.isDown(40)) { _y = (_y + 7); } } onClipEvent (load) { _root.health = 100; } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall2)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall3)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall4)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.hpup)) { _root.health = _root.health + 50; _root.hpup.gotoAndPlay(2); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall) == true) { _x = (_x - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall2) == true) { _x = (_x + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall3) == true) { _y = (_y + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall4) == true) { _y = (_y - 7); } }
Frame 15
stop();
Instance of Symbol 60 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(16); } }
Instance of Symbol 126 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 4; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 127 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 4; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 126 MovieClip in Frame 15
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 4; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 16
stop();
Instance of Symbol 118 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 118 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 120 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 115 MovieClip in Frame 16
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 17
stop();
Instance of Symbol 60 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(18); } }
Instance of Symbol 126 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 4; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 126 MovieClip in Frame 17
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 4; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 18
stop();
Instance of Symbol 60 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(19); } }
Instance of Symbol 139 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 139 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 141 MovieClip in Frame 18
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 19
stop();
Instance of Symbol 60 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(20); } }
Instance of Symbol 137 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 115 MovieClip in Frame 19
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 20
stop();
Instance of Symbol 60 MovieClip in Frame 20
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(21); } }
Frame 21
stop();
Instance of Symbol 60 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(22); } }
Instance of Symbol 141 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 139 MovieClip in Frame 21
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 22
stop();
Instance of Symbol 60 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(23); } }
Instance of Symbol 156 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 156 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 159 MovieClip in Frame 22
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 4; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 23
stop();
Instance of Symbol 60 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(24); } }
Instance of Symbol 164 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 166 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 168 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 170 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 172 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 174 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 176 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 178 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 180 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 182 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 184 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 186 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 188 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 190 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 192 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 194 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 196 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 198 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 200 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 203 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 205 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 207 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 210 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 212 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 214 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 216 MovieClip in Frame 23
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 24
stop(); stopAllSounds();
Frame 25
stop();
Frame 26
stop();
Instance of Symbol 55 MovieClip "circle" in Frame 26
onClipEvent (enterFrame) { if (Key.isDown(37)) { _x = (_x - 7); } if (Key.isDown(38)) { _y = (_y - 7); } if (Key.isDown(39)) { _x = (_x + 7); } if (Key.isDown(40)) { _y = (_y + 7); } } onClipEvent (load) { _root.health = 100; } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall)) { _x = (_x + 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall2)) { _x = (_x - 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall3)) { _y = (_y + 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.Wall4)) { _y = (_y - 5); } } onClipEvent (enterFrame) { if (this.hitTest(_root.hpup)) { _root.health = _root.health + 50; _root.hpup.gotoAndPlay(2); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall) == true) { _x = (_x - 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall2) == true) { _x = (_x + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall3) == true) { _y = (_y + 7); } } onClipEvent (enterFrame) { if (this.hitTest(_root.wall4) == true) { _y = (_y - 7); } }
Instance of Symbol 235 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 60 MovieClip in Frame 26
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(27); } }
Frame 27
stop();
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 241 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 243 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 60 MovieClip in Frame 27
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(28); } }
Frame 28
stop();
Instance of Symbol 60 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(29); } }
Instance of Symbol 249 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 235 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 235 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 235 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 235 MovieClip in Frame 28
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 29
stop();
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 60 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(30); } }
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 243 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 243 MovieClip in Frame 29
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 30
stop();
Instance of Symbol 60 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(31); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 30
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 31
stop();
Instance of Symbol 60 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(32); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 241 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 243 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 241 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 243 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 235 MovieClip in Frame 31
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1.5; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 32
stop();
Instance of Symbol 60 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(33); } }
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 249 MovieClip in Frame 32
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 33
stop();
Instance of Symbol 60 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(34); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 241 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 243 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 241 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 243 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 241 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 243 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 33
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Frame 34
stop();
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 246 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 2; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 241 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 243 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 239 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 3; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 60 MovieClip in Frame 34
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(35); } }
Frame 35
stop();
Instance of Symbol 268 MovieClip in Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 10; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 274 MovieClip in Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 11; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 60 MovieClip in Frame 35
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(36); } }
Frame 36
stop();
Instance of Symbol 60 MovieClip in Frame 36
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.gotoAndPlay(27); } }
Symbol 10 Button
on (release) { gotoAndPlay (1); }
Symbol 17 Button
on (release) { gotoAndPlay (25); }
Symbol 30 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 38 Button
on (release) { _root.play(); }
Symbol 39 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { bar._xscale = PercentLoaded; } else { _root.blackscreen.gotoAndStop(2); }
Symbol 39 MovieClip Frame 2
gotoAndPlay (1);
Symbol 40 MovieClip Frame 1
stop();
Symbol 40 MovieClip Frame 2
stop();
Symbol 55 MovieClip Frame 1
stop();
Symbol 55 MovieClip Frame 2
stop();
Symbol 55 MovieClip Frame 3
stop();
Symbol 55 MovieClip Frame 4
stop();
Symbol 55 MovieClip Frame 5
stop();
Instance of Symbol 48 MovieClip in Symbol 55 MovieClip Frame 5
onClipEvent (enterFrame) { if (!Key.isDown(38)) { _root.player.gotoAndStop(1); } }
Symbol 55 MovieClip Frame 6
stop();
Instance of Symbol 50 MovieClip in Symbol 55 MovieClip Frame 6
onClipEvent (enterFrame) { if (!Key.isDown(39)) { _root.player.gotoAndStop(3); } }
Symbol 55 MovieClip Frame 7
stop();
Instance of Symbol 52 MovieClip in Symbol 55 MovieClip Frame 7
onClipEvent (enterFrame) { if (!Key.isDown(40)) { _root.player.gotoAndStop(2); } }
Symbol 55 MovieClip Frame 8
stop();
Instance of Symbol 54 MovieClip in Symbol 55 MovieClip Frame 8
onClipEvent (enterFrame) { if (!Key.isDown(37)) { _root.player.gotoAndStop(4); } }
Symbol 67 Button
on (release) { _root.gotoAndPlay(1); }
Instance of Symbol 42 MovieClip "bad" in Symbol 70 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Instance of Symbol 42 MovieClip "bad" in Symbol 71 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 1; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Symbol 82 MovieClip Frame 1
stop();
Symbol 82 MovieClip Frame 2
stop();
Symbol 107 Button
on (release) { gotoAndPlay (14); }
Symbol 148 MovieClip Frame 1
stop();
Symbol 148 MovieClip Frame 2
stop();
Symbol 219 Button
on (release) { gotoAndPlay (26); set_root.health = "100"; }
Symbol 227 Button
on (release) { switch (passw.text) { case "easy" : gotoAndStop (2); break; case "unionjack" : gotoAndStop (4); break; case "sweepz" : gotoAndStop (5); break; case "combo" : gotoAndStop (6); break; case "healthstop" : gotoAndStop (7); break; case "tasteofpower" : gotoAndStop (8); break; case "homing" : gotoAndStop (9); break; case "duckd" : gotoAndStop (10); break; case "doublehoming" : gotoAndStop (11); break; case "gigahoming" : gotoAndStop (12); break; case "letterbox" : gotoAndStop (14); break; case "boxbombs" : gotoAndStop (15); break; case "miniletters" : gotoAndStop (16); break; case "minisandbombs" : gotoAndStop (17); break; case "cannons" : gotoAndStop (18); break; case "acannon" : gotoAndStop (19); break; case "health" : gotoAndStop (20); break; case "morecannons" : gotoAndStop (21); break; case "strawberries" : gotoAndStop (22); break; case "alphaarmy" : gotoAndStop (23); break; case "boxshapedheart" : gotoAndStop (26); break; case "panda" : gotoAndStop (27); break; case "heartsnroses" : gotoAndStop (28); break; case "tictac" : gotoAndStop (29); break; case "rowsofrose" : gotoAndStop (30); break; case "pandalove" : gotoAndStop (31); break; case "bamboogarden" : gotoAndStop (32); break; case "pandannensula" : gotoAndStop (33); break; case "healthatrisk" : gotoAndStop (34); break; case "growleht" : gotoAndStop (35); break; case "compuchip" : gotoAndStop (37); break; default : passbox.text = "WRONG! >:C"; } }
Instance of Symbol 274 MovieClip in Symbol 277 MovieClip Frame 1
onClipEvent (enterFrame) { if (this.hitTest(_root.circle)) { _root.health = _root.health - 11; } } onClipEvent (enterFrame) { if (_root.health <= 0) { _root.gotoAndPlay(3); } }
Symbol 280 Button
on (release) { gotoAndStop (1); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 FontUsed by:3 5 7 9 19
Symbol 3 TextUses:2Used by:Timeline
Symbol 4 GraphicUsed by:10 280
Symbol 5 TextUses:2Used by:10 280
Symbol 6 GraphicUsed by:10 280
Symbol 7 TextUses:2Used by:10 280
Symbol 8 GraphicUsed by:10 280
Symbol 9 TextUses:2Used by:10 280
Symbol 10 ButtonUses:4 5 6 7 8 9Used by:Timeline
Symbol 11 GraphicUsed by:17
Symbol 12 FontUsed by:13 15 18 56 57 64 66 68 69 73 74 77 78 79 80 83 84 87 88 91 92 95 96 97 98 101 103 106 110 111 112 122 123 124 128 129 130 131 132 133 134 135 136 142 143 144 145 146 147 149 150 151 152 153 154 160 161 162 217 218 221 222 223 225 228 231 232 237 238 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 278
Symbol 13 TextUses:12Used by:17
Symbol 14 GraphicUsed by:17
Symbol 15 TextUses:12Used by:17
Symbol 16 GraphicUsed by:17
Symbol 17 ButtonUses:11 13 14 15 16Used by:Timeline
Symbol 18 TextUses:12Used by:Timeline
Symbol 19 TextUses:2Used by:Timeline
Symbol 20 GraphicUsed by:21 239
Symbol 21 MovieClipUses:20Used by:40
Symbol 22 GraphicUsed by:39
Symbol 23 GraphicUsed by:24 227
Symbol 24 MovieClipUses:23Used by:39
Symbol 25 GraphicUsed by:39
Symbol 26 GraphicUsed by:29 30
Symbol 27 GraphicUsed by:29 30
Symbol 28 GraphicUsed by:29 30
Symbol 29 MovieClipUses:26 27 28Used by:30
Symbol 30 ButtonUses:29 26 27 28Used by:39
Symbol 31 GraphicUsed by:39
Symbol 32 GraphicUsed by:38
Symbol 33 GraphicUsed by:38
Symbol 34 GraphicUsed by:38
Symbol 35 GraphicUsed by:38
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 ButtonUses:32 33 34 35 36 37Used by:39
Symbol 39 MovieClipUses:22 24 25 30 31 38Used by:40
Symbol 40 MovieClipUses:21 39Used by:Timeline
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:41Used by:70 71  Timeline
Symbol 43 GraphicUsed by:55
Symbol 44 GraphicUsed by:55
Symbol 45 GraphicUsed by:55
Symbol 46 GraphicUsed by:55
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:55
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:55
Symbol 51 GraphicUsed by:52
Symbol 52 MovieClipUses:51Used by:55
Symbol 53 GraphicUsed by:54
Symbol 54 MovieClipUses:53Used by:55
Symbol 55 MovieClipUses:43 44 45 46 48 50 52 54Used by:Timeline
Symbol 56 EditableTextUses:12Used by:Timeline
Symbol 57 TextUses:12Used by:Timeline
Symbol 58 GraphicUsed by:59
Symbol 59 ButtonUses:58Used by:60
Symbol 60 MovieClipUses:59Used by:Timeline
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 TextUses:12Used by:Timeline
Symbol 65 GraphicUsed by:67
Symbol 66 TextUses:12Used by:67
Symbol 67 ButtonUses:65 66Used by:Timeline
Symbol 68 EditableTextUses:12Used by:Timeline
Symbol 69 TextUses:12Used by:Timeline
Symbol 70 MovieClipUses:42Used by:Timeline
Symbol 71 MovieClipUses:42Used by:Timeline
Symbol 72 SoundUsed by:Timeline
Symbol 73 EditableTextUses:12Used by:Timeline
Symbol 74 TextUses:12Used by:Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 EditableTextUses:12Used by:Timeline
Symbol 78 TextUses:12Used by:Timeline
Symbol 79 EditableTextUses:12Used by:Timeline
Symbol 80 TextUses:12Used by:Timeline
Symbol 81 GraphicUsed by:82 148
Symbol 82 MovieClipUses:81Used by:Timeline
Symbol 83 EditableTextUses:12Used by:Timeline
Symbol 84 TextUses:12Used by:Timeline
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85Used by:Timeline
Symbol 87 EditableTextUses:12Used by:Timeline
Symbol 88 TextUses:12Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 EditableTextUses:12Used by:Timeline
Symbol 92 TextUses:12Used by:Timeline
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:93Used by:Timeline
Symbol 95 EditableTextUses:12Used by:Timeline
Symbol 96 TextUses:12Used by:Timeline
Symbol 97 EditableTextUses:12Used by:Timeline
Symbol 98 TextUses:12Used by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 TextUses:12Used by:Timeline
Symbol 102 GraphicUsed by:107 219
Symbol 103 TextUses:12Used by:107 219
Symbol 104 GraphicUsed by:107 219
Symbol 105 GraphicUsed by:107 137 140 219
Symbol 106 TextUses:12Used by:107 219
Symbol 107 ButtonUses:102 103 104 105 106Used by:Timeline
Symbol 108 GraphicUsed by:109
Symbol 109 MovieClipUses:108Used by:Timeline
Symbol 110 EditableTextUses:12Used by:Timeline
Symbol 111 EditableTextUses:12Used by:Timeline
Symbol 112 TextUses:12Used by:Timeline
Symbol 113 FontUsed by:114 116 119 163 165 167 169 171 173 175 177 179 181 183 185 187 189 191 193 195 197 199 201 204 206 208 211 213 215
Symbol 114 TextUses:113Used by:115
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 TextUses:113Used by:117
Symbol 117 MovieClipUses:116Used by:118
Symbol 118 MovieClipUses:117Used by:Timeline
Symbol 119 TextUses:113Used by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 SoundUsed by:Timeline
Symbol 122 EditableTextUses:12Used by:Timeline
Symbol 123 EditableTextUses:12Used by:Timeline
Symbol 124 TextUses:12Used by:Timeline
Symbol 125 GraphicUsed by:126 127
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 MovieClipUses:125Used by:Timeline
Symbol 128 EditableTextUses:12Used by:Timeline
Symbol 129 EditableTextUses:12Used by:Timeline
Symbol 130 TextUses:12Used by:Timeline
Symbol 131 EditableTextUses:12Used by:Timeline
Symbol 132 EditableTextUses:12Used by:Timeline
Symbol 133 TextUses:12Used by:Timeline
Symbol 134 EditableTextUses:12Used by:Timeline
Symbol 135 EditableTextUses:12Used by:Timeline
Symbol 136 TextUses:12Used by:Timeline
Symbol 137 MovieClipUses:105Used by:Timeline
Symbol 138 GraphicUsed by:139 141
Symbol 139 MovieClipUses:138Used by:Timeline
Symbol 140 MovieClipUses:105Used by:Timeline
Symbol 141 MovieClipUses:138Used by:Timeline
Symbol 142 EditableTextUses:12Used by:Timeline
Symbol 143 EditableTextUses:12Used by:Timeline
Symbol 144 TextUses:12Used by:Timeline
Symbol 145 EditableTextUses:12Used by:Timeline
Symbol 146 EditableTextUses:12Used by:Timeline
Symbol 147 TextUses:12Used by:Timeline
Symbol 148 MovieClipUses:81Used by:Timeline
Symbol 149 EditableTextUses:12Used by:Timeline
Symbol 150 EditableTextUses:12Used by:Timeline
Symbol 151 TextUses:12Used by:Timeline
Symbol 152 EditableTextUses:12Used by:Timeline
Symbol 153 EditableTextUses:12Used by:Timeline
Symbol 154 TextUses:12Used by:Timeline
Symbol 155 GraphicUsed by:156
Symbol 156 MovieClipUses:155Used by:Timeline
Symbol 157 FontUsed by:158
Symbol 158 TextUses:157Used by:159
Symbol 159 MovieClipUses:158Used by:Timeline
Symbol 160 EditableTextUses:12Used by:Timeline
Symbol 161 EditableTextUses:12Used by:Timeline
Symbol 162 TextUses:12Used by:Timeline
Symbol 163 TextUses:113Used by:164
Symbol 164 MovieClipUses:163Used by:Timeline
Symbol 165 TextUses:113Used by:166
Symbol 166 MovieClipUses:165Used by:Timeline
Symbol 167 TextUses:113Used by:168
Symbol 168 MovieClipUses:167Used by:Timeline
Symbol 169 TextUses:113Used by:170
Symbol 170 MovieClipUses:169Used by:Timeline
Symbol 171 TextUses:113Used by:172
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 TextUses:113Used by:174
Symbol 174 MovieClipUses:173Used by:Timeline
Symbol 175 TextUses:113Used by:176
Symbol 176 MovieClipUses:175Used by:Timeline
Symbol 177 TextUses:113Used by:178
Symbol 178 MovieClipUses:177Used by:Timeline
Symbol 179 TextUses:113Used by:180
Symbol 180 MovieClipUses:179Used by:Timeline
Symbol 181 TextUses:113Used by:182
Symbol 182 MovieClipUses:181Used by:Timeline
Symbol 183 TextUses:113Used by:184
Symbol 184 MovieClipUses:183Used by:Timeline
Symbol 185 TextUses:113Used by:186
Symbol 186 MovieClipUses:185Used by:Timeline
Symbol 187 TextUses:113Used by:188
Symbol 188 MovieClipUses:187Used by:Timeline
Symbol 189 TextUses:113Used by:190
Symbol 190 MovieClipUses:189Used by:Timeline
Symbol 191 TextUses:113Used by:192
Symbol 192 MovieClipUses:191Used by:Timeline
Symbol 193 TextUses:113Used by:194
Symbol 194 MovieClipUses:193Used by:Timeline
Symbol 195 TextUses:113Used by:196
Symbol 196 MovieClipUses:195Used by:Timeline
Symbol 197 TextUses:113Used by:198
Symbol 198 MovieClipUses:197Used by:Timeline
Symbol 199 TextUses:113Used by:200
Symbol 200 MovieClipUses:199Used by:Timeline
Symbol 201 TextUses:113Used by:202 203
Symbol 202 MovieClipUses:201Used by:203
Symbol 203 MovieClipUses:201 202Used by:Timeline
Symbol 204 TextUses:113Used by:205
Symbol 205 MovieClipUses:204Used by:Timeline
Symbol 206 TextUses:113Used by:207
Symbol 207 MovieClipUses:206Used by:Timeline
Symbol 208 TextUses:113Used by:209 210
Symbol 209 MovieClipUses:208Used by:210
Symbol 210 MovieClipUses:208 209Used by:Timeline
Symbol 211 TextUses:113Used by:212
Symbol 212 MovieClipUses:211Used by:Timeline
Symbol 213 TextUses:113Used by:214
Symbol 214 MovieClipUses:213Used by:Timeline
Symbol 215 TextUses:113Used by:216
Symbol 216 MovieClipUses:215Used by:Timeline
Symbol 217 EditableTextUses:12Used by:Timeline
Symbol 218 TextUses:12Used by:Timeline
Symbol 219 ButtonUses:102 103 104 105 106Used by:Timeline
Symbol 220 GraphicUsed by:Timeline
Symbol 221 EditableTextUses:12Used by:Timeline
Symbol 222 TextUses:12Used by:Timeline
Symbol 223 EditableTextUses:12Used by:Timeline
Symbol 224 GraphicUsed by:227
Symbol 225 TextUses:12Used by:227
Symbol 226 GraphicUsed by:227
Symbol 227 ButtonUses:224 225 226 23Used by:Timeline
Symbol 228 TextUses:12Used by:Timeline
Symbol 229 GraphicUsed by:230
Symbol 230 MovieClipUses:229Used by:Timeline
Symbol 231 EditableTextUses:12Used by:Timeline
Symbol 232 TextUses:12Used by:Timeline
Symbol 233 GraphicUsed by:234
Symbol 234 MovieClipUses:233Used by:235
Symbol 235 MovieClipUses:234Used by:Timeline
Symbol 236 SoundUsed by:Timeline
Symbol 237 EditableTextUses:12Used by:Timeline
Symbol 238 TextUses:12Used by:Timeline
Symbol 239 MovieClipUses:20Used by:Timeline
Symbol 240 GraphicUsed by:241
Symbol 241 MovieClipUses:240Used by:Timeline
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:Timeline
Symbol 244 GraphicUsed by:245
Symbol 245 MovieClipUses:244Used by:246
Symbol 246 MovieClipUses:245Used by:Timeline
Symbol 247 GraphicUsed by:248
Symbol 248 MovieClipUses:247Used by:249
Symbol 249 MovieClipUses:248Used by:Timeline
Symbol 250 EditableTextUses:12Used by:Timeline
Symbol 251 TextUses:12Used by:Timeline
Symbol 252 EditableTextUses:12Used by:Timeline
Symbol 253 TextUses:12Used by:Timeline
Symbol 254 EditableTextUses:12Used by:Timeline
Symbol 255 TextUses:12Used by:Timeline
Symbol 256 EditableTextUses:12Used by:Timeline
Symbol 257 TextUses:12Used by:Timeline
Symbol 258 EditableTextUses:12Used by:Timeline
Symbol 259 TextUses:12Used by:Timeline
Symbol 260 EditableTextUses:12Used by:Timeline
Symbol 261 TextUses:12Used by:Timeline
Symbol 262 EditableTextUses:12Used by:Timeline
Symbol 263 TextUses:12Used by:Timeline
Symbol 264 EditableTextUses:12Used by:Timeline
Symbol 265 TextUses:12Used by:Timeline
Symbol 266 GraphicUsed by:267
Symbol 267 MovieClipUses:266Used by:268
Symbol 268 MovieClipUses:267Used by:Timeline
Symbol 269 BitmapUsed by:270 271 272
Symbol 270 GraphicUses:269Used by:273
Symbol 271 GraphicUses:269Used by:273
Symbol 272 GraphicUses:269Used by:273
Symbol 273 MovieClipUses:270 271 272Used by:274
Symbol 274 MovieClipUses:273Used by:277  Timeline
Symbol 275 GraphicUsed by:Timeline
Symbol 276 GraphicUsed by:277
Symbol 277 MovieClipUses:276 274Used by:Timeline
Symbol 278 TextUses:12Used by:Timeline
Symbol 279 GraphicUsed by:Timeline
Symbol 280 ButtonUses:4 5 6 7 8 9Used by:Timeline

Instance Names

"blackscreen"Frame 1Symbol 40 MovieClip
"bad"Frame 2Symbol 42 MovieClip
"circle"Frame 2Symbol 55 MovieClip
"wall"Frame 2Symbol 62 MovieClip
"wall2"Frame 2Symbol 62 MovieClip
"wall3"Frame 2Symbol 62 MovieClip
"wall4"Frame 2Symbol 62 MovieClip
"bad1"Frame 4Symbol 42 MovieClip
"wall"Frame 4Symbol 62 MovieClip
"wall2"Frame 4Symbol 62 MovieClip
"wall3"Frame 4Symbol 62 MovieClip
"wall4"Frame 4Symbol 62 MovieClip
"circle"Frame 4Symbol 55 MovieClip
"hpup"Frame 7Symbol 82 MovieClip
"wall3"Frame 11Symbol 62 MovieClip
"wall2"Frame 11Symbol 62 MovieClip
"wall4"Frame 11Symbol 62 MovieClip
"wall"Frame 11Symbol 62 MovieClip
"hpup"Frame 11Symbol 82 MovieClip
"wall3"Frame 14Symbol 62 MovieClip
"wall2"Frame 14Symbol 62 MovieClip
"wall4"Frame 14Symbol 62 MovieClip
"wall"Frame 14Symbol 62 MovieClip
"circle"Frame 14Symbol 55 MovieClip
"hpup"Frame 20Symbol 148 MovieClip
"passw"Frame 25Symbol 223 EditableText
"wall2"Frame 26Symbol 62 MovieClip
"wall3"Frame 26Symbol 62 MovieClip
"wall"Frame 26Symbol 62 MovieClip
"wall4"Frame 26Symbol 62 MovieClip
"circle"Frame 26Symbol 55 MovieClip
"hpup"Frame 34Symbol 148 MovieClip
"bar"Symbol 39 MovieClip Frame 1Symbol 24 MovieClip
"bad"Symbol 70 MovieClip Frame 1Symbol 42 MovieClip
"bad"Symbol 71 MovieClip Frame 1Symbol 42 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.

Labels

"loaded"Symbol 39 MovieClip Frame 3

Dynamic Text Variables

healthSymbol 56 EditableText"<p align="center"></p>"
healthSymbol 68 EditableText"<p align="center"></p>"
healthSymbol 73 EditableText"<p align="center"></p>"
healthSymbol 77 EditableText"<p align="center"></p>"
healthSymbol 79 EditableText"<p align="center"></p>"
healthSymbol 83 EditableText"<p align="center"></p>"
healthSymbol 87 EditableText"<p align="center"></p>"
healthSymbol 91 EditableText"<p align="center"></p>"
healthSymbol 95 EditableText"<p align="center"></p>"
healthSymbol 97 EditableText"<p align="center"></p>"
healthSymbol 111 EditableText"<p align="center"></p>"
healthSymbol 123 EditableText"<p align="center"></p>"
healthSymbol 129 EditableText"<p align="center"></p>"
healthSymbol 132 EditableText"<p align="center"></p>"
healthSymbol 135 EditableText"<p align="center"></p>"
healthSymbol 143 EditableText"<p align="center"></p>"
healthSymbol 146 EditableText"<p align="center"></p>"
healthSymbol 150 EditableText"<p align="center"></p>"
healthSymbol 153 EditableText"<p align="center"></p>"
healthSymbol 161 EditableText"<p align="center"></p>"
healthSymbol 231 EditableText"<p align="center"></p>"
healthSymbol 237 EditableText"<p align="center"></p>"
healthSymbol 250 EditableText"<p align="center"></p>"
healthSymbol 252 EditableText"<p align="center"></p>"
healthSymbol 254 EditableText"<p align="center"></p>"
healthSymbol 256 EditableText"<p align="center"></p>"
healthSymbol 258 EditableText"<p align="center"></p>"
healthSymbol 260 EditableText"<p align="center"></p>"
healthSymbol 262 EditableText"<p align="center"></p>"
healthSymbol 264 EditableText"<p align="center"></p>"




http://swfchan.com/10/47208/info.shtml
Created: 2/5 -2019 07:53:50 Last modified: 2/5 -2019 07:53:50 Server time: 15/05 -2024 23:27:19