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

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

Sanitarium.swf

This is the info page for
Flash #30749

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


Text
.COM

r

e

p

m

u

J

f

o

R

Play

Instructions

About

Play More Games

Level 1

Click Here To Go To The Next Level.

Go
Back

Lives:

<p align="center"><font face="Newsflash BB" size="20" color="#000000" letterSpacing="5.000000" kerning="1"><b>0</b></font></p>

YOU LOSE! Click Here.

Level 2

<p align="center"><font face="Newsflash BB" size="20" color="#000000" letterSpacing="5.000000" kerning="1"><b>0</b></font></p>

Level 3

<p align="center"><font face="Newsflash BB" size="20" color="#000000" letterSpacing="5.000000" kerning="1"><b>0</b></font></p>

Level 4

<p align="center"><font face="Newsflash BB" size="20" color="#000000" letterSpacing="5.000000" kerning="1"><b>0</b></font></p>

Level 5

<p align="center"><font face="Newsflash BB" size="20" color="#000000" letterSpacing="5.000000" kerning="1"><b>0</b></font></p>

Level 6

Level 7

Level 8

Level 9

Level 10

Level 11

Level 12

Level 13

Level 14

Level 15

Level 16

Level 17

Level 18

Level 19

Level 20

Level 21

LAST LEVEL!!! GOODLUCK!

Congrtulations!!! You have beaten the GAME!!!
<__ GO BACK

Jump from rooftop to roof top. By Grabbing the flag you progress to the
next level. There are 21 levels each harder than the other.
Use the arrow keys to move.
Goodluck!!!
<__ GO BACK

Roof Jumper was created for http://www.goeasygames.com/
by http://www.flashevolve.com.
(c) Copyright 2006+
<__ GO BACK

ActionScript [AS1/AS2]

