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

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

091.swf

This is the info page for
Flash #11159

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


Text
Welcome to "The Classroom"!
Gameplay is preety simple and  hopefully, you'll
get the hang of it preety 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 3
stop(); fscommand ("allowscale", "false");
Frame 4
stop();
Instance of Symbol 78 MovieClip "fov" in Frame 8
/* no clip actions */
Frame 15
stop();
Frame 16
_root.inSafepoint = "yes"; stopAllSounds();
Frame 17
mousedown = "0"; stop();
Instance of Symbol 63 MovieClip "player" in Frame 17
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 119 MovieClip in Frame 17
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 122 MovieClip in Frame 17
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 20
_root.inSafepoint = "yes"; stopAllSounds();
Frame 21
mousedown = "0"; stop();
Instance of Symbol 63 MovieClip "player" in Frame 21
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 119 MovieClip in Frame 21
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 122 MovieClip in Frame 21
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 24
_root.inSafepoint = "yes"; stopAllSounds();
Frame 25
mousedown = "0"; stop();
Instance of Symbol 63 MovieClip "player" in Frame 25
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 119 MovieClip in Frame 25
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 122 MovieClip in Frame 25
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 28
_root.inSafepoint = "yes"; stopAllSounds();
Frame 29
mousedown = "0"; stop();
Instance of Symbol 63 MovieClip "player" in Frame 29
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 119 MovieClip in Frame 29
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 122 MovieClip in Frame 29
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 32
_root.inSafepoint = "yes"; stopAllSounds();
Frame 33
mousedown = "0"; stop();
Instance of Symbol 63 MovieClip "player" in Frame 33
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 119 MovieClip in Frame 33
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 122 MovieClip in Frame 33
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 36
_root.inSafepoint = "yes"; stopAllSounds();
Frame 37
mousedown = "0"; stop();
Instance of Symbol 63 MovieClip "player" in Frame 37
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 119 MovieClip in Frame 37
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 122 MovieClip in Frame 37
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 40
_root.inSafepoint = "yes"; stopAllSounds();
Frame 41
mousedown = "0"; stop();
Instance of Symbol 63 MovieClip "player" in Frame 41
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 119 MovieClip in Frame 41
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 122 MovieClip in Frame 41
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 44
_root.inSafepoint = "yes"; stopAllSounds();
Frame 45
mousedown = "0"; stop();
Instance of Symbol 63 MovieClip "player" in Frame 45
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 119 MovieClip in Frame 45
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 122 MovieClip in Frame 45
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 48
_root.inSafepoint = "yes"; stopAllSounds();
Frame 49
mousedown = "0"; stop();
Instance of Symbol 63 MovieClip "player" in Frame 49
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 119 MovieClip in Frame 49
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 122 MovieClip in Frame 49
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 53
_root.inSafepoint = "yes"; stopAllSounds();
Frame 54
mousedown = "0"; stop();
Instance of Symbol 119 MovieClip in Frame 54
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 122 MovieClip in Frame 54
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 55
mousedown = "0"; stop();
Instance of Symbol 63 MovieClip "player" in Frame 55
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 119 MovieClip in Frame 55
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 122 MovieClip in Frame 55
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 58
play(); stopAllSounds();
Frame 747
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 23 Button
on (release) { gotoAndStop (16); }
Symbol 28 Button
on (release) { gotoAndStop (4); }
Symbol 33 Button
on (release) { gotoAndPlay (353); stopAllSounds(); }
Symbol 38 Button
on (release) { gotoAndStop (15); }
Symbol 45 Button
on (release) { if (passwordFld == "practice") { _root.gotoAndStop("level1", 1); } }
Symbol 48 MovieClip Frame 1
stop();
Symbol 48 MovieClip Frame 10
stop();
Symbol 55 Button
on (release) { nextFrame(); }
Symbol 61 Button
on (release) { prevFrame(); }
Symbol 82 Button
on (release) { nextFrame(); }
Symbol 95 Button
on (release) { gotoAndStop (3); }
Symbol 96 Button
on (release) { if (passwordFld == "practice") { gotoAndStop (16); } } on (release) { if (passwordFld == "movein") { gotoAndStop (20); } } on (release) { if (passwordFld == "soldier") { gotoAndStop (24); } } on (release) { if (passwordFld == "suicidal") { gotoAndStop (28); } } on (release) { if (passwordFld == "poweroff") { gotoAndStop (32); } } on (release) { if (passwordFld == "cheater") { gotoAndStop (36); } } on (release) { if (passwordFld == "thefight") { gotoAndStop (40); } } on (release) { if (passwordFld == "bastards") { gotoAndStop (44); } } on (release) { if (passwordFld == "thabomb") { gotoAndStop (48); } } on (release) { if (passwordFld == "shooter") { gotoAndStop (53); } }
Symbol 98 Button
on (release) { gotoAndStop (3); }
Symbol 102 Button
on (release) { gotoAndStop (17); }
Symbol 105 Button
on (keyPress "q") { toggleHighQuality(); }
Symbol 114 MovieClip Frame 1
Symbol 116 MovieClip Frame 1
E = Number(getTimer()) + Number(random(8000));
Instance of Symbol 78 MovieClip "fov" in Symbol 116 MovieClip Frame 1
/* no clip actions */
Symbol 116 MovieClip Frame 2
if (Number(E) < Number(getTimer())) { gotoAndPlay (4); }
Symbol 116 MovieClip Frame 3
gotoAndPlay (2);
Symbol 126 MovieClip Frame 1
stop();
Symbol 126 MovieClip Frame 261
cheatbarcomplete = "1"; stop(); setProperty(_root.button, _visible , 0); setProperty(this, _visible , 0);
Symbol 127 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 144 MovieClip Frame 30
stop();
Symbol 149 Button
on (release) { gotoAndStop (17); }
Symbol 153 Button
on (release) { gotoAndPlay (2); }
Symbol 159 MovieClip Frame 20
stop();
Symbol 160 Button
on (release) { gotoAndStop (20); }
Symbol 163 Button
on (release) { gotoAndStop (21); }
Symbol 165 MovieClip Frame 1
E = Number(getTimer()) + Number(random(10000));
Instance of Symbol 78 MovieClip "fov" in Symbol 165 MovieClip Frame 1
/* no clip actions */
Symbol 165 MovieClip Frame 2
if (Number(E) < Number(getTimer())) { gotoAndPlay (4); }
Symbol 165 MovieClip Frame 3
gotoAndPlay (2);
Symbol 165 MovieClip Frame 426
gotoAndPlay (1);
Symbol 166 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 167 Button
on (release) { gotoAndStop (20); }
Symbol 168 Button
on (release) { gotoAndPlay (2); }
Symbol 169 Button
on (release) { gotoAndStop (24); }
Symbol 171 Button
on (release) { gotoAndStop (25); }
Instance of Symbol 78 MovieClip "fov" in Symbol 173 MovieClip Frame 1
/* no clip actions */
Symbol 174 Button
on (release) { gotoAndStop (24); }
Symbol 175 Button
on (release) { gotoAndStop (28); }
Symbol 177 Button
on (release) { gotoAndStop (29); }
Instance of Symbol 78 MovieClip "fov" in Symbol 197 MovieClip Frame 1
/* no clip actions */
Symbol 197 MovieClip Frame 905
gotoAndPlay (765);
Symbol 198 Button
on (release) { gotoAndStop (28); }
Symbol 199 Button
on (release) { gotoAndStop (32); }
Symbol 201 Button
on (release) { gotoAndStop (33); }
Instance of Symbol 78 MovieClip "fov" in Symbol 218 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 78 MovieClip "fov" in Symbol 218 MovieClip Frame 540
/* no clip actions */
Instance of Symbol 78 MovieClip "fov" in Symbol 218 MovieClip Frame 600
/* no clip actions */
Symbol 218 MovieClip Frame 1515
stop();
Symbol 219 MovieClip Frame 1
stop();
Symbol 219 MovieClip Frame 466
cheatbarcomplete = "1"; stop(); setProperty(_root.button, _visible , 0); setProperty(this, _visible , 0);
Symbol 220 Button
on (release) { gotoAndStop (32); }
Symbol 221 Button
on (release) { gotoAndStop (36); }
Symbol 223 Button
on (release) { gotoAndStop (37); }
Instance of Symbol 78 MovieClip "fov" in Symbol 241 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 78 MovieClip "fov" in Symbol 241 MovieClip Frame 445
/* no clip actions */
Instance of Symbol 78 MovieClip "fov" in Symbol 241 MovieClip Frame 516
/* no clip actions */
Symbol 241 MovieClip Frame 941
gotoAndPlay (846);
Symbol 242 Button
on (release) { gotoAndStop (36); }
Symbol 243 Button
on (release) { gotoAndStop (40); }
Symbol 245 Button
on (release) { gotoAndStop (41); }
Instance of Symbol 78 MovieClip "fov" in Symbol 268 MovieClip Frame 1
/* no clip actions */
Symbol 268 MovieClip Frame 1075
stop();
Symbol 269 Button
on (release) { gotoAndStop (40); }
Symbol 270 Button
on (release) { gotoAndStop (44); }
Symbol 272 Button
on (release) { gotoAndStop (45); }
Instance of Symbol 78 MovieClip "fov" in Symbol 274 MovieClip Frame 1
/* no clip actions */
Symbol 275 Button
on (release) { gotoAndStop (44); }
Symbol 276 Button
on (release) { gotoAndStop (48); }
Symbol 278 Button
on (release) { gotoAndStop (49); }
Instance of Symbol 78 MovieClip "fov" in Symbol 312 MovieClip Frame 1
/* no clip actions */
Symbol 312 MovieClip Frame 500
stopAllSounds();
Instance of Symbol 78 MovieClip "fov" in Symbol 312 MovieClip Frame 750
/* no clip actions */
Symbol 312 MovieClip Frame 825
stop();
Symbol 313 Button
on (release) { gotoAndStop (48); }
Symbol 314 Button
on (release) { gotoAndStop (53); }
Symbol 319 MovieClip Frame 30
stop();
Symbol 321 Button
on (release) { gotoAndStop (54); }
Instance of Symbol 78 MovieClip "fov" in Symbol 330 MovieClip Frame 1
/* no clip actions */
Symbol 330 MovieClip Frame 326
stopAllSounds();
Symbol 330 MovieClip Frame 485
_root.play(); stopAllSounds();
Symbol 331 Button
on (keyPress "q") { toggleHighQuality(); }
Symbol 357 MovieClip Frame 1
setProperty(_root.teacher_level10slo_mo.finishline, _visible , 0); stopAllSounds();
Instance of Symbol 78 MovieClip "fov" in Symbol 357 MovieClip Frame 1
/* no clip actions */
Symbol 357 MovieClip Frame 540
stop();
Symbol 359 MovieClip Frame 20
stop();
Symbol 360 Button
on (release) { gotoAndStop (58); }
Symbol 361 Button
on (release) { gotoAndStop (53); }

