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

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

The Classroom.swf

This is the info page for
Flash #22179

(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 76 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 61 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 118 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 121 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 61 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 118 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 121 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 61 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 118 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 121 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 61 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 118 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 121 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 61 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 118 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 121 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 61 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 118 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 121 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 61 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 118 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 121 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 61 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 118 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 121 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 61 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 118 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 121 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 118 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 121 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 61 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 118 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 121 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 22 Button
on (release) { gotoAndStop (16); }
Symbol 27 Button
on (release) { gotoAndStop (4); }
Symbol 32 Button
on (release) { gotoAndPlay (353); stopAllSounds(); }
Symbol 37 Button
on (release) { gotoAndStop (15); }
Symbol 44 Button
on (release) { if (passwordFld == "practice") { _root.gotoAndStop("level1", 1); } }
Symbol 47 MovieClip Frame 1
stop();
Symbol 47 MovieClip Frame 10
stop();
Symbol 53 Button
on (release) { nextFrame(); }
Symbol 59 Button
on (release) { prevFrame(); }
Symbol 80 Button
on (release) { nextFrame(); }
Symbol 93 Button
on (release) { gotoAndStop (3); }
Symbol 94 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 96 Button
on (release) { gotoAndStop (3); }
Symbol 100 Button
on (release) { gotoAndStop (17); }
Symbol 103 Button
on (keyPress "q") { toggleHighQuality(); }
Symbol 115 MovieClip Frame 1
E = Number(getTimer()) + Number(random(8000));
Instance of Symbol 76 MovieClip "fov" in Symbol 115 MovieClip Frame 1
/* no clip actions */
Symbol 115 MovieClip Frame 2
if (Number(E) < Number(getTimer())) { gotoAndPlay (4); }
Symbol 115 MovieClip Frame 3
gotoAndPlay (2);
Symbol 125 MovieClip Frame 1
stop();
Symbol 125 MovieClip Frame 261
cheatbarcomplete = "1"; stop(); setProperty(_root.button, _visible , 0); setProperty(this, _visible , 0);
Symbol 126 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 143 MovieClip Frame 30
stop();
Symbol 148 Button
on (release) { gotoAndStop (17); }
Symbol 152 Button
on (release) { gotoAndPlay (2); }
Symbol 158 MovieClip Frame 20
stop();
Symbol 159 Button
on (release) { gotoAndStop (20); }
Symbol 162 Button
on (release) { gotoAndStop (21); }
Symbol 164 MovieClip Frame 1
E = Number(getTimer()) + Number(random(10000));
Instance of Symbol 76 MovieClip "fov" in Symbol 164 MovieClip Frame 1
/* no clip actions */
Symbol 164 MovieClip Frame 2
if (Number(E) < Number(getTimer())) { gotoAndPlay (4); }
Symbol 164 MovieClip Frame 3
gotoAndPlay (2);
Symbol 164 MovieClip Frame 426
gotoAndPlay (1);
Symbol 165 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 166 Button
on (release) { gotoAndStop (20); }
Symbol 167 Button
on (release) { gotoAndPlay (2); }
Symbol 168 Button
on (release) { gotoAndStop (24); }
Symbol 170 Button
on (release) { gotoAndStop (25); }
Instance of Symbol 76 MovieClip "fov" in Symbol 172 MovieClip Frame 1
/* no clip actions */
Symbol 173 Button
on (release) { gotoAndStop (24); }
Symbol 174 Button
on (release) { gotoAndStop (28); }
Symbol 176 Button
on (release) { gotoAndStop (29); }
Instance of Symbol 76 MovieClip "fov" in Symbol 196 MovieClip Frame 1
/* no clip actions */
Symbol 196 MovieClip Frame 905
gotoAndPlay (765);
Symbol 197 Button
on (release) { gotoAndStop (28); }
Symbol 198 Button
on (release) { gotoAndStop (32); }
Symbol 200 Button
on (release) { gotoAndStop (33); }
Instance of Symbol 76 MovieClip "fov" in Symbol 217 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 76 MovieClip "fov" in Symbol 217 MovieClip Frame 540
/* no clip actions */
Instance of Symbol 76 MovieClip "fov" in Symbol 217 MovieClip Frame 600
/* no clip actions */
Symbol 217 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 76 MovieClip "fov" in Symbol 241 MovieClip Frame 1
/* no clip actions */
Instance of Symbol 76 MovieClip "fov" in Symbol 241 MovieClip Frame 445
/* no clip actions */
Instance of Symbol 76 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 76 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 76 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 76 MovieClip "fov" in Symbol 312 MovieClip Frame 1
/* no clip actions */
Symbol 312 MovieClip Frame 500
stopAllSounds();
Instance of Symbol 76 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 76 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 76 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 13 15
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 117 120
Symbol 7 EditableTextUses:6Used by:8
Symbol 8 MovieClipUses:4 5 7Used by:Timeline
Symbol 9 GraphicUsed by:Timeline
Symbol 10 GraphicUsed by:12 126 165 217  Timeline
Symbol 11 SoundUsed by:12 126 165
Symbol 12 ButtonUses:10 11Used by:Timeline
Symbol 13 GraphicUses:1Used by:Timeline
Symbol 14 SoundUsed by:Timeline
Symbol 15 GraphicUses:1Used by:Timeline
Symbol 16 GraphicUsed by:17
Symbol 17 MovieClipUses:16Used by:Timeline
Symbol 18 GraphicUsed by:22 100 162 170 176 200 223 245 272 278 321
Symbol 19 GraphicUsed by:22 100 162 170 176 200 223 245 272 278 321
Symbol 20 GraphicUsed by:22 100 162 170 176 200 223 245 272 278 321
Symbol 21 GraphicUsed by:22 100 162 170 176 200 223 245 272 278 321
Symbol 22 ButtonUses:18 19 20 21Used by:Timeline
Symbol 23 GraphicUsed by:27
Symbol 24 GraphicUsed by:27
Symbol 25 GraphicUsed by:27
Symbol 26 GraphicUsed by:27
Symbol 27 ButtonUses:23 24 25 26Used by:Timeline
Symbol 28 GraphicUsed by:32
Symbol 29 GraphicUsed by:32
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32 125 152 167 219
Symbol 32 ButtonUses:28 29 30 31Used by:Timeline
Symbol 33 GraphicUsed by:37
Symbol 34 GraphicUsed by:37
Symbol 35 GraphicUsed by:37
Symbol 36 GraphicUsed by:37
Symbol 37 ButtonUses:33 34 35 36Used by:Timeline
Symbol 38 GraphicUsed by:39 47
Symbol 39 ButtonUses:38Used by:47  Timeline
Symbol 40 GraphicUsed by:44 94
Symbol 41 GraphicUsed by:44 94
Symbol 42 GraphicUsed by:44 94
Symbol 43 GraphicUsed by:44 94
Symbol 44 ButtonUses:40 41 42 43Used by:47
Symbol 45 FontUsed by:46 48 54 55 62 65 66 69 71 72 77 78 79 81 86 89 90 91 92 95
Symbol 46 EditableTextUses:45Used by:47
Symbol 47 MovieClipUses:38 39 44 46Used by:Timeline
Symbol 48 TextUses:45Used by:Timeline
Symbol 49 GraphicUsed by:53 80 93 159 168 174 198 221 243 270 276 314 360
Symbol 50 GraphicUsed by:53 80 93 159 168 174 198 221 243 270 276 314 360
Symbol 51 GraphicUsed by:53 80 93 159 168 174 198 221 243 270 276 314 360
Symbol 52 GraphicUsed by:53 80 93 159 168 174 198 221 243 270 276 314 360
Symbol 53 ButtonUses:49 50 51 52Used by:Timeline
Symbol 54 TextUses:45Used by:Timeline
Symbol 55 TextUses:45Used by:59 96
Symbol 56 GraphicUsed by:59 96
Symbol 57 GraphicUsed by:59 96
Symbol 58 GraphicUsed by:59 96
Symbol 59 ButtonUses:55 56 57 58Used by:Timeline
Symbol 60 GraphicUsed by:61
Symbol 61 MovieClipUses:60Used by:Timeline
Symbol 62 TextUses:45Used by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:312  Timeline
Symbol 65 TextUses:45Used by:Timeline
Symbol 66 TextUses:45Used by:Timeline
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:196 241 268 274 312 330 357  Timeline
Symbol 69 TextUses:45Used by:Timeline
Symbol 70 GraphicUsed by:357  Timeline
Symbol 71 TextUses:45Used by:Timeline
Symbol 72 TextUses:45Used by:Timeline
Symbol 73 GraphicUsed by:76
Symbol 74 GraphicUsed by:76
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:73 74 75Used by:115 164 172 196 217 241 268 274 312 330 357  Timeline
Symbol 77 TextUses:45Used by:Timeline
Symbol 78 TextUses:45Used by:Timeline
Symbol 79 TextUses:45Used by:Timeline
Symbol 80 ButtonUses:49 50 51 52Used by:Timeline
Symbol 81 TextUses:45Used by:Timeline
Symbol 82 GraphicUsed by:85
Symbol 83 GraphicUsed by:85
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:82 83 84Used by:Timeline
Symbol 86 TextUses:45Used by:Timeline
Symbol 87 GraphicUsed by:88
Symbol 88 MovieClipUses:87Used by:Timeline
Symbol 89 TextUses:45Used by:Timeline
Symbol 90 TextUses:45Used by:Timeline
Symbol 91 TextUses:45Used by:Timeline
Symbol 92 TextUses:45Used by:Timeline
Symbol 93 ButtonUses:49 50 51 52Used by:Timeline
Symbol 94 ButtonUses:40 41 42 43Used by:Timeline
Symbol 95 EditableTextUses:45Used by:Timeline
Symbol 96 ButtonUses:55 56 57 58Used by:Timeline
Symbol 97 GraphicUsed by:Timeline
Symbol 98 GraphicUsed by:Timeline
Symbol 99 GraphicUsed by:Timeline
Symbol 100 ButtonUses:18 19 20 21Used by:Timeline
Symbol 101 FontUsed by:102 163 171 177 201 224 246 273 279 322
Symbol 102 TextUses:101Used by:Timeline
Symbol 103 ButtonUsed by:Timeline
Symbol 104 GraphicUsed by:108
Symbol 105 GraphicUsed by:108
Symbol 106 GraphicUsed by:108  Timeline
Symbol 107 GraphicUsed by:108
Symbol 108 MovieClipUses:104 105 106 107Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:111
Symbol 111 MovieClipUses:110Used by:113
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:111 112Used by:115 164 172 196 217 241 268 274 312 330
Symbol 114 SoundUsed by:115 164 172 196 217 241 268 274 312 330
Symbol 115 MovieClipUses:113 76 114Used by:Timeline
Symbol 116 GraphicUsed by:118
Symbol 117 TextUses:6Used by:118
Symbol 118 MovieClipUses:116 117Used by:Timeline
Symbol 119 GraphicUsed by:121
Symbol 120 TextUses:6Used by:121
Symbol 121 MovieClipUses:119 120Used by:Timeline
Symbol 122 GraphicUsed by:125 219
Symbol 123 GraphicUsed by:125
Symbol 124 GraphicUsed by:125 219
Symbol 125 MovieClipUses:122 31 123 124Used by:Timeline
Symbol 126 ButtonUses:10 11Used by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:Timeline
Symbol 129 GraphicUsed by:130
Symbol 130 MovieClipUses:129Used by:Timeline
Symbol 131 GraphicUsed by:143
Symbol 132 GraphicUsed by:143 158
Symbol 133 GraphicUsed by:143 158 319 359
Symbol 134 GraphicUsed by:143 158
Symbol 135 GraphicUsed by:143 158
Symbol 136 GraphicUsed by:143
Symbol 137 GraphicUsed by:143 319 359
Symbol 138 GraphicUsed by:143
Symbol 139 GraphicUsed by:143 158 319 359
Symbol 140 GraphicUsed by:143
Symbol 141 GraphicUsed by:143 158 319 359
Symbol 142 GraphicUsed by:143 158 319 359
Symbol 143 MovieClipUses:131 132 133 134 135 136 137 138 139 140 141 142Used by:Timeline
Symbol 144 GraphicUsed by:148 166 173 197 220 242 269 275 313 361
Symbol 145 GraphicUsed by:148 166 173 197 220 242 269 275 313 361
Symbol 146 GraphicUsed by:148 166 173 197 220 242 269 275 313 361
Symbol 147 GraphicUsed by:148 166 173 197 220 242 269 275 313 361
Symbol 148 ButtonUses:144 145 146 147Used by:Timeline
Symbol 149 GraphicUsed by:152 167
Symbol 150 GraphicUsed by:152 167
Symbol 151 GraphicUsed by:152 167
Symbol 152 ButtonUses:149 150 151 31Used by:Timeline
Symbol 153 SoundUsed by:Timeline
Symbol 154 GraphicUsed by:158 319 359
Symbol 155 GraphicUsed by:158
Symbol 156 GraphicUsed by:158 359
Symbol 157 GraphicUsed by:158 319 359
Symbol 158 MovieClipUses:154 139 141 155 135 156 133 157 134 132 142Used by:Timeline
Symbol 159 ButtonUses:49 50 51 52Used by:Timeline
Symbol 160 SoundUsed by:Timeline
Symbol 161 GraphicUsed by:Timeline
Symbol 162 ButtonUses:18 19 20 21Used by:Timeline
Symbol 163 TextUses:101Used by:Timeline
Symbol 164 MovieClipUses:113 76 114Used by:Timeline
Symbol 165 ButtonUses:10 11Used by:Timeline
Symbol 166 ButtonUses:144 145 146 147Used by:Timeline
Symbol 167 ButtonUses:149 150 151 31Used by:Timeline
Symbol 168 ButtonUses:49 50 51 52Used by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 ButtonUses:18 19 20 21Used by:Timeline
Symbol 171 TextUses:101Used by:Timeline
Symbol 172 MovieClipUses:113 76 114Used by:Timeline
Symbol 173 ButtonUses:144 145 146 147Used by:Timeline
Symbol 174 ButtonUses:49 50 51 52Used by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 ButtonUses:18 19 20 21Used by:Timeline
Symbol 177 TextUses:101Used by:Timeline
Symbol 178 GraphicUsed by:183
Symbol 179 GraphicUsed by:181
Symbol 180 GraphicUsed by:181
Symbol 181 MovieClipUses:179 180Used by:183 366
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:178 181 182Used by:196
Symbol 184 GraphicUsed by:196 217 241 268 312 330  Timeline
Symbol 185 GraphicUsed by:196
Symbol 186 SoundUsed by:196 241 268 312 330  Timeline
Symbol 187 GraphicUsed by:196
Symbol 188 SoundUsed by:196 241 268 312 330  Timeline
Symbol 189 GraphicUsed by:196
Symbol 190 SoundUsed by:196 312  Timeline
Symbol 191 GraphicUsed by:196
Symbol 192 SoundUsed by:196
Symbol 193 SoundUsed by:196
Symbol 194 GraphicUsed by:196
Symbol 195 GraphicUsed by:196
Symbol 196 MovieClipUses:113 68 76 114 183 184 185 186 187 188 189 190 191 192 193 194 195Used by:Timeline
Symbol 197 ButtonUses:144 145 146 147Used by:Timeline
Symbol 198 ButtonUses:49 50 51 52Used by:Timeline
Symbol 199 GraphicUsed by:Timeline
Symbol 200 ButtonUses:18 19 20 21Used by:Timeline
Symbol 201 TextUses:101Used by:Timeline
Symbol 202 SoundUsed by:217
Symbol 203 GraphicUsed by:217 241 312
Symbol 204 GraphicUsed by:217
Symbol 205 SoundUsed by:217 241 268  Timeline
Symbol 206 GraphicUsed by:217
Symbol 207 SoundUsed by:217 268
Symbol 208 GraphicUsed by:217
Symbol 209 GraphicUsed by:214
Symbol 210 GraphicUsed by:214
Symbol 211 GraphicUsed by:212
Symbol 212 MovieClipUses:211Used by:214
Symbol 213 GraphicUsed by:214
Symbol 214 MovieClipUses:209 210 212 213Used by:217
Symbol 215 ShapeTweeningUsed by:217
Symbol 216 GraphicUsed by:217
Symbol 217 MovieClipUses:113 76 114 10 202 184 203 204 205 206 207 208 214 215 216Used by:Timeline
Symbol 218 GraphicUsed by:219
Symbol 219 MovieClipUses:122 31 218 124Used by:Timeline
Symbol 220 ButtonUses:144 145 146 147Used by:Timeline
Symbol 221 ButtonUses:49 50 51 52Used by:Timeline
Symbol 222 GraphicUsed by:Timeline
Symbol 223 ButtonUses:18 19 20 21Used by:Timeline
Symbol 224 TextUses:101Used 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:113 68 76 114 184 203 225 226 227 205 228 229 230 186 231 232 233 234 235 236 237 188 238 239 240Used by:Timeline
Symbol 242 ButtonUses:144 145 146 147Used by:Timeline
Symbol 243 ButtonUses:49 50 51 52Used by:Timeline
Symbol 244 GraphicUsed by:Timeline
Symbol 245 ButtonUses:18 19 20 21Used by:Timeline
Symbol 246 TextUses:101Used 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:113 68 76 114 184 247 188 231 248 249 250 186 251 260 261 262 263 264 265 207 266 205 267Used by:Timeline
Symbol 269 ButtonUses:144 145 146 147Used by:Timeline
Symbol 270 ButtonUses:49 50 51 52Used by:Timeline
Symbol 271 GraphicUsed by:Timeline
Symbol 272 ButtonUses:18 19 20 21Used by:Timeline
Symbol 273 TextUses:101Used by:Timeline
Symbol 274 MovieClipUses:113 68 76 114Used by:Timeline
Symbol 275 ButtonUses:144 145 146 147Used by:Timeline
Symbol 276 ButtonUses:49 50 51 52Used by:Timeline
Symbol 277 GraphicUsed by:Timeline
Symbol 278 ButtonUses:18 19 20 21Used by:Timeline
Symbol 279 TextUses:101Used 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:68 64 113 76 114 184 280 188 203 281 186 282 231 190 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:144 145 146 147Used by:Timeline
Symbol 314 ButtonUses:49 50 51 52Used 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:154 139 141 315 133 137 316 317 318 157 142Used by:Timeline
Symbol 320 GraphicUsed by:Timeline
Symbol 321 ButtonUses:18 19 20 21Used by:Timeline
Symbol 322 TextUses:101Used 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:113 76 114 323 68 239 240 184 324 186 325 188 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:70 329 68 76 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:154 139 141 156 137 358 317 133 157 142Used by:Timeline
Symbol 360 ButtonUses:49 50 51 52Used by:Timeline
Symbol 361 ButtonUses:144 145 146 147Used 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 181 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 47 MovieClip
"fov"Frame 8Symbol 76 MovieClip
"notifier"Frame 11Symbol 85 MovieClip
"class"Frame 17Symbol 108 MovieClip
"player"Frame 17Symbol 61 MovieClip
"teacher_level1"Frame 17Symbol 115 MovieClip
"cheatbar"Frame 17Symbol 125 MovieClip
"button"Frame 17Symbol 126 Button
"safepoint"Frame 17Symbol 128 MovieClip
"hitpoint"Frame 17Symbol 130 MovieClip
"cheat_notifier"Frame 17Symbol 85 MovieClip
"safe_notifier"Frame 17Symbol 88 MovieClip
"class"Frame 21Symbol 108 MovieClip
"player"Frame 21Symbol 61 MovieClip
"cheatbar"Frame 21Symbol 125 MovieClip
"teacher_level2"Frame 21Symbol 164 MovieClip
"safepoint"Frame 21Symbol 128 MovieClip
"hitpoint"Frame 21Symbol 130 MovieClip
"cheat_notifier"Frame 21Symbol 85 MovieClip
"safe_notifier"Frame 21Symbol 88 MovieClip
"button"Frame 21Symbol 165 Button
"class"Frame 25Symbol 108 MovieClip
"player"Frame 25Symbol 61 MovieClip
"teacher_level3"Frame 25Symbol 172 MovieClip
"cheatbar"Frame 25Symbol 125 MovieClip
"button"Frame 25Symbol 165 Button
"safepoint"Frame 25Symbol 128 MovieClip
"hitpoint"Frame 25Symbol 130 MovieClip
"cheat_notifier"Frame 25Symbol 85 MovieClip
"safe_notifier"Frame 25Symbol 88 MovieClip
"class"Frame 29Symbol 108 MovieClip
"player"Frame 29Symbol 61 MovieClip
"teacher_level4"Frame 29Symbol 196 MovieClip
"cheatbar"Frame 29Symbol 125 MovieClip
"button"Frame 29Symbol 165 Button
"safepoint"Frame 29Symbol 128 MovieClip
"hitpoint"Frame 29Symbol 130 MovieClip
"cheat_notifier"Frame 29Symbol 85 MovieClip
"safe_notifier"Frame 29Symbol 88 MovieClip
"class"Frame 33Symbol 108 MovieClip
"player"Frame 33Symbol 61 MovieClip
"teacher_level5"Frame 33Symbol 217 MovieClip
"cheatbar"Frame 33Symbol 219 MovieClip
"button"Frame 33Symbol 165 Button
"safepoint"Frame 33Symbol 128 MovieClip
"hitpoint"Frame 33Symbol 130 MovieClip
"cheat_notifier"Frame 33Symbol 85 MovieClip
"safe_notifier"Frame 33Symbol 88 MovieClip
"class"Frame 37Symbol 108 MovieClip
"player"Frame 37Symbol 61 MovieClip
"teacher_level6"Frame 37Symbol 241 MovieClip
"cheatbar"Frame 37Symbol 219 MovieClip
"button"Frame 37Symbol 165 Button
"safepoint"Frame 37Symbol 128 MovieClip
"hitpoint"Frame 37Symbol 130 MovieClip
"cheat_notifier"Frame 37Symbol 85 MovieClip
"safe_notifier"Frame 37Symbol 88 MovieClip
"class"Frame 41Symbol 108 MovieClip
"player"Frame 41Symbol 61 MovieClip
"teacher_level7"Frame 41Symbol 268 MovieClip
"cheatbar"Frame 41Symbol 125 MovieClip
"button"Frame 41Symbol 165 Button
"safepoint"Frame 41Symbol 128 MovieClip
"hitpoint"Frame 41Symbol 130 MovieClip
"cheat_notifier"Frame 41Symbol 85 MovieClip
"safe_notifier"Frame 41Symbol 88 MovieClip
"class"Frame 45Symbol 108 MovieClip
"player"Frame 45Symbol 61 MovieClip
"teacher_level8"Frame 45Symbol 274 MovieClip
"cheatbar"Frame 45Symbol 125 MovieClip
"button"Frame 45Symbol 165 Button
"safepoint"Frame 45Symbol 128 MovieClip
"hitpoint"Frame 45Symbol 130 MovieClip
"cheat_notifier"Frame 45Symbol 85 MovieClip
"safe_notifier"Frame 45Symbol 88 MovieClip
"class"Frame 49Symbol 108 MovieClip
"teacher_level9"Frame 49Symbol 312 MovieClip
"player"Frame 49Symbol 61 MovieClip
"cheatbar"Frame 49Symbol 125 MovieClip
"button"Frame 49Symbol 165 Button
"safepoint"Frame 49Symbol 128 MovieClip
"hitpoint"Frame 49Symbol 130 MovieClip
"cheat_notifier"Frame 49Symbol 85 MovieClip
"safe_notifier"Frame 49Symbol 88 MovieClip
"class"Frame 54Symbol 108 MovieClip
"player"Frame 54Symbol 61 MovieClip
"teacher_level10"Frame 54Symbol 330 MovieClip
"safepoint"Frame 54Symbol 128 MovieClip
"cheat_notifier"Frame 54Symbol 85 MovieClip
"safe_notifier"Frame 54Symbol 88 MovieClip
"class"Frame 55Symbol 108 MovieClip
"teacher_level10slo_mo"Frame 55Symbol 357 MovieClip
"player"Frame 55Symbol 61 MovieClip
"safepoint"Frame 55Symbol 128 MovieClip
"bar"Symbol 8 MovieClip Frame 1Symbol 4 MovieClip
"teacher_hittest"Symbol 113 MovieClip Frame 1Symbol 111 MovieClip
"teacher"Symbol 115 MovieClip Frame 1Symbol 113 MovieClip
"fov"Symbol 115 MovieClip Frame 1Symbol 76 MovieClip
"teacher"Symbol 164 MovieClip Frame 1Symbol 113 MovieClip
"fov"Symbol 164 MovieClip Frame 1Symbol 76 MovieClip
"teacher"Symbol 172 MovieClip Frame 1Symbol 113 MovieClip
"fov"Symbol 172 MovieClip Frame 1Symbol 76 MovieClip
"teacher"Symbol 196 MovieClip Frame 1Symbol 113 MovieClip
"fov"Symbol 196 MovieClip Frame 1Symbol 76 MovieClip
"teacher"Symbol 217 MovieClip Frame 1Symbol 113 MovieClip
"fov"Symbol 217 MovieClip Frame 1Symbol 76 MovieClip
"teacher"Symbol 217 MovieClip Frame 540Symbol 113 MovieClip
"fov"Symbol 217 MovieClip Frame 540Symbol 76 MovieClip
"fov"Symbol 217 MovieClip Frame 600Symbol 76 MovieClip
"teacher"Symbol 241 MovieClip Frame 1Symbol 113 MovieClip
"fov"Symbol 241 MovieClip Frame 1Symbol 76 MovieClip
"fov"Symbol 241 MovieClip Frame 445Symbol 76 MovieClip
"teacher"Symbol 241 MovieClip Frame 516Symbol 113 MovieClip
"fov"Symbol 241 MovieClip Frame 516Symbol 76 MovieClip
"teacher"Symbol 268 MovieClip Frame 1Symbol 113 MovieClip
"fov"Symbol 268 MovieClip Frame 1Symbol 76 MovieClip
"teacher"Symbol 274 MovieClip Frame 1Symbol 113 MovieClip
"student8"Symbol 274 MovieClip Frame 1Symbol 68 MovieClip
"student8"Symbol 274 MovieClip Frame 1Symbol 68 MovieClip
"student8"Symbol 274 MovieClip Frame 1Symbol 68 MovieClip
"student8"Symbol 274 MovieClip Frame 1Symbol 68 MovieClip
"student8"Symbol 274 MovieClip Frame 1Symbol 68 MovieClip
"fov"Symbol 274 MovieClip Frame 1Symbol 76 MovieClip
"teacher"Symbol 312 MovieClip Frame 1Symbol 113 MovieClip
"fov"Symbol 312 MovieClip Frame 1Symbol 76 MovieClip
"explosion"Symbol 312 MovieClip Frame 467Symbol 296 MovieClip
"teacher"Symbol 312 MovieClip Frame 750Symbol 113 MovieClip
"fov"Symbol 312 MovieClip Frame 750Symbol 76 MovieClip
"teacher"Symbol 330 MovieClip Frame 1Symbol 113 MovieClip
"fov"Symbol 330 MovieClip Frame 1Symbol 76 MovieClip
"fov"Symbol 357 MovieClip Frame 1Symbol 76 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 46 EditableText""
passwordFldSymbol 95 EditableText""




http://swfchan.com/5/22179/info.shtml
Created: 27/5 -2019 02:00:33 Last modified: 27/5 -2019 02:00:33 Server time: 19/04 -2024 14:26:15