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

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

The Classroom.swf

This is the info page for
Flash #28993

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


Text
Welcome to "The Classroom"!
Gameplay is pretty simple and  hopefully, you'll
get the hang of it pretty quickly.
In these instructions you will learn just the
basics of the game. While actually playing, you'll
experience new stuff, so for a start press NEXT
to continue.

STORY SO FAR:
You are Alex. A boy that just can't (read won't)
study. So, simply you just cheat at tests. The
last 10 days of school are here and so are the
10 final knowledge tests. What to do? Cheat!
How? Read on.

BACK

- this is you.

- this is a geek. You will cheat
from him.

- this is your teacher. Avoid their
FOV (field of vision) and don't go near
them.

- this is an ordinary student. Ignore.

YOU:
You cheat by moving your character
close to The Geek and holding the
left mouse button. The "cheat bar" on the right
will start to fill.  You win the level by filling
the whole cheat bar and then returning to your
place.

THE TEACHER:
He is your enemy. Your worst nightmare. Avoid
at all costs. But ofcourse, if you are normally
sitting on your chair as all other students,
everything will be alright.

- this is his FOV. If you are walking
around the class - avoid!

THE GEEK:
He is your friend. Without him, the university
is only a dream for you. By constant threats
he decided to help you pass the high school.
THE STUDENT:
They are neutral. Ignore them. Though, some
are preety problematic.

OTHERS:
You will meet the other characters through the
game.

NOTIFICATIONS:

- you are in the cheat area
(hold mouse button  to fill the cheat bar)