Library Items

Symbol 1 BitmapUsed by:2 14 16 49
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 118 121
Symbol 7 EditableTextUses:6Used by:8
Symbol 8 MovieClipUses:4 5 7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:12 127 166 218  Timeline
Symbol 11 SoundUsed by:12 127 166
Symbol 12 ButtonUses:10 11Used by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUses:1Used by:Timeline
Symbol 15 SoundUsed by:Timeline
Symbol 16 GraphicUses:1Used by:Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:17Used by:Timeline
Symbol 19 GraphicUsed by:23 102 163 171 177 201 223 245 272 278 321
Symbol 20 GraphicUsed by:23 102 163 171 177 201 223 245 272 278 321
Symbol 21 GraphicUsed by:23 102 163 171 177 201 223 245 272 278 321
Symbol 22 GraphicUsed by:23 102 163 171 177 201 223 245 272 278 321
Symbol 23 ButtonUses:19 20 21 22Used by:Timeline
Symbol 24 GraphicUsed by:28
Symbol 25 GraphicUsed by:28
Symbol 26 GraphicUsed by:28
Symbol 27 GraphicUsed by:28
Symbol 28 ButtonUses:24 25 26 27Used by:Timeline
Symbol 29 GraphicUsed by:33
Symbol 30 GraphicUsed by:33
Symbol 31 GraphicUsed by:33
Symbol 32 GraphicUsed by:33 126 153 168 219
Symbol 33 ButtonUses:29 30 31 32Used by:Timeline
Symbol 34 GraphicUsed by:38
Symbol 35 GraphicUsed by:38
Symbol 36 GraphicUsed by:38
Symbol 37 GraphicUsed by:38
Symbol 38 ButtonUses:34 35 36 37Used by:Timeline
Symbol 39 GraphicUsed by:40 48
Symbol 40 ButtonUses:39Used by:48  Timeline
Symbol 41 GraphicUsed by:45 96
Symbol 42 GraphicUsed by:45 96
Symbol 43 GraphicUsed by:45 96
Symbol 44 GraphicUsed by:45 96
Symbol 45 ButtonUses:41 42 43 44Used by:48
Symbol 46 FontUsed by:47 50 56 57 64 67 68 71 73 74 79 80 81 83 88 91 92 93 94 97
Symbol 47 EditableTextUses:46Used by:48
Symbol 48 MovieClipUses:39 40 45 47Used by:Timeline
Symbol 49 GraphicUses:1Used by:Timeline
Symbol 50 TextUses:46Used by:Timeline
Symbol 51 GraphicUsed by:55 82 95 160 169 175 199 221 243 270 276 314 360
Symbol 52 GraphicUsed by:55 82 95 160 169 175 199 221 243 270 276 314 360
Symbol 53 GraphicUsed by:55 82 95 160 169 175 199 221 243 270 276 314 360
Symbol 54 GraphicUsed by:55 82 95 160 169 175 199 221 243 270 276 314 360
Symbol 55 ButtonUses:51 52 53 54Used by:Timeline
Symbol 56 TextUses:46Used by:Timeline
Symbol 57 TextUses:46Used by:61 98
Symbol 58 GraphicUsed by:61 98
Symbol 59 GraphicUsed by:61 98
Symbol 60 GraphicUsed by:61 98
Symbol 61 ButtonUses:57 58 59 60Used by:Timeline
Symbol 62 GraphicUsed by:63
Symbol 63 MovieClipUses:62Used by:Timeline
Symbol 64 TextUses:46Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:312  Timeline
Symbol 67 TextUses:46Used by:Timeline
Symbol 68 TextUses:46Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:197 241 268 274 312 330 357  Timeline
Symbol 71 TextUses:46Used by:Timeline
Symbol 72 GraphicUsed by:114 357  Timeline
Symbol 73 TextUses:46Used by:Timeline
Symbol 74 TextUses:46Used by:Timeline
Symbol 75 GraphicUsed by:78
Symbol 76 GraphicUsed by:78
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:75 76 77Used by:116 165 173 197 218 241 268 274 312 330 357  Timeline
Symbol 79 TextUses:46Used by:Timeline
Symbol 80 TextUses:46Used by:Timeline
Symbol 81 TextUses:46Used by:Timeline
Symbol 82 ButtonUses:51 52 53 54Used by:Timeline
Symbol 83 TextUses:46Used by:Timeline
Symbol 84 GraphicUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:84 85 86Used by:Timeline
Symbol 88 TextUses:46Used by:Timeline
Symbol 89 GraphicUsed by:90
Symbol 90 MovieClipUses:89Used by:Timeline
Symbol 91 TextUses:46Used by:Timeline
Symbol 92 TextUses:46Used by:Timeline
Symbol 93 TextUses:46Used by:Timeline
Symbol 94 TextUses:46Used by:Timeline
Symbol 95 ButtonUses:51 52 53 54Used by:Timeline
Symbol 96 ButtonUses:41 42 43 44Used by:Timeline
Symbol 97 EditableTextUses:46Used by:Timeline
Symbol 98 ButtonUses:57 58 59 60Used by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 GraphicUsed by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 ButtonUses:19 20 21 22Used by:Timeline
Symbol 103 FontUsed by:104 164 172 178 202 224 246 273 279 322
Symbol 104 TextUses:103Used by:Timeline
Symbol 105 ButtonUsed by:Timeline
Symbol 106 GraphicUsed by:110
Symbol 107 GraphicUsed by:110
Symbol 108 GraphicUsed by:110  Timeline
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:106 107 108 109Used by:Timeline
Symbol 111 GraphicUsed by:Timeline
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:112Used by:114
Symbol 114 MovieClipUses:113 72Used by:116 165 173 197 218 241 268 274 312 330
Symbol 115 SoundUsed by:116 165 173 197 218 241 268 274 312 330
Symbol 116 MovieClipUses:114 78 115Used by:Timeline
Symbol 117 GraphicUsed by:119
Symbol 118 TextUses:6Used by:119
Symbol 119 MovieClipUses:117 118Used by:Timeline
Symbol 120 GraphicUsed by:122
Symbol 121 TextUses:6Used by:122
Symbol 122 MovieClipUses:120 121Used by:Timeline
Symbol 123 GraphicUsed by:126 219
Symbol 124 GraphicUsed by:126 219
Symbol 125 GraphicUsed by:126 219
Symbol 126 MovieClipUses:123 32 124 125Used by:Timeline
Symbol 127 ButtonUses:10 11Used by:Timeline
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:130Used by:Timeline
Symbol 132 GraphicUsed by:144
Symbol 133 GraphicUsed by:144 159
Symbol 134 GraphicUsed by:144 159 319 359
Symbol 135 GraphicUsed by:144 159
Symbol 136 GraphicUsed by:144 159
Symbol 137 GraphicUsed by:144
Symbol 138 GraphicUsed by:144 319 359
Symbol 139 GraphicUsed by:144
Symbol 140 GraphicUsed by:144 159 319 359
Symbol 141 GraphicUsed by:144
Symbol 142 GraphicUsed by:144 159 319 359
Symbol 143 GraphicUsed by:144 159 319 359
Symbol 144 MovieClipUses:132 133 134 135 136 137 138 139 140 141 142 143Used by:Timeline
Symbol 145 GraphicUsed by:149 167 174 198 220 242 269 275 313 361
Symbol 146 GraphicUsed by:149 167 174 198 220 242 269 275 313 361
Symbol 147 GraphicUsed by:149 167 174 198 220 242 269 275 313 361
Symbol 148 GraphicUsed by:149 167 174 198 220 242 269 275 313 361
Symbol 149 ButtonUses:145 146 147 148Used by:Timeline
Symbol 150 GraphicUsed by:153 168
Symbol 151 GraphicUsed by:153 168
Symbol 152 GraphicUsed by:153 168
Symbol 153 ButtonUses:150 151 152 32Used by:Timeline
Symbol 154 SoundUsed by:Timeline
Symbol 155 GraphicUsed by:159 319 359
Symbol 156 GraphicUsed by:159
Symbol 157 GraphicUsed by:159 359
Symbol 158 GraphicUsed by:159 319 359
Symbol 159 MovieClipUses:155 140 142 156 136 157 134 158 135 133 143Used by:Timeline
Symbol 160 ButtonUses:51 52 53 54Used by:Timeline
Symbol 161 SoundUsed by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 ButtonUses:19 20 21 22Used by:Timeline
Symbol 164 TextUses:103Used by:Timeline
Symbol 165 MovieClipUses:114 78 115Used by:Timeline
Symbol 166 ButtonUses:10 11Used by:Timeline
Symbol 167 ButtonUses:145 146 147 148Used by:Timeline
Symbol 168 ButtonUses:150 151 152 32Used by:Timeline
Symbol 169 ButtonUses:51 52 53 54Used by:Timeline
Symbol 170 GraphicUsed by:Timeline
Symbol 171 ButtonUses:19 20 21 22Used by:Timeline
Symbol 172 TextUses:103Used by:Timeline
Symbol 173 MovieClipUses:114 78 115Used by:Timeline
Symbol 174 ButtonUses:145 146 147 148Used by:Timeline
Symbol 175 ButtonUses:51 52 53 54Used by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 ButtonUses:19 20 21 22Used by:Timeline
Symbol 178 TextUses:103Used by:Timeline
Symbol 179 GraphicUsed by:184
Symbol 180 GraphicUsed by:182
Symbol 181 GraphicUsed by:182
Symbol 182 MovieClipUses:180 181Used by:184 366
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:179 182 183Used by:197
Symbol 185 GraphicUsed by:197 218 241 268 312 330  Timeline
Symbol 186 GraphicUsed by:197
Symbol 187 SoundUsed by:197 241 268 312 330  Timeline
Symbol 188 GraphicUsed by:197
Symbol 189 SoundUsed by:197 241 268 312 330  Timeline
Symbol 190 GraphicUsed by:197
Symbol 191 SoundUsed by:197 312  Timeline
Symbol 192 GraphicUsed by:197
Symbol 193 SoundUsed by:197
Symbol 194 SoundUsed by:197
Symbol 195 GraphicUsed by:197
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:114 70 78 115 184 185 186 187 188 189 190 191 192 193 194 195 196Used by:Timeline
Symbol 198 ButtonUses:145 146 147 148Used by:Timeline
Symbol 199 ButtonUses:51 52 53 54Used by:Timeline
Symbol 200 GraphicUsed by:Timeline
Symbol 201 ButtonUses:19 20 21 22Used by:Timeline
Symbol 202 TextUses:103Used by:Timeline
Symbol 203 SoundUsed by:218
Symbol 204 GraphicUsed by:218 241 312
Symbol 205 GraphicUsed by:218
Symbol 206 SoundUsed by:218 241 268  Timeline
Symbol 207 GraphicUsed by:218
Symbol 208 SoundUsed by:218 268
Symbol 209 GraphicUsed by:218
Symbol 210 GraphicUsed by:215
Symbol 211 GraphicUsed by:215
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:212Used by:215
Symbol 214 GraphicUsed by:215
Symbol 215 MovieClipUses:210 211 213 214Used by:218
Symbol 216 ShapeTweeningUsed by:218
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:114 78 115 10 203 185 204 205 206 207 208 209 215 216 217Used by:Timeline
Symbol 219 MovieClipUses:123 32 124 125Used by:Timeline
Symbol 220 ButtonUses:145 146 147 148Used by:Timeline
Symbol 221 ButtonUses:51 52 53 54Used by:Timeline
Symbol 222 GraphicUsed by:Timeline
Symbol 223 ButtonUses:19 20 21 22Used by:Timeline
Symbol 224 TextUses:103Used by:Timeline
Symbol 225 GraphicUsed by:241
Symbol 226 GraphicUsed by:241
Symbol 227 GraphicUsed by:241
Symbol 228 GraphicUsed by:241
Symbol 229 GraphicUsed by:241
Symbol 230 GraphicUsed by:241
Symbol 231 SoundUsed by:241 268 312
Symbol 232 GraphicUsed by:241
Symbol 233 GraphicUsed by:241
Symbol 234 GraphicUsed by:241
Symbol 235 GraphicUsed by:241
Symbol 236 GraphicUsed by:241
Symbol 237 GraphicUsed by:241
Symbol 238 GraphicUsed by:241
Symbol 239 SoundUsed by:241 330
Symbol 240 SoundUsed by:241 330
Symbol 241 MovieClipUses:114 70 78 115 185 204 225 226 227 206 228 229 230 187 231 232 233 234 235 236 237 189 238 239 240Used by:Timeline
Symbol 242 ButtonUses:145 146 147 148Used by:Timeline
Symbol 243 ButtonUses:51 52 53 54Used by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 ButtonUses:19 20 21 22Used by:Timeline
Symbol 246 TextUses:103Used by:Timeline
Symbol 247 GraphicUsed by:268
Symbol 248 SoundUsed by:268
Symbol 249 GraphicUsed by:268
Symbol 250 GraphicUsed by:268
Symbol 251 GraphicUsed by:268
Symbol 252 GraphicUsed by:260
Symbol 253 SoundUsed by:260
Symbol 254 GraphicUsed by:260
Symbol 255 GraphicUsed by:260
Symbol 256 GraphicUsed by:260
Symbol 257 GraphicUsed by:260
Symbol 258 GraphicUsed by:260
Symbol 259 SoundUsed by:260
Symbol 260 MovieClipUses:252 253 254 255 256 257 258 259Used by:268
Symbol 261 GraphicUsed by:268
Symbol 262 GraphicUsed by:268
Symbol 263 GraphicUsed by:268
Symbol 264 GraphicUsed by:268
Symbol 265 GraphicUsed by:268
Symbol 266 GraphicUsed by:268
Symbol 267 GraphicUsed by:268
Symbol 268 MovieClipUses:114 70 78 115 185 247 189 231 248 249 250 187 251 260 261 262 263 264 265 208 266 206 267Used by:Timeline
Symbol 269 ButtonUses:145 146 147 148Used by:Timeline
Symbol 270 ButtonUses:51 52 53 54Used by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 ButtonUses:19 20 21 22Used by:Timeline
Symbol 273 TextUses:103Used by:Timeline
Symbol 274 MovieClipUses:114 70 78 115Used by:Timeline
Symbol 275 ButtonUses:145 146 147 148Used by:Timeline
Symbol 276 ButtonUses:51 52 53 54Used by:Timeline
Symbol 277 GraphicUsed by:Timeline
Symbol 278 ButtonUses:19 20 21 22Used by:Timeline
Symbol 279 TextUses:103Used by:Timeline
Symbol 280 GraphicUsed by:312
Symbol 281 GraphicUsed by:312
Symbol 282 GraphicUsed by:312
Symbol 283 GraphicUsed by:312
Symbol 284 GraphicUsed by:312
Symbol 285 GraphicUsed by:312
Symbol 286 GraphicUsed by:312
Symbol 287 SoundUsed by:312
Symbol 288 GraphicUsed by:312
Symbol 289 GraphicUsed by:312
Symbol 290 GraphicUsed by:312
Symbol 291 GraphicUsed by:312
Symbol 292 ShapeTweeningUsed by:312
Symbol 293 GraphicUsed by:312
Symbol 294 GraphicUsed by:312
Symbol 295 GraphicUsed by:296
Symbol 296 MovieClipUses:295Used by:312 357
Symbol 297 GraphicUsed by:312
Symbol 298 GraphicUsed by:312
Symbol 299 GraphicUsed by:312
Symbol 300 GraphicUsed by:312
Symbol 301 GraphicUsed by:312
Symbol 302 GraphicUsed by:312
Symbol 303 GraphicUsed by:312
Symbol 304 GraphicUsed by:312
Symbol 305 GraphicUsed by:312
Symbol 306 GraphicUsed by:308
Symbol 307 GraphicUsed by:308
Symbol 308 MovieClipUses:306 307Used by:312
Symbol 309 GraphicUsed by:312
Symbol 310 GraphicUsed by:312
Symbol 311 GraphicUsed by:312
Symbol 312 MovieClipUses:70 66 114 78 115 185 280 189 204 281 187 282 231 191 283 284 285 286 287 288 289 290 291 292 293 294 296 297 298 299 300 301 302 303 304 305 308 309 310 311Used by:Timeline
Symbol 313 ButtonUses:145 146 147 148Used by:Timeline
Symbol 314 ButtonUses:51 52 53 54Used by:Timeline
Symbol 315 GraphicUsed by:319
Symbol 316 GraphicUsed by:319
Symbol 317 GraphicUsed by:319 359
Symbol 318 GraphicUsed by:319
Symbol 319 MovieClipUses:155 140 142 315 134 138 316 317 318 158 143Used by:Timeline
Symbol 320 GraphicUsed by:Timeline
Symbol 321 ButtonUses:19 20 21 22Used by:Timeline
Symbol 322 TextUses:103Used by:Timeline
Symbol 323 GraphicUsed by:330
Symbol 324 GraphicUsed by:330
Symbol 325 GraphicUsed by:330
Symbol 326 SoundUsed by:330
Symbol 327 GraphicUsed by:330
Symbol 328 GraphicUsed by:330
Symbol 329 GraphicUsed by:330 357
Symbol 330 MovieClipUses:114 78 115 323 70 239 240 185 324 187 325 189 326 327 328 329Used by:Timeline
Symbol 331 ButtonUsed by:Timeline
Symbol 332 GraphicUsed by:333
Symbol 333 MovieClipUses:332Used by:357
Symbol 334 GraphicUsed by:335
Symbol 335 MovieClipUses:334Used by:357
Symbol 336 ShapeTweeningUsed by:357
Symbol 337 SoundUsed by:357
Symbol 338 SoundUsed by:357
Symbol 339 GraphicUsed by:357
Symbol 340 GraphicUsed by:357
Symbol 341 GraphicUsed by:357
Symbol 342 GraphicUsed by:357
Symbol 343 GraphicUsed by:357
Symbol 344 ShapeTweeningUsed by:357
Symbol 345 ShapeTweeningUsed by:357
Symbol 346 ShapeTweeningUsed by:357
Symbol 347 ShapeTweeningUsed by:357
Symbol 348 ShapeTweeningUsed by:357
Symbol 349 ShapeTweeningUsed by:357
Symbol 350 GraphicUsed by:357
Symbol 351 GraphicUsed by:357
Symbol 352 GraphicUsed by:357
Symbol 353 GraphicUsed by:357
Symbol 354 ShapeTweeningUsed by:357
Symbol 355 GraphicUsed by:357
Symbol 356 GraphicUsed by:357
Symbol 357 MovieClipUses:72 329 70 78 296 333 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356Used by:Timeline
Symbol 358 GraphicUsed by:359
Symbol 359 MovieClipUses:155 140 142 157 138 358 317 134 158 143Used by:Timeline
Symbol 360 ButtonUses:51 52 53 54Used by:Timeline
Symbol 361 ButtonUses:145 146 147 148Used by:Timeline
Symbol 362 GraphicUsed by:Timeline
Symbol 363 GraphicUsed by:Timeline
Symbol 364 GraphicUsed by:366
Symbol 365 GraphicUsed by:366
Symbol 366 MovieClipUses:364 182 365Used by:Timeline
Symbol 367 GraphicUsed by:Timeline
Symbol 368 SoundUsed by:Timeline
Symbol 369 GraphicUsed by:Timeline
Symbol 370 GraphicUsed by:Timeline
Symbol 371 GraphicUsed by:Timeline
Symbol 372 GraphicUsed by:Timeline
Symbol 373 SoundUsed by:Timeline
Symbol 374 ShapeTweeningUsed by:Timeline
Symbol 375 GraphicUsed by:Timeline
Symbol 376 GraphicUsed by:Timeline