Frame 91
lives = 3;
Frame 141
stop(); stopAllSounds();
Frame 150
stop(); stop();
Instance of Symbol 59 MovieClip "level1death" in Frame 150
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level1death)) { _root.person._y = 186.2; _root.person._x = 99; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 150
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag1.hitTest(_root.person)) { _root.nextlevel._y = 40; } }
Frame 160
stop();
Instance of Symbol 98 MovieClip "level2death" in Frame 160
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level2death)) { _root.person._y = 186.2; _root.person._x = 99; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 160
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag1.hitTest(_root.person)) { _root.nextlevel._y = 40; } } onClipEvent (enterFrame) { if (_root.flag2.hitTest(_root.person)) { _root.nextlevel2._y = 40; } }
Frame 170
stop();
Instance of Symbol 98 MovieClip "level3death" in Frame 170
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level3death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 170
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag1.hitTest(_root.person)) { _root.nextlevel._y = 40; } } onClipEvent (enterFrame) { if (_root.flag3.hitTest(_root.person)) { _root.nextlevel3._y = 40; } }
Frame 180
stop();
Instance of Symbol 98 MovieClip "level4death" in Frame 180
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level4death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 180
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag4.hitTest(_root.person)) { _root.nextlevel4._y = 40; } }
Frame 190
stop();
Instance of Symbol 98 MovieClip "level5death" in Frame 190
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level5death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 190
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag5.hitTest(_root.person)) { _root.nextlevel5._y = 40; } }
Frame 200
stop();
Instance of Symbol 112 MovieClip "spike" in Frame 200
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.spike)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 98 MovieClip "level6death" in Frame 200
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level6death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 200
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag6.hitTest(_root.person)) { _root.nextlevel6._y = 40; } }
Frame 210
stop();
Instance of Symbol 98 MovieClip "level7death" in Frame 210
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level7death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 210
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag7.hitTest(_root.person)) { _root.nextlevel7._y = 40; } }
Frame 220
stop();
Instance of Symbol 81 MovieClip "person" in Frame 220
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag8.hitTest(_root.person)) { _root.nextlevel8._y = 40; } }
Instance of Symbol 98 MovieClip "level8death" in Frame 220
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level8death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Frame 230
stop();
Instance of Symbol 98 MovieClip "level9death" in Frame 230
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level9death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 112 MovieClip "spike2" in Frame 230
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.spike2)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 112 MovieClip "spike3" in Frame 230
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.spike3)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 230
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag9.hitTest(_root.person)) { _root.nextlevel9._y = 40; } }
Frame 240
stop();
Instance of Symbol 98 MovieClip "level10death" in Frame 240
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level10death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 240
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag10.hitTest(_root.person)) { _root.nextlevel10._y = 40; } }
Frame 250
stop();
Instance of Symbol 98 MovieClip "level11death" in Frame 250
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level11death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 250
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag11.hitTest(_root.person)) { _root.nextlevel11._y = 40; } }
Frame 260
stop();
Instance of Symbol 98 MovieClip "level12death" in Frame 260
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level12death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 260
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag12.hitTest(_root.person)) { _root.nextlevel12._y = 40; } }
Instance of Symbol 128 MovieClip "enemy" in Frame 260
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.enemy)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Frame 270
stop();
Instance of Symbol 98 MovieClip "level13death" in Frame 270
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level13death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 270
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag13.hitTest(_root.person)) { _root.nextlevel13._y = 40; } }
Instance of Symbol 128 MovieClip "enemy" in Frame 270
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.enemy)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Frame 280
stop();
Instance of Symbol 98 MovieClip "level14death" in Frame 280
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level14death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 280
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag14.hitTest(_root.person)) { _root.nextlevel14._y = 40; } }
Frame 290
stop();
Instance of Symbol 98 MovieClip "level15death" in Frame 290
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level15death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 290
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag15.hitTest(_root.person)) { _root.nextlevel15._y = 40; } }
Frame 300
stop();
Instance of Symbol 98 MovieClip "level16death" in Frame 300
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level16death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 112 MovieClip "spike" in Frame 300
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.spike)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 300
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag16.hitTest(_root.person)) { _root.nextlevel16._y = 40; } }
Frame 310
stop();
Instance of Symbol 98 MovieClip "level17death" in Frame 310
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level17death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 310
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag17.hitTest(_root.person)) { _root.nextlevel17._y = 40; } }
Instance of Symbol 128 MovieClip "enemy" in Frame 310
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.enemy)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Frame 320
stop();
Instance of Symbol 98 MovieClip "level18death" in Frame 320
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level18death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 112 MovieClip "spike2" in Frame 320
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.spike2)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 112 MovieClip "spike3" in Frame 320
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.spike3)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 320
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag18.hitTest(_root.person)) { _root.nextlevel18._y = 40; } }
Frame 330
stop();
Instance of Symbol 98 MovieClip "level19death" in Frame 330
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level19death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 330
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag19.hitTest(_root.person)) { _root.nextlevel19._y = 40; } }
Frame 340
stop();
Instance of Symbol 98 MovieClip "level20death" in Frame 340
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level20death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 112 MovieClip "spike2" in Frame 340
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.spike2)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 340
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag20.hitTest(_root.person)) { _root.nextlevel20._y = 40; } }
Instance of Symbol 128 MovieClip "enemy" in Frame 340
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.enemy)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Frame 350
stop();
Instance of Symbol 98 MovieClip "level21death" in Frame 350
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.level21death)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 112 MovieClip "spike" in Frame 350
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.spike)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Instance of Symbol 81 MovieClip "person" in Frame 350
onClipEvent (load) { left = false; } onClipEvent (enterFrame) { if (Key.isDown(37)) { with (_root.person) { if (left == false) { gotoAndPlay(9); left = true; } } this._x = this._x - 5; } } onClipEvent (enterFrame) { if (Key.isDown(39)) { if (left == true) { with (_root.person) { gotoAndPlay(1); left = false; } } this._x = this._x + 5; } } onClipEvent (enterFrame) { if (gravity == 0) { if (Key.isDown(38)) { gravity = 10; yes = true; } } } onClipEvent (enterFrame) { this._y = this._y - gravity; } onClipEvent (enterFrame) { if ((yes = true)) { if (gravity > -10) { gravity = gravity - 0.9; } } } onClipEvent (enterFrame) { if (_root.building1.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building2.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building3.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.building4.hitTest(_root.person)) { yes = false; gravity = 0; } } onClipEvent (enterFrame) { if (_root.flag21.hitTest(_root.person)) { _root.nextlevel21._y = 40; } }
Instance of Symbol 128 MovieClip "enemy" in Frame 350
onClipEvent (enterFrame) { if (_root.person.hitTest(_root.enemy)) { _root.person._y = 132.4; _root.person._x = 59.5; _root.youlose._y = _root.youlose._y + 1000; _root.lives = _root.lives - 1; } }
Symbol 32 Button
on (release) { gotoAndStop ("level1"); }
Symbol 33 Button
on (release) { gotoAndStop ("instructions"); }
Symbol 34 Button
on (release) { gotoAndStop ("about"); }
Symbol 44 MovieClip Frame 10
stop();
Symbol 45 Button
on (release) { gotoAndPlay ("level1"); }
Symbol 48 Button
on (release) { getURL ("http://www.goeasygames.com", _self); }
Symbol 81 MovieClip Frame 8
gotoAndPlay (1);
Symbol 81 MovieClip Frame 16
gotoAndPlay (9);
Symbol 83 Button
on (release) { gotoAndStop ("level2"); }
Symbol 85 Button
on (release) { gotoAndStop ("startscreen"); }
Symbol 95 Button
on (release) { lives = 3; gotoAndStop ("startscreen"); }
Symbol 99 Button
on (release) { gotoAndStop ("level3"); }
Symbol 101 Button
on (release) { gotoAndStop ("level4"); }
Symbol 104 Button
on (release) { gotoAndStop ("level5"); }
Symbol 108 Button
on (release) { gotoAndStop ("level6"); }
Symbol 113 Button
on (release) { gotoAndStop ("level7"); }
Symbol 114 Button
on (release) { gotoAndStop ("level8"); }
Symbol 116 Button
on (release) { gotoAndStop ("level9"); }
Symbol 118 Button
on (release) { gotoAndStop ("level10"); }
Symbol 120 Button
on (release) { gotoAndStop ("level11"); }
Symbol 122 Button
on (release) { gotoAndStop ("level12"); }
Symbol 124 Button
on (release) { gotoAndStop ("level13"); }
Symbol 130 Button
on (release) { gotoAndStop ("level14"); }
Symbol 131 Button
on (release) { gotoAndStop ("level15"); }
Symbol 133 Button
on (release) { gotoAndStop ("level16"); }
Symbol 135 Button
on (release) { gotoAndStop ("level17"); }
Symbol 137 Button
on (release) { gotoAndStop ("level18"); }
Symbol 139 Button
on (release) { gotoAndStop ("level19"); }
Symbol 141 Button
on (release) { gotoAndStop ("level20"); }
Symbol 143 Button
on (release) { gotoAndStop ("level21"); }
Symbol 145 Button
on (release) { gotoAndStop ("finished"); }
Symbol 148 MovieClip Frame 63
stop();
Symbol 150 Button
on (release) { gotoAndStop ("startscreen"); }

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 BitmapUsed by:3
Symbol 3 GraphicUses:2Used by:4
Symbol 4 MovieClipUses:3Used by:Timeline
Symbol 5 FontUsed by:6 22 23 24 25 26 27 28 29 30 35 38 46 58 82 86 92 93 94 97 100 102 103 105 106 107 109 110 115 117 119 121 123 125 129 132 134 136 138 140 142 144 146 147 149 151 152
Symbol 6 TextUses:5Used by:7
Symbol 7 MovieClipUses:6Used by:Timeline
Symbol 8 GraphicUsed by:9
Symbol 9 MovieClipUses:8Used by:21
Symbol 10 GraphicUsed by:11
Symbol 11 MovieClipUses:10Used by:21
Symbol 12 GraphicUsed by:13
Symbol 13 MovieClipUses:12Used by:21
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:18
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:18
Symbol 18 MovieClipUses:15 17Used by:21
Symbol 19 GraphicUsed by:20
Symbol 20 MovieClipUses:19Used by:21
Symbol 21 MovieClipUses:9 11 13 18 20Used by:Timeline
Symbol 22 TextUses:5Used by:Timeline
Symbol 23 TextUses:5Used by:Timeline
Symbol 24 TextUses:5Used by:Timeline
Symbol 25 TextUses:5Used by:Timeline
Symbol 26 TextUses:5Used by:Timeline
Symbol 27 TextUses:5Used by:Timeline
Symbol 28 TextUses:5Used by:Timeline
Symbol 29 TextUses:5Used by:Timeline
Symbol 30 TextUses:5Used by:Timeline
Symbol 31 GraphicUsed by:32 33 34 45
Symbol 32 ButtonUses:31Used by:Timeline
Symbol 33 ButtonUses:31Used by:Timeline
Symbol 34 ButtonUses:31Used by:Timeline
Symbol 35 TextUses:5Used by:36  Timeline
Symbol 36 MovieClipUses:35Used by:37
Symbol 37 MovieClipUses:36Used by:Timeline
Symbol 38 TextUses:5Used by:39  Timeline
Symbol 39 MovieClipUses:38Used by:40
Symbol 40 MovieClipUses:39Used by:Timeline
Symbol 41 FontUsed by:42
Symbol 42 TextUses:41Used by:43  Timeline
Symbol 43 MovieClipUses:42Used by:44
Symbol 44 MovieClipUses:43Used by:Timeline
Symbol 45 ButtonUses:31Used by:Timeline
Symbol 46 TextUses:5Used by:Timeline
Symbol 47 GraphicUsed by:48 59 95 98 150
Symbol 48 ButtonUses:47Used by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 GraphicUsed by:51
Symbol 51 MovieClipUses:50Used by:Timeline
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:52Used by:Timeline
Symbol 54 GraphicUsed by:55
Symbol 55 MovieClipUses:54Used by:Timeline
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:56Used by:Timeline
Symbol 58 TextUses:5Used by:Timeline
Symbol 59 MovieClipUses:47Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:64
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:64
Symbol 64 MovieClipUses:61 63Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:81 128
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:81 128
Symbol 71 GraphicUsed by:81 128
Symbol 72 GraphicUsed by:73
Symbol 73 MovieClipUses:72Used by:81 128
Symbol 74 GraphicUsed by:75
Symbol 75 MovieClipUses:74Used by:81 128
Symbol 76 GraphicUsed by:77
Symbol 77 MovieClipUses:76Used by:81 128
Symbol 78 GraphicUsed by:81
Symbol 79 GraphicUsed by:81
Symbol 80 GraphicUsed by:81
Symbol 81 MovieClipUses:68 70 71 73 75 77 78 79 80Used by:Timeline
Symbol 82 TextUses:5Used by:83 99 101 104 108 113 114 116 118 120 122 124 130 131 133 135 137 139 141 143 145
Symbol 83 ButtonUses:82Used by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 ButtonUses:84Used by:Timeline
Symbol 86 TextUses:5Used by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:91
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:91
Symbol 91 MovieClipUses:88 90Used by:Timeline
Symbol 92 TextUses:5Used by:Timeline
Symbol 93 EditableTextUses:5Used by:Timeline
Symbol 94 TextUses:5Used by:95
Symbol 95 ButtonUses:47 94Used by:Timeline
Symbol 96 SoundUsed by:Timeline
Symbol 97 TextUses:5Used by:Timeline
Symbol 98 MovieClipUses:47Used by:Timeline
Symbol 99 ButtonUses:82Used by:Timeline
Symbol 100 EditableTextUses:5Used by:Timeline
Symbol 101 ButtonUses:82Used by:Timeline
Symbol 102 TextUses:5Used by:Timeline
Symbol 103 EditableTextUses:5Used by:Timeline
Symbol 104 ButtonUses:82Used by:Timeline
Symbol 105 TextUses:5Used by:Timeline
Symbol 106 EditableTextUses:5Used by:Timeline
Symbol 107 TextUses:5Used by:Timeline
Symbol 108 ButtonUses:82Used by:Timeline
Symbol 109 EditableTextUses:5Used by:Timeline
Symbol 110 TextUses:5Used by:Timeline
Symbol 111 GraphicUsed by:112
Symbol 112 MovieClipUses:111Used by:Timeline
Symbol 113 ButtonUses:82Used by:Timeline
Symbol 114 ButtonUses:82Used by:Timeline
Symbol 115 TextUses:5Used by:Timeline
Symbol 116 ButtonUses:82Used by:Timeline
Symbol 117 TextUses:5Used by:Timeline
Symbol 118 ButtonUses:82Used by:Timeline
Symbol 119 TextUses:5Used by:Timeline
Symbol 120 ButtonUses:82Used by:Timeline
Symbol 121 TextUses:5Used by:Timeline
Symbol 122 ButtonUses:82Used by:Timeline
Symbol 123 TextUses:5Used by:Timeline
Symbol 124 ButtonUses:82Used by:Timeline
Symbol 125 TextUses:5Used by:Timeline
Symbol 126 GraphicUsed by:128
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:68 70 71 73 75 77 126 127Used by:Timeline
Symbol 129 TextUses:5Used by:Timeline
Symbol 130 ButtonUses:82Used by:Timeline
Symbol 131 ButtonUses:82Used by:Timeline
Symbol 132 TextUses:5Used by:Timeline
Symbol 133 ButtonUses:82Used by:Timeline
Symbol 134 TextUses:5Used by:Timeline
Symbol 135 ButtonUses:82Used by:Timeline
Symbol 136 TextUses:5Used by:Timeline
Symbol 137 ButtonUses:82Used by:Timeline
Symbol 138 TextUses:5Used by:Timeline
Symbol 139 ButtonUses:82Used by:Timeline
Symbol 140 TextUses:5Used by:Timeline
Symbol 141 ButtonUses:82Used by:Timeline
Symbol 142 TextUses:5Used by:Timeline
Symbol 143 ButtonUses:82Used by:Timeline
Symbol 144 TextUses:5Used by:Timeline
Symbol 145 ButtonUses:82Used by:Timeline
Symbol 146 TextUses:5Used by:Timeline
Symbol 147 TextUses:5Used by:148
Symbol 148 MovieClipUses:147Used by:Timeline
Symbol 149 TextUses:5Used by:Timeline
Symbol 150 ButtonUses:47Used by:Timeline
Symbol 151 TextUses:5Used by:Timeline
Symbol 152 TextUses:5Used by:Timeline