- you are in the safe area
(teacher won't do nothing to you)

KEYS:
Arrow keys: Move player
Left mouse button: Cheat
Q: Quality (recommended for PII's)

PASSWORD:
After every level, you get a password (bottom
left corner of the scrapbook). This password is
used if you want to play a specific level again
or if you want to continue playing later.
Don't forget to write down every password! :)

TIPS:
-Whatever happens - stay out of teacher's FOV
and I mean WHATEVER!
-Use EVERY little chance to cheat.
-Sometimes you will have to restart the level.
-Just because you're far from teacher's FOV
doesn't mean that you can walk right past him.
-It gets interesting after level 3 :).
-Sometimes, you will just have to wait.
-Teacher sees more than the FOV shows!

practice

player
controller

stage
controller

movein

soldier

suicidal

poweroff

cheater

thefight

bastards

thabomb

shooter

ActionScript [AS1/AS2]

Frame 252
stop(); fscommand ("allowscale", "false");
Frame 253
stop();
Instance of Symbol 174 MovieClip "fov" in Frame 257
/* no clip actions */
Frame 264
stop();
Frame 265
_root.inSafepoint = "yes"; stopAllSounds();
Frame 266
mousedown = "0"; stop();
Instance of Symbol 159 MovieClip "player" in Frame 266
onClipEvent (enterFrame) { if (this) { with (this) { if (Key.isDown(40)) { _y = _y + 3; } if (Key.isDown(38)) { _y = _y - 3; } if (Key.isDown(37)) { _x = _x - 3; } if (Key.isDown(39)) { _x = _x + 3; } if (_root.class.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 3; } if (_root.class.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 3; } if (_root.class.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 3; } if (_root.class.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 3; } } } }
Instance of Symbol 216 MovieClip in Frame 266
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level1_win"); stopAllSounds(); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level1.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.hitpoint) && (_root.mousedown == "1")) { tellTarget (_root.cheatbar) { play(); }; } else { tellTarget (_root.cheatbar) { stop(); }; } }
Instance of Symbol 219 MovieClip in Frame 266
onClipEvent (enterFrame) { if (_root.player.hitTest(_root.teacher_level1.teacher.teacher_hittest)) { _root.gotoAndStop("level1_lose"); stopAllSounds(); } if ((_root.inSafepoint == "no") && (_root.player.hitTest(_root.teacher_level1.fov))) { _root.gotoAndStop("level1_lose"); stopAllSounds(); } if ((_root.mousedown == "1") && (_root.player.hitTest(_root.teacher_level1.fov))) { _root.gotoAndStop("level1_lose"); stopAllSounds(); } if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 269
_root.inSafepoint = "yes"; stopAllSounds();
Frame 270
mousedown = "0"; stop();
Instance of Symbol 159 MovieClip "player" in Frame 270
onClipEvent (enterFrame) { if (this) { with (this) { if (Key.isDown(40)) { _y = _y + 3; } if (Key.isDown(38)) { _y = _y - 3; } if (Key.isDown(37)) { _x = _x - 3; } if (Key.isDown(39)) { _x = _x + 3; } if (_root.class.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 3; } if (_root.class.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 3; } if (_root.class.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 3; } if (_root.class.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 3; } } } }
Instance of Symbol 216 MovieClip in Frame 270
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level2_win"); stopAllSounds(); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level2.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.hitpoint) && (_root.mousedown == "1")) { tellTarget (_root.cheatbar) { play(); }; } else { tellTarget (_root.cheatbar) { stop(); }; } }
Instance of Symbol 219 MovieClip in Frame 270
onClipEvent (enterFrame) { if (_root.player.hitTest(_root.teacher_level2.teacher.teacher_hittest)) { _root.gotoAndStop("level2_lose"); stopAllSounds(); } if ((_root.inSafepoint == "no") && (_root.player.hitTest(_root.teacher_level2.fov))) { _root.gotoAndStop("level2_lose"); stopAllSounds(); } if ((_root.mousedown == "1") && (_root.player.hitTest(_root.teacher_level2.fov))) { _root.gotoAndStop("level2_lose"); stopAllSounds(); } if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 273
_root.inSafepoint = "yes"; stopAllSounds();
Frame 274
mousedown = "0"; stop();
Instance of Symbol 159 MovieClip "player" in Frame 274
onClipEvent (enterFrame) { if (this) { with (this) { if (Key.isDown(40)) { _y = _y + 3; } if (Key.isDown(38)) { _y = _y - 3; } if (Key.isDown(37)) { _x = _x - 3; } if (Key.isDown(39)) { _x = _x + 3; } if (_root.class.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 3; } if (_root.class.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 3; } if (_root.class.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 3; } if (_root.class.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 3; } } } }
Instance of Symbol 216 MovieClip in Frame 274
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level3_win"); stopAllSounds(); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level3.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.hitpoint) && (_root.mousedown == "1")) { tellTarget (_root.cheatbar) { play(); }; } else { tellTarget (_root.cheatbar) { stop(); }; } }
Instance of Symbol 219 MovieClip in Frame 274
onClipEvent (enterFrame) { if (_root.player.hitTest(_root.teacher_level3.teacher.teacher_hittest)) { _root.gotoAndStop("level3_lose"); stopAllSounds(); } if ((_root.inSafepoint == "no") && (_root.player.hitTest(_root.teacher_level3.fov))) { _root.gotoAndStop("level3_lose"); stopAllSounds(); } if ((_root.mousedown == "1") && (_root.player.hitTest(_root.teacher_level3.fov))) { _root.gotoAndStop("level3_lose"); stopAllSounds(); } if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 277
_root.inSafepoint = "yes"; stopAllSounds();
Frame 278
mousedown = "0"; stop();
Instance of Symbol 159 MovieClip "player" in Frame 278
onClipEvent (enterFrame) { if (this) { with (this) { if (Key.isDown(40)) { _y = _y + 3; } if (Key.isDown(38)) { _y = _y - 3; } if (Key.isDown(37)) { _x = _x - 3; } if (Key.isDown(39)) { _x = _x + 3; } if (_root.class.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 3; } if (_root.class.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 3; } if (_root.class.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 3; } if (_root.class.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 3; } } } }
Instance of Symbol 216 MovieClip in Frame 278
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level4_win"); stopAllSounds(); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level4.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.hitpoint) && (_root.mousedown == "1")) { tellTarget (_root.cheatbar) { play(); }; } else { tellTarget (_root.cheatbar) { stop(); }; } }
Instance of Symbol 219 MovieClip in Frame 278
onClipEvent (enterFrame) { if (_root.player.hitTest(_root.teacher_level4.teacher.teacher_hittest)) { _root.gotoAndStop("level4_lose"); stopAllSounds(); } if ((_root.inSafepoint == "no") && (_root.player.hitTest(_root.teacher_level4.fov))) { _root.gotoAndStop("level4_lose"); stopAllSounds(); } if ((_root.mousedown == "1") && (_root.player.hitTest(_root.teacher_level4.fov))) { _root.gotoAndStop("level4_lose"); stopAllSounds(); } if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 281
_root.inSafepoint = "yes"; stopAllSounds();
Frame 282
mousedown = "0"; stop();
Instance of Symbol 159 MovieClip "player" in Frame 282
onClipEvent (enterFrame) { if (this) { with (this) { if (Key.isDown(40)) { _y = _y + 3; } if (Key.isDown(38)) { _y = _y - 3; } if (Key.isDown(37)) { _x = _x - 3; } if (Key.isDown(39)) { _x = _x + 3; } if (_root.class.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 3; } if (_root.class.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 3; } if (_root.class.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 3; } if (_root.class.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 3; } } } }
Instance of Symbol 216 MovieClip in Frame 282
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level5_win"); stopAllSounds(); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level5.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.hitpoint) && (_root.mousedown == "1")) { tellTarget (_root.cheatbar) { play(); }; } else { tellTarget (_root.cheatbar) { stop(); }; } }
Instance of Symbol 219 MovieClip in Frame 282
onClipEvent (enterFrame) { if (_root.player.hitTest(_root.teacher_level5.teacher.teacher_hittest)) { _root.gotoAndStop("level5_lose"); stopAllSounds(); } if ((_root.inSafepoint == "no") && (_root.player.hitTest(_root.teacher_level5.fov))) { _root.gotoAndStop("level5_lose"); stopAllSounds(); } if ((_root.mousedown == "1") && (_root.player.hitTest(_root.teacher_level5.fov))) { _root.gotoAndStop("level5_lose"); stopAllSounds(); } if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 285
_root.inSafepoint = "yes"; stopAllSounds();
Frame 286
mousedown = "0"; stop();
Instance of Symbol 159 MovieClip "player" in Frame 286
onClipEvent (enterFrame) { if (this) { with (this) { if (Key.isDown(40)) { _y = _y + 3; } if (Key.isDown(38)) { _y = _y - 3; } if (Key.isDown(37)) { _x = _x - 3; } if (Key.isDown(39)) { _x = _x + 3; } if (_root.class.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 3; } if (_root.class.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 3; } if (_root.class.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 3; } if (_root.class.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 3; } } } }
Instance of Symbol 216 MovieClip in Frame 286
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level6_win"); stopAllSounds(); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level6.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.hitpoint) && (_root.mousedown == "1")) { tellTarget (_root.cheatbar) { play(); }; } else { tellTarget (_root.cheatbar) { stop(); }; } }
Instance of Symbol 219 MovieClip in Frame 286
onClipEvent (enterFrame) { if (_root.player.hitTest(_root.teacher_level6.teacher.teacher_hittest)) { _root.gotoAndStop("level6_lose"); stopAllSounds(); } if ((_root.inSafepoint == "no") && (_root.player.hitTest(_root.teacher_level6.fov))) { _root.gotoAndStop("level6_lose"); stopAllSounds(); } if ((_root.mousedown == "1") && (_root.player.hitTest(_root.teacher_level6.fov))) { _root.gotoAndStop("level6_lose"); stopAllSounds(); } if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 289
_root.inSafepoint = "yes"; stopAllSounds();
Frame 290
mousedown = "0"; stop();
Instance of Symbol 159 MovieClip "player" in Frame 290
onClipEvent (enterFrame) { if (this) { with (this) { if (Key.isDown(40)) { _y = _y + 3; } if (Key.isDown(38)) { _y = _y - 3; } if (Key.isDown(37)) { _x = _x - 3; } if (Key.isDown(39)) { _x = _x + 3; } if (_root.class.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 3; } if (_root.class.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 3; } if (_root.class.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 3; } if (_root.class.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 3; } } } }
Instance of Symbol 216 MovieClip in Frame 290
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level7_win"); stopAllSounds(); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level7.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.hitpoint) && (_root.mousedown == "1")) { tellTarget (_root.cheatbar) { play(); }; } else { tellTarget (_root.cheatbar) { stop(); }; } }
Instance of Symbol 219 MovieClip in Frame 290
onClipEvent (enterFrame) { if (_root.player.hitTest(_root.teacher_level7.teacher.teacher_hittest)) { _root.gotoAndStop("level7_lose"); stopAllSounds(); } if ((_root.inSafepoint == "no") && (_root.player.hitTest(_root.teacher_level7.fov))) { _root.gotoAndStop("level7_lose"); stopAllSounds(); } if ((_root.mousedown == "1") && (_root.player.hitTest(_root.teacher_level7.fov))) { _root.gotoAndStop("level7_lose"); stopAllSounds(); } if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 293
_root.inSafepoint = "yes"; stopAllSounds();
Frame 294
mousedown = "0"; stop();
Instance of Symbol 159 MovieClip "player" in Frame 294
onClipEvent (enterFrame) { if (this) { with (this) { if (Key.isDown(40)) { _y = _y + 3; } if (Key.isDown(38)) { _y = _y - 3; } if (Key.isDown(37)) { _x = _x - 3; } if (Key.isDown(39)) { _x = _x + 3; } if (_root.class.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 3; } if (_root.class.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 3; } if (_root.class.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 3; } if (_root.class.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 3; } if (_root.teacher_level8.student8.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 3; } if (_root.teacher_level8.student8.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 3; } if (_root.teacher_level8.student8.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 3; } if (_root.teacher_level8.student8.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 3; } } } }
Instance of Symbol 216 MovieClip in Frame 294
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level8_win"); stopAllSounds(); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level8.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.hitpoint) && (_root.mousedown == "1")) { tellTarget (_root.cheatbar) { play(); }; } else { tellTarget (_root.cheatbar) { stop(); }; } }
Instance of Symbol 219 MovieClip in Frame 294
onClipEvent (enterFrame) { if (_root.player.hitTest(_root.teacher_level8.teacher.teacher_hittest)) { _root.gotoAndStop("level8_lose"); stopAllSounds(); } if ((_root.inSafepoint == "no") && (_root.player.hitTest(_root.teacher_level8.fov))) { _root.gotoAndStop("level8_lose"); stopAllSounds(); } if ((_root.mousedown == "1") && (_root.player.hitTest(_root.teacher_level8.fov))) { _root.gotoAndStop("level8_lose"); stopAllSounds(); } if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 297
_root.inSafepoint = "yes"; stopAllSounds();
Frame 298
mousedown = "0"; stop();
Instance of Symbol 159 MovieClip "player" in Frame 298
onClipEvent (enterFrame) { if (this) { with (this) { if (Key.isDown(40)) { _y = _y + 3; } if (Key.isDown(38)) { _y = _y - 3; } if (Key.isDown(37)) { _x = _x - 3; } if (Key.isDown(39)) { _x = _x + 3; } if (_root.class.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 3; } if (_root.class.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 3; } if (_root.class.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 3; } if (_root.class.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 3; } } } }
Instance of Symbol 216 MovieClip in Frame 298
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level9_win"); stopAllSounds(); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level9.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.teacher_level9.explosion)) { _root.gotoAndStop("level9_killed"); stopAllSounds(); } if (_root.player.hitTest(_root.hitpoint) && (_root.mousedown == "1")) { tellTarget (_root.cheatbar) { play(); }; } else { tellTarget (_root.cheatbar) { stop(); }; } }
Instance of Symbol 219 MovieClip in Frame 298
onClipEvent (enterFrame) { if (_root.player.hitTest(_root.teacher_level9.teacher.teacher_hittest)) { _root.gotoAndStop("level9_lose"); stopAllSounds(); } if ((_root.inSafepoint == "no") && (_root.player.hitTest(_root.teacher_level9.fov))) { _root.gotoAndStop("level9_lose"); stopAllSounds(); } if ((_root.mousedown == "1") && (_root.player.hitTest(_root.teacher_level9.fov))) { _root.gotoAndStop("level9_lose"); stopAllSounds(); } if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 302
_root.inSafepoint = "yes"; stopAllSounds();
Frame 303
mousedown = "0"; stop();
Instance of Symbol 216 MovieClip in Frame 303
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level10_win"); stopAllSounds(); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level10.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.hitpoint) && (_root.mousedown == "1")) { tellTarget (_root.cheatbar) { play(); }; } else { tellTarget (_root.cheatbar) { stop(); }; } }
Instance of Symbol 219 MovieClip in Frame 303
onClipEvent (enterFrame) { if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 304
mousedown = "0"; stop();
Instance of Symbol 159 MovieClip "player" in Frame 304
onClipEvent (enterFrame) { if (this) { with (this) { if (Key.isDown(40)) { _y = _y + 1; } if (Key.isDown(38)) { _y = _y - 1; } if (Key.isDown(37)) { _x = _x - 1; } if (Key.isDown(39)) { _x = _x + 1; } if (_root.class.hitTest(getBounds(_root).xMax, _y, true)) { _x = _x - 1; } if (_root.class.hitTest(getBounds(_root).xMin, _y, true)) { _x = _x + 1; } if (_root.class.hitTest(_x, getBounds(_root).yMax, true)) { _y = _y - 1; } if (_root.class.hitTest(_x, getBounds(_root).yMin, true)) { _y = _y + 1; } } } }
Instance of Symbol 216 MovieClip in Frame 304
onClipEvent (enterFrame) { if ((_root.cheatbar.cheatbarcomplete == "1") && (_root.player.hitTest(_root.safepoint))) { _root.gotoAndStop("level11_win"); } setProperty(_root.safepoint, _visible , 0); setProperty(_root.hitpoint, _visible , 0); setProperty(_root.teacher_level10slo_mo.teacher.teacher_hittest, _visible , 0); if (_root.player.hitTest(_root.safepoint)) { _root.inSafepoint = "yes"; } else { _root.inSafepoint = "no"; } if (_root.player.hitTest(_root.hitpoint)) { _root.inHitpoint = "yes"; } else { _root.inHitpoint = "no"; } if (_root.player.hitTest(_root.teacher_level10slo_mo.bullet)) { _root.gotoAndStop("level11_killed"); } if (_root.player.hitTest(_root.teacher_level10slo_mo.finishline)) { _root.gotoAndStop("level11_win"); } }
Instance of Symbol 219 MovieClip in Frame 304
onClipEvent (enterFrame) { if (_root.player.hitTest(_root.teacher_level10slo_mo.teacher.teacher_hittest)) { _root.gotoAndStop("level11_lose"); stopAllSounds(); } if ((_root.inSafepoint == "no") && (_root.player.hitTest(_root.teacher_level10slo_mo.fov))) { _root.gotoAndStop("level11_lose"); stopAllSounds(); } if ((_root.mousedown == "1") && (_root.player.hitTest(_root.teacher_level10slo_mo.fov))) { _root.gotoAndStop("level11_lose"); stopAllSounds(); } if (_root.inHitpoint == "yes") { setProperty(_root.cheat_notifier, _visible , 1); } else { setProperty(_root.cheat_notifier, _visible , 0); } if (_root.inSafePoint == "yes") { setProperty(_root.safe_notifier, _visible , 1); } else { setProperty(_root.safe_notifier, _visible , 0); } }
Frame 307
play(); stopAllSounds();
Frame 996
gotoAndPlay (2);
Symbol 8 MovieClip Frame 1
_root.stop(); PercentLoaded = Math.round((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { _root.play(); } display = PercentLoaded + "%";
Symbol 8 MovieClip Frame 2
gotoAndPlay (1);
Symbol 12 Button
on (release) { getURL ("http://www.luksy.tk", "_blank"); }
Symbol 17 Button
on (release) { getURL ("http://www.flashportal.com", "_blank"); }
Symbol 114 Button
on (release) { getURL ("http://www.flashportal.com", "_blank"); }
Symbol 121 Button
on (release) { gotoAndStop (265); }
Symbol 126 Button
on (release) { gotoAndStop (253); }
Symbol 130 Button
on (release) { gotoAndPlay (602); stopAllSounds(); }
Symbol 135 Button
on (release) { gotoAndStop (264); }
Symbol 142 Button
on (release) { if (passwordFld == "practice") { _root.gotoAndStop("level1", 1); } }
Symbol 145 MovieClip Frame 1
stop();
Symbol 145 MovieClip Frame 10
stop();
Symbol 151 Button
on (release) { nextFrame(); }
Symbol 157 Button
on (release) { prevFrame(); }
Symbol 178 Button
on (release) { nextFrame(); }
Symbol 191 Button
on (release) { gotoAndStop (252); }
Symbol 192 Button
on (release) { if (passwordFld == "practice") { gotoAndStop (265); } } on (release) { if (passwordFld == "movein") { gotoAndStop (269); } } on (release) { if (passwordFld == "soldier") { gotoAndStop (273); } } on (release) { if (passwordFld == "suicidal") { gotoAndStop (277); } } on (release) { if (passwordFld == "poweroff") { gotoAndStop (281); } } on (release) { if (passwordFld == "cheater") { gotoAndStop (285); } } on (release) { if (passwordFld == "thefight") { gotoAndStop (289); } } on (release) { if (passwordFld == "bastards") { gotoAndStop (293); } } on (release) { if (passwordFld == "thabomb") { gotoAndStop (297); } } on (release) { if (passwordFld == "shooter") { gotoAndStop (302); } }
Symbol 194 Button
on (release) { gotoAndStop (252); }
Symbol 198 Button
on (release) { gotoAndStop (266); }
Symbol 201 Button
on (keyPress "q") { toggleHighQuality(); }
Symbol 211 MovieClip Frame 1
Symbol 213 MovieClip Frame 1
E = Number(getTimer()) + Number(random(8000));
Instance of Symbol 174 MovieClip "fov" in Symbol 213 MovieClip Frame 1
/* no clip actions */
Symbol 213 MovieClip Frame 2
if (Number(E) < Number(getTimer())) { gotoAndPlay (4); }
Symbol 213 MovieClip Frame 3
gotoAndPlay (2);
Symbol 223 MovieClip Frame 1
stop();
Symbol 223 MovieClip Frame 261
cheatbarcomplete = "1"; stop(); setProperty(_root.button, _visible , 0); setProperty(this, _visible , 0);
Symbol 224 Button
on (press) { mousedown = "1"; if (inHitpoint == "yes") { tellTarget (_root.cheatbar) { play(); }; } } on (release) { mousedown = "0"; tellTarget (_root.cheatbar) { stop(); }; } on (keyPress "q") { toggleHighQuality(); }
Symbol 241 MovieClip Frame 30
stop();
Symbol 246 Button
on (release) { gotoAndStop (266); }
Symbol 250 Button
on (release) { gotoAndPlay (2); }
Symbol 256 MovieClip Frame 20
stop();
Symbol 257 Button
on (release) { gotoAndStop (269); }
Symbol 260 Button
on (release) { gotoAndStop (270); }
Symbol 262 MovieClip Frame 1
E = Number(getTimer()) + Number(random(10000));
Instance of Symbol 174 MovieClip "fov" in Symbol 262 MovieClip Frame 1
/* no clip actions */
Symbol 262 MovieClip Frame 2
if (Number(E) < Number(getTimer())) { gotoAndPlay (4); }
Symbol 262 MovieClip Frame 3
gotoAndPlay (2);
Symbol 262 MovieClip Frame 426
gotoAndPlay (1);
Symbol 263 Button
on (press) { mousedown = "1"; if (inHitpoint == "yes") { tellTarget (_root.cheatbar) { play(); }; } } on (release) { mousedown = "0"; tellTarget (_root.cheatbar) { stop(); }; } on (keyPress "q") { toggleHighQuality(); }
Symbol 264 Button
on (release) { gotoAndStop (269); }
Symbol 265 Button
on (release) { gotoAndStop (273); }
Symbol 267 Button
on (release) { gotoAndStop (274); }
Instance of Symbol 174 MovieClip "fov" in Symbol 269 MovieClip Frame 1
/* no clip actions */
Symbol 270 Button
on (release) { gotoAndStop (273); }
Symbol 271 Button
on (release) { gotoAndStop (277); }
Symbol 273 Button
on (release) { gotoAndStop (278); }
Instance of Symbol 174 MovieClip "fov" in Symbol 293 MovieClip Frame 1
/* no clip actions */
Symbol 293 MovieClip Frame 905
gotoAndPlay (765);
Symbol 294 Button
on (release) { gotoAndStop (277); }
Symbol 295 Button
on (release) { gotoAndStop (281); }
Symbol 297 Button
on (release) { gotoAndStop (282); }
Instance of Symbol 174 MovieClip "fov" in Symbol 313 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 174 MovieClip "fov" in Symbol 313 MovieClip Frame 540
/* no clip actions */
Instance of Symbol 174 MovieClip "fov" in Symbol 313 MovieClip Frame 600
/* no clip actions */
Symbol 313 MovieClip Frame 1515
stop();
Symbol 315 MovieClip Frame 1
stop();
Symbol 315 MovieClip Frame 466
cheatbarcomplete = "1"; stop(); setProperty(_root.button, _visible , 0); setProperty(this, _visible , 0);
Symbol 316 Button
on (release) { gotoAndStop (281); }
Symbol 317 Button
on (release) { gotoAndStop (285); }
Symbol 319 Button
on (release) { gotoAndStop (286); }
Instance of Symbol 174 MovieClip "fov" in Symbol 337 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 174 MovieClip "fov" in Symbol 337 MovieClip Frame 445
/* no clip actions */
Instance of Symbol 174 MovieClip "fov" in Symbol 337 MovieClip Frame 516
/* no clip actions */
Symbol 337 MovieClip Frame 941
gotoAndPlay (846);
Symbol 338 Button
on (release) { gotoAndStop (285); }
Symbol 339 Button
on (release) { gotoAndStop (289); }
Symbol 341 Button
on (release) { gotoAndStop (290); }
Instance of Symbol 174 MovieClip "fov" in Symbol 364 MovieClip Frame 1
/* no clip actions */
Symbol 364 MovieClip Frame 1075
stop();
Symbol 365 Button
on (release) { gotoAndStop (289); }
Symbol 366 Button
on (release) { gotoAndStop (293); }
Symbol 368 Button
on (release) { gotoAndStop (294); }
Instance of Symbol 174 MovieClip "fov" in Symbol 370 MovieClip Frame 1
/* no clip actions */
Symbol 371 Button
on (release) { gotoAndStop (293); }
Symbol 372 Button
on (release) { gotoAndStop (297); }
Symbol 374 Button
on (release) { gotoAndStop (298); }
Instance of Symbol 174 MovieClip "fov" in Symbol 409 MovieClip Frame 1
/* no clip actions */
Symbol 409 MovieClip Frame 500
stopAllSounds();
Instance of Symbol 174 MovieClip "fov" in Symbol 409 MovieClip Frame 750
/* no clip actions */
Symbol 409 MovieClip Frame 825
stop();
Symbol 410 Button
on (release) { gotoAndStop (297); }
Symbol 411 Button
on (release) { gotoAndStop (302); }
Symbol 416 MovieClip Frame 30
stop();
Symbol 418 Button
on (release) { gotoAndStop (303); }
Instance of Symbol 174 MovieClip "fov" in Symbol 427 MovieClip Frame 1
/* no clip actions */
Symbol 427 MovieClip Frame 326
stopAllSounds();
Symbol 427 MovieClip Frame 485
_root.play(); stopAllSounds();
Symbol 428 Button
on (keyPress "q") { toggleHighQuality(); }
Symbol 454 MovieClip Frame 1
setProperty(_root.teacher_level10slo_mo.finishline, _visible , 0); stopAllSounds();
Instance of Symbol 174 MovieClip "fov" in Symbol 454 MovieClip Frame 1
/* no clip actions */
Symbol 454 MovieClip Frame 540
stop();
Symbol 456 MovieClip Frame 20
stop();
Symbol 457 Button
on (release) { gotoAndStop (307); }
Symbol 458 Button
on (release) { gotoAndStop (302); }

Library Items

Symbol 1 BitmapUsed by:2 13 109
Symbol 2 GraphicUses:1Used by:Timeline
Symbol 3 GraphicUsed by:4
Symbol 4 MovieClipUses:3Used by:8
Symbol 5 GraphicUsed by:8
Symbol 6 FontUsed by:7 215 218
Symbol 7 EditableTextUses:6Used by:8
Symbol 8 MovieClipUses:4 5 7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:12 224 263 313  Timeline
Symbol 11 SoundUsed by:12 224 263
Symbol 12 ButtonUses:10 11Used by:Timeline
Symbol 13 GraphicUses:1Used by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 ButtonUses:16Used by:Timeline
Symbol 18 GraphicUsed by:Timeline
Symbol 19 GraphicUsed by:Timeline
Symbol 20 GraphicUsed by:Timeline
Symbol 21 GraphicUsed by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 GraphicUsed by:Timeline
Symbol 24 GraphicUsed by:Timeline
Symbol 25 GraphicUsed by:Timeline
Symbol 26 GraphicUsed by:Timeline
Symbol 27 GraphicUsed by:Timeline
Symbol 28 GraphicUsed by:Timeline
Symbol 29 GraphicUsed by:Timeline
Symbol 30 GraphicUsed by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:Timeline
Symbol 37 GraphicUsed by:Timeline
Symbol 38 GraphicUsed by:Timeline
Symbol 39 GraphicUsed by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUsed by:Timeline
Symbol 43 GraphicUsed by:Timeline
Symbol 44 GraphicUsed by:Timeline
Symbol 45 GraphicUsed by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 GraphicUsed by:Timeline
Symbol 48 GraphicUsed by:Timeline
Symbol 49 GraphicUsed by:Timeline
Symbol 50 GraphicUsed by:Timeline
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:Timeline
Symbol 53 GraphicUsed by:Timeline
Symbol 54 GraphicUsed by:Timeline
Symbol 55 GraphicUsed by:Timeline
Symbol 56 GraphicUsed by:Timeline
Symbol 57 GraphicUsed by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 GraphicUsed by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:Timeline
Symbol 62 GraphicUsed by:Timeline
Symbol 63 GraphicUsed by:Timeline
Symbol 64 GraphicUsed by:Timeline
Symbol 65 SoundUsed by:Timeline
Symbol 66 GraphicUsed by:Timeline
Symbol 67 GraphicUsed by:Timeline
Symbol 68 GraphicUsed by:Timeline
Symbol 69 GraphicUsed by:Timeline
Symbol 70 GraphicUsed by:Timeline
Symbol 71 GraphicUsed by:Timeline
Symbol 72 GraphicUsed by:Timeline
Symbol 73 GraphicUsed by:Timeline
Symbol 74 GraphicUsed by:Timeline
Symbol 75 GraphicUsed by:Timeline
Symbol 76 GraphicUsed by:Timeline
Symbol 77 GraphicUsed by:Timeline
Symbol 78 GraphicUsed by:Timeline
Symbol 79 GraphicUsed by:Timeline
Symbol 80 GraphicUsed by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:Timeline
Symbol 83 GraphicUsed by:Timeline
Symbol 84 GraphicUsed by:Timeline
Symbol 85 GraphicUsed by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:Timeline
Symbol 88 GraphicUsed by:Timeline
Symbol 89 GraphicUsed by:Timeline
Symbol 90 GraphicUsed by:Timeline
Symbol 91 GraphicUsed by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:Timeline
Symbol 94 GraphicUsed by:Timeline
Symbol 95 GraphicUsed by:Timeline
Symbol 96 GraphicUsed by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:100
Symbol 100 MovieClipUses:99Used by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:Timeline
Symbol 103 GraphicUsed by:Timeline
Symbol 104 GraphicUsed by:Timeline
Symbol 105 GraphicUsed by:Timeline
Symbol 106 GraphicUsed by:Timeline
Symbol 107 GraphicUsed by:Timeline
Symbol 108 SoundUsed by:Timeline
Symbol 109 GraphicUses:1Used by:Timeline
Symbol 110 GraphicUsed by:114
Symbol 111 GraphicUsed by:114
Symbol 112 GraphicUsed by:114
Symbol 113 GraphicUsed by:114 130 223 250 315
Symbol 114 ButtonUses:110 111 112 113Used by:Timeline
Symbol 115 GraphicUsed by:116
Symbol 116 MovieClipUses:115Used by:Timeline
Symbol 117 GraphicUsed by:121 198 260 267 273 297 319 341 368 374 418
Symbol 118 GraphicUsed by:121 198 260 267 273 297 319 341 368 374 418
Symbol 119 GraphicUsed by:121 198 260 267 273 297 319 341 368 374 418
Symbol 120 GraphicUsed by:121 198 260 267 273 297 319 341 368 374 418
Symbol 121 ButtonUses:117 118 119 120Used by:Timeline
Symbol 122 GraphicUsed by:126
Symbol 123 GraphicUsed by:126
Symbol 124 GraphicUsed by:126
Symbol 125 GraphicUsed by:126
Symbol 126 ButtonUses:122 123 124 125Used by:Timeline
Symbol 127 GraphicUsed by:130
Symbol 128 GraphicUsed by:130
Symbol 129 GraphicUsed by:130
Symbol 130 ButtonUses:127 128 129 113Used by:Timeline
Symbol 131 GraphicUsed by:135
Symbol 132 GraphicUsed by:135
Symbol 133 GraphicUsed by:135
Symbol 134 GraphicUsed by:135
Symbol 135 ButtonUses:131 132 133 134Used by:Timeline
Symbol 136 GraphicUsed by:137 145
Symbol 137 ButtonUses:136Used by:145  Timeline
Symbol 138 GraphicUsed by:142 192
Symbol 139 GraphicUsed by:142 192
Symbol 140 GraphicUsed by:142 192
Symbol 141 GraphicUsed by:142 192
Symbol 142 ButtonUses:138 139 140 141Used by:145
Symbol 143 FontUsed by:144 146 152 153 160 163 164 167 169 170 175 176 177 179 184 187 188 189 190 193
Symbol 144 EditableTextUses:143Used by:145
Symbol 145 MovieClipUses:136 137 142 144Used by:Timeline
Symbol 146 TextUses:143Used by:Timeline
Symbol 147 GraphicUsed by:151 178 191 257 265 271 295 317 339 366 372 411 457
Symbol 148 GraphicUsed by:151 178 191 257 265 271 295 317 339 366 372 411 457
Symbol 149 GraphicUsed by:151 178 191 257 265 271 295 317 339 366 372 411 457
Symbol 150 GraphicUsed by:151 178 191 257 265 271 295 317 339 366 372 411 457
Symbol 151 ButtonUses:147 148 149 150Used by:Timeline
Symbol 152 TextUses:143Used by:Timeline
Symbol 153 TextUses:143Used by:157 194
Symbol 154 GraphicUsed by:157 194
Symbol 155 GraphicUsed by:157 194
Symbol 156 GraphicUsed by:157 194
Symbol 157 ButtonUses:153 154 155 156Used by:Timeline
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:Timeline
Symbol 160 TextUses:143Used by:Timeline
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:409  Timeline
Symbol 163 TextUses:143Used by:Timeline
Symbol 164 TextUses:143Used by:Timeline
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:293 337 364 370 409 427 454  Timeline
Symbol 167 TextUses:143Used by:Timeline
Symbol 168 GraphicUsed by:Timeline
Symbol 169 TextUses:143Used by:Timeline
Symbol 170 TextUses:143Used by:Timeline
Symbol 171 GraphicUsed by:174
Symbol 172 GraphicUsed by:174
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:171 172 173Used by:213 262 269 293 313 337 364 370 409 427 454  Timeline
Symbol 175 TextUses:143Used by:Timeline
Symbol 176 TextUses:143Used by:Timeline
Symbol 177 TextUses:143Used by:Timeline
Symbol 178 ButtonUses:147 148 149 150Used by:Timeline
Symbol 179 TextUses:143Used by:Timeline
Symbol 180 GraphicUsed by:183
Symbol 181 GraphicUsed by:183
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:180 181 182Used by:Timeline
Symbol 184 TextUses:143Used by:Timeline
Symbol 185 GraphicUsed by:186
Symbol 186 MovieClipUses:185Used by:Timeline
Symbol 187 TextUses:143Used by:Timeline
Symbol 188 TextUses:143Used by:Timeline
Symbol 189 TextUses:143Used by:Timeline
Symbol 190 TextUses:143Used by:Timeline
Symbol 191 ButtonUses:147 148 149 150Used by:Timeline
Symbol 192 ButtonUses:138 139 140 141Used by:Timeline
Symbol 193 EditableTextUses:143Used by:Timeline
Symbol 194 ButtonUses:153 154 155 156Used by:Timeline
Symbol 195 GraphicUsed by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 ButtonUses:117 118 119 120Used by:Timeline
Symbol 199 FontUsed by:200 261 268 274 298 320 342 369 375 419
Symbol 200 TextUses:199Used by:Timeline
Symbol 201 ButtonUsed by:Timeline
Symbol 202 GraphicUsed by:206
Symbol 203 GraphicUsed by:206
Symbol 204 GraphicUsed by:206  Timeline
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:202 203 204 205Used by:Timeline
Symbol 207 GraphicUsed by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:211
Symbol 210 GraphicUsed by:211 454
Symbol 211 MovieClipUses:209 210Used by:213 262 269 293 313 337 364 370 409 427
Symbol 212 SoundUsed by:213 262 269 293 313 337 364 370 409 427
Symbol 213 MovieClipUses:211 174 212Used by:Timeline
Symbol 214 GraphicUsed by:216
Symbol 215 TextUses:6Used by:216
Symbol 216 MovieClipUses:214 215Used by:Timeline
Symbol 217 GraphicUsed by:219
Symbol 218 TextUses:6Used by:219
Symbol 219 MovieClipUses:217 218Used by:Timeline
Symbol 220 GraphicUsed by:223 315
Symbol 221 GraphicUsed by:223
Symbol 222 GraphicUsed by:223 315
Symbol 223 MovieClipUses:220 113 221 222Used by:Timeline
Symbol 224 ButtonUses:10 11Used by:Timeline
Symbol 225 GraphicUsed by:226
Symbol 226 MovieClipUses:225Used by:Timeline
Symbol 227 GraphicUsed by:228
Symbol 228 MovieClipUses:227Used by:Timeline
Symbol 229 GraphicUsed by:241
Symbol 230 GraphicUsed by:241 256
Symbol 231 GraphicUsed by:241 256 416 456
Symbol 232 GraphicUsed by:241 256
Symbol 233 GraphicUsed by:241 256
Symbol 234 GraphicUsed by:241
Symbol 235 GraphicUsed by:241 416 456
Symbol 236 GraphicUsed by:241
Symbol 237 GraphicUsed by:241 256 416 456
Symbol 238 GraphicUsed by:241
Symbol 239 GraphicUsed by:241 256 416 456
Symbol 240 GraphicUsed by:241 256 416 456
Symbol 241 MovieClipUses:229 230 231 232 233 234 235 236 237 238 239 240Used by:Timeline
Symbol 242 GraphicUsed by:246 264 270 294 316 338 365 371 410 458
Symbol 243 GraphicUsed by:246 264 270 294 316 338 365 371 410 458
Symbol 244 GraphicUsed by:246 264 270 294 316 338 365 371 410 458
Symbol 245 GraphicUsed by:246 264 270 294 316 338 365 371 410 458
Symbol 246 ButtonUses:242 243 244 245Used by:Timeline
Symbol 247 GraphicUsed by:250
Symbol 248 GraphicUsed by:250
Symbol 249 GraphicUsed by:250
Symbol 250 ButtonUses:247 248 249 113Used by:Timeline
Symbol 251 SoundUsed by:Timeline
Symbol 252 GraphicUsed by:256 416 456
Symbol 253 GraphicUsed by:256
Symbol 254 GraphicUsed by:256 456
Symbol 255 GraphicUsed by:256 416 456
Symbol 256 MovieClipUses:252 237 239 253 233 254 231 255 232 230 240Used by:Timeline
Symbol 257 ButtonUses:147 148 149 150Used by:Timeline
Symbol 258 SoundUsed by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 ButtonUses:117 118 119 120Used by:Timeline
Symbol 261 TextUses:199Used by:Timeline
Symbol 262 MovieClipUses:211 174 212Used by:Timeline
Symbol 263 ButtonUses:10 11Used by:Timeline
Symbol 264 ButtonUses:242 243 244 245Used by:Timeline
Symbol 265 ButtonUses:147 148 149 150Used by:Timeline
Symbol 266 GraphicUsed by:Timeline
Symbol 267 ButtonUses:117 118 119 120Used by:Timeline
Symbol 268 TextUses:199Used by:Timeline
Symbol 269 MovieClipUses:211 174 212Used by:Timeline
Symbol 270 ButtonUses:242 243 244 245Used by:Timeline
Symbol 271 ButtonUses:147 148 149 150Used by:Timeline
Symbol 272 GraphicUsed by:Timeline
Symbol 273 ButtonUses:117 118 119 120Used by:Timeline
Symbol 274 TextUses:199Used by:Timeline
Symbol 275 GraphicUsed by:280
Symbol 276 GraphicUsed by:278
Symbol 277 GraphicUsed by:278
Symbol 278 MovieClipUses:276 277Used by:280 463
Symbol 279 GraphicUsed by:280
Symbol 280 MovieClipUses:275 278 279Used by:293
Symbol 281 GraphicUsed by:293 313 337 364 409 427  Timeline
Symbol 282 GraphicUsed by:293
Symbol 283 SoundUsed by:293 337 364 409 427  Timeline
Symbol 284 GraphicUsed by:293
Symbol 285 SoundUsed by:293 337 364 409 427  Timeline
Symbol 286 GraphicUsed by:293
Symbol 287 SoundUsed by:293 409  Timeline
Symbol 288 GraphicUsed by:293
Symbol 289 SoundUsed by:293
Symbol 290 SoundUsed by:293
Symbol 291 GraphicUsed by:293
Symbol 292 GraphicUsed by:293
Symbol 293 MovieClipUses:211 166 174 212 280 281 282 283 284 285 286 287 288 289 290 291 292Used by:Timeline
Symbol 294 ButtonUses:242 243 244 245Used by:Timeline
Symbol 295 ButtonUses:147 148 149 150Used by:Timeline
Symbol 296 GraphicUsed by:Timeline
Symbol 297 ButtonUses:117 118 119 120Used by:Timeline
Symbol 298 TextUses:199Used by:Timeline
Symbol 299 SoundUsed by:313
Symbol 300 GraphicUsed by:313 337 409
Symbol 301 GraphicUsed by:313
Symbol 302 SoundUsed by:313 337 364  Timeline
Symbol 303 SoundUsed by:313 364
Symbol 304 GraphicUsed by:313
Symbol 305 GraphicUsed by:310
Symbol 306 GraphicUsed by:310
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:307Used by:310
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:305 306 308 309Used by:313
Symbol 311 ShapeTweeningUsed by:313
Symbol 312 GraphicUsed by:313
Symbol 313 MovieClipUses:211 174 212 10 299 281 300 301 302 303 304 310 311 312Used by:Timeline
Symbol 314 GraphicUsed by:315
Symbol 315 MovieClipUses:220 113 314 222Used by:Timeline
Symbol 316 ButtonUses:242 243 244 245Used by:Timeline
Symbol 317 ButtonUses:147 148 149 150Used by:Timeline
Symbol 318 GraphicUsed by:Timeline
Symbol 319 ButtonUses:117 118 119 120Used by:Timeline
Symbol 320 TextUses:199Used by:Timeline
Symbol 321 GraphicUsed by:337
Symbol 322 GraphicUsed by:337
Symbol 323 GraphicUsed by:337
Symbol 324 GraphicUsed by:337
Symbol 325 GraphicUsed by:337
Symbol 326 GraphicUsed by:337
Symbol 327 SoundUsed by:337 364 409
Symbol 328 GraphicUsed by:337
Symbol 329 GraphicUsed by:337
Symbol 330 GraphicUsed by:337
Symbol 331 GraphicUsed by:337
Symbol 332 GraphicUsed by:337
Symbol 333 GraphicUsed by:337
Symbol 334 GraphicUsed by:337
Symbol 335 SoundUsed by:337 427
Symbol 336 SoundUsed by:337 427
Symbol 337 MovieClipUses:211 166 174 212 281 300 321 322 323 302 324 325 326 283 327 328 329 330 331 332 333 285 334 335 336Used by:Timeline
Symbol 338 ButtonUses:242 243 244 245Used by:Timeline
Symbol 339 ButtonUses:147 148 149 150Used by:Timeline
Symbol 340 GraphicUsed by:Timeline
Symbol 341 ButtonUses:117 118 119 120Used by:Timeline
Symbol 342 TextUses:199Used by:Timeline
Symbol 343 GraphicUsed by:364
Symbol 344 SoundUsed by:364
Symbol 345 GraphicUsed by:364
Symbol 346 GraphicUsed by:364
Symbol 347 GraphicUsed by:364
Symbol 348 GraphicUsed by:356
Symbol 349 SoundUsed by:356
Symbol 350 GraphicUsed by:356
Symbol 351 GraphicUsed by:356
Symbol 352 GraphicUsed by:356
Symbol 353 GraphicUsed by:356
Symbol 354 GraphicUsed by:356
Symbol 355 SoundUsed by:356
Symbol 356 MovieClipUses:348 349 350 351 352 353 354 355Used by:364
Symbol 357 GraphicUsed by:364
Symbol 358 GraphicUsed by:364
Symbol 359 GraphicUsed by:364
Symbol 360 GraphicUsed by:364
Symbol 361 GraphicUsed by:364
Symbol 362 GraphicUsed by:364
Symbol 363 GraphicUsed by:364
Symbol 364 MovieClipUses:211 166 174 212 281 343 285 327 344 345 346 283 347 356 357 358 359 360 361 303 362 302 363Used by:Timeline
Symbol 365 ButtonUses:242 243 244 245Used by:Timeline
Symbol 366 ButtonUses:147 148 149 150Used by:Timeline
Symbol 367 GraphicUsed by:Timeline
Symbol 368 ButtonUses:117 118 119 120Used by:Timeline
Symbol 369 TextUses:199Used by:Timeline
Symbol 370 MovieClipUses:211 166 174 212Used by:Timeline
Symbol 371 ButtonUses:242 243 244 245Used by:Timeline
Symbol 372 ButtonUses:147 148 149 150Used by:Timeline
Symbol 373 GraphicUsed by:Timeline
Symbol 374 ButtonUses:117 118 119 120Used by:Timeline
Symbol 375 TextUses:199Used by:Timeline
Symbol 376 GraphicUsed by:409
Symbol 377 GraphicUsed by:409
Symbol 378 GraphicUsed by:409
Symbol 379 GraphicUsed by:409
Symbol 380 GraphicUsed by:409
Symbol 381 GraphicUsed by:409
Symbol 382 GraphicUsed by:409
Symbol 383 SoundUsed by:409
Symbol 384 GraphicUsed by:409
Symbol 385 GraphicUsed by:409
Symbol 386 GraphicUsed by:409
Symbol 387 GraphicUsed by:409
Symbol 388 ShapeTweeningUsed by:409
Symbol 389 GraphicUsed by:409
Symbol 390 GraphicUsed by:409
Symbol 391 GraphicUsed by:392
Symbol 392 MovieClipUses:391Used by:409 454
Symbol 393 GraphicUsed by:409
Symbol 394 GraphicUsed by:409
Symbol 395 GraphicUsed by:409
Symbol 396 GraphicUsed by:409
Symbol 397 GraphicUsed by:409
Symbol 398 GraphicUsed by:409
Symbol 399 GraphicUsed by:409
Symbol 400 GraphicUsed by:409
Symbol 401 GraphicUsed by:409
Symbol 402 GraphicUsed by:409
Symbol 403 GraphicUsed by:405
Symbol 404 GraphicUsed by:405
Symbol 405 MovieClipUses:403 404Used by:409
Symbol 406 GraphicUsed by:409
Symbol 407 GraphicUsed by:409
Symbol 408 GraphicUsed by:409
Symbol 409 MovieClipUses:166 162 211 174 212 281 376 285 300 377 283 378 327 287 379 380 381 382 383 384 385 386 387 388 389 390 392 393 394 395 396 397 398 399 400 401 402 405 406 407 408Used by:Timeline
Symbol 410 ButtonUses:242 243 244 245Used by:Timeline
Symbol 411 ButtonUses:147 148 149 150Used by:Timeline
Symbol 412 GraphicUsed by:416
Symbol 413 GraphicUsed by:416
Symbol 414 GraphicUsed by:416 456
Symbol 415 GraphicUsed by:416
Symbol 416 MovieClipUses:252 237 239 412 231 235 413 414 415 255 240Used by:Timeline
Symbol 417 GraphicUsed by:Timeline
Symbol 418 ButtonUses:117 118 119 120Used by:Timeline
Symbol 419 TextUses:199Used by:Timeline
Symbol 420 GraphicUsed by:427
Symbol 421 GraphicUsed by:427
Symbol 422 GraphicUsed by:427
Symbol 423 SoundUsed by:427
Symbol 424 GraphicUsed by:427
Symbol 425 GraphicUsed by:427
Symbol 426 GraphicUsed by:427 454
Symbol 427 MovieClipUses:211 174 212 420 166 335 336 281 421 283 422 285 423 424 425 426Used by:Timeline
Symbol 428 ButtonUsed by:Timeline
Symbol 429 GraphicUsed by:430
Symbol 430 MovieClipUses:429Used by:454
Symbol 431 GraphicUsed by:432
Symbol 432 MovieClipUses:431Used by:454
Symbol 433 ShapeTweeningUsed by:454
Symbol 434 SoundUsed by:454
Symbol 435 SoundUsed by:454
Symbol 436 GraphicUsed by:454
Symbol 437 GraphicUsed by:454
Symbol 438 GraphicUsed by:454
Symbol 439 GraphicUsed by:454
Symbol 440 GraphicUsed by:454
Symbol 441 ShapeTweeningUsed by:454
Symbol 442 ShapeTweeningUsed by:454
Symbol 443 ShapeTweeningUsed by:454
Symbol 444 ShapeTweeningUsed by:454
Symbol 445 ShapeTweeningUsed by:454
Symbol 446 ShapeTweeningUsed by:454
Symbol 447 GraphicUsed by:454
Symbol 448 GraphicUsed by:454
Symbol 449 GraphicUsed by:454
Symbol 450 GraphicUsed by:454
Symbol 451 ShapeTweeningUsed by:454
Symbol 452 GraphicUsed by:454
Symbol 453 GraphicUsed by:454
Symbol 454 MovieClipUses:210 426 166 174 392 430 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453Used by:Timeline
Symbol 455 GraphicUsed by:456
Symbol 456 MovieClipUses:252 237 239 254 235 455 414 231 255 240Used by:Timeline
Symbol 457 ButtonUses:147 148 149 150Used by:Timeline
Symbol 458 ButtonUses:242 243 244 245Used by:Timeline
Symbol 459 GraphicUsed by:Timeline
Symbol 460 GraphicUsed by:Timeline
Symbol 461 GraphicUsed by:463
Symbol 462 GraphicUsed by:463
Symbol 463 MovieClipUses:461 278 462Used by:Timeline
Symbol 464 GraphicUsed by:Timeline
Symbol 465 SoundUsed by:Timeline
Symbol 466 GraphicUsed by:Timeline
Symbol 467 GraphicUsed by:Timeline
Symbol 468 GraphicUsed by:Timeline
Symbol 469 GraphicUsed by:Timeline
Symbol 470 SoundUsed by:Timeline
Symbol 471 ShapeTweeningUsed by:Timeline
Symbol 472 GraphicUsed by:Timeline
Symbol 473 GraphicUsed by:Timeline

Instance Names

"passwordWin"Frame 252Symbol 145 MovieClip
"fov"Frame 257Symbol 174 MovieClip
"notifier"Frame 260Symbol 183 MovieClip
"class"Frame 266Symbol 206 MovieClip
"player"Frame 266Symbol 159 MovieClip
"teacher_level1"Frame 266Symbol 213 MovieClip
"cheatbar"Frame 266Symbol 223 MovieClip
"button"Frame 266Symbol 224 Button
"safepoint"Frame 266Symbol 226 MovieClip
"hitpoint"Frame 266Symbol 228 MovieClip
"cheat_notifier"Frame 266Symbol 183 MovieClip
"safe_notifier"Frame 266Symbol 186 MovieClip
"class"Frame 270Symbol 206 MovieClip
"player"Frame 270Symbol 159 MovieClip
"cheatbar"Frame 270Symbol 223 MovieClip
"teacher_level2"Frame 270Symbol 262 MovieClip
"safepoint"Frame 270Symbol 226 MovieClip
"hitpoint"Frame 270Symbol 228 MovieClip
"cheat_notifier"Frame 270Symbol 183 MovieClip
"safe_notifier"Frame 270Symbol 186 MovieClip
"button"Frame 270Symbol 263 Button
"class"Frame 274Symbol 206 MovieClip
"player"Frame 274Symbol 159 MovieClip
"teacher_level3"Frame 274Symbol 269 MovieClip
"cheatbar"Frame 274Symbol 223 MovieClip
"button"Frame 274Symbol 263 Button
"safepoint"Frame 274Symbol 226 MovieClip
"hitpoint"Frame 274Symbol 228 MovieClip
"cheat_notifier"Frame 274Symbol 183 MovieClip
"safe_notifier"Frame 274Symbol 186 MovieClip
"class"Frame 278Symbol 206 MovieClip
"player"Frame 278Symbol 159 MovieClip
"teacher_level4"Frame 278Symbol 293 MovieClip
"cheatbar"Frame 278Symbol 223 MovieClip
"button"Frame 278Symbol 263 Button
"safepoint"Frame 278Symbol 226 MovieClip
"hitpoint"Frame 278Symbol 228 MovieClip
"cheat_notifier"Frame 278Symbol 183 MovieClip
"safe_notifier"Frame 278Symbol 186 MovieClip
"class"Frame 282Symbol 206 MovieClip
"player"Frame 282Symbol 159 MovieClip
"teacher_level5"Frame 282Symbol 313 MovieClip
"cheatbar"Frame 282Symbol 315 MovieClip
"button"Frame 282Symbol 263 Button
"safepoint"Frame 282Symbol 226 MovieClip
"hitpoint"Frame 282Symbol 228 MovieClip
"cheat_notifier"Frame 282Symbol 183 MovieClip
"safe_notifier"Frame 282Symbol 186 MovieClip
"class"Frame 286Symbol 206 MovieClip
"player"Frame 286Symbol 159 MovieClip
"teacher_level6"Frame 286Symbol 337 MovieClip
"cheatbar"Frame 286Symbol 315 MovieClip
"button"Frame 286Symbol 263 Button
"safepoint"Frame 286Symbol 226 MovieClip
"hitpoint"Frame 286Symbol 228 MovieClip
"cheat_notifier"Frame 286Symbol 183 MovieClip
"safe_notifier"Frame 286Symbol 186 MovieClip
"class"Frame 290Symbol 206 MovieClip
"player"Frame 290Symbol 159 MovieClip
"teacher_level7"Frame 290Symbol 364 MovieClip
"cheatbar"Frame 290Symbol 223 MovieClip
"button"Frame 290Symbol 263 Button
"safepoint"Frame 290Symbol 226 MovieClip
"hitpoint"Frame 290Symbol 228 MovieClip
"cheat_notifier"Frame 290Symbol 183 MovieClip
"safe_notifier"Frame 290Symbol 186 MovieClip
"class"Frame 294Symbol 206 MovieClip
"player"Frame 294Symbol 159 MovieClip
"teacher_level8"Frame 294Symbol 370 MovieClip
"cheatbar"Frame 294Symbol 223 MovieClip
"button"Frame 294Symbol 263 Button
"safepoint"Frame 294Symbol 226 MovieClip
"hitpoint"Frame 294Symbol 228 MovieClip
"cheat_notifier"Frame 294Symbol 183 MovieClip
"safe_notifier"Frame 294Symbol 186 MovieClip
"class"Frame 298Symbol 206 MovieClip
"teacher_level9"Frame 298Symbol 409 MovieClip
"player"Frame 298Symbol 159 MovieClip
"cheatbar"Frame 298Symbol 223 MovieClip
"button"Frame 298Symbol 263 Button
"safepoint"Frame 298Symbol 226 MovieClip
"hitpoint"Frame 298Symbol 228 MovieClip
"cheat_notifier"Frame 298Symbol 183 MovieClip
"safe_notifier"Frame 298Symbol 186 MovieClip
"class"Frame 303Symbol 206 MovieClip
"player"Frame 303Symbol 159 MovieClip
"teacher_level10"Frame 303Symbol 427 MovieClip
"safepoint"Frame 303Symbol 226 MovieClip
"cheat_notifier"Frame 303Symbol 183 MovieClip
"safe_notifier"Frame 303Symbol 186 MovieClip
"class"Frame 304Symbol 206 MovieClip
"teacher_level10slo_mo"Frame 304Symbol 454 MovieClip
"player"Frame 304Symbol 159 MovieClip
"safepoint"Frame 304Symbol 226 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 4 MovieClip
"teacher_hittest"Symbol 211 MovieClip Frame 1Symbol 209 MovieClip
"teacher"Symbol 213 MovieClip Frame 1Symbol 211 MovieClip
"fov"Symbol 213 MovieClip Frame 1Symbol 174 MovieClip
"teacher"Symbol 262 MovieClip Frame 1Symbol 211 MovieClip
"fov"Symbol 262 MovieClip Frame 1Symbol 174 MovieClip
"teacher"Symbol 269 MovieClip Frame 1Symbol 211 MovieClip
"fov"Symbol 269 MovieClip Frame 1Symbol 174 MovieClip
"teacher"Symbol 293 MovieClip Frame 1Symbol 211 MovieClip
"fov"Symbol 293 MovieClip Frame 1Symbol 174 MovieClip
"teacher"Symbol 313 MovieClip Frame 1Symbol 211 MovieClip
"fov"Symbol 313 MovieClip Frame 1Symbol 174 MovieClip
"teacher"Symbol 313 MovieClip Frame 540Symbol 211 MovieClip
"fov"Symbol 313 MovieClip Frame 540Symbol 174 MovieClip
"fov"Symbol 313 MovieClip Frame 600Symbol 174 MovieClip
"teacher"Symbol 337 MovieClip Frame 1Symbol 211 MovieClip
"fov"Symbol 337 MovieClip Frame 1Symbol 174 MovieClip
"fov"Symbol 337 MovieClip Frame 445Symbol 174 MovieClip
"teacher"Symbol 337 MovieClip Frame 516Symbol 211 MovieClip
"fov"Symbol 337 MovieClip Frame 516Symbol 174 MovieClip
"teacher"Symbol 364 MovieClip Frame 1Symbol 211 MovieClip
"fov"Symbol 364 MovieClip Frame 1Symbol 174 MovieClip
"teacher"Symbol 370 MovieClip Frame 1Symbol 211 MovieClip
"student8"Symbol 370 MovieClip Frame 1Symbol 166 MovieClip
"student8"Symbol 370 MovieClip Frame 1Symbol 166 MovieClip
"student8"Symbol 370 MovieClip Frame 1Symbol 166 MovieClip
"student8"Symbol 370 MovieClip Frame 1Symbol 166 MovieClip
"student8"Symbol 370 MovieClip Frame 1Symbol 166 MovieClip
"fov"Symbol 370 MovieClip Frame 1Symbol 174 MovieClip
"teacher"Symbol 409 MovieClip Frame 1Symbol 211 MovieClip
"fov"Symbol 409 MovieClip Frame 1Symbol 174 MovieClip
"explosion"Symbol 409 MovieClip Frame 467Symbol 392 MovieClip
"teacher"Symbol 409 MovieClip Frame 750Symbol 211 MovieClip
"fov"Symbol 409 MovieClip Frame 750Symbol 174 MovieClip
"teacher"Symbol 427 MovieClip Frame 1Symbol 211 MovieClip
"fov"Symbol 427 MovieClip Frame 1Symbol 174 MovieClip
"fov"Symbol 454 MovieClip Frame 1Symbol 174 MovieClip
"finishline"Symbol 454 MovieClip Frame 1Symbol 392 MovieClip
"bullet"Symbol 454 MovieClip Frame 100Symbol 430 MovieClip
"bullet"Symbol 454 MovieClip Frame 125Symbol 430 MovieClip
"bullet"Symbol 454 MovieClip Frame 215Symbol 430 MovieClip
"bullet"Symbol 454 MovieClip Frame 240Symbol 430 MovieClip
"bullet"Symbol 454 MovieClip Frame 305Symbol 430 MovieClip
"bullet"Symbol 454 MovieClip Frame 385Symbol 430 MovieClip

Labels

"level1_lose"Frame 267
"level1_win"Frame 268
"level2_lose"Frame 271
"level2_win"Frame 272
"level3_lose"Frame 275
"level3_win"Frame 276
"level4_lose"Frame 279
"level4_win"Frame 280
"level5_lose"Frame 283
"level5_win"Frame 284
"level6_lose"Frame 287
"level6_win"Frame 288
"level7_lose"Frame 291
"level7_win"Frame 292
"level8_lose"Frame 295
"level8_win"Frame 296
"level9_lose"Frame 299
"level9_win"Frame 300
"level9_killed"Frame 301
"level11_win"Frame 305
"level11_killed"Frame 306

Dynamic Text Variables

displaySymbol 7 EditableText""
passwordFldSymbol 144 EditableText""
passwordFldSymbol 193 EditableText""




http://swfchan.com/6/28993/info.shtml
Created: 20/5 -2019 03:18:09 Last modified: 20/5 -2019 03:18:09 Server time: 02/05 -2024 05:32:33