Instance Names

"passwordWin"Frame 3Symbol 48 MovieClip
"fov"Frame 8Symbol 78 MovieClip
"notifier"Frame 11Symbol 87 MovieClip
"class"Frame 17Symbol 110 MovieClip
"player"Frame 17Symbol 63 MovieClip
"teacher_level1"Frame 17Symbol 116 MovieClip
"cheatbar"Frame 17Symbol 126 MovieClip
"button"Frame 17Symbol 127 Button
"safepoint"Frame 17Symbol 129 MovieClip
"hitpoint"Frame 17Symbol 131 MovieClip
"cheat_notifier"Frame 17Symbol 87 MovieClip
"safe_notifier"Frame 17Symbol 90 MovieClip
"class"Frame 21Symbol 110 MovieClip
"player"Frame 21Symbol 63 MovieClip
"cheatbar"Frame 21Symbol 126 MovieClip
"teacher_level2"Frame 21Symbol 165 MovieClip
"safepoint"Frame 21Symbol 129 MovieClip
"hitpoint"Frame 21Symbol 131 MovieClip
"cheat_notifier"Frame 21Symbol 87 MovieClip
"safe_notifier"Frame 21Symbol 90 MovieClip
"button"Frame 21Symbol 166 Button
"class"Frame 25Symbol 110 MovieClip
"player"Frame 25Symbol 63 MovieClip
"teacher_level3"Frame 25Symbol 173 MovieClip
"cheatbar"Frame 25Symbol 126 MovieClip
"button"Frame 25Symbol 166 Button
"safepoint"Frame 25Symbol 129 MovieClip
"hitpoint"Frame 25Symbol 131 MovieClip
"cheat_notifier"Frame 25Symbol 87 MovieClip
"safe_notifier"Frame 25Symbol 90 MovieClip
"class"Frame 29Symbol 110 MovieClip
"player"Frame 29Symbol 63 MovieClip
"teacher_level4"Frame 29Symbol 197 MovieClip
"cheatbar"Frame 29Symbol 126 MovieClip
"button"Frame 29Symbol 166 Button
"safepoint"Frame 29Symbol 129 MovieClip
"hitpoint"Frame 29Symbol 131 MovieClip
"cheat_notifier"Frame 29Symbol 87 MovieClip
"safe_notifier"Frame 29Symbol 90 MovieClip
"class"Frame 33Symbol 110 MovieClip
"player"Frame 33Symbol 63 MovieClip
"teacher_level5"Frame 33Symbol 218 MovieClip
"cheatbar"Frame 33Symbol 219 MovieClip
"button"Frame 33Symbol 166 Button
"safepoint"Frame 33Symbol 129 MovieClip
"hitpoint"Frame 33Symbol 131 MovieClip
"cheat_notifier"Frame 33Symbol 87 MovieClip
"safe_notifier"Frame 33Symbol 90 MovieClip
"class"Frame 37Symbol 110 MovieClip
"player"Frame 37Symbol 63 MovieClip
"teacher_level6"Frame 37Symbol 241 MovieClip
"cheatbar"Frame 37Symbol 219 MovieClip
"button"Frame 37Symbol 166 Button
"safepoint"Frame 37Symbol 129 MovieClip
"hitpoint"Frame 37Symbol 131 MovieClip
"cheat_notifier"Frame 37Symbol 87 MovieClip
"safe_notifier"Frame 37Symbol 90 MovieClip
"class"Frame 41Symbol 110 MovieClip
"player"Frame 41Symbol 63 MovieClip
"teacher_level7"Frame 41Symbol 268 MovieClip
"cheatbar"Frame 41Symbol 126 MovieClip
"button"Frame 41Symbol 166 Button
"safepoint"Frame 41Symbol 129 MovieClip
"hitpoint"Frame 41Symbol 131 MovieClip
"cheat_notifier"Frame 41Symbol 87 MovieClip
"safe_notifier"Frame 41Symbol 90 MovieClip
"class"Frame 45Symbol 110 MovieClip
"player"Frame 45Symbol 63 MovieClip
"teacher_level8"Frame 45Symbol 274 MovieClip
"cheatbar"Frame 45Symbol 126 MovieClip
"button"Frame 45Symbol 166 Button
"safepoint"Frame 45Symbol 129 MovieClip
"hitpoint"Frame 45Symbol 131 MovieClip
"cheat_notifier"Frame 45Symbol 87 MovieClip
"safe_notifier"Frame 45Symbol 90 MovieClip
"class"Frame 49Symbol 110 MovieClip
"teacher_level9"Frame 49Symbol 312 MovieClip
"player"Frame 49Symbol 63 MovieClip
"cheatbar"Frame 49Symbol 126 MovieClip
"button"Frame 49Symbol 166 Button
"safepoint"Frame 49Symbol 129 MovieClip
"hitpoint"Frame 49Symbol 131 MovieClip
"cheat_notifier"Frame 49Symbol 87 MovieClip
"safe_notifier"Frame 49Symbol 90 MovieClip
"class"Frame 54Symbol 110 MovieClip
"player"Frame 54Symbol 63 MovieClip
"teacher_level10"Frame 54Symbol 330 MovieClip
"safepoint"Frame 54Symbol 129 MovieClip
"cheat_notifier"Frame 54Symbol 87 MovieClip
"safe_notifier"Frame 54Symbol 90 MovieClip
"class"Frame 55Symbol 110 MovieClip
"teacher_level10slo_mo"Frame 55Symbol 357 MovieClip
"player"Frame 55Symbol 63 MovieClip
"safepoint"Frame 55Symbol 129 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 4 MovieClip
"teacher_hittest"Symbol 114 MovieClip Frame 1Symbol 113 MovieClip
"teacher"Symbol 116 MovieClip Frame 1Symbol 114 MovieClip
"fov"Symbol 116 MovieClip Frame 1Symbol 78 MovieClip
"teacher"Symbol 165 MovieClip Frame 1Symbol 114 MovieClip
"fov"Symbol 165 MovieClip Frame 1Symbol 78 MovieClip
"teacher"Symbol 173 MovieClip Frame 1Symbol 114 MovieClip
"fov"Symbol 173 MovieClip Frame 1Symbol 78 MovieClip
"teacher"Symbol 197 MovieClip Frame 1Symbol 114 MovieClip
"fov"Symbol 197 MovieClip Frame 1Symbol 78 MovieClip
"teacher"Symbol 218 MovieClip Frame 1Symbol 114 MovieClip
"fov"Symbol 218 MovieClip Frame 1Symbol 78 MovieClip
"teacher"Symbol 218 MovieClip Frame 540Symbol 114 MovieClip
"fov"Symbol 218 MovieClip Frame 540Symbol 78 MovieClip
"fov"Symbol 218 MovieClip Frame 600Symbol 78 MovieClip
"teacher"Symbol 241 MovieClip Frame 1Symbol 114 MovieClip
"fov"Symbol 241 MovieClip Frame 1Symbol 78 MovieClip
"fov"Symbol 241 MovieClip Frame 445Symbol 78 MovieClip
"teacher"Symbol 241 MovieClip Frame 516Symbol 114 MovieClip
"fov"Symbol 241 MovieClip Frame 516Symbol 78 MovieClip
"teacher"Symbol 268 MovieClip Frame 1Symbol 114 MovieClip
"fov"Symbol 268 MovieClip Frame 1Symbol 78 MovieClip
"teacher"Symbol 274 MovieClip Frame 1Symbol 114 MovieClip
"student8"Symbol 274 MovieClip Frame 1Symbol 70 MovieClip
"student8"Symbol 274 MovieClip Frame 1Symbol 70 MovieClip
"student8"Symbol 274 MovieClip Frame 1Symbol 70 MovieClip
"student8"Symbol 274 MovieClip Frame 1Symbol 70 MovieClip
"student8"Symbol 274 MovieClip Frame 1Symbol 70 MovieClip
"fov"Symbol 274 MovieClip Frame 1Symbol 78 MovieClip
"teacher"Symbol 312 MovieClip Frame 1Symbol 114 MovieClip
"fov"Symbol 312 MovieClip Frame 1Symbol 78 MovieClip
"explosion"Symbol 312 MovieClip Frame 467Symbol 296 MovieClip
"teacher"Symbol 312 MovieClip Frame 750Symbol 114 MovieClip
"fov"Symbol 312 MovieClip Frame 750Symbol 78 MovieClip
"teacher"Symbol 330 MovieClip Frame 1Symbol 114 MovieClip
"fov"Symbol 330 MovieClip Frame 1Symbol 78 MovieClip
"fov"Symbol 357 MovieClip Frame 1Symbol 78 MovieClip
"finishline"Symbol 357 MovieClip Frame 1Symbol 296 MovieClip
"bullet"Symbol 357 MovieClip Frame 100Symbol 333 MovieClip
"bullet"Symbol 357 MovieClip Frame 125Symbol 333 MovieClip
"bullet"Symbol 357 MovieClip Frame 215Symbol 333 MovieClip
"bullet"Symbol 357 MovieClip Frame 240Symbol 333 MovieClip
"bullet"Symbol 357 MovieClip Frame 305Symbol 333 MovieClip
"bullet"Symbol 357 MovieClip Frame 385Symbol 333 MovieClip

Labels

"level1_lose"Frame 18
"level1_win"Frame 19
"level2_lose"Frame 22
"level2_win"Frame 23
"level3_lose"Frame 26
"level3_win"Frame 27
"level4_lose"Frame 30
"level4_win"Frame 31
"level5_lose"Frame 34
"level5_win"Frame 35
"level6_lose"Frame 38
"level6_win"Frame 39
"level7_lose"Frame 42
"level7_win"Frame 43
"level8_lose"Frame 46
"level8_win"Frame 47
"level9_lose"Frame 50
"level9_win"Frame 51
"level9_killed"Frame 52
"level11_win"Frame 56
"level11_killed"Frame 57

Dynamic Text Variables

displaySymbol 7 EditableText""
passwordFldSymbol 47 EditableText""
passwordFldSymbol 97 EditableText""




http://swfchan.com/3/11159/info.shtml
Created: 7/6 -2019 15:20:55 Last modified: 7/6 -2019 15:20:55 Server time: 05/05 -2024 05:41:04