Instance Names

"level1death"Frame 150Symbol 59 MovieClip
"building1"Frame 150Symbol 66 MovieClip
"building2"Frame 150Symbol 66 MovieClip
"person"Frame 150Symbol 81 MovieClip
"nextlevel"Frame 150Symbol 83 Button
"flag1"Frame 150Symbol 91 MovieClip
"youlose"Frame 150Symbol 95 Button
"flag2"Frame 160Symbol 91 MovieClip
"level2death"Frame 160Symbol 98 MovieClip
"building1"Frame 160Symbol 66 MovieClip
"building2"Frame 160Symbol 66 MovieClip
"nextlevel2"Frame 160Symbol 99 Button
"person"Frame 160Symbol 81 MovieClip
"building1"Frame 170Symbol 66 MovieClip
"building2"Frame 170Symbol 66 MovieClip
"nextlevel3"Frame 170Symbol 101 Button
"flag3"Frame 170Symbol 91 MovieClip
"building3"Frame 170Symbol 66 MovieClip
"level3death"Frame 170Symbol 98 MovieClip
"person"Frame 170Symbol 81 MovieClip
"nextlevel4"Frame 180Symbol 104 Button
"flag4"Frame 180Symbol 91 MovieClip
"building3"Frame 180Symbol 66 MovieClip
"building4"Frame 180Symbol 66 MovieClip
"level4death"Frame 180Symbol 98 MovieClip
"person"Frame 180Symbol 81 MovieClip
"building2"Frame 190Symbol 66 MovieClip
"flag5"Frame 190Symbol 91 MovieClip
"nextlevel5"Frame 190Symbol 108 Button
"level5death"Frame 190Symbol 98 MovieClip
"person"Frame 190Symbol 81 MovieClip
"building2"Frame 200Symbol 66 MovieClip
"spike"Frame 200Symbol 112 MovieClip
"flag6"Frame 200Symbol 91 MovieClip
"nextlevel6"Frame 200Symbol 113 Button
"level6death"Frame 200Symbol 98 MovieClip
"person"Frame 200Symbol 81 MovieClip
"flag7"Frame 210Symbol 91 MovieClip
"nextlevel7"Frame 210Symbol 114 Button
"level7death"Frame 210Symbol 98 MovieClip
"building3"Frame 210Symbol 66 MovieClip
"person"Frame 210Symbol 81 MovieClip
"person"Frame 220Symbol 81 MovieClip
"flag8"Frame 220Symbol 91 MovieClip
"nextlevel8"Frame 220Symbol 116 Button
"level8death"Frame 220Symbol 98 MovieClip
"flag9"Frame 230Symbol 91 MovieClip
"nextlevel9"Frame 230Symbol 118 Button
"level9death"Frame 230Symbol 98 MovieClip
"spike2"Frame 230Symbol 112 MovieClip
"spike3"Frame 230Symbol 112 MovieClip
"person"Frame 230Symbol 81 MovieClip
"nextlevel10"Frame 240Symbol 120 Button
"level10death"Frame 240Symbol 98 MovieClip
"flag10"Frame 240Symbol 91 MovieClip
"person"Frame 240Symbol 81 MovieClip
"nextlevel11"Frame 250Symbol 122 Button
"level11death"Frame 250Symbol 98 MovieClip
"flag11"Frame 250Symbol 91 MovieClip
"person"Frame 250Symbol 81 MovieClip
"building1"Frame 260Symbol 66 MovieClip
"nextlevel12"Frame 260Symbol 124 Button
"level12death"Frame 260Symbol 98 MovieClip
"flag12"Frame 260Symbol 91 MovieClip
"person"Frame 260Symbol 81 MovieClip
"enemy"Frame 260Symbol 128 MovieClip
"building3"Frame 270Symbol 66 MovieClip
"nextlevel13"Frame 270Symbol 130 Button
"level13death"Frame 270Symbol 98 MovieClip
"flag13"Frame 270Symbol 91 MovieClip
"building2"Frame 270Symbol 66 MovieClip
"person"Frame 270Symbol 81 MovieClip
"enemy"Frame 270Symbol 128 MovieClip
"nextlevel14"Frame 280Symbol 131 Button
"level14death"Frame 280Symbol 98 MovieClip
"flag14"Frame 280Symbol 91 MovieClip
"person"Frame 280Symbol 81 MovieClip
"nextlevel15"Frame 290Symbol 133 Button
"level15death"Frame 290Symbol 98 MovieClip
"flag15"Frame 290Symbol 91 MovieClip
"person"Frame 290Symbol 81 MovieClip
"nextlevel16"Frame 300Symbol 135 Button
"level16death"Frame 300Symbol 98 MovieClip
"flag16"Frame 300Symbol 91 MovieClip
"spike"Frame 300Symbol 112 MovieClip
"person"Frame 300Symbol 81 MovieClip
"nextlevel17"Frame 310Symbol 137 Button
"level17death"Frame 310Symbol 98 MovieClip
"flag17"Frame 310Symbol 91 MovieClip
"person"Frame 310Symbol 81 MovieClip
"enemy"Frame 310Symbol 128 MovieClip
"nextlevel18"Frame 320Symbol 139 Button
"level18death"Frame 320Symbol 98 MovieClip
"flag18"Frame 320Symbol 91 MovieClip
"spike2"Frame 320Symbol 112 MovieClip
"spike3"Frame 320Symbol 112 MovieClip
"person"Frame 320Symbol 81 MovieClip
"nextlevel19"Frame 330Symbol 141 Button
"level19death"Frame 330Symbol 98 MovieClip
"flag19"Frame 330Symbol 91 MovieClip
"person"Frame 330Symbol 81 MovieClip
"building1"Frame 340Symbol 66 MovieClip
"nextlevel20"Frame 340Symbol 143 Button
"level20death"Frame 340Symbol 98 MovieClip
"flag20"Frame 340Symbol 91 MovieClip
"spike2"Frame 340Symbol 112 MovieClip
"person"Frame 340Symbol 81 MovieClip
"enemy"Frame 340Symbol 128 MovieClip
"building3"Frame 350Symbol 66 MovieClip
"nextlevel21"Frame 350Symbol 145 Button
"level21death"Frame 350Symbol 98 MovieClip
"flag21"Frame 350Symbol 91 MovieClip
"spike"Frame 350Symbol 112 MovieClip
"person"Frame 350Symbol 81 MovieClip
"enemy"Frame 350Symbol 128 MovieClip

Special Tags

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

Labels

"startscreen"Frame 141
"level1"Frame 150
"level2"Frame 160
"level3"Frame 170
"level4"Frame 180
"level5"Frame 190
"level6"Frame 200
"level7"Frame 210
"level8"Frame 220
"level9"Frame 230
"level10"Frame 240
"level11"Frame 250
"level12"Frame 260
"level13"Frame 270
"level14"Frame 280
"level15"Frame 290
"level16"Frame 300
"level17"Frame 310
"level18"Frame 320
"level19"Frame 330
"level20"Frame 340
"level21"Frame 350
"finished"Frame 361
"instructions"Frame 371
"about"Frame 381

Dynamic Text Variables

livesSymbol 93 EditableText"<p align="center"><font face="Newsflash BB" size="20" color="#000000" letterSpacing="5.000000" kerning="1"><b>0</b></font></p>"
livesSymbol 100 EditableText"<p align="center"><font face="Newsflash BB" size="20" color="#000000" letterSpacing="5.000000" kerning="1"><b>0</b></font></p>"
livesSymbol 103 EditableText"<p align="center"><font face="Newsflash BB" size="20" color="#000000" letterSpacing="5.000000" kerning="1"><b>0</b></font></p>"
livesSymbol 106 EditableText"<p align="center"><font face="Newsflash BB" size="20" color="#000000" letterSpacing="5.000000" kerning="1"><b>0</b></font></p>"
livesSymbol 109 EditableText"<p align="center"><font face="Newsflash BB" size="20" color="#000000" letterSpacing="5.000000" kerning="1"><b>0</b></font></p>"




http://swfchan.com/7/30749/info.shtml
Created: 19/5 -2019 04:43:50 Last modified: 19/5 -2019 04:43:50 Server time: 10/05 -2024 02:25:21