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

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

1HG - A Schoolboy Crush.swf

This is the info page for
Flash #134085

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


Text
100%

>game
>export world

L

K

J

I

D

S

A

W

L

K

J

I

D

S

Q

Z

S

N

T

R

E

O

A

<

,

6

5

4

8





RIGHTY

LEFTY

presents...

OneHandGames

A Schoolboy Crush

PLAY
SCENES

CONTINUE
SCENES
RESTART

QWERTY
AZERTY
DVORAK
FALLBACK

MENU

SCENES

THE END

SPACE

-return-

ActionScript [AS1/AS2]

Frame 1
function makepercent(n, min, max) { return(Math.floor(((n - min) / (max - min)) * 100)); } contextmenu = new ContextMenu(); contextmenu.hideBuiltInItems(); _root.menu = contextmenu; var loadin = 1; this.onEnterFrame = function () { if (loadin) { var _local2 = makepercent(_root.getBytesLoaded(), 0, _root.getBytesTotal()); _root.percent.text = _local2 + "%"; if (_local2 == 100) { loadin = 0; _root.gotoAndStop("load"); } } }; this.stop();
Frame 2
this.prevFrame();
Frame 10
function gstate_transition(gstate, gaction) { switch (gstate) { case "enterpool" : return("swim"); case "exitpool" : return("swimsuit"); case "enterexitbed" : if (gaction == "walkE") { return("bed"); } return(""); } return(gstate); } function nomovement_transition(gstate) { switch (gstate) { case "enterpool" : return(1); case "exitpool" : return(1); case "enterexitbed" : return(1); } return(0); } function change_clocks(t) { t = t.split(","); world_state.hour = Number(t[0]); world_state.minute = Number(t[1]); } function change_world(t) { t = t.split(","); world_state[t[0]] = Number(t[1]); if (t[0] == "state") { if (((!design) && (prog == 0)) && (world_state.state == 20)) { saveprogress("noscene"); } var _local2 = 0; while (_local2 < world_sprites.length) { var _local1 = 1; while (_local1 < world_sprites[_local2].length) { if (world_sprites[_local2][_local1].ws == world_state.state) { world_sprites[_local2][0].state = _local1; break; } _local1++; } _local2++; } createarea(); var _local4 = world_sprites[0][0]; cam(Math.floor((_local4.tx * tilep.w) / Stage.width), Math.floor((_local4.ty * tilep.h) / Stage.height)); } } function locks(t, t2) { t = t.split(","); var _local1 = 0; while (_local1 < t.length) { if (t[_local1] == "A") { if (world_interactA[Number(t[_local1 + 1])][Number(t[_local1 + 2])] == undefined) { world_interactA[Number(t[_local1 + 1])][Number(t[_local1 + 2])] = {}; } var _local3 = world_interactA[Number(t[_local1 + 1])][Number(t[_local1 + 2])]; } else { if (world_interactB[Number(t[_local1 + 1])][Number(t[_local1 + 2])] == undefined) { world_interactB[Number(t[_local1 + 1])][Number(t[_local1 + 2])] = {}; } var _local3 = world_interactB[Number(t[_local1 + 1])][Number(t[_local1 + 2])]; } var _local4 = Number(t[_local1 + 3]); if (_local4 == 2) { _local3.lock = 1; if (t2 == undefined) { _local3.locktxt = t[_local1 + 4]; } else { _local3.locktxt = t2; } _local1 = _local1 + 1; } else if (_local4 == 3) { _local3.touch = Number(t[_local1 + 4]); _local1 = _local1 + 1; } else { _local3.lock = _local4; } _local1++; } _local1 = _local1 + 3; } function advancestates(t, t2) { t = t.split(","); if (t2 != undefined) { t2 = t2.split(","); if (t2[0] == "if") { var _local4 = 0; var _local2 = 0; while (_local2 < t.length) { _local4 = _local4 + ((world_sprites[sub_numbers[t[_local2]]][0].state == Number(t2[_local2 + 1])) ? 1 : 0); _local2++; } if (t.length == _local4) { t2 = t2.slice(-_local4); } else { return(undefined); } } var _local2 = 0; while (_local2 < t.length) { world_sprites[sub_numbers[t[_local2]]][0].state = Number(t2[_local2]); _local2++; } return(undefined); } var _local2 = 0; while (_local2 < t.length) { world_sprites[sub_numbers[t[_local2]]][0].state++; _local2++; } } function refpush(t) { t = t.split(","); var _local3 = 0; while (_local3 < t.length) { var _local2 = sub_numbers[t[_local3]]; var _local1 = world_sprites[_local2][0]; update_mainstate(_local1, world_sprites[_local2][_local1.state]); ref_sprites.push(_local2); var _local4 = ((_local1.ganim == undefined) ? 1 : (_local1.ganim)); attachsprite(_local2, _local4); _local3++; } } function gameinit(lvl) { if (design) { backup_tilesA = copyarr(world_tilesA); backup_tilesB = copyarr(world_tilesB); } backup_interactA = copyarr(world_interactA); backup_interactB = copyarr(world_interactB); bgaud.setVolume(100); timer = 0; backup_sprites = copyarr(world_sprites); backup_world_state = copyob(world_state); gamep = {state:"playing", timer:0, fcount:0, tcount:0, fpt:4, fps:60, snd:""}; gamep.tps = Math.round(gamep.fps / gamep.fpt); frameon("game"); _root.fg._xscale = tilep.zoom; _root.fg._yscale = tilep.zoom; _root.overlay.gotoAndStop("game"); _root.overlay.spc.gotoAndStop(3); if (!design) { cam(0, 1); } createarea(); if (lvl == 2) { change_world("state,20"); } playerzone_check(); } function gameexit() { gamep.state = "exiting"; if (design) { world_tilesA = copyarr(backup_tilesA); world_tilesB = copyarr(backup_tilesB); } world_interactA = copyarr(backup_interactA); world_interactB = copyarr(backup_interactB); world_sprites = copyarr(backup_sprites); world_state = copyob(backup_world_state); } function superexit() { frameon("menu"); } function simulation() { snd_fade(); if (gamep.state == "text") { textcontrol(); } else if (gamep.state == "minigame") { minigame(); } else if (gamep.state == "cutscene") { if (_root.overlay.mc._currentframe == _root.overlay.mc._totalframes) { finishcutscene(); snd_initfade("bgaud", 0, 1, 100); } } else if (gamep.state == "precutscene") { if (_root.overlay.mc._currentframe == _root.overlay.mc._totalframes) { finishcutscene(); snd_initfade("bgaud", 0, 1, 100); performaction(text_text); } } if (gamep.state != "playing") { return(undefined); } gamep.timer++; pdelay(); gamep.fcount = (((gamep.fcount + 1) == gamep.fpt) ? 0 : (gamep.fcount + 1)); if (gamep.fcount != 0) { return(undefined); } gamep.tcount++; var _local3 = 0; while (_local3 < ref_sprites.length) { var _local2 = ref_sprites[_local3]; var _local4 = world_sprites[_local2][0]; if (!_local4.live) { } else { _local4.ganim = _root.fg.sorted["s" + _local2].mc.mc._currentframe; if (_local2 == 0) { player(); } else { npc(_local2); } if (gamep.state != "playing") { return(undefined); } } _local3++; } } function npc(id) { var _local1 = world_sprites[id][0]; var _local2 = world_sprites[id][_local1.state]; if (_local2.statejump) { if (_local2.statejump == 2) { _local1.state++; _local2 = world_sprites[id][_local1.state]; } update_mainstate(_local1, _local2); movesprite(id); } else if (_local2.dir != undefined) { var _local5 = world_sprites[id][_local1.state + 1]; if (_local2.dir == "ud") { var _local4 = ((_local1.ty < _local5.ty) ? "d" : "u"); } else if (_local2.dir == "lr") { var _local4 = ((_local1.tx < _local5.tx) ? "r" : "l"); } else { var _local4 = _local2.dir; } if (_local2.gaction == undefined) { switch (_local4) { case "u" : _local1.gaction = "walkN"; break; case "d" : _local1.gaction = "walkS"; break; case "l" : _local1.gaction = "walkW"; break; case "r" : _local1.gaction = "walkE"; } } else { _local1.gaction = _local2.gaction; } update_gstate(id, _local2); var _local6 = 0; if ((_local4 == "u") || (_local4 == "d")) { if (_local1.ty == _local5.ty) { _local6 = 1; } } else if (_local1.tx == _local5.tx) { _local6 = 1; } if (_local6) { _local1.state++; update_gstate(id, _local5); movesprite(id); playerzone_check(); return(undefined); } if ((_local4 == "u") || (_local4 == "d")) { var _local8 = ((_local4 == "u") ? "d" : "u"); } else { var _local8 = ((_local4 == "l") ? "r" : "l"); } var _local7 = checktileto(_local4, _local8, id); if (_local7 != 0) { preparespritemove(id, _local2.spd, _local7); if (_local2.spd != undefined) { _local1.spd = _local2.spd; } } } else { update_gstate(id, _local2); movesprite(id); } } function player_statejump() { var _local2 = 0; var _local1 = world_sprites[_local2][0]; var _local3 = world_sprites[_local2][_local1.state]; if (_local3.statejump) { update_mainstate(_local1, _local3); if ((((_local1.tx < tilearea.xMin) || (_local1.tx >= tilearea.xMax)) || (_local1.ty < tilearea.yMin)) || (_local1.ty >= tilearea.yMax)) { cam(Math.floor((_local1.tx * tilep.w) / Stage.width), Math.floor((_local1.ty * tilep.h) / Stage.height)); } else { movesprite(_local2); } } } function player() { var _local6 = 0; var _local3 = world_sprites[_local6][0]; if ((((_local3.tx < tilearea.xMin) || (_local3.tx >= tilearea.xMax)) || (_local3.ty < tilearea.yMin)) || (_local3.ty >= tilearea.yMax)) { cam(Math.floor((_local3.tx * tilep.w) / Stage.width), Math.floor((_local3.ty * tilep.h) / Stage.height)); } var _local2 = interact_check(); if (_local2 != -1) { if (_local2.push == undefined) { _root.overlay.spc.gotoAndStop(1); if (clicks.space == 1) { clicks.space = 2; var _local10 = 1; } } else if (clicks.up && (_local2.push == "u")) { clicks.up = 2; var _local10 = 1; } else if (clicks.down && (_local2.push == "d")) { clicks.down = 2; var _local10 = 1; } else if (clicks.left && (_local2.push == "l")) { clicks.left = 2; var _local10 = 1; } else if (clicks.right && (_local2.push == "r")) { clicks.right = 2; var _local10 = 1; } if (_local10) { if (_local2.id != undefined) { var _local4 = world_sprites[_local2.id][0]; var _local5 = world_sprites[_local2.id][_local4.state]; } if (_local5.taction || (_local5.tstate)) { if (_local5.taction == "face") { switch (_local3.gaction) { case "standN" : _local4.gaction = "standS"; break; case "standS" : _local4.gaction = "standN"; break; case "standE" : _local4.gaction = "standW"; break; case "standW" : _local4.gaction = "standE"; } } else if (_local5.taction) { _local4.gaction = _local5.taction; } movesprite(_local2.id); } var _local12 = performaction(world_text[_local2.txt]); if (_local5.touchskip) { _local4.state++; } if (_local12) { return(undefined); } if (_local2.tx != undefined) { var _local9 = (_local3.l ? ((("bx" + _local2.tx) + "y") + _local2.ty) : ((("ax" + _local2.tx) + "y") + _local2.ty)); _root.fg.sorted[_local9].mc.play(); } return(undefined); } } else { _root.overlay.spc.gotoAndStop(3); if (clicks.space == 1) { clicks.space = 2; } } if (clicks.up && (clicks.canup)) { clicks.up = 2; var _local8 = "u"; var _local11 = "d"; _local3.gaction = "walkN"; } else if (clicks.down && (clicks.candown)) { clicks.down = 2; var _local8 = "d"; var _local11 = "u"; _local3.gaction = "walkS"; } else if (clicks.left && (clicks.canleft)) { clicks.left = 2; var _local8 = "l"; var _local11 = "r"; _local3.gaction = "walkW"; } else if (clicks.right && (clicks.canright)) { clicks.right = 2; var _local8 = "r"; var _local11 = "l"; _local3.gaction = "walkE"; } else { changestand(_local6); } if (_local8) { var _local7 = checktileto(_local8, _local11, _local6); if (_local7 != 0) { _root.overlay.spc.gotoAndStop(3); preparespritemove(_local6, undefined, _local7); } else { changestand(_local6); } } } function changestand(id) { var _local1 = world_sprites[id][0]; switch (_local1.gaction) { case "walkN" : _local1.gaction = "standN"; break; case "walkS" : _local1.gaction = "standS"; break; case "walkE" : _local1.gaction = "standE"; break; case "walkW" : _local1.gaction = "standW"; break; } movesprite(id); } function finishcutscene() { _root.overlay.gotoAndStop("game"); _root.overlay.spc.gotoAndStop(3); gamep.state = "playing"; clicks.up = 0; clicks.down = 0; clicks.left = 0; clicks.right = 0; clicks.space = 2; playerzone_check(); } function interact_check() { var _local10 = 0; var _local6 = world_sprites[_local10][0]; if ((_local6.gaction == "standN") || (_local6.gaction == "standS")) { var _local7 = {tx:_local6.tx}; _local7.ty = ((_local6.gaction == "standN") ? (_local6.ty - 1) : (_local6.ty + 1)); var _local9 = ((_local6.gaction == "standN") ? "u" : "d"); var _local5 = ((_local9 == "d") ? "u" : "d"); var _local14 = ((_local9 == "d") ? "standN" : "standS"); } else { var _local7 = {ty:_local6.ty}; _local7.tx = ((_local6.gaction == "standW") ? (_local6.tx - 1) : (_local6.tx + 1)); var _local9 = ((_local6.gaction == "standW") ? "l" : "r"); var _local5 = ((_local9 == "r") ? "l" : "r"); var _local14 = ((_local9 == "r") ? "standW" : "standE"); } var _local4 = 0; while (_local4 < ref_sprites.length) { var _local2 = ref_sprites[_local4]; if (_local2 == _local10) { } else { var _local3 = world_sprites[_local2][0]; if (((!_local3.live) || (_local3.tx != _local7.tx)) || (_local3.ty != _local7.ty)) { } else { var _local1 = world_sprites[_local2][_local3.state]; if (_local1.touchx != undefined) { return({txt:_local1.touchx, id:_local2}); } if (_local1.pushx != undefined) { return({txt:_local1.pushx, id:_local2, push:_local9}); } if (_local1["touch" + _local5] != undefined) { var _local8 = _local1["touch" + _local5]; return({txt:_local8, id:_local2}); } if (_local1["push" + _local5] != undefined) { var _local8 = _local1["push" + _local5]; return({txt:_local8, id:_local2, push:_local9}); } } } _local4++; } tlon = (_local6.l ? (world_interactB[_local7.tx][_local7.ty]) : (world_interactA[_local7.tx][_local7.ty])); if ((tlon.touch != undefined) && (tlon.touch != -1)) { return({txt:tlon.touch, tx:_local7.tx, ty:_local7.ty}); } var tlon = (_local6.l ? (world_interactB[_local6.tx][_local6.ty]) : (world_interactA[_local6.tx][_local6.ty])); if (tlon.touch != undefined) { return({txt:tlon.touch, tx:_local6.tx, ty:_local6.ty}); } return(-1); } function playerzone_check() { var _local1 = world_sprites[0][0]; if (_local1.turnarrive != 0) { return(undefined); } var _local4 = 0; for ( ; _local4 < ref_sprites.length ; _local4++) { var _local3 = ref_sprites[_local4]; var _local5 = world_sprites[_local3][0]; var _local2 = world_sprites[_local3][_local5.state]; if (_local2.pa == undefined) { } else if ((_local2.pdelay != undefined) && (_local1.pdelay > -1)) { } else if ((_local2.pxmin == undefined) || ((((_local2.pxmin <= _local1.tx) && (_local2.pxmax >= _local1.tx)) && (_local2.pymin <= _local1.ty)) && (_local2.pymax >= _local1.ty))) { if (_local2.pdelay != undefined) { if (_local1.pdelay == -1) { _local1.pdelay = gamep.timer + (_local2.pdelay * gamep.fps); _local1.psprite = _local3; continue; } if (_local1.pdelay == -2) { _local1.pdelay = -1; } } var _local6 = world_text[_local2.pa]; changestand(0); _local5.state++; if (_local3 == 0) { if ((((_local1.tx < tilearea.xMin) || (_local1.tx >= tilearea.xMax)) || (_local1.ty < tilearea.yMin)) || (_local1.ty >= tilearea.yMax)) { cam(Math.floor((_local1.tx * tilep.w) / Stage.width), Math.floor((_local1.ty * tilep.h) / Stage.height)); } } performaction(_local6); return(undefined); } } } function pdelay() { var _local1 = world_sprites[0][0]; if (_local1.pdelay < 0) { return(undefined); } if (gamep.timer >= _local1.pdelay) { var _local3 = world_sprites[_local1.psprite][0]; var _local2 = world_sprites[_local1.psprite][_local3.state]; if (_local2.pdelay == undefined) { } else if ((_local2.pxmin == undefined) || ((((_local2.pxmin <= _local1.tx) && (_local2.pxmax >= _local1.tx)) && (_local2.pymin <= _local1.ty)) && (_local2.pymax >= _local1.ty))) { var _local4 = world_text[_local2.pa]; changestand(0); _local3.state++; performaction(_local4); _local1.pdelay = -1; playerzone_check(); return(undefined); } _local1.pdelay = -2; } } function performaction(sub) { var _local4 = typeof(sub); if (sub instanceof Array) { if (sub[0].precut != undefined) { gamep.state = "precutscene"; snd_initfade("bgaud", 0, 1, 0); _root.overlay.gotoAndStop(sub[0].precut); text_text = copyarr(sub); text_text[0].precut = undefined; return(1); } gamep.state = "text"; _root.overlay.gotoAndStop("text"); var _local5 = copyarr(sub); text_end = _local5.shift(); text_text = copyarr(_local5); text_on = 0; updatetext(); clicks.left = 2; clicks.right = 2; clicks.space = 2; return(1); } if (_local4 == "object") { if (sub.canright != undefined) { clicks.canright = sub.canright; } if (sub.canleft != undefined) { clicks.canleft = sub.canleft; } if (sub.canup != undefined) { clicks.canup = sub.canup; } if (sub.candown != undefined) { clicks.candown = sub.candown; } if (sub.audio != undefined) { snd_play(sub.audio); } if (sub.sprite != undefined) { if (sub.animate) { _root.fg.sorted["s" + sub.sprite].mc.mc.play(); } var _local3 = world_sprites[sub.sprite][0]; if (sub.propname) { var _local6 = sub["propval" + _local3[sub.propname]]; var _local7 = ((_local6 == undefined) ? (sub.propval) : (_local6)); _local3[sub.propname] = _local7; } if (sub.propname2) { _local3[sub.propname2] = sub.propval2; } } if (sub.func) { if ((sub.func2 == undefined) && (sub.func2pass != undefined)) { _root[sub.func](sub.funcpass, sub.func2pass); } else { _root[sub.func](sub.funcpass); } } if (sub.func2) { _root[sub.func2](sub.func2pass); } if (sub.cut) { gamep.state = "cutscene"; snd_initfade("bgaud", 0, 1, 0); _root.overlay.gotoAndStop(sub.cut); return(1); } if (sub.propname == "state") { playerzone_check(); } finishcutscene(); if (sub.nextext != undefined) { performaction(world_text[sub.nextext]); } if (sub.minigame) { initminigame(); return(1); } } else if (_local4 == "string") { finishcutscene(); } else if (_local4 == "number") { finishcutscene(); } } function textcontrol() { var _local1 = text_on; if (clicks.space == 1) { clicks.space = 2; if (text_on == (text_text.length - 1)) { performaction(text_end); clicks.up = 0; clicks.down = 0; clicks.left = 0; clicks.right = 0; clicks.space = 2; return(undefined); } } if (clicks.right == 1) { _local1++; clicks.right = 2; } if (clicks.left == 1) { _local1--; clicks.left = 2; } if (((_local1 != text_on) && (_local1 > -1)) && (_local1 < text_text.length)) { text_on = _local1; updatetext(); } } function updatetext() { var _local6 = ((text_on == 0) ? 2 : 1); var _local3 = text_on == (text_text.length - 1); var _local5 = (_local3 ? 2 : 1); var _local4 = (_local3 ? 1 : 2); _root.overlay.lft.gotoAndStop(_local6); _root.overlay.rght.gotoAndStop(_local5); _root.overlay.spc.gotoAndStop(_local4); var _local2 = text_text[text_on].split("::"); _root.overlay.heads.gotoAndStop(_local2[0]); _root.overlay.heads.mc.gotoAndStop(_local2[1]); _root.overlay.txt.text = _local2[2]; } function update_gstate(id, dub) { var _local2 = world_sprites[id][0]; if (dub.gchar) { _local2.gchar = dub.gchar; } if (dub.gstate) { _local2.gstate = dub.gstate; } if (dub.gaction) { _local2.gaction = dub.gaction; } if (dub.forceinclude != undefined) { _local2.forceinclude = dub.forceinclude; } if (dub.ignoreblocking != undefined) { _local2.ignoreblocking = dub.ignoreblocking; } } function exportworld() { var _local1 = ""; var _local2 = new Date(); _local1 = _local1 + ((((((((("//" + _local2.getFullYear()) + "/") + (_local2.getMonth() + 1)) + "/") + _local2.getDate()) + " ") + _local2.getHours()) + ":") + _local2.getMinutes()); _local1 = _local1 + newline; _local1 = _local1 + (("world_txtA = \"" + exporttiles(world_tilesA)) + "\";"); _local1 = _local1 + newline; _local1 = _local1 + (("world_txtB = \"" + exporttiles(world_tilesB)) + "\";"); _local1 = _local1 + newline; _local1 = _local1 + "world_tilesA = importtiles(world_txtA);"; _local1 = _local1 + newline; _local1 = _local1 + "world_tilesB = importtiles(world_txtB);"; trace(_local1); } function exportvar(nam, val, multi) { var _local3 = nam + " = "; if (multi) { _local3 = _local3 + "new Array();\r"; var _local1 = 0; while (_local1 < val.length) { _local3 = _local3 + (((((((nam + "[") + _local1) + "]") + " = ") + exportarray(val[_local1])) + ";") + newline); _local1++; } return(_local3); } var _local5 = typeof(val); if (val instanceof Array) { _local3 = _local3 + exportarray(val); } else if (_local5 == "object") { _local3 = _local3 + exportobject(val); } else if (_local5 == "string") { _local3 = _local3 + (("\"" + val) + "\""); } else if (_local5 == "number") { _local3 = _local3 + val; } _local3 = _local3 + ";"; return(_local3); } function exportarray(arr, kill) { var _local3 = "["; var _local1 = 0; while (_local1 < arr.length) { var _local4 = typeof(arr[_local1]); if (arr[_local1] == undefined) { _local3 = _local3 + (kill ? "" : ",0"); } else { if (_local1) { _local3 = _local3 + ", "; } if (arr[_local1] instanceof Array) { _local3 = _local3 + exportarray(arr[_local1]); } else if (_local4 == "object") { _local3 = _local3 + exportobject(arr[_local1]); } else if (_local4 == "string") { _local3 = _local3 + (("\"" + arr[_local1]) + "\""); } else if (_local4 == "number") { _local3 = _local3 + arr[_local1]; } } _local1++; } _local3 = _local3 + "]"; if (_local3 == "[]") { _local3 = "0"; } return(_local3); } function exportobject(obj) { var _local2 = "{"; var _local4 = 0; for (var _local5 in obj) { if (_local4) { _local2 = _local2 + ", "; } var _local3 = typeof(obj[_local5]); if (obj[_local5] == undefined) { _local2 = _local2 + ((_local5 + ":") + 0); } else if (_local3 == "string") { _local2 = _local2 + (((_local5 + ":\"") + obj[_local5]) + "\""); } else if (_local3 == "number") { _local2 = _local2 + ((_local5 + ":") + obj[_local5]); } _local4++; } _local2 = _local2 + "}"; return(_local2); } function importarray(txt) { var _local4 = new Array(); txt = txt.slice(1, -1); while (true) { var _local6 = txt.charAt(0); if (_local6 == "[") { var _local2 = 1; var _local7 = 1; while (true) { _local7 = txt.indexOf("]", _local7); _local2 = txt.indexOf("[", _local2); if ((_local2 == -1) || (_local2 > _local7)) { break; } _local2++; _local7++; } _local7++; var _local8 = txt.slice(0, _local7); _local4.push(importarray(_local8)); txt = txt.slice(_local7); } else if (_local6 == "{") { var _local7 = txt.indexOf("}") + 1; _local4.push(importobject(txt.slice(0, _local7))); txt = txt.slice(_local7); } else { _local4 = txt.split(", "); var _local3 = 0; while (_local3 < _local4.length) { var _local5 = Number(_local4[_local3]); if (!isNaN(_local5)) { _local4[_local3] = _local5; } _local3++; } } if (txt.charAt(0) == ",") { txt = txt.slice(2); continue; } return(_local4); } } function importobject(txt) { var _local5 = new Object(); txt = txt.slice(1, -1); var _local4 = txt.split(", "); var _local2 = 0; while (_local2 < _local4.length) { var _local1 = _local4.split(":"); var _local3 = ((_local1[1].charAt(0) == "\"") ? (_local1[1].slice(1, -1)) : (Number(_local1[_local2]))); _local5[_local1[0]] = _local3; _local2++; } return(_local5); } function copyarr(arr) { var _local4 = new Array(); var _local1 = 0; while (_local1 < arr.length) { var _local2 = arr[_local1]; if (_local2 instanceof Array) { var _local5 = copyarr(arr[_local1]); _local4.push(_local5); } else if (typeof(_local2) == "object") { var _local5 = copyob(arr[_local1]); _local4.push(_local5); } else { _local4.push(_local2); } _local1++; } return(_local4); } function copyob(ob) { var _local2 = new Object(); for (var _local3 in ob) { _local2[_local3] = ob[_local3]; } return(_local2); } function importtiles(txt) { txt = txt.split(","); var _local6 = new Array(); var _local5 = 0; var _local2 = 0; _local6[_local5] = new Array(); var _local4 = 0; while (_local4 < txt.length) { if (txt[_local4] == "br") { _local5++; _local6[_local5] = new Array(); _local2 = 0; } else { var _local1 = txt[_local4].split("x"); if (_local1.length == 0) { } else if (_local1.length == 1) { _local6[_local5][_local2] = Number(_local1[0]); _local2++; } else { _local1[0] = Number(_local1[0]); _local1[1] = Number(_local1[1]); if (_local1[0] == 0) { _local2 = _local2 + _local1[1]; } else { var _local3 = 0; while (_local3 < _local1[1]) { _local6[_local5][_local2] = _local1[0]; _local2++; _local3++; } } } } _local4++; } return(_local6); } function exporttiles(arr) { var _local2 = ""; var _local3 = 0; var _local4 = 0; var _local6 = 0; while (_local6 < arr.length) { if (_local6 != 0) { if (_local3 != 0) { _local2 = _local2 + ((_local2.length == 0) ? "" : ","); _local2 = _local2 + ((_local4 > 1) ? ((_local3 + "x") + _local4) : (_local3)); } _local2 = _local2 + ((_local2.length == 0) ? "" : ","); _local2 = _local2 + "br"; _local3 = 0; _local4 = 0; } var _local1 = 0; while (_local1 < arr[_local6].length) { if (arr[_local6][_local1] == undefined) { arr[_local6][_local1] = 0; } if (arr[_local6][_local1] == _local3) { _local4++; } else { _local2 = _local2 + ((_local2.length == 0) ? "" : ","); _local2 = _local2 + ((_local4 > 1) ? ((_local3 + "x") + _local4) : (_local3)); _local3 = arr[_local6][_local1]; _local4 = 1; } _local1++; } _local6++; } var _local7 = _local2.split(","); _local6 = _local7.length - 1; while (_local6 > 0) { if (_local7[_local6] != "br") { _local7.splice(_local6 + 1); _local2 = _local7.join(","); break; } _local6--; } return(_local2); } function cam(xto, yto) { if (!design) { snd_ambience(xto, yto); } if (xto != -999) { _root.fg._x = -(xto * Stage.width); } if (yto != -999) { _root.fg._y = -(yto * Stage.height); } campointa = {x:0, y:0}; _root.fg.globalToLocal(campointa); campointb = {x:Stage.width, y:Stage.height}; _root.fg.globalToLocal(campointb); createarea(); } function createarea() { var _local8 = {xMin:campointa.x - tlradius.l, xMax:campointb.x + tlradius.r, yMin:campointa.y - tlradius.u, yMax:campointb.y + tlradius.d}; tilearea = {xMin:gettilex(_local8.xMin), xMax:gettilex(_local8.xMax), yMin:gettiley(_local8.yMin), yMax:gettiley(_local8.yMax)}; tilearea.line = (tilearea.xMax - tilearea.xMin) + 2; tilearea.layer = (tilearea.line * ((tilearea.yMax - tilearea.yMin) + 2)) * 2; _root.fg.gotoAndStop(3); _root.fg.gotoAndStop(1); var _local3 = tilearea.xMin; while (_local3 <= tilearea.xMax) { if (world_tilesA[_local3] == undefined) { world_tilesA[_local3] = new Array(); } if (world_tilesB[_local3] == undefined) { world_tilesB[_local3] = new Array(); } var _local2 = tilearea.yMin; while (_local2 <= tilearea.yMax) { if (world_tilesA[_local3][_local2] == undefined) { world_tilesA[_local3][_local2] = 0; } if (world_tilesB[_local3][_local2] == undefined) { world_tilesB[_local3][_local2] = 0; } var _local6 = world_tilesA[_local3][_local2]; if (_local6 != 0) { attachtile(_local3, _local2, _local6, 0); } _local6 = world_tilesB[_local3][_local2]; if (_local6 != 0) { attachtile(_local3, _local2, _local6, 1); } _local2++; } _local3++; } if (design == 1) { return(undefined); } ref_sprites = new Array(); var _local5 = 0; for ( ; _local5 < world_sprites.length ; _local5++) { var _local4 = world_sprites[_local5][0]; update_mainstate(_local4, world_sprites[_local5][_local4.state]); if (_local4.forceinclude) { } else if ((((_local4.tx < (tilearea.xMin - 1)) || (_local4.tx > (tileare.xMax + 1))) || (_local4.ty < (tilearea.yMin - 1))) || (_local4.ty > (tilearea.yMax + 1))) { continue; } ref_sprites.push(_local5); var _local7 = ((_local4.ganim == undefined) ? 1 : (_local4.ganim)); attachsprite(_local5, _local7); } } function update_mainstate(sub, dub) { if (dub.statejump || (dub.ws == world_state.state)) { if (dub.spd != undefined) { sub.spd = dub.spd; } sub.tx = dub.tx; sub.ty = dub.ty; sub.l = dub.l; sub.state++; } if (dub.forceinclude != undefined) { sub.forceinclude = dub.forceinclude; } if (dub.ignoreblocking != undefined) { sub.ignoreblocking = dub.ignoreblocking; } if (dub.gchar != undefined) { sub.gchar = dub.gchar; } if (dub.gstate != undefined) { sub.gstate = dub.gstate; } if (dub.gaction != undefined) { sub.gaction = dub.gaction; } sub.turnarrive = 0; sub.live = 1; } function attachtile(tx, ty, tl, l) { var _local3 = (l ? ((("bx" + tx) + "y") + ty) : ((("ax" + tx) + "y") + ty)); var _local2 = tiledata[tl]; var _local8 = (_local2.over ? 1 : 0); var _local7 = get_depth(tx, ty, l, _local8, 0); _root.fg.sorted.attachMovie("tiles", _local3, _local7); _root.fg.sorted[_local3]._x = tx * tilep.w; _root.fg.sorted[_local3]._y = ty * tilep.h; tl = ((tl == 0) ? (tiledata.length) : (tl)); _root.fg.sorted[_local3].gotoAndStop(tl); if (_local2.checkerz) { _root.fg.sorted[_local3].multi.gotoAndStop(((tx + ty) % _local2.checkerz) + 1); } else if (_local2.checkerx && (_local2.checkery)) { _root.fg.sorted[_local3].multi.gotoAndStop(((tx % _local2.checkerx) + 1) + ((ty % _local2.checkery) * _local2.checkerx)); } else if (_local2.checkerx) { _root.fg.sorted[_local3].multi.gotoAndStop((tx % _local2.checkerx) + 1); } else if (_local2.checkery) { _root.fg.sorted[_local3].multi.gotoAndStop((ty % _local2.checkery) + 1); } } function gettilex(cord) { return(Math.floor(cord / tilep.w)); } function gettiley(cord) { return(Math.floor(cord / tilep.h)); } function hastile(tx, ty, l) { var _local1 = (l ? (world_tilesB[tx][ty]) : (world_tilesA[tx][ty])); if (_local1 > 0) { return(_local1); } return(0); } function settile(tx, ty, l, tl) { if (l) { var _local6 = world_tilesB[tx][ty]; var _local5 = (("bx" + tx) + "y") + ty; world_tilesB[tx][ty] = tl; } else { var _local6 = world_tilesA[tx][ty]; var _local5 = (("ax" + tx) + "y") + ty; world_tilesA[tx][ty] = tl; } if ((_local6 == 0) && (_root.fg.sorted[_local5] == undefined)) { attachtile(tx, ty, tl, l); } else { tl = ((tl == 0) ? (tiledata.length) : (tl)); _root.fg.sorted[_local5].gotoAndStop(tl); } } function attachsprite(id, ganim) { var _local2 = "s" + id; _root.fg.sorted.attachMovie("sprites", _local2, _root.fg.sorted.getNextHighestDepth()); movesprite(id); _root.fg.sorted[_local2].mc.mc.gotoAndStop(ganim); } function movesprite(id) { sprite_depth(id); sprite_position(id); } function sprite_depth(id) { var _local2 = world_sprites[id][0]; if ((((_local2.tx < (tilearea.xMin - 1)) || (_local2.tx > (tilearea.xMax + 1))) || (_local2.ty < (tilearea.yMin - 1))) || (_local2.ty > (tilearea.yMax + 1))) { return(undefined); } var _local4 = "s" + id; var _local3 = get_depth(_local2.tx, _local2.ty, _local2.l, 1, 1); _root.fg.sorted[_local4].swapDepths(_local3); } function sprite_position(id) { var _local2 = world_sprites[id][0]; var _local4 = "s" + id; var _local9 = (_local2.l ? (world_tilesB[_local2.tx][_local2.ty]) : (world_tilesA[_local2.tx][_local2.ty])); var _local3 = tiledata[_local9]; var _local7 = _local2.tx * tilep.w; _local7 = _local7 + (_local3.sitx ? (_local3.sitx) : 0); var _local6 = _local2.ty * tilep.h; _local6 = _local6 + (_local3.sity ? (_local3.sity) : 0); _root.fg.sorted[_local4]._x = _local7; _root.fg.sorted[_local4]._y = _local6; var _local5 = _local2.gstate; var _local8 = _local2.gaction; if ((((_local2.gaction == "standN") || (_local2.gaction == "standS")) || (_local2.gaction == "standE")) || (_local2.gaction == "standW")) { _local5 = ((_local3.xstate != undefined) ? (_local3.xstate) : (_local2.gstate)); _local8 = ((_local3.xaction != undefined) ? (_local3.xaction) : (_local2.gaction)); } _root.fg.sorted[_local4].gotoAndStop(_local2.gchar + _local5); _root.fg.sorted[_local4].mc.gotoAndStop(_local8); } function get_depth(tx, ty, l, o, s) { var _local1 = 0; if (l) { _local1 = _local1 + (tilearea.layer * 2); } if (o) { _local1 = _local1 + tilearea.layer; } if (o) { _local1 = _local1 + ((ty - tilearea.yMin) * (tilearea.line * 2)); } else { _local1 = _local1 + ((ty - tilearea.yMin) * tilearea.line); } if (s) { _local1 = _local1 + ((tx - tilearea.xMin) + tilearea.line); } else { _local1 = _local1 + (tx - tilearea.xMin); } return(_local1); } function render() { if (gamep.state != "playing") { return(undefined); } var _local1 = 0; while (_local1 < ref_sprites.length) { var _local2 = ref_sprites[_local1]; animatesprite(_local2); _local1++; } } function animatesprite(id) { var _local2 = world_sprites[id][0]; if (!_local2.turnarrive) { return(undefined); } var _local3 = "s" + id; _root.fg.sorted[_local3]._x = _root.fg.sorted[_local3]._x + _local2.moveratex; _root.fg.sorted[_local3]._y = _root.fg.sorted[_local3]._y + _local2.moveratey; if (_local2.turnarrive == -25) { if (_root.fg.sorted[_local3].mc.mc._currentframe == _root.fg.sorted[_local3].mc.mc._totalframes) { _local2.turnarrive = 0; _local2.live = 1; } } else if (_local2.turnarrive <= gamep.tcount) { _local2.turnarrive = 0; _local2.live = 1; } if (_local2.live && (id == 0)) { clicks.up = 0; clicks.down = 0; clicks.left = 0; clicks.right = 0; clicks.space = 0; playerzone_check(); } } function checktileto(dir, opdir, id) { var _local2 = world_sprites[id][0]; var _local22 = (_local2.l ? (world_tilesB[_local2.tx][_local2.ty]) : (world_tilesA[_local2.tx][_local2.ty])); var _local9 = tiledata[_local22]; var _local8 = _local2.l; var _local12 = 0; if ((!_local2.l) && (_local9["layer" + dir])) { _local8 = 1; _local12 = 1; } var _local13 = (_local9["exit" + dir] ? (_local9["exit" + dir]) : 0); switch (dir) { case "u" : var _local20 = _local2.tx + _local13; var _local19 = _local2.ty - 1; break; case "d" : _local20 = _local2.tx + _local13; _local19 = _local2.ty + 1; break; case "l" : _local20 = _local2.tx - 1; _local19 = _local2.ty + _local13; break; case "r" : _local20 = _local2.tx + 1; _local19 = _local2.ty + _local13; } var _local21 = world_tilesA[_local20][_local19]; var _local6 = tiledata[_local21]; if (_local8) { if (_local6["layer" + opdir]) { _local8 = 0; _local12 = 1; } else { _local21 = world_tilesB[_local20][_local19]; _local6 = tiledata[_local21]; } } if (_local2.ignoreblocking) { _local12 = 1; } if (!_local12) { var _local15 = ((_local6.blockstate == _local2.gstate) ? 1 : 0); var _local16 = (((_local6.dontblockstate != undefined) && (_local6.dontblockstate != _local2.gstate)) ? 1 : 0); if ((((_local6.blockx || (_local15)) || (_local16)) || (_local21 == undefined)) || (_local21 == 0)) { if ((_local15 || (_local16)) && (_local6.blocktxt != undefined)) { changestand(id); movesprite(id); performaction([0, _local6.blocktxt]); } return(0); } switch (dir) { case "u" : if ((_local9.blocku || (_local6.blockd)) || (_local6.trapd)) { return(0); } break; case "d" : if ((_local9.blockd || (_local6.blocku)) || (_local6.trapu)) { return(0); } break; case "l" : if ((_local9.blockl || (_local6.blockr)) || (_local6.trapr)) { return(0); } break; case "r" : if (!((_local9.blockr || (_local6.blockl)) || (_local6.trapl))) { break; } return(0); } } var _local4 = 0; while (_local4 < ref_sprites.length) { var _local5 = ref_sprites[_local4]; if (_local5 == id) { } else { var _local3 = world_sprites[_local5][0]; if (((_local8 == _local3.l) && (_local3.tx == _local20)) && (_local3.ty == _local19)) { return(0); } } _local4++; } var _local10 = (_local8 ? (world_interactB[_local20][_local19]) : (world_interactA[_local20][_local19])); if ((id == 0) && (_local10.lock || ((_local10.sprite > -1) && (world_sprites[_local10.sprite][0][_local10.propname] == _local10.propval)))) { if (_local10.locktxt != undefined) { changestand(id); movesprite(id); performaction([0, _local10.locktxt]); } return(0); } if (_local9["anim" + dir]) { var _local17 = (_local2.l ? ((("bx" + _local2.tx) + "y") + _local2.ty) : ((("ax" + _local2.tx) + "y") + _local2.ty)); _root.fg.sorted[_local17].mc.gotoAndPlay(2); } if (_local6["anim" + opdir]) { var _local17 = (_local8 ? ((("bx" + _local20) + "y") + _local19) : ((("ax" + _local20) + "y") + _local19)); _root.fg.sorted[_local17].mc.gotoAndPlay(2); } if (_local9["gstate" + dir]) { _local2.gstate = _local9["gstate" + dir]; } else if (_local6["gstate" + opdir]) { _local2.gstate = _local6["gstate" + opdir]; } if (_local2.l != _local8) { if (_local8) { sprite_position(id); _local2.l = 1; sprite_depth(id); } else { movesprite(id); _local2.l = 0; } } else if (_local19 > _local2.ty) { sprite_position(id); var _local18 = _local2.ty; _local2.ty = _local19; sprite_depth(id); _local2.ty = _local18; } else { movesprite(id); } return({tx:_local20, ty:_local19, tlon:_local22, tlto:_local21}); } function preparespritemove(id, spd, obj) { var _local1 = world_sprites[id][0]; var _local3 = tiledata[obj.tlon]; var _local5 = tiledata[obj.tlto]; if (nomovement_transition(_local1.gstate)) { _local1.moveratey = 0; _local1.moveratex = 0; _local1.turnarrive = -25; _local1.live = 0; } else { var _local11 = _local1.tx * tilep.w; _local11 = _local11 + (_local3.sitx ? (_local3.sitx) : 0); var _local9 = obj.tx * tilep.w; _local9 = _local9 + (_local5.sitx ? (_local5.sitx) : 0); var _local13 = _local9 - _local11; var _local10 = _local1.ty * tilep.h; _local10 = _local10 + (_local3.sity ? (_local3.sity) : 0); var _local8 = obj.ty * tilep.h; _local8 = _local8 + (_local5.sity ? (_local5.sity) : 0); var _local12 = _local8 - _local10; if (spd == undefined) { if (_local3.spd != undefined) { spd = _local3.spd; } else { spd = _local1.spd; } } var _local7 = (gamep_spd[spd] * gamep.fpt) + 2; _local1.moveratey = _local12 / _local7; _local1.moveratex = _local13 / _local7; _local1.turnarrive = gamep.tcount + gamep_spd[spd]; _local1.live = 0; } _local1.gstate = gstate_transition(_local1.gstate, _local1.gaction); var _local4 = (_local1.l ? (world_interactB[obj.tx][obj.ty]) : (world_interactA[obj.tx][obj.ty])); if (_local4.l != undefined) { _local1.l = _local4.l; _local1.tx = _local4.tx; _local1.ty = _local4.ty; return(undefined); } _local1.tx = obj.tx; _local1.ty = obj.ty; } function controls() { var _local4 = (design ? 10 : 6); var _local2 = 0; while (_local2 < _local4) { var _local1 = inputs[_local2]; var _local3 = Key.isDown(_local1.kcode) || (Key.isDown(_local1.kcode2)); if (_local3 && (!clicks[_local1.tag])) { clicks[_local1.tag] = 1; } else if ((!_local3) && (clicks[_local1.tag] == 2)) { clicks[_local1.tag] = 0; } _local2++; } } function switch_keyboard(a) { switch (a) { case "qwerty" : inputs[0].kcode = 74; inputs[0].kcode2 = 65; inputs[1].kcode = 76; inputs[1].kcode2 = 68; inputs[2].kcode = 73; inputs[2].kcode2 = 87; inputs[3].kcode = 75; inputs[3].kcode2 = 83; keyboard_type = 1; return(undefined); case "azerty" : inputs[0].kcode = 74; inputs[0].kcode2 = 81; inputs[1].kcode = 76; inputs[1].kcode2 = 68; inputs[2].kcode = 73; inputs[2].kcode2 = 90; inputs[3].kcode = 75; inputs[3].kcode2 = 83; keyboard_type = 2; return(undefined); case "dvorak" : inputs[0].kcode = 84; inputs[0].kcode2 = 65; inputs[1].kcode = 69; inputs[1].kcode2 = 83; inputs[2].kcode = 82; inputs[2].kcode2 = 188; inputs[3].kcode = 78; inputs[3].kcode2 = 79; keyboard_type = 3; return(undefined); case "fallback" : inputs[0].kcode = 100; inputs[0].kcode2 = 37; inputs[1].kcode = 102; inputs[1].kcode2 = 39; inputs[2].kcode = 104; inputs[2].kcode2 = 38; inputs[3].kcode = 101; inputs[3].kcode2 = 40; keyboard_type = 4; return(undefined); } } function snd_play(snd, loop) { var _local2 = "aud_" + snd; if (_root[_local2] == undefined) { _root.attachMovie("empty", "mc" + _local2, _root.getNextHighestDepth()); _root[_local2] = new Sound(_root["mc" + _local2]); } _root[_local2].attachSound(snd + ".wav"); if (loop) { _root[_local2].start(0, 9999); } else { _root[_local2].start(); } } function snd_stop(snd) { var _local2 = "aud_" + snd; _root[_local2].stop(); } function snd_ambience(xto, yto) { var _local1 = world_map[yto][xto]; if (_local1.snd == gamep.snd) { return(undefined); } gamep.snd = _local1.snd; bgaud.stop(); bgaud.attachSound(_local1.snd + ".wav"); bgaud.start(0, 9999); } function snd_initfade(sndname, ease, len, vol, kill) { var _local2 = fadep.length; fadep[_local2] = new Object(); fadep[_local2].snd = sndname; fadep[_local2].ease = ease / 100; fadep[_local2].timers = timer; fadep[_local2].timere = timer + (len * gamep.fps); fadep[_local2].vols = _root[sndname].getVolume(); fadep[_local2].vole = vol; fadep[_local2].kill = (kill ? 1 : 0); } function snd_fade() { if (fadep.length == 0) { return(undefined); } var _local4 = new Array(); var _local2 = 0; while (_local2 < fadep.length) { var _local6 = fadep[_local2]; var _local5 = makepercent(timer, _local6.timers, _local6.timere); var _local3 = demakepercent(_local5, _local6.vols, _local6.vole); _root[_local6.snd].setVolume(_local3); if (_local3 == _local6.vole) { if (_local6.kill) { _root[_local6.snd].stop(); } } else { _local4.push(_local2); } _local2++; } if (_local4.length == 0) { fadep = [0]; return(undefined); } if (_local4.length < fadep.length) { var _local6 = new Array(); _local2 = 0; while (_local2 < _local4.length) { _local6[_local2] = copyob(fadep[_local4[_local2]]); _local2++; } fadep = copyarr(_local6); } } function makepercent(n, min, max) { return(Math.floor(((n - min) / (max - min)) * 100)); } function demakepercent(p, min, max) { var _local1 = (p / 100) * Math.abs(max - min); _local1 = ((min < max) ? (_local1 + min) : (min - _local1)); return(_local1); } function designinit() { clicks.spinner = 0; clicks.leftclick = 2; frameon("game"); _root.fg._xscale = tilep.zoom; _root.fg._yscale = tilep.zoom; _root.overlay.gotoAndStop("designer"); _root.overlay.l.text = designp.l; cam(designp.camx, designp.camy); } function designloop() { var _local4 = gettilex(_root.fg._xmouse); var _local3 = gettiley(_root.fg._ymouse); var _local2 = hastile(_local4, _local3, designp.l); _root.overlay.t.text = (((("x" + _local4) + "_y") + _local3) + "_tl") + _local2; if ((((clicks.left == 1) || (clicks.right == 1)) || (clicks.up == 1)) || (clicks.down == 1)) { var _local6 = designp.camx; _local6 = _local6 - (clicks.left ? 1 : 0); _local6 = _local6 + (clicks.right ? 1 : 0); var _local5 = designp.camy; _local5 = _local5 - (clicks.up ? 1 : 0); _local5 = _local5 + (clicks.down ? 1 : 0); cam(_local6, _local5); designp.camx = _local6; designp.camy = _local5; clicks.left = 2; clicks.right = 2; clicks.up = 2; clicks.down = 2; } if (clicks.space == 1) { designp.l = (designp.l ? 0 : 1); _root.overlay.l.text = designp.l; clicks.space = 2; } if (clicks.spinner != 0) { _local2 = _local2 + clicks.spinner; _local2 = ((_local2 == tiledata.length) ? 0 : (_local2)); _local2 = ((_local2 == -1) ? (tiledata.length - 1) : (_local2)); settile(_local4, _local3, designp.l, _local2); clicks.spinner = 0; } if (clicks.middleclick) { if (clicks.middleclick == 1) { designp.copypasta = hastile(_local4, _local3, designp.l); clicks.middleclick = 2; } else { settile(_local4, _local3, designp.l, designp.copypasta); } } if (clicks.playtest == 1) { clicks.playtest = 2; design = 2; gameinit(0); } } function testloop() { if (clicks.playtest == 1) { clicks.playtest = 2; design = 1; gameexit(); designinit(); return(undefined); } if (clicks.leftclick == 1) { var _local4 = gettilex(_root.fg._xmouse); var _local3 = gettiley(_root.fg._ymouse); clicks.leftclick = 2; var _local2 = world_sprites[0][0]; _local2.tx = _local4; _local2.ty = _local3; createarea(); } if (clicks.test == 1) { clicks.test = 2; change_world("state,25"); } } function onEnterFrame() { if (gamep.state != "paused") { timer++; } controls(); if (framein == "game") { if (design == 1) { designloop(); } else if (design == 2) { testloop(); render(); simulation(); } else { render(); simulation(); } } } function frameon(goto) { framein = goto; _root.gotoAndStop(goto); } function designing(b) { if (b == 0) { design = 0; frameon("menu"); } else { design = 1; frameon("designer"); } } function finishgame(a) { if (a == "win") { if (prog == "losescene") { saveprogress("allscene"); } else { saveprogress("winscene"); } } else if (a == "lose") { if (prog == "winscene") { saveprogress("allscene"); } else { saveprogress("losescene"); } } gameexit(); frameon("menu"); } function saveprogress(a) { prog = a; sav.data.prog = a; sav.flush(); } function initminigame() { snd_initfade("bgaud", 0, 1, 0); snd_play("fight", 1); minigamep = {timer:0, texting:0, section:0, missdodge:0, dodges:0, pcstate:"default", nmestate:"default", newstates:1, pcalarm:0, nmealarm:0, sequence:0}; _root.miniclip.gotoAndStop(2); gamep.state = "minigame"; sections = new Array(); var _local2 = 0; while (_local2 < 4) { sections[_local2] = new Array(); _local2++; } _local2 = 0; while (_local2 < 15) { sections[1][_local2] = "jab"; _local2++; } sections[1][random(4)] = "punch"; sections[1][4 + random(4)] = "punch"; sections[1][8 + random(4)] = "punch"; sections[1][12 + random(3)] = "punch"; _local2 = 0; while (_local2 < 20) { sections[2][_local2] = "jab"; _local2++; } sections[2][0 + random(4)] = "punch"; sections[2][4 + random(3)] = "punch"; sections[2][6 + random(3)] = "punch"; sections[2][9 + random(4)] = "punch"; sections[2][13 + random(3)] = "punch"; sections[2][16 + random(4)] = "punch"; sections[2][0 + random(5)] = "uppercut"; sections[2][5 + random(5)] = "uppercut"; sections[2][10 + random(5)] = "uppercut"; sections[2][15 + random(5)] = "uppercut"; _local2 = 0; while (_local2 < 15) { sections[3][_local2] = "jab"; _local2++; } sections[3][0 + random(3)] = "punch"; sections[3][3 + random(3)] = "punch"; sections[3][6 + random(3)] = "punch"; sections[3][9 + random(3)] = "punch"; sections[3][12 + random(3)] = "punch"; sections[3][0 + random(8)] = "uppercut"; sections[3][8 + random(7)] = "uppercut"; mspds = {snail:50, slow:40, mid:30, avg:25, fast:15}; } function minigame() { if (minigamep.texting) { minigame_textcontrol(); return(undefined); } minigamep.timer++; if (minigamep.newstates) { _root.miniclip.pc.gotoAndStop(minigamep.pcstate); _root.miniclip.nme.gotoAndStop(minigamep.nmestate); minigamep.newstates = 0; } if (clicks.right == 1) { clicks.right = 2; if (minigamep.pcstate == "default") { minigamep.newstates = 1; minigamep.pcstate = "dodgepunch"; minigamep.pcalarm = minigamep.timer + mspds.avg; } } if (clicks.left == 1) { clicks.left = 2; if (minigamep.pcstate == "default") { minigamep.newstates = 1; minigamep.pcstate = "dodgejab"; minigamep.pcalarm = minigamep.timer + mspds.fast; } } if (clicks.up == 1) { clicks.up = 2; if (minigamep.pcstate == "default") { minigamep.newstates = 1; minigamep.pcstate = "counter"; minigamep.pcalarm = minigamep.timer + mspds.slow; } } if (clicks.down == 1) { clicks.down = 2; if (minigamep.pcstate == "default") { minigamep.newstates = 1; minigamep.pcstate = "duck"; minigamep.pcalarm = minigamep.timer + mspds.mid; } } if (clicks.space == 1) { clicks.space = 2; } if (minigamep.nmestate == "default") { if (minigamep.nmealarm == 0) { minigamep.nmealarm = (minigamep.timer + random(120)) + mspds.fast; } else if (minigamep.nmealarm <= minigamep.timer) { var _local2 = "haymaker"; if ((minigamep.section != 3) || (minigamep.dodges < 30)) { switch (minigamep.section) { case 0 : _local2 = "jab"; break; case 2 : if (minigamep.sequence > 19) { minigamep.sequence = 0; } _local2 = sections[minigamep.section][minigamep.sequence]; minigamep.sequence++; break; default : if (minigamep.sequence > 14) { minigamep.sequence = 0; } _local2 = sections[minigamep.section][minigamep.sequence]; minigamep.sequence++; } } minigamep.newstates = 1; switch (_local2) { case "jab" : minigamep.nmestate = "jabsetup"; minigamep.nmealarm = minigamep.timer + mspds.avg; break; case "punch" : minigamep.nmestate = "punchsetup"; minigamep.nmealarm = minigamep.timer + mspds.mid; break; case "uppercut" : minigamep.nmestate = "uppercutsetup"; minigamep.nmealarm = minigamep.timer + mspds.slow; break; case "haymaker" : minigamep.nmestate = "haymakersetup"; minigamep.nmealarm = minigamep.timer + mspds.snail; } } } if ((minigamep.pcalarm != 0) && (minigamep.pcalarm <= minigamep.timer)) { minigamep.newstates = 1; switch (minigamep.pcstate) { case "dodgepunch" : minigamep.pcstate = "dodgepunch2"; minigamep.pcalarm = minigamep.timer + mspds.avg; break; case "dodgejab" : minigamep.pcstate = "dodgejab2"; minigamep.pcalarm = minigamep.timer + mspds.mid; break; case "duck" : minigamep.pcstate = "duck2"; minigamep.pcalarm = minigamep.timer + mspds.slow; break; case "counter" : minigamep.pcstate = "counter2"; minigamep.pcalarm = minigamep.timer + mspds.snail; break; default : minigamep.pcstate = "default"; minigamep.pcalarm = 0; } } if ((minigamep.nmealarm != 0) && (minigamep.nmealarm <= minigamep.timer)) { minigamep.newstates = 1; switch (minigamep.nmestate) { case "jabsetup" : minigamep.nmestate = "jabmid"; minigamep.nmealarm = minigamep.timer + mspds.fast; if ((minigamep.pcstate == "dodgejab") || (minigamep.pcstate == "dodgejab2")) { minigame_dodging("jab", 0); } else { minigame_dodging("jab", 1); minigamep.pcstate = "hitjab"; minigamep.pcalarm = minigamep.timer + mspds.slow; } break; case "jabmid" : minigamep.nmestate = "jabfinal"; minigamep.nmealarm = minigamep.timer + mspds.fast; break; case "punchsetup" : minigamep.nmestate = "punchmid"; minigamep.nmealarm = minigamep.timer + mspds.avg; if ((minigamep.pcstate == "dodgepunch") || (minigamep.pcstate == "dodgepunch2")) { minigame_dodging("punch", 0); } else { minigame_dodging("punch", 1); minigamep.pcstate = "hitpunch"; minigamep.pcalarm = minigamep.timer + mspds.slow; } break; case "punchmid" : minigamep.nmestate = "punchfinal"; minigamep.nmealarm = minigamep.timer + mspds.avg; break; case "uppercutsetup" : minigamep.nmestate = "uppercutmid"; minigamep.nmealarm = minigamep.timer + mspds.mid; if ((minigamep.pcstate == "duck") || (minigamep.pcstate == "duck2")) { minigame_dodging("uppercut", 0); } else { minigame_dodging("uppercut", 1); minigamep.pcstate = "hituppercut"; minigamep.pcalarm = minigamep.timer + mspds.slow; } break; case "uppercutmid" : minigamep.nmestate = "uppercutfinal"; minigamep.nmealarm = minigamep.timer + mspds.mid; break; case "haymakersetup" : minigamep.nmestate = "haymakermid"; minigamep.nmealarm = minigamep.timer + mspds.slow; break; case "haymakermid" : minigamep.nmealarm = 0; minigamep.pcalarm = 0; if ((minigamep.pcstate == "counter") || (minigamep.pcstate == "counter2")) { minigame_dodging("haymaker", 0); } else { minigame_dodging("haymaker", 1); } break; default : minigamep.nmestate = "default"; minigamep.nmealarm = 0; } } } function minigame_dodging(atk, hit) { _root.miniclip.outs.text = (hit ? "smash" : "whoosh"); switch (minigamep.section) { case 0 : if (hit) { minigamep.dodges = 0; minigamep.missdodge++; if (minigamep.missdodge == 8) { minigame_textprep(["slut::shout::It's just a jab!", "slut::shout::Lean out of the way!"]); } } else { minigamep.dodges++; } if (minigamep.dodges == 3) { minigamep.dodges = 0; minigamep.section++; if (minigamep.missdodge > 3) { minigame_textprep(["pretty::smirk::You have a pretty sturdy face.", "slut::shout::Watch out! He's serious now!"]); } else { minigame_textprep(["pretty::mad::You pretty fast for a lardass.", "slut::shout::Watch out! He's serious now!"]); } minigamep.missdodge = 0; } break; case 1 : if (atk == "punch") { if (hit) { minigamep.dodges = 0; minigamep.missdodge++; if (minigamep.missdodge == 3) { minigame_textprep(["slut::shout::You have to jump out of the way of Michael's gut punch!", "fat::bruised::(As if it's that easy!)"]); } } else { minigamep.dodges++; } if (minigamep.dodges == 2) { minigamep.dodges = 0; minigamep.section++; minigame_textprep(["pretty::smirk::You're not bad for an amateur.", "pretty::smirk::A fat dumb amateur who's too afraid to even throw a punch.", "slut::shout::Dude, be ready to duck!"]); minigamep.missdodge = 0; } } break; case 2 : if (atk == "uppercut") { if (hit) { minigamep.missdodge++; if (minigamep.missdodge == 1) { minigame_textprep(["slut::default::Dude, I told you to be ready to duck."]); } } else { minigamep.dodges++; } if (minigamep.dodges == 2) { minigamep.dodges = 0; minigamep.section++; minigame_textprep(["pretty::smirk::...", "fat::bruised::..."]); minigamep.missdodge = 0; } } break; case 3 : if (atk == "haymaker") { _root.miniclip.gotoAndStop(1); snd_initfade("aud_fight", 0, 5, 0, 1); if (hit) { change_world("state,21"); performaction([{precut:"losefight"}, "fat::bruised::*huff* *huff* *huff* *huff*", "pretty::cond::Boring, I'm out."]); } else { change_world("state,25"); performaction([{precut:"winfight"}, "fat::bruisedshout::MY NAME IS MAAAAAAX!", "fat::bruised::*huff* *huff*", "slut::truesmile::Wow, a perfect cross-counter."]); } } else if (hit) { } else if (atk == "jab") { minigamep.dodges = minigamep.dodges + 1; } else if (atk == "punch") { minigamep.dodges = minigamep.dodges + 3; } else if (atk == "uppercut") { minigamep.dodges = minigamep.dodges + 5; } if (minigamep.missdodge == 0) { if (minigamep.dodges >= 8) { minigame_textprep(["slut::shout::FIGHT BACK WHATEVER-YOUR-NAME-IS!", "pretty::default::She always does this at my boxing matches, cheers for my opponent.", "pretty::smirk::Never helps them, though. If anything it gets me fired up."]); minigamep.missdodge++; } } else if (minigamep.missdodge == 1) { if (minigamep.dodges >= 16) { minigame_textprep(["pretty::smirk::You don't punch back, you don't talk.", "pretty::smirk::You're just a punching bag to me."]); minigamep.missdodge++; } } else { if (minigamep.missdodge != 2) { break; } if (minigamep.dodges < 24) { break; } minigame_textprep(["pretty::smirk::Your name's Lou right?", "pretty::smirk::As in Lou the Loser.", "fat::bruised::No.", "pretty::smirk::Lou, the beta bathroom masturbator."]); minigamep.missdodge++; } } } function minigame_textprep(sub) { minigamep.texting = 1; _root.overlay.gotoAndStop("text"); var _local2 = copyarr(sub); text_text = copyarr(_local2); text_on = 0; updatetext(); clicks.left = 2; clicks.right = 2; clicks.space = 2; } function minigame_textcontrol() { var _local2 = text_on; if (clicks.space == 1) { clicks.space = 2; if (text_on == (text_text.length - 1)) { minigamep.texting = 0; clicks.up = 0; clicks.down = 0; clicks.left = 0; clicks.right = 0; clicks.space = 2; _root.overlay.gotoAndStop("game"); _root.overlay.spc.gotoAndStop(3); return(undefined); } } if (clicks.right == 1) { _local2++; clicks.right = 2; } if (clicks.left == 1) { _local2--; clicks.left = 2; } if (((_local2 != text_on) && (_local2 > -1)) && (_local2 < text_text.length)) { text_on = _local2; updatetext(); } } world_txtA = "br,br,br,br,br,br,0x2,6x2,9,16x7,5,0x3,6x2,9,16x6,0x19,6x2,9,16x6,br,0x2,6x2,9,16x7,5,0x3,6,15,9,17,16,17,16,17,16,0x19,6,15,9,17,16,17,16,17,16,5,br,0x2,6x2,9,16,23,16,17x2,16x2,0x4,6,15,9,20,21,20,21,20,21,0x5,6x2,9,41,38x5,0x5,6,15,9,20,21,20,21,20,21,5,br,0x2,6,7,9,33,23,16,37,36,24,27,0x4,6,15,9,16x6,0x5,6x2,9,42,38x5,0x5,6x2,9,16x6,br,0x2,6x2,9,16x2,19,37,36,25,29,0x4,6x2,9,17,16,17,16,17,16,0x5,6x2,9,43,38x5,0x5,6,15,9,17,16,17,16,17,16,br,0x2,6x2,9,16x3,37,25,28,16,0x4,6x2,9,20,21,20,21,20,21,0x5,6x2,9,38x3,6,9,38,0x5,6,15,9,20,21,20,21,20,21,br,0x2,6x2,9,16x2,19,37,25,28,16,0x4,6,15,9,16x6,0x5,6x2,9,39,40,38,6,9,38,0x5,6x2,9,16x6,br,0x2,6x2,9,16x3,37,25,28,16,0x4,6,15,9,17,16,17,16,17,16,0x5,6x2,9,39,40,38,6,9,38x2,5,0x3,6,15,9,17,16,17,16x3,br,0x2,6x2,9,16x2,19,37,36,25,27,0x4,6,15,9,20,21,20,21,20,21,0x5,6x2,9,39,40,38,6,9,38x2,5,0x3,6,15,9,20,21,20,21,16x2,br,0x3,6x2,9,16x2,37,36,26,29,0x4,6x2,9,16x6,0x19,6x2,9,16x6,br,0x3,6x2,14,16x2,18x2,16x2,0x4,6,7,9,25,34,16x4,5,0x18,6x2,9,20,34,16x3,18,br,0x3,6x2,9,16x6,0x4,6x2,9,16,35,16x4,5,0x18,6,7,9,16,35,16x3,18,br,0x16,6x2,9,16x6,0x19,6x2,9,16x5,18,br,br,br,br,br,br,br,br,br,br,br,0x15,6x2,9,16x9,br,0x15,6x2,9,16x3,17,16x5,5,0x30,6x2,9,78,76x2,br,0x15,6x2,9,16,37,36x2,24,27,16x3,5,0x15,6x2,9,99,36,100,36,99,36,25,29,0x4,6x2,9,78,76x2,br,0x15,6x2,9,19,37,36x2,25,28,16x3,0x16,6x2,9,16,18,16,18,16,18,16x2,5,0x3,6x2,9,78,76x2,br,0x15,6x2,9,16,37,36x2,26,29,16x3,0x16,6x2,9,16x8,5,0x3,6x2,9,78,76x2,br,0x15,6x2,9,16,18,16,18,16x5,0x3,6x2,9,39,40,38,6,9,38x2,5,0x2,6,7,9,16,25,94,16x5,0x4,6x2,9,80,76x2,br,0x3,6x2,9,81x6,0x3,6x2,9,16x9,0x3,6x2,9,39,40,38,6,9,38x2,5,0x2,6x2,9,33,25,95,16x5,0x4,6x2,9,76x3,br,0x3,6x2,9,83,81x3,20,86,0x3,6x2,9,16x9,0x3,6x2,9,91,38x2,6,9,38,0x4,6x2,9,16,25,96,16x5,0x4,6x2,14,76x3,br,0x3,6,7,9,84,82,81x2,20,87,0x3,6x2,9,16x4,17,16x4,0x3,6x2,9,91,38x2,6,9,38,0x4,6x2,9,16x8,0x4,6x2,9,76x3,br,0x3,6x2,9,85,81x3,20,88,0x3,6x2,9,16x4,37,24,27,16x2,0x3,6x2,9,38x6,0x4,6x2,9,16x8,0x4,6x2,9,76x3,br,0x3,6x2,9,81x6,0x3,6x2,9,16x3,19,37,25,28,16x2,0x3,6x2,9,90,38x5,0x4,6x2,9,16,17,16,17,16,17,16x2,0x4,6x2,9,76x3,br,0x4,6x2,9,81x2,0x6,6x2,9,23,16,23,19,37,25,28,16x2,0x3,6x2,9,89,38x5,0x4,6x2,9,98,36,97,36,98,36,25,27,0x4,6x2,9,76x3,br,0x7,3x2,0x6,6x2,9,22,16,22,19,37,25,28,16x2,0x31,6x2,9,76x3,br,0x15,6x2,9,23,16,23,16,37,25,28,16x2,0x31,6x2,14,76x3,br,0x15,6x2,9,23,16,23,19,37,25,28,16,30,0x31,6x2,9,76x3,br,0x15,6x2,9,22,16,22,16,37,26,29,16,31,0x31,6x2,9,77,76x2,br,0x15,6x2,9,23,16,23,16,18,16x3,32,0x31,6x2,9,78,76x2,br,0x58,6x2,9,78,76x2,br,0x58,6x2,9,78,76x2,br,0x58,6x2,9,78,76x2,br,0x58,6x2,9,78,76x2,br,0x15,6x3,9,4x3,0x36,6x2,9,78,76x2,br,0x14,6x2,9,44x19,0x22,6x2,9,78,76x2,br,0x14,6x2,9,44x2,46x7,64,46x5,44x4,0x22,6x2,9,80,76x2,br,0x14,6x2,9,44,47,44x5,63,44,62,44x4,47,44x4,0x11,6x2,9,76x3,0x5,6x2,9,76x3,0x12,6x2,9,78,76x2,br,0x14,6x2,9,44,47,44x5,63,44,62,44x4,47,44x4,0x11,6x2,9,76x3,0x5,6x2,14,76x3,0x12,6x2,9,78,76x2,br,0x2,6x2,9,23,16x5,5,0x2,6x2,13,44,47,44x5,63,44,62,44x4,47,44x4,0x11,6x2,14,76x3,0x5,6x2,9,76x3,0x12,6x2,9,80,76x2,br,0x2,6x2,9,23,19,25,94,16x2,5,0x2,6x2,9,44,47,44x5,63,44,62,44x4,47,44x4,0x11,6x2,9,76x3,0x5,6x2,9,77,76x2,0x12,6x2,9,76x3,br,0x2,6x2,9,23,19,25,96,16x2,0x3,6x2,9,44,47,44x5,63,44,62,44x4,47,44x4,0x11,6x2,9,76x3,0x5,6x2,9,78,76x2,0x12,6x2,9,76x3,br,0x2,6x2,9,23,16x5,0x3,6x2,9,44,47,44x5,54,52,55,44x4,47,44x4,0x11,6x2,9,76x3,0x5,6x2,9,78,76x2,0x12,6x2,9,76x3,br,0x2,6x2,9,16x6,0x3,6x2,9,44,47,44x5,58,61,59,44x4,47,44x4,0x11,6x2,9,76x3,0x5,6x2,9,80,76x2,6x2,9,68x2,0x2,6x2,9,81x2,6x2,9,76x3,br,0x2,6x2,9,16,19,25,94,16x2,0x3,6x2,9,44,47,44x12,47,44x4,0x11,6x2,9,76x32,5,br,0x2,6x2,9,16,19,25,96,16x2,0x3,6x2,9,44,47,44x12,47,44x4,0x11,6x2,9,76x32,5,br,0x2,6x2,9,16x6,0x3,6x2,9,66,47,44x12,47,44x4,0x11,6x2,9,76x32,5,br,0x2,6x2,9,16x6,0x3,6x2,9,67,47,44x12,47,44x4,0x11,6x2,9,76x32,5,br,0x2,6x2,9,16,19,25,94,16x2,0x3,6x2,9,66,47,44x12,47,44x4,0x11,6x2,9,76x32,5,br,0x2,6x2,9,16,19,25,96,16,30,0x3,6x2,9,67,47,44x12,47,44x4,0x22,6x2,9,77,76x2,6x2,9,81x2,0x7,6x2,9,76x3,br,0x2,6x2,9,16x5,31,0x3,6x2,9,66,47,44x12,47,44x4,0x22,6x2,9,78,76x2,0x12,6x2,9,76x3,br,0x2,6x2,9,16x5,32,0x3,6,7,9,67,47,44x12,47,44x4,0x22,6x2,9,78,76x2,0x12,6x2,9,76x3,br,0x2,6x2,9,16,19,25,94,16x2,0x3,6x2,9,66,47,44x12,47,44x4,0x22,6x2,9,78,76x2,0x12,6x2,9,76x3,br,0x2,6x2,9,16,19,25,96,16x2,0x3,6x2,9,67,47,44x12,47,44x4,0x22,6x2,9,78,76x2,0x12,6x2,9,77,76x2,br,0x2,6x2,9,16x6,0x3,6x2,9,44,47,44x12,47,44x4,0x22,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x14,6x2,9,44,47,44x5,56,60,57,44x4,47,44x4,0x22,6x2,9,78,76x2,0x12,6x2,9,79,76x2,br,0x14,6x2,9,44,47,49x5,50,49,51,49x4,48,44x4,0x22,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x14,6x2,9,44,47,52x5,54,52,55,52x4,53,44x4,0x22,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x14,6x2,9,44,47,44x5,58,61,59,44x4,47,44x4,0x22,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x14,6x2,9,44,47,44x12,47,44x4,0x22,6x2,9,80,76x2,0x12,6x2,9,78,76x2,br,0x14,6x2,9,44,47,44x12,47,44x4,0x22,6x2,9,76x3,0x12,6x2,9,78,76x2,br,0x14,6x2,9,44,47,44x12,47,44x4,0x22,6x2,9,76x3,0x12,6x2,9,78,76x2,br,0x14,6x2,9,44,47,44x12,47,44x4,0x22,6x2,10,76x3,0x12,6x2,9,78,76x2,br,0x14,6x2,9,44,47,44x12,47,44x4,0x22,6,8,9,76x3,0x12,6x2,9,78,76x2,br,0x2,6x2,9,16,30,16x2,23,16,0x3,6x2,9,44,47,44x12,47,44x4,0x22,6x2,11,76x3,0x12,6x2,9,78,76x2,br,0x2,6,15,9,16,31,16x2,22,16,0x3,6x2,9,44,47,44x12,47,44x4,0x22,6x2,9,76x3,0x12,6x2,9,78,76x2,br,0x2,6,15,9,16,32,16x2,23,16,0x3,6x2,9,44,47,44x12,47,44x4,0x9,6x2,9,68x4,0x6,6x2,9,76x3,0x12,6x2,9,80,76x2,br,0x2,6x2,9,16x6,5,0x2,6x2,9,44,47,44x12,47,44x4,0x9,6x2,9,68,69,68x2,0x6,6x2,9,77,76x2,0x12,6x2,9,76x3,br,0x2,6x2,9,16x6,5,0x2,6x2,9,44,47,44x12,47,44x4,0x9,6x2,9,68x4,0x6,6x2,9,78,76x2,0x12,6x2,14,76x3,br,0x2,6x2,9,16x6,0x3,6x2,9,44,47,44x12,47,44x4,0x9,6x2,9,70x3,68,0x6,6x2,9,78,76x2,0x12,6x2,9,76x3,br,0x2,6x2,9,16,25,94,16,25,94,0x3,6x2,9,44,47,44x5,56,60,57,44x4,47,44x4,0x9,6x2,9,68x4,0x6,6x2,9,78,76x2,0x12,6x2,9,77,76x2,br,0x2,6x2,9,19,25,95,19,25,95,0x3,6x2,9,44,47,44x5,50,49,51,44x4,47,44x4,0x9,6x2,9,68x4,0x6,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x2,6,15,9,16,25,95,16,25,95,0x3,6x2,9,44,47,44x5,63,44,62,44x4,47,44x4,0x9,6x2,9,68x3,71,0x6,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x2,6,15,9,19,25,95,19,25,95,0x3,6x2,9,44,47,44x5,63,44,62,44x4,47,44x4,0x9,6x2,9,68x3,72,0x6,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x2,6,15,9,16,25,95,16,25,95,0x3,6x2,9,44,47,44x5,63,44,62,44x4,47,44x4,0x9,6x2,9,68x3,73,0x6,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x2,6x2,9,19,25,95,19,25,95,0x3,6x2,12,44,47,44x5,63,44,62,44x4,47,44x4,0x9,6x2,9,68x4,0x6,6x2,9,78,76x2,0x12,6x2,9,80,76x2,br,0x2,6,15,9,16,25,95,19,25,95,0x3,6x2,9,44,47,44x5,63,44,62,44x4,47,44x4,0x12,3x2,0x8,6x2,9,80,76x2,0x12,6x2,9,76x3,br,0x2,6,15,9,19,25,95,16,25,95,0x3,6x2,9,44x2,45x7,65,45x5,44x4,0x22,6x2,9,76x3,0x12,6x2,9,76x3,br,0x2,6,15,9,16,25,96,16,25,96,0x3,6x2,9,44x19,0x22,6x2,14,76x3,0x12,6x2,10,76x3,br,0x2,6x2,9,16x6,0x47,6x2,9,76x3,0x12,6,8,9,76x3,br,0x58,6x2,9,77,76x2,0x12,6x2,11,76x3,br,0x58,6x2,9,78,76x2,0x12,6x2,9,76x3,br,0x58,6x2,9,78,76x2,0x12,6x2,9,76x3,br,0x58,6x2,9,78,76x2,0x12,6x2,9,77,76x2,br,0x58,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x58,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x30,44x9,0x19,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x30,46x3,64,46x5,0x19,6x2,9,78,76x2,0x12,6x2,9,78,76x2,br,0x30,44,63,44,62,44x5,0x19,6x2,9,78,76x2,0x12,6x2,9,80,76x2,br,0x30,44,63,44,62,44x5,0x19,6x2,9,80,76x2,0x12,6x2,9,76x3,br,0x30,44,63,44,62,44x5,0x19,6x2,9,76x21,br,0x30,44,63,44,62,44x5,0x19,6x2,9,76x21,br,0x30,44,63,92,62,44x2,93,44x2,0x19,6x2,9,76x21,br,0x30,44,54,52,55,44x5,0x19,6x2,9,76x21,br,0x30,44,58,61,59,44x5,0x19,6x2,9,76x21,br,0x30,44x2,93,44x3,92,44x2,0x19,6x3,9,45x3,0x11,6x2,9,76x3,br,0x30,44x9,0x37,6x2,9,76x3,br,0x30,44x9,0x37,6x2,14,76x3,br,0x30,44x2,92,44x3,93,44x2,0x37,6x2,9,76x3,br,0x30,44x9,0x37,6x2,9,76x3,br,0x30,44x9,br,0x30,44x2,93,44x3,92,44x2,br,0x30,44x9,br,0x30,44x9,br,0x30,44x2,92,44x3,93,44x2,br,0x30,44x9,br,0x30,44x9,br,0x30,44,56,60,57,44x5"; world_txtB = "br,br,br,br,br,br,br,br,br,br,br,0x35,6,br,0x35,6,br,0x35,6,br,0x35,6,br,br,br,br,br,br,br,br,br,br,br,br,br,br,br,br,br,br,br,br,0x35,6,br,0x35,6,br,0x35,6,br,0x35,6"; world_tilesA = importtiles(world_txtA); world_tilesB = importtiles(world_txtB); tiledata = new Array(); tiledata[6] = {blockx:1}; tiledata[7] = {blockx:1}; tiledata[8] = {blockx:1}; tiledata[9] = {blockx:1}; tiledata[10] = {over:1, sity:10}; tiledata[11] = {over:1, sity:10}; tiledata[12] = {over:1, sity:10}; tiledata[13] = {over:1, sity:10}; tiledata[14] = {animd:1, over:1, sity:10}; tiledata[15] = {blockx:1}; tiledata[17] = {blockl:1, xstate:"sit", xaction:"standE", over:1}; tiledata[18] = {blockr:1, xstate:"sit", xaction:"standW", over:1}; tiledata[19] = {blocku:1, xstate:"sit", xaction:"standS", over:1}; tiledata[20] = {blockx:1}; tiledata[21] = {over:1}; tiledata[22] = {blocku:1, over:1}; tiledata[23] = {blocku:1, over:1}; tiledata[24] = {blockx:1}; tiledata[25] = {blockx:1}; tiledata[26] = {blockx:1}; tiledata[27] = {over:1}; tiledata[28] = {over:1}; tiledata[29] = {over:1}; tiledata[30] = {blocku:1, over:1}; tiledata[31] = {blocku:1, over:1, sity:6}; tiledata[32] = {blocku:1, over:1}; tiledata[33] = {blockl:1, over:1}; tiledata[34] = {blockx:1, over:1}; tiledata[35] = {blocku:1, over:1}; tiledata[36] = {blockx:1}; tiledata[37] = {blockx:1, over:1}; tiledata[39] = {blockl:1, blockr:1, blocku:1, over:1, xstate:"sit", xaction:"standS"}; tiledata[40] = {animu:1, over:1}; tiledata[41] = {over:1}; tiledata[42] = {over:1}; tiledata[43] = {over:1}; tiledata[44] = {checkerz:3}; tiledata[45] = {checkerz:3}; tiledata[46] = {checkerz:3}; tiledata[47] = {checkerz:3, over:1}; tiledata[48] = {checkerz:3}; tiledata[49] = {checkerz:3}; tiledata[50] = {checkerz:3}; tiledata[51] = {checkerz:3}; tiledata[52] = {checkerz:3}; tiledata[53] = {checkerz:3}; tiledata[54] = {checkerz:3}; tiledata[55] = {checkerz:3}; tiledata[56] = {checkerz:3}; tiledata[57] = {checkerz:3}; tiledata[58] = {checkerz:3}; tiledata[59] = {checkerz:3}; tiledata[60] = {checkerz:3}; tiledata[61] = {checkerz:3}; tiledata[62] = {checkerz:3}; tiledata[63] = {checkerz:3}; tiledata[64] = {checkerz:3, blocku:1, over:1}; tiledata[65] = {checkerz:3, blocku:1, over:1}; tiledata[66] = {checkerz:3, blocku:1, over:1}; tiledata[67] = {checkerz:3, blocku:1, over:1}; tiledata[69] = {over:1}; tiledata[70] = {over:1}; tiledata[71] = {over:1}; tiledata[72] = {over:1}; tiledata[73] = {over:1}; tiledata[76] = {checkerz:2}; tiledata[77] = {checkerz:2, over:1}; tiledata[78] = {checkerz:2, over:1}; tiledata[79] = {checkerz:2, over:1}; tiledata[80] = {checkerz:2, over:1}; tiledata[82] = {blockx:1, over:1, xstate:"sit", xaction:"standS", sity:10}; tiledata[83] = {over:1}; tiledata[84] = {over:1}; tiledata[85] = {over:1}; tiledata[86] = {blocku:1, over:1}; tiledata[87] = {blocku:1, over:1}; tiledata[88] = {blocku:1, over:1}; tiledata[89] = {over:1}; tiledata[90] = {over:1}; tiledata[91] = {over:1}; tiledata[92] = {checkerz:3, sity:-14}; tiledata[93] = {checkerz:3, sity:14}; tiledata[94] = {over:1}; tiledata[95] = {over:1}; tiledata[96] = {over:1}; tiledata[97] = {blockx:1, over:1}; tiledata[98] = {blockx:1, over:1}; tiledata[99] = {blockx:1, over:1}; tiledata[100] = {blockx:1, over:1}; world_map = new Array(); world_map[0] = [{desc:"french", snd:"class"}, {desc:"counsellor", snd:"inside"}, {desc:"history", snd:"class"}, {desc:"art", snd:"class"}]; world_map[1] = [{desc:"math", snd:"class"}, {desc:"science", snd:"class"}, {desc:"gym", snd:"gym"}, {desc:"gym", snd:"gym"}]; world_map[2] = [{desc:"bathroom", snd:"tiled"}, {desc:"bathroom", snd:"tiled"}, {desc:"gym", snd:"gym"}, {desc:"gym", snd:"gym"}, {desc:"gym", snd:"gym"}]; world_map[3] = [{desc:"english", snd:"class"}, {desc:"comp", snd:"class"}, {desc:"hall", snd:"hall"}, {desc:"nurse", snd:"tiled"}]; world_map[4] = [0, {desc:"hall", snd:"hall"}, {desc:"hall", snd:"hall"}, {desc:"hall", snd:"hall"}, {desc:"hall", snd:"hall"}]; world_map[5] = [0, 0, {desc:"hall", snd:"hall"}, {desc:"hall", snd:"hall"}, {desc:"hall", snd:"hall"}]; world_text = new Array(); world_interactA = new Array(); world_interactB = new Array(); var i = 0; while (i < 150) { world_interactA[i] = new Array(); i++; } world_interactA[36][60] = {lock:1, tx:7, ty:11, l:0}; world_interactA[6][12] = {lock:0, tx:36, ty:61, l:0}; world_interactA[7][12] = {lock:0, tx:36, ty:61, l:0}; world_interactA[42][60] = {lock:1, tx:8, ty:52, l:0}; world_interactA[7][53] = {lock:0, tx:42, ty:61, l:0}; world_interactA[8][53] = {lock:0, tx:42, ty:61, l:0}; world_interactA[54][60] = {lock:1, tx:56, ty:10, l:0}; world_interactA[55][11] = {lock:0, tx:54, ty:61, l:0}; world_interactA[56][11] = {lock:0, tx:54, ty:61, l:0}; world_interactA[94][60] = {lock:1, tx:84, ty:10, l:0}; world_interactA[83][11] = {lock:1, tx:94, ty:61, l:0}; world_interactA[84][11] = {lock:1, tx:94, ty:61, l:0}; world_interactA[94][78] = {lock:1, tx:13, ty:39, l:0, locktxt:"fat::nervous::(I'd have to be an idiot to go into the girl's toilets.)"}; world_interactA[13][40] = {lock:0, tx:94, ty:79, l:0}; world_interactA[14][40] = {lock:0, tx:94, ty:79, l:0}; world_interactA[10][38] = {lock:1}; world_interactA[96][78] = {lock:1, tx:35, ty:39, l:0, locktxt:"fat::default::(Don't need to pee... or anything else.)"}; world_interactA[34][40] = {lock:0, tx:96, ty:79, l:0}; world_interactA[35][40] = {lock:0, tx:96, ty:79, l:0}; world_interactA[55][49] = {lock:0, tx:33, ty:53, l:0}; world_interactA[32][54] = {lock:0, tx:55, ty:50, l:0}; world_interactA[33][54] = {lock:0, tx:55, ty:50, l:0}; world_interactA[84][78] = {lock:1, tx:17, ty:24, l:0}; world_interactA[16][25] = {lock:1, tx:84, ty:79, l:0}; world_interactA[17][25] = {lock:1, tx:84, ty:79, l:0}; world_interactA[113][78] = {lock:0, tx:31, ty:26, l:0}; world_interactA[30][27] = {lock:0, tx:113, ty:79, l:0}; world_interactA[31][27] = {lock:0, tx:113, ty:79, l:0}; world_interactA[111][62] = {lock:0, tx:51, ty:19, l:0}; world_interactA[111][63] = {lock:0, tx:51, ty:20, l:0}; world_interactA[111][64] = {lock:0, tx:51, ty:21, l:0}; world_interactA[50][19] = {lock:0, tx:110, ty:62, l:0}; world_interactA[50][20] = {lock:0, tx:110, ty:63, l:0}; world_interactA[50][21] = {lock:0, tx:110, ty:64, l:0}; world_interactA[59][74] = {lock:1, tx:40, ty:7, l:0}; world_interactA[59][75] = {lock:1, tx:40, ty:8, l:0}; world_interactA[41][7] = {tx:60, ty:74, l:0}; world_interactA[41][8] = {tx:60, ty:75, l:0}; world_interactA[92][48] = {lock:0, tx:60, ty:67, l:0}; world_interactA[92][49] = {lock:0, tx:60, ty:68, l:0}; world_interactA[59][67] = {lock:1, tx:91, ty:48, l:0}; world_interactA[59][68] = {lock:1, tx:91, ty:49, l:0}; world_interactA[65][67] = {tx:37, ty:8, l:0, lock:1, locktxt:"fat::default::(The principal's office.)"}; world_interactA[65][68] = {tx:37, ty:8, l:0, lock:1, locktxt:"fat::default::(The principal's office.)"}; world_interactA[60][82] = {lock:1}; world_interactA[61][82] = {lock:1}; world_interactA[62][82] = {lock:1}; world_interactA[63][82] = {lock:1}; world_interactA[64][82] = {lock:1}; world_interactA[78][60] = {tx:37, ty:8, l:0, lock:1, locktxt:"fat::nervous::(I'd have to be an idiot to go into the girl's toilets.)"}; world_interactA[80][60] = {tx:37, ty:8, l:0, lock:1, locktxt:"fat::default::(Don't need to pee... or anything else.)"}; world_interactA[55][16] = {tx:37, ty:8, l:0, lock:1, locktxt:"fat::nervous::(Probably a bad idea to go into the girl's changing room... or even be near it.)"}; world_interactA[91][16] = {tx:37, ty:8, l:0, lock:1, locktxt:"fat::default::(I come dressed for P.E. so that I don't have to go in there.)"}; lock_entrance_north = "A,60,71,1,A,61,71,1,A,62,71,1,A,63,71,1,A,64,71,1"; unlock_entrance_north = "A,60,71,0,A,61,71,0,A,62,71,0,A,63,71,0,A,64,71,0"; lock_entrance_east = "A,74,79,1,A,74,80,1,A,74,81,1"; unlock_entrance_east = "A,74,79,0,A,74,80,0,A,74,81,0"; lock_intersection_north = "A,60,60,1,A,61,60,1,A,62,60,1,A,63,60,1,A,64,60,1"; unlock_intersection_north = "A,60,60,0,A,61,60,0,A,62,60,0,A,63,60,0,A,64,60,0"; lock_intersection_south = "A,60,64,1,A,61,64,1,A,62,64,1,A,63,64,1,A,64,64,1"; unlock_intersection_south = "A,60,64,0,A,61,64,0,A,62,64,0,A,63,64,0,A,64,64,0"; lock_intersection_east = "A,65,61,1,A,65,62,1,A,65,63,1"; unlock_intersection_east = "A,65,61,0,A,65,62,0,A,65,63,0"; lock_intersection_west = "A,59,61,1,A,59,62,1,A,59,63,1"; unlock_intersection_west = "A,59,61,0,A,59,62,0,A,59,63,0"; lock_gymhall_south = "A,106,67,1,A,107,67,1,A,108,67,1,A,109,67,1,A,110,67,1"; unlock_gymhall_south = "A,106,67,0,A,107,67,0,A,108,67,0,A,109,67,0,A,110,67,0"; lock_science_north = "A,106,73,1,A,107,73,1,A,108,73,1,A,109,73,1,A,110,73,1"; unlock_science_north = "A,106,73,0,A,107,73,0,A,108,73,0,A,109,73,0,A,110,73,0"; lock_arthall_east = "A,99,61,1,A,99,62,1,A,99,63,1"; unlock_arthall_east = "A,99,61,0,A,99,62,0,A,99,63,0"; lock_mathhall_east = "A,98,79,1,A,98,80,1,A,98,81,1"; unlock_mathhall_east = "A,98,79,0,A,98,80,0,A,98,81,0"; lock_mathhall_west = "A,76,79,1,A,76,80,1,A,76,81,1"; unlock_mathhall_west = "A,76,79,0,A,76,80,0,A,76,81,0"; lock_historyhall = "A,52,61,1,A,52,62,1,A,52,63,1"; unlock_historyhall = "A,52,61,0,A,52,62,0,A,52,63,0"; world_sprites = new Array(); sub_fat = (world_sprites[0] = new Array()); sub_ann = (world_sprites[1] = new Array()); sub_pretty = (world_sprites[2] = new Array()); sub_les = (world_sprites[3] = new Array()); sub_bitch = (world_sprites[4] = new Array()); sub_slut = (world_sprites[5] = new Array()); sub_david = (world_sprites[6] = new Array()); sub_melissa = (world_sprites[7] = new Array()); sub_teech = (world_sprites[8] = new Array()); sub_extra1 = (world_sprites[9] = new Array()); sub_extra2 = (world_sprites[10] = new Array()); sub_extra3 = (world_sprites[11] = new Array()); sub_extra4 = (world_sprites[12] = new Array()); sub_extra5 = (world_sprites[13] = new Array()); sub_extra6 = (world_sprites[14] = new Array()); sub_extra7 = (world_sprites[15] = new Array()); sub_extra8 = (world_sprites[16] = new Array()); sub_jock = (world_sprites[17] = new Array()); sub_numbers = {sub_fat:0, sub_ann:1, sub_pretty:2, sub_les:3, sub_bitch:4, sub_slut:5, sub_david:6, sub_melissa:7, sub_teech:8, sub_extra1:9, sub_extra2:10, sub_extra3:11, sub_extra4:12, sub_extra5:13, sub_extra6:14, sub_extra7:15, sub_extra8:16, sub_jock:17}; sub_pretty.push({tx:37, ty:8, state:1, l:0, gchar:"pretty", gstate:"", gaction:"standW", spd:1}); sub_pretty.push({ws:1, tx:37, ty:8, l:0}); sub_pretty.push({}); sub_david.push({tx:37, ty:8, state:1, l:0, gchar:"david", gstate:"", gaction:"standW", spd:1}); sub_david.push({ws:1, tx:37, ty:8, l:0}); sub_david.push({}); sub_extra7.push({tx:37, ty:8, state:1, l:0, gchar:"extraM", gstate:"", gaction:"standW", spd:2}); sub_extra7.push({ws:1, tx:37, ty:8, l:0}); sub_extra7.push({}); sub_extra8.push({tx:37, ty:8, state:1, l:0, gchar:"extraF", gstate:"", gaction:"standW", spd:1}); sub_extra8.push({ws:1, tx:37, ty:8, l:0}); sub_extra8.push({}); sub_jock.push({tx:37, ty:8, state:1, l:0, gchar:"jock", gstate:"", gaction:"standW", spd:2}); sub_jock.push({ws:1, tx:37, ty:8, l:0}); sub_jock.push({}); sub_slut.push({tx:37, ty:8, state:1, l:0, gchar:"slut", gstate:"", gaction:"standW", spd:1}); sub_slut.push({ws:1, tx:37, ty:8, l:0}); sub_slut.push({}); sub_les.push({tx:37, ty:8, state:1, l:0, gchar:"les", gstate:"", gaction:"standW", spd:2}); sub_les.push({ws:1, tx:37, ty:8, l:0}); sub_les.push({}); sub_bitch.push({tx:37, ty:8, state:1, l:0, gchar:"bitch", gstate:"", gaction:"standW", spd:2}); sub_bitch.push({ws:1, tx:37, ty:8, l:0}); sub_bitch.push({}); sub_teech.push({tx:17, ty:21, state:1, l:0, gchar:"math", gstate:"", gaction:"standW", spd:2}); sub_ann.push({tx:10, ty:19, state:1, l:0, gchar:"ann", gstate:"", gaction:"standE", spd:2}); sub_ann.push({}); sub_fat.push({tx:7, ty:19, state:1, l:0, gchar:"fatgym", gstate:"", gaction:"standE", spd:3, pdelay:-1}); sub_extra1.push({tx:7, ty:21, state:1, l:0, gchar:"extraM", gstate:"", gaction:"standE", spd:3}); sub_extra1.push({}); sub_melissa.push({tx:10, ty:23, state:1, l:0, gchar:"melissa", gstate:"", gaction:"standE", spd:2}); sub_melissa.push({tx:10, ty:23, ws:1, l:0}); sub_melissa.push({}); sub_extra2.push({tx:10, ty:21, state:1, l:0, gchar:"extraF", gstate:"", gaction:"standE", spd:2}); sub_extra2.push({tx:10, ty:21, ws:1, l:0}); sub_extra2.push({}); sub_extra3.push({tx:13, ty:21, state:1, l:0, gchar:"extraF", gstate:"", gaction:"standE", spd:3}); sub_extra3.push({tx:13, ty:21, ws:1, l:0}); sub_extra3.push({}); sub_extra4.push({tx:7, ty:23, state:1, l:0, gchar:"extraM", gstate:"", gaction:"standE", spd:2}); sub_extra4.push({tx:7, ty:23, ws:1, l:0}); sub_extra4.push({}); sub_extra5.push({tx:13, ty:23, state:1, l:0, gchar:"extraF", gstate:"", gaction:"standE", spd:2}); sub_extra5.push({tx:13, ty:23, ws:1, l:0}); sub_extra5.push({}); sub_extra6.push({tx:13, ty:19, state:1, l:0, gchar:"extraF", gstate:"", gaction:"standE", spd:2}); sub_extra6.push({tx:13, ty:19, ws:1, l:0}); sub_extra6.push({}); sub_fat.push({pa:0}); sub_fat.push({}); world_text[0] = [{sprite:sub_numbers.sub_ann, animate:1, canright:0, canleft:0, canup:0, candown:0}, "fat::default::(So soft.)", "fat::default::(Her neck looks so soft.)", "math::default::So does anyone want to come up and solve this?"]; sub_teech.push({pa:1, pdelay:2}); sub_teech.push({gaction:"standN"}); world_text[1] = [{func:"advancestates", funcpass:"sub_ann"}, "math::excited::Ann, you want to solve it?", "ann::default::I need to use the toilet.", "math::dispoint::Oh... ok, come get a hall pass."]; sub_ann.push({tx:10, ty:19, dir:"d"}); sub_ann.push({tx:10, ty:20, dir:"r"}); sub_ann.push({tx:15, ty:20, dir:"d"}); sub_ann.push({tx:15, ty:21, dir:"r"}); sub_ann.push({tx:16, ty:21, gaction:"standE", pa:2}); sub_ann.push({}); world_text[2] = [{func:"advancestates", funcpass:"sub_ann,sub_teech"}, "math::dispoint::Here you go.", "fat::happy::(Return soon my love! Heh.)"]; sub_teech.push({gaction:"standW"}); sub_ann.push({tx:16, ty:21, dir:"d"}); sub_ann.push({tx:84, ty:79, pa:3}); sub_ann.push({}); world_text[3] = [{func:"advancestates", funcpass:"sub_extra1,sub_fat"}, "math::default::Alright, who can solve this?", "fat::stupid::(I can't even remember what subject this class is.)", "math::pissed::Anyone?", "math::pissed::Ok, I'll call someone randomly.", "fat::happy::(I'm not worried, Mr. Donovan never calls on me.)", "math::pissed::Peter.", "fat::shock::(Seriously?)"]; sub_fat.push({pa:4, pdelay:1}); sub_fat.push({}); sub_extra1.push({tx:7, ty:21, dir:"d"}); sub_extra1.push({tx:7, ty:22, dir:"r"}); sub_extra1.push({tx:18, ty:22}); world_text[4] = [{cut:"transition", func:"locks", funcpass:"A,11,19,3,6", func2:"change_world", func2pass:"inclass,2"}, "fat::determined::(I thought for sure that thinking he wouldn't pick me would cause him to pick me.)", "fat::default::(Maybe he's forgotten my name.)"]; sub_fat.push({ws:1, tx:7, ty:19, l:0}); sub_fat.push({pa:5, pdelay:2}); sub_fat.push({}); world_text[5] = [{audio:"bell", canright:1, canleft:1, canup:1, candown:1, func:"advancestates", funcpass:"sub_extra1,sub_extra2,sub_extra3,sub_extra4,sub_extra5,sub_extra6,sub_melissa"}, "fat::default::(Class is almost over and Ann still hasn't returned.)", "fat::default::(I'll bring her books out for her.)", "fat::default::(She'll be all \"Thanks!\" and I'll be like \"No problem.\")"]; sub_extra1.push({ws:1, tx:7, ty:21, gaction:"standE", l:0}); sub_extra1.push({}); sub_ann.push({ws:1, tx:37, ty:8, l:0}); sub_teech.push({ws:1, tx:17, ty:20, l:0}); sub_teech.push({touchskip:1, touchx:120}); sub_teech.push({}); world_text[120] = [0, "math::dispoint::Running out of red ink."]; sub_melissa.push({tx:10, ty:23, dir:"d"}); sub_melissa.push({tx:10, ty:24, dir:"r"}); sub_melissa.push({tx:16, ty:24, dir:"d"}); sub_melissa.push({tx:84, ty:79}); sub_extra1.push({tx:7, ty:21, dir:"d"}); sub_extra1.push({tx:7, ty:22, dir:"r"}); sub_extra1.push({tx:9, ty:22, dir:"d"}); sub_extra1.push({tx:9, ty:24, dir:"r"}); sub_extra1.push({tx:16, ty:24, dir:"d"}); sub_extra1.push({tx:84, ty:79}); sub_extra2.push({tx:10, ty:21, dir:"d"}); sub_extra2.push({tx:10, ty:22, dir:"r"}); sub_extra2.push({tx:17, ty:22, dir:"d"}); sub_extra2.push({tx:84, ty:79}); sub_extra3.push({tx:13, ty:21, dir:"d"}); sub_extra3.push({tx:13, ty:22, dir:"r"}); sub_extra3.push({tx:17, ty:22, dir:"d"}); sub_extra3.push({tx:84, ty:79}); sub_extra4.push({tx:7, ty:23, dir:"d"}); sub_extra4.push({tx:7, ty:24, dir:"r"}); sub_extra4.push({tx:16, ty:24, dir:"d"}); sub_extra4.push({tx:84, ty:79}); sub_extra5.push({tx:13, ty:23, dir:"d"}); sub_extra5.push({tx:13, ty:24, dir:"r"}); sub_extra5.push({tx:16, ty:24, dir:"d"}); sub_extra5.push({tx:84, ty:79}); sub_extra6.push({tx:13, ty:19, dir:"d"}); sub_extra6.push({tx:13, ty:20, dir:"r"}); sub_extra6.push({tx:15, ty:20, dir:"d"}); sub_extra6.push({tx:15, ty:21, dir:"r"}); sub_extra6.push({tx:16, ty:21, dir:"d"}); sub_extra6.push({tx:84, ty:79}); world_text[6] = [{cut:"transition", func:"locks", funcpass:"A,11,19,3,-1", canright:0, canleft:0, canup:0, candown:0}, "fat::determined::(Books acquired.)"]; sub_extra1.push({ws:2, tx:37, ty:8, l:0}); sub_extra1.push({ws:3, tx:37, ty:8, l:0}); sub_extra1.push({}); sub_extra2.push({ws:2, tx:37, ty:8, l:0}); sub_extra3.push({ws:2, tx:37, ty:8, l:0}); sub_extra4.push({ws:2, tx:37, ty:8, l:0}); sub_extra5.push({ws:2, tx:37, ty:8, l:0}); sub_extra5.push({ws:3, tx:37, ty:8, l:0}); sub_extra5.push({}); sub_extra6.push({ws:2, tx:37, ty:8, l:0}); sub_melissa.push({ws:2, tx:37, ty:8, l:0}); sub_pretty.push({ws:2, tx:37, ty:8, l:0}); sub_david.push({ws:2, tx:37, ty:8, l:0}); sub_david.push({ws:3, tx:37, ty:8, l:0}); sub_david.push({}); sub_extra8.push({ws:2, tx:37, ty:8, l:0}); sub_jock.push({ws:2, tx:37, ty:8, l:0}); sub_bitch.push({ws:2, tx:37, ty:8, l:0}); sub_teech.push({ws:2, tx:37, ty:8, l:0}); sub_fat.push({ws:2, tx:81, ty:79, l:0, gaction:"standS"}); sub_extra7.push({ws:2, tx:73, ty:80, gaction:"standE", l:0, forceinclude:1}); sub_extra7.push({tx:73, ty:80, dir:"r"}); sub_extra7.push({tx:84, ty:80, dir:"u"}); sub_extra7.push({tx:16, ty:24, forceinclude:0}); sub_ann.push({ws:2, tx:13, ty:38, l:0, forceinclude:1}); sub_ann.push({tx:10, ty:38, dir:"r", spd:1}); sub_ann.push({tx:13, ty:38, dir:"d", spd:2}); sub_ann.push({tx:94, ty:80, dir:"l"}); sub_ann.push({tx:84, ty:80, gaction:"standW", pa:7, forceinclude:0}); world_text[7] = [0, "fat::nervous::(Here she comes...)", "fat::nervous::Hey, Ann.", "ann::blush::Uh, hi?", "fat::determined::I have your books.", "ann::happy::Oh, thanks!", "fat::nervous::Heh, no problemo.", "fat::shock::(Oh god, did I just say \"no problemo\"?!)"]; sub_ann.push({tx:84, ty:80, dir:"l"}); sub_ann.push({tx:81, ty:80, gaction:"standN", pa:8}); sub_ann.push({}); world_text[8] = [{canright:0, canleft:1, canup:0, candown:0}, "fat::nervous::(So stupid. I'll just give her books back and get out of here.)", "fat::determined::Here you are. Bye.", "ann::happy::Bye."]; sub_fat.push({pxmin:73, pxmax:73, pymin:79, pymax:79, pa:9}); world_text[9] = [{func:"locks", funcpass:(("A,71,78,3,10," + lock_entrance_north) + ",") + lock_entrance_east, canright:1, canleft:1, canup:1, candown:1}, "fat::mad::(She must think I'm an idiot.)", "fat::shame::(Well... I am.)", "fat::shame::(Gotta put away my Math books and get to French before the period starts.)"]; world_text[10] = [{func:"locks", funcpass:"A,71,78,3,-1"}, "fat::default::(Au revoir Math livre... I think that's right.)"]; sub_fat.push({pxmin:61, pxmax:65, pymin:75, pymax:75, pa:11}); world_text[11] = [0, "les::default::Hey bruh, wassup?", "fat::default::Oh, hi Leslie.", "slut::default::Who's this?", "fat::nervous::(Damn, Sophie's cute. Not as cute as Ann but cute.)", "les::default::Guy from my neighborhood... we also have a class together I think...", "fat::nervous::History, PE and Science.", "les::smile::Yeah, that one!", "slut::default::I meant his name.", "les::think::What was it? Ummmm...", "fat::default::My name's-", "les::think::No, don't tell me!", "slut::smirk::Come here.", "fat::nervous::I really need to get to class.", "slut::smirk::Come here."]; sub_slut.push({ws:2, tx:60, ty:74, l:0, gaction:"standE"}); sub_slut.push({touchr:12}); sub_les.push({ws:2, tx:60, ty:75, l:0, gaction:"standE"}); sub_les.push({}); world_text[12] = [{precut:"junk", cut:"transition", func:"locks", funcpass:(((((((unlock_entrance_north + ",") + unlock_entrance_east) + ",") + lock_intersection_north) + ",") + lock_intersection_south) + ",") + lock_gymhall_south}, "slut::smirk::So firm.", "les::laugh::Ha ha ha ha ha ha.", "fat::blush::(She's touching m-m-m-my...)", "fat::blush::I gotta go.", "slut::smirk::See ya!", "les::laugh::Ha ha ha ha ha, later dude."]; sub_fat.push({ws:3, tx:10, ty:7, l:0, gaction:"standS"}); sub_teech.push({ws:3, tx:7, ty:6, l:0, gaction:"standS", gchar:"french"}); sub_teech.push({touchx:121}); world_text[121] = [0, "french::0::J'ai besoin de la nicotine \u00E0 l'int\u00E9rieur de moi."]; sub_extra4.push({ws:3, tx:12, ty:7, l:0, gaction:"standS", forceinclude:1}); sub_extra4.push({tx:12, ty:7, dir:"l"}); sub_extra4.push({tx:11, ty:7, dir:"u"}); sub_extra4.push({tx:11, ty:6, dir:"l"}); sub_extra4.push({tx:8, ty:6, dir:"d"}); sub_extra4.push({tx:8, ty:7, dir:"l"}); sub_extra4.push({tx:6, ty:7, dir:"d"}); sub_extra4.push({tx:36, ty:61, dir:"l"}); sub_extra4.push({tx:32, ty:61, gaction:"standN", forceinclude:0, touchskip:1, touchx:122}); sub_extra4.push({}); world_text[122] = [0, "ghost::0::Hmmm, I wonder if these chips are still good...", "ghost::0::*CRUNNNTCH*", "ghost::0::Nope."]; sub_extra3.push({ws:3, tx:8, ty:8, l:0, forceinclude:1}); sub_extra3.push({tx:8, ty:8, dir:"u"}); sub_extra3.push({tx:8, ty:7, dir:"l"}); sub_extra3.push({tx:7, ty:7, dir:"d"}); sub_extra3.push({tx:36, ty:62, dir:"r"}); sub_extra3.push({tx:61, ty:62, dir:"u"}); sub_extra3.push({tx:61, ty:54, forceinclude:0}); sub_extra2.push({ws:3, tx:16, ty:8, l:0, forceinclude:1}); sub_extra2.push({tx:16, ty:8, dir:"u"}); sub_extra2.push({tx:16, ty:7, dir:"r"}); sub_extra2.push({tx:17, ty:7, dir:"d"}); sub_extra2.push({tx:17, ty:11, dir:"l"}); sub_extra2.push({tx:7, ty:11, dir:"d"}); sub_extra2.push({tx:36, ty:63, dir:"r"}); sub_extra2.push({tx:62, ty:63, dir:"d"}); sub_extra2.push({tx:62, ty:74, forceinclude:0}); sub_extra6.push({ws:3, tx:8, ty:9, l:0, forceinclude:1}); sub_extra6.push({tx:8, ty:9, dir:"d"}); sub_extra6.push({tx:8, ty:10, dir:"l"}); sub_extra6.push({tx:7, ty:10, pa:13}); sub_extra6.push({tx:7, ty:10, dir:"d"}); sub_extra6.push({tx:36, ty:61, dir:"r"}); sub_extra6.push({tx:42, ty:61, dir:"u"}); sub_extra6.push({tx:8, ty:52, forceinclude:0}); sub_extra8.push({ws:3, tx:16, ty:9, l:0, forceinclude:1}); sub_extra8.push({tx:16, ty:9, dir:"d"}); sub_extra8.push({tx:16, ty:11, dir:"l"}); sub_extra8.push({tx:7, ty:11, dir:"d"}); sub_extra8.push({tx:36, ty:62, dir:"r"}); sub_extra8.push({tx:67, ty:62, dir:"u"}); sub_extra8.push({tx:67, ty:61, gaction:"standN", forceinclude:0, touchskip:1, touchx:123}); sub_extra8.push({}); world_text[123] = [0, "fat::concerned::(She's looking at a mirror.)", "fat::concerned::(She isn't fixing her hair or anything, just staring... weird.)"]; world_text[13] = [{audio:"bell"}, "french::default::And don't forget your assignment, enfants.", "french::default::Ce jeudi, n'oubliez pas."]; sub_melissa.push({ws:3, tx:74, ty:62, l:0}); sub_melissa.push({tx:74, ty:62, dir:"l"}); sub_melissa.push({tx:63, ty:62, dir:"u"}); sub_melissa.push({tx:63, ty:53}); sub_pretty.push({ws:3, tx:109, ty:69, l:0}); sub_pretty.push({tx:109, ty:69, dir:"u"}); sub_pretty.push({tx:109, ty:63, dir:"r"}); sub_pretty.push({tx:91, ty:20, dir:"u"}); sub_pretty.push({tx:37, ty:8}); sub_jock.push({ws:3, tx:89, ty:61, l:0, gaction:"standS"}); sub_jock.push({}); sub_bitch.push({ws:3, tx:86, ty:61, l:0, gaction:"standE"}); sub_bitch.push({}); sub_slut.push({ws:3, tx:88, ty:61, l:0, gaction:"standS"}); sub_slut.push({}); sub_les.push({ws:3, tx:87, ty:61, l:0, gaction:"standS"}); sub_les.push({}); sub_fat.push({pxmin:87, pxmax:87, pymin:62, pymax:64, pa:14}); world_text[14] = [{func:"advancestates", funcpass:"sub_slut,sub_les,sub_jock,sub_bitch,sub_teech"}, "jock::default::I thought he was gonna catch me but-", "slut::truesmile::Hey mystery boy.", "fat::default::Hi.", "jock::jelly::You know this guy?", "slut::smirk::Yeah, that's Mystery Boy X. We're friends.", "slut::truesmile::Where you off to Mystery Boy X?", "fat::nervous::PE.", "slut::smirk::Oh right, the class we have together. I should go too.", "bitch::cunt::We're going to PE?", "slut::smirk::I remember there was something I wanted to do in PE. We have to go get something from my locker.", "jock::jelly::I'll go to PE too. It's the only class I'm passing after all.", "slut::truesmile::See ya later, Mystery Boy X!"]; sub_jock.push({tx:89, ty:61, dir:"r"}); sub_jock.push({tx:104, ty:61, dir:"d"}); sub_jock.push({tx:104, ty:62, dir:"r"}); sub_jock.push({tx:91, ty:19, dir:"u"}); sub_jock.push({tx:37, ty:8}); sub_bitch.push({tx:86, ty:61, dir:"d", spd:0}); sub_bitch.push({tx:86, ty:63, dir:"l", spd:2}); sub_bitch.push({tx:64, ty:63, dir:"d"}); sub_bitch.push({tx:64, ty:74}); sub_les.push({tx:87, ty:61, dir:"l", spd:0}); sub_les.push({tx:86, ty:61, dir:"d"}); sub_les.push({tx:86, ty:62, dir:"l", spd:2}); sub_les.push({tx:63, ty:62, dir:"d"}); sub_les.push({tx:63, ty:74}); sub_slut.push({tx:88, ty:61, dir:"l"}); sub_slut.push({tx:86, ty:61, dir:"d"}); sub_slut.push({tx:86, ty:62, dir:"l"}); sub_slut.push({tx:63, ty:62, dir:"d"}); sub_slut.push({tx:62, ty:74}); sub_teech.push({statejump:1, tx:63, ty:17, l:0, gchar:"gym", gaction:"standN"}); sub_teech.push({touchx:15, taction:"face"}); world_text[15] = [{canright:0, canleft:1, canup:0, candown:0, cut:"transition"}, "gym::smile::Hey champ, first one ready again. You change quick.", "fat::default::Well, I was already dressed.", "fat::default::(Since I don't like getting naked in front of other guys.)", "fat::default::This is my favorite class after all.", "gym::smile::Well that makes sense!", "gym::default::The menu for today is jumping jacks and laps, not the most fun I know but you guys need the cardio.", "gym::default::These kids have the lungs of chipmunks. It's all this sitting around playing videogames.", "gym::default::It used to be you had to get up and go out to an arcade to play vidya and you had to stand up to play them too.", "gym::default::And don't get me started on the content. These new games can barely be considered games at all.", "gym::yell::A bunch of cutscenes with no gameplay!"]; sub_teech.push({ws:4, tx:59, ty:17, l:0, gaction:"standS"}); sub_teech.push({touchskip:1, touchx:124}); world_text[124] = [0, "gym::yell::I WANT TO SEE YOU GIRLS SWEAT!", "bitch::cunt::Perv."]; sub_fat.push({}); sub_fat.push({ws:4, tx:92, ty:19, l:0, gaction:"walkW", gstate:"jog", spd:4}); sub_jock.push({ws:4, tx:90, ty:19, l:0, gaction:"walkW", gstate:"jog", spd:4}); sub_ann.push({ws:4, tx:85, ty:18, l:0, gaction:"walkW", gstate:"jog", spd:3, forceinclude:1}); sub_pretty.push({ws:4, tx:84, ty:18, l:0, gaction:"walkW", gstate:"jog", spd:3, forceinclude:1}); sub_extra1.push({ws:4, tx:83, ty:18, l:0, gaction:"walkW", gstate:"jog", spd:3, forceinclude:1}); sub_extra2.push({ws:4, tx:82, ty:18, l:0, gaction:"walkW", gstate:"jog", spd:3, forceinclude:1}); sub_jock.push({tx:90, ty:19, dir:"l"}); sub_ann.push({tx:91, ty:18, dir:"l"}); sub_pretty.push({tx:84, ty:18, dir:"l"}); sub_extra1.push({tx:83, ty:18, dir:"l"}); sub_extra2.push({tx:82, ty:18, dir:"l"}); tempstate1 = sub_ann.push({tx:53, ty:18, dir:"d"}) - 1; sub_jock.push({tx:54, ty:19, dir:"d"}); tempstate4 = sub_extra1.push({tx:53, ty:18, dir:"d"}) - 1; tempstate3 = sub_pretty.push({tx:53, ty:18, dir:"d"}) - 1; tempstate5 = sub_extra2.push({tx:53, ty:18, dir:"d"}) - 1; sub_jock.push({tx:54, ty:31, dir:"r"}); sub_ann.push({tx:53, ty:32, dir:"r"}); sub_extra1.push({tx:53, ty:32, dir:"r"}); sub_pretty.push({tx:53, ty:32, dir:"r"}); sub_extra2.push({tx:53, ty:32, dir:"r"}); sub_jock.push({tx:91, ty:31, dir:"u", spd:3}); sub_ann.push({tx:92, ty:32, dir:"u"}); sub_extra1.push({tx:92, ty:32, dir:"u"}); sub_pretty.push({tx:92, ty:32, dir:"u"}); sub_extra2.push({tx:92, ty:32, dir:"u"}); sub_jock.push({tx:91, ty:23, pushx:16, touchskip:1}); sub_jock.push({tx:91, ty:23, dir:"u", spd:4}); sub_jock.push({tx:91, ty:19, dir:"l"}); sub_ann.push({tx:92, ty:18, dir:"l"}); sub_extra1.push({tx:92, ty:18, dir:"l"}); sub_pretty.push({tx:92, ty:18, dir:"l"}); sub_extra2.push({tx:92, ty:18, dir:"l"}); tempstate2 = sub_jock.push({tx:54, ty:19, dir:"d"}) - 1; sub_jock.push({tx:54, ty:31, dir:"r"}); sub_jock.push({tx:91, ty:31, dir:"u"}); sub_jock.push({tx:91, ty:19, dir:"l"}); sub_jock.push({tx:54, ty:19, pa:33}); sub_ann.push({tx:53, ty:18, pa:32}); sub_extra1.push({tx:53, ty:18, pa:34}); sub_pretty.push({tx:53, ty:18, pa:35}); sub_extra2.push({tx:53, ty:18, pa:37}); sub_ann.push({}); sub_jock.push({}); sub_extra1.push({}); sub_pretty.push({}); sub_extra2.push({}); world_text[32] = {sprite:sub_numbers.sub_ann, propname:"state", propval:tempstate1}; world_text[33] = {sprite:sub_numbers.sub_jock, propname:"state", propval:tempstate2}; world_text[34] = {sprite:sub_numbers.sub_extra1, propname:"state", propval:tempstate4}; world_text[35] = {sprite:sub_numbers.sub_pretty, propname:"state", propval:tempstate3}; world_text[37] = {sprite:sub_numbers.sub_extra2, propname:"state", propval:tempstate5}; tempstate6 = sub_fat.push({pa:38, pxmin:54, pxmax:54, pymin:19, pymax:19}) - 1; sub_fat.push({pa:39, pxmin:54, pxmax:54, pymin:31, pymax:31}); sub_fat.push({pa:40, pxmin:91, pxmax:91, pymin:31, pymax:31}); sub_fat.push({pa:41, pxmin:91, pxmax:91, pymin:19, pymax:19}); sub_fat.push({}); world_text[38] = {canright:0, canleft:0, canup:0, candown:1}; world_text[39] = {canright:1, canleft:0, canup:0, candown:0}; world_text[40] = {canright:0, canleft:0, canup:1, candown:0}; world_text[41] = {canright:0, canleft:1, canup:0, candown:0, sprite:sub_numbers.sub_fat, propname:"state", propval:tempstate6}; world_text[16] = [{sprite:sub_numbers.sub_jock, propname:"spd", propval:4, func:"advancestates", funcpass:"sub_slut,sub_les,sub_bitch"}, "jock::mean::I'm not stupid you know.", "fat::sweaty::What?", "jock::mean::It's obvious Sophie is just trying to make me jealous.", "jock::mean::I just want you to understand too, she doesn't like you.", "jock::mean::She doesn't even know your fucking name."]; sub_slut.push({ws:4, tx:37, ty:8, l:0, gaction:"standN", gstate:"jack"}); sub_bitch.push({ws:4, tx:37, ty:8, l:0, gaction:"standN", gstate:"jack"}); sub_les.push({ws:4, tx:37, ty:8, l:0, gaction:"standN", gstate:"gym"}); sub_slut.push({}); sub_bitch.push({}); sub_les.push({}); sub_slut.push({statejump:1, tx:55, ty:20, l:0}); sub_bitch.push({statejump:1, tx:57, ty:20, l:0}); sub_les.push({statejump:1, tx:59, ty:20, l:0}); sub_slut.push({pa:17, pxmin:61, pxmax:61, pymin:31, pymax:31, forceinclude:1}); sub_slut.push({forceinclude:0, touchskip:1, touchx:125}); sub_slut.push({}); world_text[125] = [0, "slut::concerned::Hup, Hup, Hup."]; sub_bitch.push({touchskip:1, touchx:126}); sub_bitch.push({}); world_text[126] = [0, "bitch::douche::Body movement sucks!"]; sub_les.push({touchskip:1, touchx:127}); sub_les.push({}); world_text[127] = [0, "les::default::I need a smoke."]; tempstate1 = sub_ann.push({dir:"ud", spd:2, gstate:"gym", forceinclude:0}) - 1; tempstate2 = sub_jock.push({dir:"lr", spd:3, gstate:"gym"}) - 1; tempstate4 = sub_extra1.push({dir:"lr", spd:2, gstate:"gym", forceinclude:0}) - 1; tempstate3 = sub_pretty.push({dir:"lr", spd:2, gstate:"gym", forceinclude:0}) - 1; sub_ann.push({ty:20, dir:"lr"}); sub_ann.push({tx:60, dir:"u"}); sub_ann.push({tx:60, ty:18, dir:"l"}); sub_ann.push({tx:55, ty:18, dir:"u"}); sub_ann.push({tx:37, ty:8}); sub_jock.push({tx:91, dir:"u"}); sub_extra1.push({tx:91, dir:"u"}); sub_pretty.push({tx:91, dir:"u"}); sub_ann.push({tx:37, ty:8}); sub_jock.push({tx:37, ty:8}); sub_extra1.push({tx:37, ty:8}); sub_pretty.push({tx:37, ty:8}); tempstate5 = sub_extra2.push({dir:"ud", gstate:"gym", forceinclude:0}) - 1; sub_extra2.push({ty:21, gaction:"standW", touchskip:1, touchx:128}); sub_extra2.push({}); world_text[128] = [0, "ghost::0::My contact.... My contact...."]; tempstate6 = sub_fat.push({pa:18, pxmin:88, pxmax:88, pymin:61, pymax:81}) - 1; sub_fat.push({}); world_text[17] = [{sprite:0, propname:"gstate", propval:"", propname2:"spd", propval2:3, canright:1, canleft:1, canup:1, candown:1, func:"advancestates", funcpass:"sub_ann,sub_jock,sub_pretty,sub_extra1,sub_extra2,sub_fat", func2pass:(((((((((tempstate1 + ",") + tempstate2) + ",") + tempstate3) + ",") + tempstate4) + ",") + tempstate5) + ",") + tempstate6}, "gym::yell::That's enough laps!", "gym::default::Joggers cool down and get changed.", "fat::happy::(The other benefit of not having to change is getting to leave school early.)"]; world_text[18] = {audio:"bell", func:"change_world", funcpass:"state,5", func2:"locks", func2pass:(((unlock_intersection_south + ",") + lock_intersection_west) + ",") + lock_entrance_east}; sub_ann.push({ws:5, l:0, tx:37, ty:8}); sub_pretty.push({ws:5, l:0, tx:37, ty:8}); sub_les.push({ws:5, l:0, tx:37, ty:8}); sub_bitch.push({ws:5, l:0, tx:37, ty:8}); sub_slut.push({ws:5, l:0, tx:37, ty:8}); sub_david.push({ws:5, l:0, tx:58, ty:79, gaction:"standE"}); sub_david.push({}); sub_melissa.push({ws:5, l:0, tx:59, ty:79, gaction:"standW"}); sub_melissa.push({pa:19, pxmin:60, pxmax:64, pymin:79, pymax:81}); world_text[19] = [{func:"locks", funcpass:"A,60,82,0,A,61,82,0,A,62,82,0,A,63,82,0,A,64,82,0", func2:"advancestates", func2pass:"sub_fat"}, "fat::blush::(Whoa, my friend David is over there talking to Melissa... I have Math and Art with her.)", "david::lovey::So you wanna go somewhere?", "melissa::lovey::Nowhere in particular. What about you?", "david::lovey::I want to go everywhere with you.", "fat::stupid::(Mmmm.... I won't bother them.)"]; sub_fat.push({pa:20, pxmin:60, pxmax:64, pymin:82, pymax:82}); world_text[20] = {cut:"transition", func:"locks", funcpass:"A,60,82,1,A,61,82,1,A,62,82,1,A,63,82,1,A,64,82,1," + lock_entrance_north}; sub_teech.push({}); sub_teech.push({ws:5, l:0, tx:55, ty:80, forceinclude:1, gchar:"science"}); sub_teech.push({tx:55, ty:80, dir:"r"}); sub_teech.push({tx:61, ty:80, dir:"u"}); sub_teech.push({tx:61, ty:68, dir:"r"}); sub_teech.push({tx:37, ty:8, forceinclude:0}); sub_jock.push({ws:5, l:0, tx:108, ty:64, forceinclude:1, gstate:"", spd:2}); sub_jock.push({tx:108, ty:64, dir:"d"}); sub_jock.push({tx:108, ty:80, dir:"l"}); sub_jock.push({tx:63, ty:80, dir:"d"}); sub_jock.push({tx:63, ty:82, statejump:2}); sub_jock.push({statejump:1, tx:37, ty:8, l:0, forceinclude:0}); sub_extra1.push({ws:5, l:0, tx:12, ty:24, forceinclude:1, gstate:"", spd:3}); sub_extra1.push({tx:12, ty:24, dir:"r"}); sub_extra1.push({tx:16, ty:24, dir:"d"}); sub_extra1.push({tx:84, ty:79, dir:"r"}); sub_extra1.push({tx:88, ty:79, gaction:"standN", forceinclude:0}); sub_extra2.push({ws:5, l:0, tx:10, ty:24, forceinclude:1, gstate:"", spd:2}); sub_extra2.push({tx:10, ty:24, dir:"r"}); sub_extra2.push({tx:16, ty:24, dir:"d"}); sub_extra2.push({tx:84, ty:81, dir:"l"}); sub_extra2.push({tx:64, ty:81, dir:"d"}); sub_extra2.push({tx:64, ty:82, statejump:2}); sub_extra2.push({statejump:1, tx:37, ty:8, l:0, forceinclude:0}); sub_extra3.push({ws:5, l:0, tx:7, ty:24, forceinclude:1}); sub_extra3.push({tx:7, ty:24, dir:"r"}); sub_extra3.push({tx:16, ty:24, dir:"d"}); sub_extra3.push({tx:84, ty:80, dir:"r"}); sub_extra3.push({tx:94, ty:80, dir:"u"}); sub_extra3.push({tx:13, ty:39, statejump:2}); sub_extra3.push({statejump:1, tx:47, ty:63, l:0}); sub_extra3.push({tx:47, ty:63, dir:"r"}); sub_extra3.push({tx:60, ty:63, dir:"d"}); sub_extra3.push({tx:60, ty:82, statejump:2}); sub_extra3.push({statejump:1, tx:37, ty:8, l:0, forceinclude:0}); sub_extra4.push({ws:5, l:0, tx:110, ty:62, forceinclude:1}); sub_extra4.push({tx:110, ty:62, dir:"l"}); sub_extra4.push({tx:89, ty:62, dir:"u"}); sub_extra4.push({tx:89, ty:61, gaction:"standN", forceinclude:0, touchskip:1, touchx:130, taction:"face"}); sub_extra4.push({}); world_text[130] = [0, "ghost::0::Looking to score?", "fat::nervous::Uh no, I'm alright."]; sub_extra5.push({ws:5, l:0, tx:62, ty:50, forceinclude:1}); sub_extra5.push({tx:62, ty:50, dir:"d"}); sub_extra5.push({tx:62, ty:82, statejump:2}); sub_extra5.push({statejump:1, tx:37, ty:8, l:0, forceinclude:0}); sub_extra6.push({ws:5, l:0, tx:63, ty:50, forceinclude:1}); sub_extra6.push({tx:63, ty:50, dir:"d"}); sub_extra6.push({tx:63, ty:82, statejump:2}); sub_extra6.push({statejump:1, tx:37, ty:8, l:0, forceinclude:0}); sub_extra7.push({ws:5, l:0, tx:33, ty:62, forceinclude:1}); sub_extra7.push({tx:33, ty:62, dir:"r"}); sub_extra7.push({tx:61, ty:62, dir:"d"}); sub_extra7.push({tx:61, ty:82, statejump:2}); sub_extra7.push({statejump:1, tx:37, ty:8, l:0, forceinclude:0}); sub_extra8.push({ws:5, l:0, tx:34, ty:61, forceinclude:1}); sub_extra8.push({tx:34, ty:61, dir:"r"}); sub_extra8.push({tx:63, ty:61, dir:"d"}); sub_extra8.push({tx:63, ty:79, dir:"r"}); sub_extra8.push({tx:69, ty:79, gaction:"standN", forceinclude:0, touchskip:1, touchx:129}); sub_extra8.push({}); world_text[129] = [0, "ghost::0::Doo doo doo, I love getting counseled!"]; sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_david.push({}); sub_teech.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_jock.push({}); sub_ann.push({ws:6, l:0, tx:37, ty:8}); sub_les.push({ws:6, l:0, tx:37, ty:8}); sub_bitch.push({ws:6, l:0, tx:37, ty:8}); sub_slut.push({ws:6, l:0, tx:37, ty:8}); sub_david.push({ws:6, l:0, tx:37, ty:8}); sub_teech.push({ws:6, l:0, tx:37, ty:8}); sub_extra1.push({ws:6, l:0, tx:37, ty:8}); sub_extra2.push({ws:6, l:0, tx:37, ty:8}); sub_extra3.push({ws:6, l:0, tx:37, ty:8}); sub_extra4.push({ws:6, l:0, tx:37, ty:8}); sub_extra5.push({ws:6, l:0, tx:37, ty:8}); sub_extra6.push({ws:6, l:0, tx:37, ty:8}); sub_extra7.push({ws:6, l:0, tx:37, ty:8}); sub_extra8.push({ws:6, l:0, tx:37, ty:8}); sub_jock.push({ws:6, l:0, tx:37, ty:8}); sub_fat.push({}); sub_fat.push({ws:6, l:0, tx:62, ty:82, gchar:"fat", gaction:"standN"}); sub_pretty.push({}); sub_pretty.push({ws:6, l:0, tx:63, ty:78, gstate:"", gaction:"standE"}); sub_melissa.push({}); sub_melissa.push({ws:6, l:0, tx:64, ty:78, gaction:"standW", touchx:131}); world_text[131] = [0, "melissa::default::..."]; sub_fat.push({pa:21, pxmin:62, pxmax:62, pymin:81, pymax:81}); world_text[21] = [{precut:"ear", func:"locks", funcpass:"A,71,78,3,22," + lock_entrance_north, func2:"advancestates", func2pass:"sub_pretty"}, "pretty::smirk::What do you think about that?", "melissa::default::I'm going steady with David you know.", "pretty::smirk::That doesn't answer my question.", "fat::mad::(Hitting on Melissa even though she's dating David, Michael is such a creep.)", "pretty::smile::Well I'll catch you later beautiful, think of me when you're with him.", "fat::mad::(Ignore, ignore ignore. I just need to go to my locker.)"]; sub_pretty.push({}); sub_pretty.push({tx:63, ty:78, dir:"u"}); sub_pretty.push({tx:63, ty:68}); world_text[22] = [{audio:"bell", cut:"transition", func:"locks", funcpass:"A,71,78,3,-1,", canright:0, canleft:0, canup:0, candown:0}, "fat::determined::(History books acquired. Now for the long walk to class."]; sub_pretty.push({ws:7, l:0, tx:37, ty:8}); sub_melissa.push({ws:7, l:0, tx:37, ty:8}); sub_les.push({ws:7, l:0, tx:37, ty:8}); sub_bitch.push({ws:7, l:0, tx:37, ty:8}); sub_slut.push({ws:7, l:0, tx:37, ty:8}); sub_david.push({ws:7, l:0, tx:37, ty:8}); sub_extra1.push({ws:7, l:0, tx:37, ty:8}); sub_extra2.push({ws:7, l:0, tx:37, ty:8}); sub_extra3.push({ws:7, l:0, tx:37, ty:8}); sub_jock.push({ws:7, l:0, tx:37, ty:8}); sub_fat.push({}); sub_fat.push({ws:7, l:0, tx:56, ty:6, gaction:"standS"}); sub_extra4.push({ws:7, l:0, tx:61, ty:6, gaction:"standS"}); sub_extra5.push({ws:7, l:0, tx:64, ty:6, gaction:"standS"}); sub_extra6.push({ws:7, l:0, tx:65, ty:6, gaction:"standS"}); sub_extra7.push({ws:7, l:0, tx:68, ty:6, gaction:"standS"}); sub_extra8.push({ws:7, l:0, tx:69, ty:6, gaction:"standS"}); sub_teech.push({ws:7, l:0, tx:63, ty:9, gaction:"standN", gchar:"history"}); sub_ann.push({ws:7, l:0, tx:56, ty:10, gstate:"", gaction:"standN"}); sub_ann.push({tx:56, ty:10, dir:"r"}); sub_ann.push({tx:59, ty:10, dir:"u"}); sub_ann.push({tx:59, ty:6, dir:"l"}); sub_ann.push({tx:57, ty:6, gaction:"standS", pa:23}); sub_ann.push({}); world_text[23] = [{nextext:24}, "fat::shock::(Oh god what!? She sat over here! Ann never sits here!)", "history::default::Alright class, Chapter 16 on page 175, Napoleon's invasion of Russia.", "fat::concerned::(Maybe she's sick. She does seem out of it.)", "history::default::As we learned in the previous chapter, Russia was in league with France via the Continental System.", "ann::outofit::Hmmm, I've forgotten my book.", "history::default::However in 1811 Russia began to diverge from it's alliance with France by trading with Britain despite it's embargo.", "fat::nervous::You forgot your book? You can share mine.", "ann::outofit::Thanks."]; world_text[24] = [{precut:"hand", func:"advancestates", funcpass:"sub_ann"}, "history::default::September 1812, The Battle of Borodino was a victory for Napoleon.", "fat::concerned::Ann... Are you alright?", "history::default::But resulted in an estimated 35,000 casualties on the French side and 44,000 on the Russian side.", "ann::outofit::Sure, I guess. Why?", "fat::concerned::You just seem kind of out of it.", "history::default::After this battle, this great victory, Napoleon heads to Moscow expecting to be crowned Emperor of Russia.", "ann::outofit::Say, do you know Michael?", "fat::concerned::Yeah, not personally though. Why?", "ann::outofit::I like him.", "history::fiendish::However what Napoleon was greeted to was a deserted and burning Moscow.", "history::fiendish::Napoleon never expected that Russia's scorched earth tactics would extend even to their own capitol.", "fat::default::(SHE LIKES MICHAEL?! My cute little Ann likes that douchehole?!)", "fat::determined::I saw him this morning hitting on Melissa.", "ann::think::Who's that?", "fat::determined::My friend David is going out with her, Michael was hitting on her even though he knows they're together.", "ann::think::Hmmm...", "fat::determined::Don't you think that's terrible of him?", "ann::think::So he likes girls who are already in a relationship?", "fat::determined::I think so.", "ann::default::Pretend to be my boyfriend.", "fat::stupid::Wuh?", "fat::nervous::(She wants me to PRETEND to be her boyfriend?! So she can attract Michael?)", "fat::nervous::(What should I do? I didn't think Ann was like this.)", "fat::nervous::(Well if I pretend to be her boyfriend maybe a real relationship will develop. I'll get to hang out with her.)", "fat::nervous::(But if Michael really is attracted to her because of me...)", "ann::think::Nevermind.", "fat::shock::Ah, what?", "ann::outofit::Mr. Bell.", "history::default::Yes Ann?", "ann::outofit::I'm not feeling well, can I go to the Nurse?", "history::default::Of course, you want someone to take you?", "ann::outofit::No, I can make it on my own."]; sub_ann.push({tx:57, ty:6, dir:"r"}); sub_ann.push({tx:58, ty:6, dir:"d"}); sub_ann.push({tx:58, ty:9, dir:"l"}); sub_ann.push({tx:56, ty:9, dir:"d"}); sub_ann.push({tx:54, ty:61, pa:25}); world_text[25] = [{cut:"transition", func:"locks", funcpass:"A,71,78,3,26", canright:1, canleft:1, canup:1, candown:1}, "history::default::So during the retreat from Russia many thousands more troops died or fled due to hunger and the cold Russian winter.", "fat::default::(I think I screwed that up.)"]; world_text[26] = [{func:"locks", funcpass:(("A,71,78,3,-1," + unlock_entrance_east) + ",") + lock_science_north}, "fat::default::(Science books acquired.)"]; sub_pretty.push({ws:8, l:0, tx:37, ty:8}); sub_melissa.push({ws:8, l:0, tx:37, ty:8}); sub_david.push({ws:8, l:0, tx:37, ty:8}); sub_extra1.push({ws:8, l:0, tx:55, ty:80}); sub_extra1.push({tx:55, ty:80, dir:"r"}); sub_extra1.push({tx:62, ty:80, dir:"u"}); sub_extra1.push({tx:62, ty:67}); sub_extra2.push({ws:8, l:0, tx:99, ty:80}); sub_extra2.push({tx:99, ty:80, dir:"l"}); sub_extra2.push({tx:92, ty:80, dir:"d"}); sub_extra2.push({tx:92, ty:81, dir:"l"}); sub_extra2.push({tx:89, ty:81, dir:"u"}); sub_extra2.push({tx:89, ty:80, dir:"l"}); sub_extra2.push({tx:84, ty:80, dir:"u"}); sub_extra2.push({statejump:2, tx:17, ty:24}); sub_extra2.push({statejump:1, tx:43, ty:21, l:0, gaction:"standS"}); sub_extra2.push({}); sub_extra3.push({ws:8, l:0, tx:107, ty:75}); sub_extra3.push({tx:107, ty:75, dir:"d"}); sub_extra3.push({tx:107, ty:79, dir:"l"}); sub_extra3.push({tx:103, ty:79, gaction:"standN", touchx:132}); world_text[132] = [0, "fat::default::(She's zoned out, listening to her Walkman.)"]; sub_extra4.push({ws:8, l:0, tx:108, ty:74}); sub_extra4.push({tx:108, ty:74, dir:"u"}); sub_extra4.push({statejump:2, tx:108, ty:68}); sub_extra4.push({statejump:1, tx:32, ty:18, l:0, gaction:"standS"}); sub_extra4.push({}); sub_les.push({ws:8, l:0, tx:89, ty:79, gaction:"standS", gstate:""}); sub_jock.push({ws:8, l:0, tx:90, ty:79, gaction:"standS"}); sub_ann.push({ws:8, l:0, tx:91, ty:79, gaction:"standW"}); sub_bitch.push({ws:8, l:0, tx:90, ty:80, gaction:"standN", gstate:""}); sub_slut.push({ws:8, l:0, tx:91, ty:80, gaction:"standN", gstate:""}); sub_extra5.push({ws:8, l:0, tx:30, ty:21}); sub_extra6.push({ws:8, l:0, tx:34, ty:21}); sub_extra7.push({ws:8, l:0, tx:39, ty:21}); sub_extra8.push({ws:8, l:0, tx:45, ty:22}); sub_fat.push({ws:8, l:0, tx:64, ty:80}); sub_fat.push({pa:27, pxmin:88, pxmax:88, pymin:79, pymax:81}); sub_fat.push({}); world_text[27] = [0, "jock::default::You want me to pretend to be your boyfriend?", "ann::happy::So that Michael will be interested in me.", "slut::default::It's a good plan. That's pretty much Michael's thing.", "bitch::fake::Wouldn't you rather pretend to be MY boyfriend.", "jock::default::No.", "ann::happy::So you'll be my faux-boyfriend?", "jock::default::Sure."]; sub_teech.push({}); sub_teech.push({ws:8, l:0, tx:36, ty:25, gchar:"science"}); sub_teech.push({tx:36, ty:25, dir:"u"}); sub_teech.push({tx:36, ty:19, dir:"r"}); sub_teech.push({tx:41, ty:19, gaction:"standS", pa:28}); sub_teech.push({}); world_text[28] = [{cut:"transition", audio:"bell", func:"locks", funcpass:"A,71,78,3,29," + lock_entrance_east}, "science::default::Alright, we'll be doing some practical today. Get suited up.", "fat::shame::(Why didn't I just say yes when I had the chance?)"]; sub_ann.push({ws:9, l:0, tx:37, ty:8}); sub_les.push({ws:9, l:0, tx:37, ty:8}); sub_bitch.push({ws:9, l:0, tx:37, ty:8}); sub_slut.push({ws:9, l:0, tx:37, ty:8}); sub_jock.push({ws:9, l:0, tx:37, ty:8}); sub_melissa.push({ws:9, l:0, tx:37, ty:8}); sub_pretty.push({ws:9, l:0, tx:37, ty:8}); sub_extra1.push({ws:9, l:0, tx:37, ty:8}); sub_extra2.push({ws:9, l:0, tx:37, ty:8}); sub_extra3.push({ws:9, l:0, tx:37, ty:8}); sub_teech.push({ws:9, l:0, tx:37, ty:8}); sub_extra4.push({ws:9, l:0, tx:37, ty:8}); sub_extra5.push({ws:9, l:0, tx:37, ty:8}); sub_extra6.push({ws:9, l:0, tx:37, ty:8}); sub_extra7.push({ws:9, l:0, tx:37, ty:8}); sub_extra8.push({ws:9, l:0, tx:37, ty:8}); sub_fat.push({ws:9, l:0, tx:73, ty:79, gaction:"standW"}); world_text[29] = [{func:"locks", funcpass:"A,71,78,3,-1", func2:"advancestates", func2pass:"sub_david", canright:0, canleft:0, canup:0, candown:0}, "fat::determined::(Art next, where did I put those colored pencils?)"]; sub_david.push({ws:9, l:0, tx:62, ty:69, forceinclude:1}); sub_david.push({}); sub_david.push({tx:62, ty:69, dir:"d", spd:2}); sub_david.push({tx:62, ty:80, dir:"r", forceinclude:0}); sub_david.push({tx:69, ty:80, gaction:"standE", pa:30}); world_text[30] = [0, "david::lovey::Hey bro!", "fat::happy::Hey David.", "david::lovey::You know Melissa right? You have Art with her next period right?", "fat::default::Yeah.", "david::lovey::Well me and her happen to be an item now.", "fat::default::Congratulations.", "david::lovey::I know right! Anyways will you send her my love?", "fat::concerned::I don't know man, that's kind of embarrassing.", "david::sad::Please, please, please! I'll owe you.", "fat::sigh::Fiiiiiiine.", "david::lovey::Thanks alot! See ya later.", "fat::happy::See ya."]; sub_david.push({tx:69, ty:80, dir:"r"}); sub_david.push({tx:77, ty:80, pa:31}); world_text[31] = {cut:"transition", canright:1, canleft:1, canup:1, candown:1}; sub_fat.push({}); sub_ann.push({ws:10, l:0, tx:37, ty:8}); sub_les.push({ws:10, l:0, tx:37, ty:8}); sub_bitch.push({ws:10, l:0, tx:37, ty:8}); sub_slut.push({ws:10, l:0, tx:37, ty:8}); sub_jock.push({ws:10, l:0, tx:37, ty:8}); sub_david.push({ws:10, l:0, tx:37, ty:8}); sub_extra1.push({ws:10, l:0, tx:37, ty:8}); sub_extra2.push({ws:10, l:0, tx:37, ty:8}); sub_extra3.push({ws:10, l:0, tx:37, ty:8}); sub_melissa.push({ws:10, l:0, tx:91, ty:8}); sub_pretty.push({ws:10, l:0, tx:92, ty:8, gstate:"sit"}); sub_teech.push({ws:10, l:0, tx:83, ty:7, gchar:"art", gaction:"standE"}); sub_teech.push({touchskip:1, touchx:133}); sub_teech.push({}); world_text[133] = [0, "art::0::Hi!"]; sub_extra4.push({ws:10, l:0, tx:87, ty:8}); sub_extra5.push({ws:10, l:0, tx:87, ty:5}); sub_extra6.push({ws:10, l:0, tx:89, ty:5}); sub_extra7.push({ws:10, l:0, tx:91, ty:5}); sub_extra8.push({ws:10, l:0, tx:93, ty:5}); sub_fat.push({ws:10, l:0, tx:84, ty:10, gaction:"standN"}); sub_fat.push({pa:42, pxmin:89, pxmax:89, pymin:8, pymax:8}); world_text[42] = [{nextext:43, func:"locks", funcpass:(((((((("A,83,11,0,A,84,11,0," + lock_arthall_east) + ",") + lock_intersection_south) + ",") + lock_intersection_west) + ",") + unlock_intersection_north) + ",") + unlock_intersection_east}, "fat::mad::(Oh great, Michael is sitting right next to her.)", "art::default::Yay, we're all here! Today's project is exciting, we're going to be learning how to do animation.", "pretty::smirk::Have you been thinking about my proposal?", "melissa::default::I don't even remember it.", "pretty::smirk::Shall I whisper it softly into your ear again?", "fat::mad::...", "art::default::We've got some lightboxes and specially notched paper so they can be lined up.", "pretty::smirk::You act so cold but I can hear your heartbeat from here.", "fat::mad::(LIKE HELL YOU CAN! What kind of lame-ass poetry is this?!)", "melissa::blush::...", "art::default::First I want you all to draw 2 figures on 2 pages. Like a shape or something more complex if you like.", "art::default::These 2 drawings will be the starting and ending frames of your animation.", "pretty::smirk::I think I'll draw your pretty ears.", "art::default::And then we'll take turns with the available lightboxes to draw the inbetween frames.", "art::default::The lightbox allows us to see the starting and ending frames at the same time.", "pretty::smirk::You can draw the lips that you can't stop glancing at.", "melissa::blush::I'm not.", "fat::mad::(I have to stop this! For David's sake.)", "art::default::This process is often called \"onion skinning\".", "art::default::Named after the translucent onionskin paper that many traditional animators use.", "melissa::blush::You just won't stop talking, where am I supposed to look?", "pretty::smile::Look anywhere you like, I won't mind.", "fat::default::David sends his love.", "melissa::shock::Huh?", "fat::default::I'm David's friend, he told me to send you that message. He sends his love.", "melissa::shock::Ah... thanks.", "pretty::mad::Tch."]; world_text[43] = [{precut:"art_transition"}, "fat::default::(Computer Class next, David's in that.)", "fat::default::(I'll just tell him I sent his message... I won't mention that other stuff.)"]; sub_ann.push({ws:11, l:0, tx:37, ty:8}); sub_les.push({ws:11, l:0, tx:37, ty:8}); sub_bitch.push({ws:11, l:0, tx:37, ty:8}); sub_slut.push({ws:11, l:0, tx:37, ty:8}); sub_david.push({ws:11, l:0, tx:37, ty:8, forceinclude:1}); sub_melissa.push({ws:11, l:0, tx:37, ty:8}); sub_pretty.push({ws:11, l:0, tx:37, ty:8}); sub_extra1.push({ws:11, l:0, tx:37, ty:8}); sub_extra3.push({ws:11, l:0, tx:37, ty:8}); sub_extra7.push({ws:11, l:0, tx:37, ty:8}); sub_extra8.push({ws:11, l:0, tx:82, ty:8, gaction:"standS"}); sub_extra8.push({touchskip:1, touchx:134}); sub_extra8.push({}); world_text[134] = [0, "art::0::Don't you have another class to get to?", "ghost::0::Animating is so much fun!"]; sub_teech.push({ws:11, l:0, tx:81, ty:8, gaction:"standS"}); sub_teech.push({}); sub_fat.push({ws:11, l:0, tx:85, ty:7, gaction:"standW"}); sub_fat.push({pa:44, pxmin:93, pxmax:95, pymin:61, pymax:63}); world_text[44] = {func:"advancestates", funcpass:"sub_teech"}; sub_teech.push({statejump:1, l:0, tx:35, ty:46, gchar:"comp", gstate:"sit"}); sub_extra5.push({ws:11, l:0, tx:87, ty:5}); sub_extra5.push({tx:87, ty:5, dir:"l"}); sub_extra5.push({tx:84, ty:5, dir:"d"}); sub_extra5.push({tx:94, ty:61, dir:"l"}); sub_extra5.push({tx:54, ty:61, dir:"u"}); sub_extra5.push({tx:56, ty:10}); sub_extra1.push({ws:11, l:0, tx:61, ty:59}); sub_extra1.push({tx:61, ty:59, dir:"d"}); sub_extra1.push({tx:61, ty:73}); sub_extra2.push({ws:11, l:0, tx:63, ty:58}); sub_extra2.push({tx:63, ty:58, dir:"u"}); sub_extra2.push({tx:63, ty:51, dir:"l"}); sub_extra2.push({tx:55, ty:51, dir:"u"}); sub_extra2.push({tx:33, ty:53, dir:"r"}); sub_extra2.push({tx:38, ty:53, dir:"u"}); sub_extra2.push({tx:38, ty:48, dir:"r"}); sub_extra2.push({tx:39, ty:48, dir:"u"}); sub_extra2.push({tx:39, ty:47, gaction:"standE"}); sub_extra4.push({ws:11, l:0, tx:39, ty:49}); sub_extra6.push({ws:11, l:0, tx:32, ty:47}); sub_jock.push({}); sub_jock.push({ws:11, l:0, tx:39, ty:51, gaction:"standE"}); sub_jock.push({}); sub_fat.push({pa:45, pxmin:32, pxmax:32, pymin:49, pymax:49}); world_text[45] = {func:"advancestates", funcpass:"sub_david", audio:"bell", canright:0, canleft:0, canup:0, candown:0}; sub_david.push({}); sub_david.push({statejump:1, l:0, tx:55, ty:51, gaction:"walkN"}); sub_david.push({tx:55, ty:51, dir:"u"}); sub_david.push({tx:33, ty:52, dir:"l", forceinclude:0}); sub_david.push({tx:32, ty:52, dir:"u"}); sub_david.push({tx:32, ty:51, gaction:"standW", pa:46, pdelay:1}); world_text[46] = [{func:"advancestates", funcpass:"sub_teech"}, "david::lovey::Hey.", "fat::default::Hey.", "david::lovey::Did you send my message?", "fat::nervous::Uh, yeah. Message delivered.", "david::excited::What did she say?", "fat::nervous::Oh right, she uh... she reciprocated.", "comp::default::There's a typing exercise, do that.", "david::excited::Can't wait for school to end so I can be with my bay-bay.", "fat::default::So, how did you guys... hook up?", "david::lovey::Well, we live in the same apartment complex, right.", "david::lovey::And over summer break we both went swimming in the pool at night and... heh heh.", "david::lovey::We just hit it off, y'know?", "fat::default::That's cool."]; sub_teech.push({}); sub_teech.push({statejump:1, l:0, tx:35, ty:46, gstate:"", spd:0}); sub_teech.push({tx:35, ty:46, dir:"r"}); sub_teech.push({tx:38, ty:46, dir:"d"}); sub_teech.push({tx:38, ty:47, gaction:"standE", pa:47, pdelay:2}); world_text[47] = {}; sub_teech.push({tx:38, ty:47, dir:"d"}); sub_teech.push({tx:38, ty:49, gaction:"standE", pa:47, pdelay:2}); sub_teech.push({tx:38, ty:47, dir:"d"}); sub_teech.push({tx:38, ty:49, gaction:"standE", pa:47, pdelay:2}); sub_teech.push({tx:38, ty:49, dir:"d"}); sub_teech.push({tx:38, ty:51, gaction:"standE", pa:48, pdelay:1}); world_text[48] = [0, "comp::yell::CLARENCE, WHAT THE HELL ARE YOU DOING?!", "jock::default::Playing hentai games.", "comp::tired::Honestly... how'd you even get passed the net nanny?", "jock::default::Web-proxy.", "comp::tired::What's that? Can you show me?", "jock::default::This site loads pages from other sites.", "comp::default::Interesting, normally I would write you up but...", "comp::default::This shows technical skill, I'll award you extra credit.", "jock::default::Kay."]; sub_teech.push({tx:38, ty:51, dir:"l"}); sub_teech.push({tx:33, ty:51, gaction:"standW", pa:47, pdelay:2}); sub_teech.push({tx:33, ty:51, dir:"u"}); sub_teech.push({tx:33, ty:49, gaction:"standW", pa:47, pdelay:2}); sub_teech.push({tx:33, ty:49, dir:"u"}); sub_teech.push({tx:33, ty:47, gaction:"standW", pa:47, pdelay:2}); sub_teech.push({tx:33, ty:47, dir:"u"}); sub_teech.push({tx:33, ty:46, dir:"r"}); sub_teech.push({tx:34, ty:46, gaction:"standS", pa:49, pdelay:1}); sub_teech.push({}); world_text[49] = [{func:"change_world", funcpass:"state,12", func2:"locks", func2pass:(((unlock_intersection_south + ",") + lock_intersection_east) + ",") + unlock_entrance_north, canright:1, canleft:1, canup:1, candown:1}, "comp::default::Alright, class is just about over. You all can leave early."]; sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_les.push({ws:12, l:0, tx:37, ty:8}); sub_bitch.push({ws:12, l:0, tx:37, ty:8}); sub_melissa.push({ws:12, l:0, tx:37, ty:8}); sub_pretty.push({ws:12, l:0, tx:37, ty:8}); sub_extra1.push({ws:12, l:0, tx:37, ty:8}); sub_extra3.push({ws:12, l:0, tx:37, ty:8}); sub_extra5.push({ws:12, l:0, tx:37, ty:8}); sub_extra7.push({ws:12, l:0, tx:37, ty:8}); sub_extra8.push({ws:12, l:0, tx:37, ty:8}); sub_fat.push({ws:12, l:0, tx:32, ty:49}); sub_teech.push({ws:12, l:0, tx:34, ty:46}); sub_david.push({ws:12, l:0, tx:32, ty:51, forceinclude:1}); sub_david.push({tx:32, ty:51, dir:"d"}); sub_david.push({tx:32, ty:52, dir:"r"}); sub_david.push({tx:33, ty:52, dir:"d"}); sub_david.push({tx:55, ty:51, dir:"r"}); sub_david.push({tx:63, ty:51, dir:"d"}); sub_david.push({tx:63, ty:61, dir:"r"}); sub_david.push({tx:76, ty:61, forceinclude:0}); sub_extra2.push({ws:12, l:0, tx:39, ty:47, forceinclude:1}); sub_extra2.push({tx:39, ty:47, dir:"d"}); sub_extra2.push({tx:39, ty:48, dir:"l"}); sub_extra2.push({tx:37, ty:48, dir:"d"}); sub_extra2.push({tx:37, ty:52, dir:"l"}); sub_extra2.push({tx:33, ty:52, dir:"d"}); sub_extra2.push({tx:55, ty:51, dir:"r"}); sub_extra2.push({tx:60, ty:51, dir:"d"}); sub_extra2.push({tx:60, ty:61, dir:"l"}); sub_extra2.push({tx:51, ty:61, gaction:"standN", forceinclude:0}); sub_extra4.push({ws:12, l:0, tx:39, ty:49, forceinclude:1}); sub_extra4.push({tx:39, ty:49, dir:"d"}); sub_extra4.push({tx:39, ty:50, dir:"l"}); sub_extra4.push({tx:35, ty:50, dir:"d"}); sub_extra4.push({tx:35, ty:53, dir:"l"}); sub_extra4.push({tx:33, ty:53, dir:"d"}); sub_extra4.push({tx:55, ty:52, dir:"r"}); sub_extra4.push({tx:60, ty:52, dir:"d"}); sub_extra4.push({statejump:2, tx:60, ty:82}); sub_extra4.push({statejump:1, l:0, tx:37, ty:8, forceinclude:0}); sub_extra6.push({ws:12, l:0, tx:32, ty:47, forceinclude:1}); sub_extra6.push({tx:32, ty:47, dir:"d"}); sub_extra6.push({tx:32, ty:48, dir:"r"}); sub_extra6.push({tx:33, ty:48, dir:"d"}); sub_extra6.push({tx:33, ty:52, dir:"l"}); sub_extra6.push({tx:32, ty:52, dir:"d"}); sub_extra6.push({tx:55, ty:51, dir:"r"}); sub_extra6.push({tx:62, ty:51, dir:"d"}); sub_extra6.push({tx:62, ty:80, dir:"r"}); sub_extra6.push({tx:76, ty:80, forceinclude:0}); sub_jock.push({ws:12, l:0, tx:39, ty:51, forceinclude:1}); sub_jock.push({tx:39, ty:51, dir:"d"}); sub_jock.push({tx:39, ty:52, dir:"l"}); sub_jock.push({tx:33, ty:52, dir:"d"}); sub_jock.push({tx:55, ty:51, dir:"r"}); sub_jock.push({tx:61, ty:51, dir:"d"}); sub_jock.push({tx:61, ty:79, dir:"l"}); sub_jock.push({tx:59, ty:79, gaction:"standW", pa:50, forceinclude:0}); sub_jock.push({}); world_text[50] = {func:"advancestates", funcpass:"sub_fat"}; sub_ann.push({ws:12, l:0, tx:58, ty:79, gaction:"standE"}); sub_slut.push({ws:12, l:0, tx:55, ty:79, gaction:"standE"}); sub_fat.push({}); sub_fat.push({pa:51, pxmin:60, pxmax:64, pymin:79, pymax:81}); world_text[51] = [{cut:"transition", func:"locks", funcpass:(((((((((("A,71,78,3,52," + lock_entrance_east) + ",") + lock_entrance_north) + ",") + lock_intersection_north) + ",") + lock_intersection_east) + ",") + unlock_intersection_south) + ",") + unlock_intersection_west}, "ann::happy::Yay, you're here. Now we can pretend to be a couple.", "ann::happy::How should we do this?", "fat::mad::(I better get out of here before I lose my mind.)"]; sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_melissa.push({ws:13, l:0, tx:37, ty:8}); sub_pretty.push({ws:13, l:0, tx:37, ty:8}); sub_extra1.push({ws:13, l:0, tx:37, ty:8}); sub_extra2.push({ws:13, l:0, tx:37, ty:8}); sub_extra3.push({ws:13, l:0, tx:37, ty:8}); sub_extra4.push({ws:13, l:0, tx:37, ty:8}); sub_extra5.push({ws:13, l:0, tx:37, ty:8}); sub_extra6.push({ws:13, l:0, tx:37, ty:8}); sub_extra7.push({ws:13, l:0, tx:37, ty:8}); sub_extra8.push({ws:13, l:0, tx:37, ty:8}); sub_teech.push({ws:13, l:0, tx:37, ty:8}); sub_les.push({ws:13, l:0, tx:54, ty:79, gaction:"standS"}); sub_les.push({touchskip:1, touchx:135}); world_text[135] = [0, "les::think::This relationship drama is getting pretty boring."]; sub_slut.push({ws:13, l:0, tx:55, ty:79, gaction:"standS"}); sub_slut.push({touchskip:1, touchx:136, taction:"face"}); world_text[136] = [0, "slut::smirk::Hey guy, you still have some crud in your eye.", "fat::blush::Thanks."]; sub_bitch.push({ws:13, l:0, tx:56, ty:79, gaction:"standE"}); sub_bitch.push({touchskip:1, touchx:137, taction:"face"}); world_text[137] = [0, "bitch::douche::Why can't I get a fake boyfriend?!", "bitch::fake::What are you staring at, chubby?", "fat::sleepy::..."]; sub_ann.push({ws:13, l:0, tx:58, ty:79, gaction:"standE"}); sub_jock.push({ws:13, l:0, tx:59, ty:79, gaction:"standS"}); sub_david.push({ws:13, l:0, tx:72, ty:81, gaction:"standN"}); tempstate1 = sub_david.push({tx:72, ty:81, dir:"l", spd:2}) - 1; sub_david.push({tx:63, ty:81, gaction:"standW", pa:47, pdelay:2}); sub_david.push({tx:63, ty:81, dir:"u"}); sub_david.push({tx:63, ty:72, gaction:"standN", pa:47, pdelay:2}); sub_david.push({tx:63, ty:72, dir:"r"}); sub_david.push({tx:64, ty:72, gaction:"standS", pa:47, pdelay:1}); sub_david.push({tx:64, ty:72, dir:"d"}); sub_david.push({tx:64, ty:81, gaction:"standW", pa:47, pdelay:2}); sub_david.push({tx:64, ty:81, dir:"r"}); sub_david.push({tx:72, ty:81, gaction:"standE", pa:53, pdelay:1}); sub_david.push({}); world_text[53] = {sprite:sub_numbers.sub_david, propname:"state", propval:tempstate1}; sub_david.push({}); tempstate2 = sub_david.push({dir:"ud", spd:3}) - 1; sub_david.push({ty:80, dir:"lr"}); sub_david.push({tx:71, ty:80, gaction:"standN", pa:54}); sub_fat.push({ws:13, l:0, tx:62, ty:82, gchar:"fatgym", gaction:"standN"}); world_text[52] = [{func:"locks", funcpass:"A,71,78,3,-1,A,42,60,0," + unlock_entrance_north, sprite:sub_numbers.sub_david, propname:"state", propval:tempstate2, canright:0, canleft:0, canup:0, candown:0}, "fat::yawn::*yawn*", "fat::sleepy::(English books ac-quired.)", "ann::mad::Michael didn't care at all.", "fat::sleepy::(Well that's good news.)", "slut::default::You're not very convincing.", "bitch::douche::What can you expect from a virgin?"]; world_text[54] = [{sprite:sub_numbers.sub_david, propname:"state", propval:tempstate1, canright:1, canleft:1, canup:1, candown:1, func:"change_world", funcpass:"inclass,0"}, "david::worry::Hey bud, have you seen Melissa around?", "fat::yawn::Naaaawwwwnnn.", "fat::sleepy::What's wrong?", "david::worry::Nothing, nevermind."]; sub_fat.push({pa:55, pxmin:7, pxmax:8, pymin:52, pymax:52}); world_text[55] = [0, "fat::sleepy::(Early... I'll just go to my seat and rest.)"]; sub_fat.push({pa:56, pxmin:7, pxmax:7, pymin:47, pymax:47}); world_text[56] = [{sprite:0, animate:1, cut:"transition", func:"change_world", funcpass:"inclass,1", canright:0, canleft:0, canup:0, candown:0}, "fat::sleepy::(The back-window seat, the seat for protagonists.)"]; sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_ann.push({ws:14, l:0, tx:37, ty:8}); sub_les.push({ws:14, l:0, tx:37, ty:8}); sub_bitch.push({ws:14, l:0, tx:37, ty:8}); sub_slut.push({ws:14, l:0, tx:37, ty:8}); sub_jock.push({ws:14, l:0, tx:37, ty:8}); sub_melissa.push({ws:14, l:0, tx:37, ty:8}); sub_pretty.push({ws:14, l:0, tx:37, ty:8}); sub_extra7.push({ws:14, l:0, tx:37, ty:8}); sub_extra8.push({ws:14, l:0, tx:37, ty:8}); sub_fat.push({ws:14, l:0, tx:7, ty:47, gstate:"sit", gaction:"asleep"}); sub_extra1.push({ws:14, l:0, tx:7, ty:51, gaction:"standE"}); sub_extra2.push({ws:14, l:0, tx:10, ty:47, gaction:"standE"}); sub_extra3.push({ws:14, l:0, tx:10, ty:49, gaction:"standE"}); sub_extra4.push({ws:14, l:0, tx:10, ty:51, gaction:"standE"}); sub_extra5.push({ws:14, l:0, tx:13, ty:47, gaction:"standE"}); sub_extra6.push({ws:14, l:0, tx:13, ty:49, gaction:"standE"}); sub_teech.push({ws:14, l:0, tx:16, ty:49, gaction:"standW", gchar:"english"}); sub_david.push({ws:14, l:0, tx:8, ty:52, spd:1}); sub_david.push({tx:8, ty:52, dir:"l"}); sub_david.push({tx:6, ty:52, dir:"u"}); sub_david.push({tx:6, ty:50, pa:57}); world_text[57] = {sprite:0, animate:1, audio:"bell"}; sub_david.push({tx:6, ty:50, dir:"r"}); sub_david.push({tx:7, ty:50, dir:"u"}); sub_david.push({tx:7, ty:49, gaction:"standE", pa:58, pdelay:2}); world_text[58] = [{cut:"transition", func:"change_world", funcpass:"inclass,0", canright:1, canleft:1, canup:1, candown:1}, "english::default::You should all be finished reading The Odyssey...", "english::default::So today I want an essay analyzing the motivations of a character of your choosing.", "david::glance::Hey, your next class... Melissa goes to that, right?", "fat::sleepy::Uhh yeah, Math.", "david::glance::Ok, cool."]; sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_jock.push({ws:15, l:0, tx:37, ty:8}); sub_extra1.push({ws:15, l:0, tx:40, ty:62}); sub_extra1.push({tx:40, ty:62, dir:"l"}); sub_extra1.push({tx:34, ty:62, dir:"u"}); sub_extra1.push({tx:34, ty:61, gaction:"standN", pa:47, pdelay:3}); sub_extra1.push({tx:34, ty:61, dir:"r"}); sub_extra1.push({tx:36, ty:61, dir:"u"}); sub_extra1.push({tx:7, ty:11}); tempstate1 = sub_extra1.push({statejump:1, tx:7, ty:21, l:0, gaction:"standE"}) - 1; sub_extra4.push({ws:15, l:0, tx:42, ty:62}); sub_extra4.push({tx:42, ty:62, dir:"r"}); sub_extra4.push({tx:76, ty:62}); tempstate4 = sub_extra4.push({statejump:1, tx:10, ty:21, l:0, gaction:"standE"}) - 1; sub_extra3.push({ws:15, l:0, tx:10, ty:49, gaction:"standE"}); sub_extra3.push({tx:10, ty:49, dir:"u"}); sub_extra3.push({tx:10, ty:48, dir:"l"}); sub_extra3.push({tx:9, ty:48, dir:"d"}); sub_extra3.push({tx:9, ty:52, dir:"l"}); sub_extra3.push({tx:8, ty:52, dir:"d"}); sub_extra3.push({tx:42, ty:63, dir:"r"}); sub_extra3.push({tx:60, ty:63, dir:"d"}); sub_extra3.push({tx:60, ty:67, dir:"l"}); sub_extra3.push({tx:91, ty:48}); tempstate3 = sub_extra3.push({statejump:1, tx:13, ty:21, l:0, gaction:"standE"}) - 1; sub_extra6.push({ws:15, l:0, tx:12, ty:52, gaction:"standW"}); sub_extra6.push({tx:12, ty:52, dir:"l"}); sub_extra6.push({tx:8, ty:52, dir:"d"}); sub_extra6.push({tx:42, ty:62, dir:"r"}); sub_extra6.push({tx:61, ty:62, dir:"u"}); sub_extra6.push({tx:61, ty:54}); tempstate6 = sub_extra6.push({statejump:1, tx:7, ty:23, l:0, gaction:"standE"}) - 1; sub_extra2.push({ws:15, l:0, tx:10, ty:47, gaction:"standE"}); sub_extra2.push({tx:10, ty:47, gaction:"standE", pa:47, pdelay:1}); sub_extra2.push({tx:10, ty:47, dir:"d"}); sub_extra2.push({tx:10, ty:48, dir:"r"}); sub_extra2.push({tx:15, ty:48, gaction:"standE", pa:47, pdelay:2}); sub_extra2.push({tx:15, ty:48, dir:"d"}); sub_extra2.push({tx:15, ty:52, dir:"l"}); sub_extra2.push({tx:8, ty:52, dir:"d"}); sub_extra2.push({tx:42, ty:62, dir:"r"}); sub_extra2.push({tx:69, ty:62, dir:"u"}); sub_extra2.push({tx:69, ty:61, gaction:"standS"}); sub_pretty.push({ws:15, l:0, tx:67, ty:80, gstate:""}); sub_pretty.push({tx:67, ty:80, dir:"l"}); sub_pretty.push({tx:62, ty:80, dir:"u", forceinclude:1}); sub_pretty.push({tx:62, ty:54}); sub_extra7.push({ws:15, l:0, tx:13, ty:23, gaction:"standE"}); sub_extra7.push({}); sub_extra5.push({ws:15, l:0, tx:13, ty:47, gaction:"standE"}); sub_extra5.push({touchskip:1, touchx:138}); sub_extra5.push({}); world_text[138] = [0, "ghost::0::...", "fat::concerned::(She's reading a Danielle Steel novel really intensely.)"]; sub_david.push({ws:15, l:0, tx:81, ty:79, gaction:"standE"}); sub_david.push({}); tempstate2 = sub_david.push({tx:81, ty:79, dir:"d", spd:3, forceinclude:1}) - 1; sub_david.push({tx:81, ty:80, dir:"r"}); sub_david.push({tx:102, ty:80, forceinclude:0}); sub_melissa.push({ws:15, l:0, tx:82, ty:79, gaction:"standW"}); sub_melissa.push({}); tempstate5 = sub_melissa.push({tx:82, ty:79, dir:"r"}) - 1; sub_melissa.push({tx:84, ty:79, dir:"u"}); sub_melissa.push({tx:16, ty:24, dir:"l"}); sub_melissa.push({tx:10, ty:24, dir:"u"}); sub_melissa.push({tx:10, ty:23, gaction:"standE"}); sub_teech.push({ws:15, l:0, tx:16, ty:49, gaction:"standW"}); sub_teech.push({touchskip:1, touchx:139}); sub_teech.push({}); world_text[139] = [0, "english::0::What are you still doing here?", "english::0::This story won't advance if you don't."]; tempstate7 = sub_teech.push({statejump:1, l:0, tx:18, ty:21, gaction:"standW", gchar:"math"}) - 1; sub_teech.push({}); sub_fat.push({ws:15, l:0, tx:7, ty:48, gstate:"", gaction:"standS"}); sub_fat.push({pa:59, pxmin:7, pxmax:7, pymin:48, pymax:48}); world_text[59] = [{func:"locks", funcpass:"A,71,78,3,63,A,42,60,1," + lock_entrance_east}, "english::default::Don't forget, read at least half of Catcher In The Rye by Monday."]; world_text[63] = [{func:"locks", funcpass:(((("A,71,78,3,-1,A,84,78,0,A,16,25,0,A,17,25,0," + unlock_entrance_east) + ",") + lock_entrance_north) + ",") + lock_mathhall_east}, "fat::default::Math books acquired."]; sub_fat.push({pa:60, pxmin:78, pxmax:78, pymin:79, pymax:81}); world_text[60] = [{func:"advancestates", funcpass:"sub_teech,sub_david,sub_melissa,sub_extra1,sub_extra3,sub_extra4,sub_extra6", func2pass:(((((((((((tempstate7 + ",") + tempstate2) + ",") + tempstate5) + ",") + tempstate1) + ",") + tempstate3) + ",") + tempstate4) + ",") + tempstate6}, "fat::default::(Looks like he caught her.)", "david::worry::Where'd you go this morning? You just disappeared.", "melissa::suspicious::Umm well, I had to see a teacher first thing about an assignment.", "melissa::sad::Sorry.", "david::lovey::Ok.", "fat::dispoint::(I can't believe he bought that.)"]; sub_extra8.push({ws:15, l:0, tx:90, ty:79, gaction:"standW"}); sub_extra8.push({tx:90, ty:79, dir:"l"}); sub_extra8.push({tx:84, ty:79, dir:"u"}); sub_extra8.push({tx:16, ty:22, dir:"l"}); sub_extra8.push({tx:15, ty:22, dir:"u"}); sub_extra8.push({tx:15, ty:20, dir:"l"}); sub_extra8.push({tx:13, ty:20, dir:"u"}); sub_extra8.push({tx:13, ty:19, gaction:"standE"}); sub_fat.push({pa:61, pxmin:4, pxmax:10, pymin:19, pymax:21}); world_text[61] = {audio:"bell"}; sub_fat.push({pa:62, pxmin:7, pxmax:7, pymin:19, pymax:19, pdelay:1}); world_text[62] = [{func:"advancestates", funcpass:"sub_teech", func2:"locks", func2pass:"A,16,25,1,A,17,25,1"}, "fat::default::(Ann isn't here.)", "math::default::Ann isn't here. Is she absent?", "ghost::0::I saw her this morning.", "fat::default::(Skipping, figures with her hanging with that crowd.)", "math::dispoint::Skipping, figures with her grades.", "fat::nervous::(I hope that guy isn't doing anything weird with her... Clarence.)", "fat::nervous::(He looks at pornography in school, he's definitely going to try something.)", "fat::determined::I need to stop him!", "math::default::What did you say?", "fat::shock::(I said that out loud!)", "fat::nervous::I uh, I need to use the toilet.", "math::pissed::Fine, come get your hall pass."]; sub_teech.push({touchl:64, touchskip:1}); sub_teech.push({}); world_text[64] = [{func:"locks", funcpass:"A,16,25,0,A,17,25,0,A,84,78,1,A,94,78,0,A,96,78,0," + lock_mathhall_west}, "math::pissed::Everyone has to use the toilet during Math.", "fat::shame::Sorry."]; sub_fat.push({pa:65, pxmin:84, pxmax:84, pymin:79, pymax:79}); world_text[65] = [0, "fat::determined::(Ok, where do I go?)", "fat::determined::(Where would Clarence be, making Ann do unspeakable things?)", "fat::determined::(I just have to think like a perverted sex fiend!)", "fat::determined::(And when I find them I will... I will...)", "fat::shame::(Ugh, I'm being stupid aren't I?)", "fat::shame::(I'm not that heroic and things are not that black and white.)", "fat::default::(I don't really need to go but I guess I should go to the toilets then come back.)"]; sub_fat.push({pa:66, pxmin:94, pxmax:94, pymin:79, pymax:81}); world_text[66] = [0, "slut::smirk::You're not be- real enough -th Clarence to fool -chael.", "fat::concerned::Sound like Sophie is talking to Ann about their scheme in the girl's room.", "slut::smirk::--- you want to --- you h- to loo- ---", "fat::concerned::It's too hard to make out what they're saying...", "fat::concerned::There's no one around, maybe I'll try getting closer..."]; sub_slut.push({ws:15, l:0, tx:8, ty:33, gaction:"standE"}); sub_ann.push({ws:15, l:0, tx:9, ty:33, gaction:"standS"}); sub_les.push({ws:15, l:0, tx:10, ty:33, gaction:"standW"}); sub_bitch.push({ws:15, l:0, tx:11, ty:34, gaction:"standW"}); sub_fat.push({pa:67, pxmin:11, pxmax:11, pymin:38, pymax:38}); world_text[67] = [{nextext:68}, "slut::smirk::You'll have to start acting like a REAL couple with Clarence.", "slut::smirk::Michael is a hunter, he won't be fooled by what you're doing now.", "ann::default::How can I do that?", "slut::default::Well first off you need to kiss.", "fat::shock::(KISS?!)", "ann::mad::But we did kiss!", "fat::shock::(THEY KISSED?!)", "slut::default::That kiss was weak-ass. You need to do a real couple's kiss.", "ann::default::What's that like?", "slut::smirk::Oh, you don't even know.", "fat::mad::(A KISS IS A KISS!)", "slut::smirk::We should teach you what being a couple is like, right Les?", "les::smile::Yeaaaaah."]; world_text[68] = [{precut:"peep", func:"advancestates", funcpass:"sub_bitch"}, "bitch::douche::Quit being lesbos, it's gross.", "les::smile::No.", "bitch::douche::Fine, I'm leaving.", "fat::nervous::(Oh crap, I better get out of here!)"]; sub_bitch.push({}); sub_bitch.push({tx:11, ty:34, spd:0, dir:"l"}); sub_bitch.push({tx:9, ty:34, dir:"d"}); sub_bitch.push({tx:9, ty:38, gaction:"standS"}); sub_fat.push({pa:69, pxmin:94, pxmax:94, pymin:79, pymax:79}); world_text[69] = [{func:"locks", funcpass:"A,94,78,1"}, "fat::nervous::(Where do I go? Back to class?)", "fat::shock::(I have an erection!)", "fat::shock::(Toilet! Toilet! Toilet!)"]; sub_fat.push({pa:70, pxmin:34, pxmax:35, pymin:33, pymax:33}); world_text[70] = [{audio:"jerkin", canright:0, canleft:0, canup:0, candown:0, func:"advancestates", funcpass:"sub_pretty", func2:"locks", func2pass:"A,37,38,2,fat::stupid::(I need to wash my hands first.)"}, "fat::blush::(It's so hard. How long will this take to subside?)", "fat::blush::(I guess I should take the quick route.)", "fat::shame::(I really should not be jerking it in school.)", "fat::blush::(But then again there's alot of things that probably shouldn't be happening at school...)", "fat::blush::(With this image of Ann and Sophie in my head I'll definitely beat my record...)"]; sub_pretty.push({statejump:1, l:0, tx:108, ty:80}); sub_pretty.push({tx:108, ty:80, dir:"l"}); sub_pretty.push({tx:96, ty:80, dir:"u"}); sub_pretty.push({tx:35, ty:38, dir:"r"}); sub_pretty.push({tx:38, ty:38, dir:"u"}); sub_pretty.push({tx:38, ty:35, dir:"l"}); sub_pretty.push({tx:37, ty:35, dir:"u"}); sub_pretty.push({tx:37, ty:33, gaction:"standN", pa:71, forceinclude:0}); world_text[71] = [{func:"locks", funcpass:"A,39,32,3,73", canright:1, canleft:1, canup:1, candown:1}, "fat::orgasm::Ahhhnnnn.", "fat::sigh::Huu. Huu.", "fat::blush::(Ok, done. Just got to wash this stuff off my hand and get back to class.)"]; world_interactA[39][32] = {touch:72}; world_text[72] = {audio:"washhands"}; world_text[73] = [{func:"locks", funcpass:"A,39,32,3,72,A,37,38,0,A,84,78,0,A,96,78,1", func2:"advancestates", func2pass:"sub_teech", audio:"washhands"}, "fat::nervous::(Shit, it's Michael. I didn't hear him come in.)", "fat::nervous::(I hope he didn't hear me.)", "pretty::eyeshut::..."]; sub_teech.push({touchl:74, touchskip:1}); sub_teech.push({}); world_text[74] = [{func:"locks", funcpass:"A,84,78,1"}, "fat::shame::Here's the hall pass...", "math::smirk::What didja fall in?", "ghost::0::Ha ha ha."]; sub_fat.push({pa:75, pxmin:7, pxmax:7, pymin:19, pymax:19}); world_text[75] = {audio:"bell", cut:"transition", func:"locks", funcpass:lock_intersection_west + ",A,36,60,0"}; sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_ann.push({ws:16, l:0, tx:37, ty:8}); sub_les.push({ws:16, l:0, tx:37, ty:8}); sub_slut.push({ws:16, l:0, tx:37, ty:8}); sub_jock.push({ws:16, l:0, tx:37, ty:8}); sub_david.push({ws:16, l:0, tx:37, ty:8}); sub_melissa.push({ws:16, l:0, tx:37, ty:8}); sub_pretty.push({ws:16, l:0, tx:37, ty:8}); sub_extra1.push({ws:16, l:0, tx:37, ty:8}); sub_extra5.push({ws:16, l:0, tx:37, ty:8}); sub_extra7.push({ws:16, l:0, tx:37, ty:8}); sub_bitch.push({ws:16, l:0, tx:14, ty:7, gaction:"standS"}); sub_extra4.push({ws:16, tx:12, ty:7, l:0, gaction:"standS"}); sub_extra3.push({ws:16, tx:8, ty:8, l:0, gaction:"standE"}); sub_extra2.push({ws:16, tx:16, ty:8, l:0, gaction:"standW"}); sub_extra6.push({ws:16, tx:8, ty:9, l:0, gaction:"standE"}); sub_teech.push({ws:16, l:0, tx:12, ty:5, gaction:"standS", gchar:"french"}); sub_extra8.push({ws:16, tx:32, ty:61, l:0, forceinclude:1, gaction:"standN"}); sub_extra8.push({}); sub_extra8.push({tx:32, ty:61, dir:"r"}); sub_extra8.push({tx:36, ty:61, dir:"u"}); sub_extra8.push({tx:7, ty:11, dir:"r"}); sub_extra8.push({tx:16, ty:11, dir:"u"}); sub_extra8.push({tx:16, ty:9, gaction:"standW", forceinclude:0, pa:77, pxmin:10, pxmax:10, pymin:7, pymax:7}); sub_fat.push({ws:16, l:0, tx:39, ty:62, gaction:"standW"}); sub_fat.push({pa:76, pxmin:36, pxmax:36, pymin:61, pymax:63}); world_text[76] = [{func:"advancestates", funcpass:"sub_extra8"}, "fat::sweaty::(Sheesh, it feels like all I do all day is walk around.)"]; world_text[77] = [{canright:0, canleft:0, canup:1, candown:0, cut:"transition"}, "fat::concerned::(Next class is PE. This is gonna be tough.)", "french::0::Bonjour la classe.", "bitch::happy::Bonjour, Mademoiselle Thomas.", "fat::concerned::(Ann, Clarence, Michael, Sophie, everyone in one class.)", "fat::concerned::(What if Ann and Clarence start making out in class?)", "french::default::Le terme officiel est \"Embrasse-Fran\u00E7aise\".", "bitch::happy::Vous etes si mauvais.", "fat::concerned::(That definitely won't happen but...)", "fat::concerned::(What if Michael heard me and tells people?)", "fat::concerned::(I have this feeling something horrible will happen.)", "fat::concerned::(I need to do something.)"]; sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_david.push({ws:17, l:0, tx:37, ty:8}); sub_melissa.push({ws:17, l:0, tx:37, ty:8}); sub_extra3.push({ws:17, l:0, tx:37, ty:8}); sub_extra4.push({ws:17, l:0, tx:37, ty:8}); sub_extra5.push({ws:17, l:0, tx:37, ty:8}); sub_extra6.push({ws:17, l:0, tx:37, ty:8}); sub_extra7.push({ws:17, l:0, tx:37, ty:8}); sub_extra8.push({ws:17, l:0, tx:37, ty:8}); sub_teech.push({ws:17, l:0, tx:113, ty:30, gaction:"standS", gchar:"gym"}); sub_teech.push({pa:78, pdelay:1}); world_text[78] = [{func:"advancestates", funcpass:"sub_fat,sub_jock,sub_ann,sub_pretty,sub_slut,sub_bitch,sub_les,sub_extra1,sub_extra2"}, "gym::yell::GO!"]; sub_teech.push({}); sub_les.push({ws:17, l:0, tx:106, ty:36, gstate:"gym", gaction:"standE", spd:1}); sub_bitch.push({ws:17, l:0, tx:106, ty:35, gstate:"gym", gaction:"standE", spd:1}); sub_slut.push({ws:17, l:0, tx:106, ty:34, gstate:"gym", gaction:"standE", spd:1}); sub_fat.push({ws:17, l:0, tx:106, ty:33, gaction:"standN", spd:1}); sub_extra1.push({ws:17, l:0, tx:106, ty:32, gstate:"gym", gaction:"standE", spd:1}); sub_ann.push({ws:17, l:0, tx:122, ty:33, gstate:"gym", gaction:"standS", spd:1}); sub_jock.push({ws:17, l:0, tx:122, ty:34, gstate:"gym", gaction:"standW", spd:1}); sub_pretty.push({ws:17, l:0, tx:122, ty:35, gstate:"gym", gaction:"standS", spd:1}); sub_extra2.push({ws:17, l:0, tx:122, ty:36, gstate:"gym", gaction:"standW", spd:1}); sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_les.push({tx:106, ty:36, dir:"u"}); sub_bitch.push({tx:106, ty:35, dir:"u"}); sub_slut.push({tx:106, ty:34, dir:"u"}); sub_fat.push({pa:79, pxmin:106, pxmax:106, pymin:32, pymax:32}); sub_fat.push({}); world_text[79] = [{canright:0, canleft:0, canup:0, candown:0, func:"advancestates", funcpass:"sub_teech"}, "bitch::douche::He's totally not buying it.", "slut::default::She's still staring at him too much.", "les::default::Clarence's acting is awful."]; sub_extra1.push({tx:106, ty:32, dir:"r", gstate:"jog", spd:3}); sub_ann.push({tx:122, ty:33, dir:"d"}); sub_jock.push({tx:122, ty:34, dir:"d"}); sub_pretty.push({tx:122, ty:35, dir:"d"}); sub_extra2.push({tx:122, ty:36, dir:"l", gstate:"jog", spd:3}); sub_extra2.push({tx:106, ty:36, gaction:"standW", gstate:"gym", spd:1, pa:80}); sub_extra2.push({}); sub_les.push({tx:106, ty:35, gaction:"standE"}); sub_bitch.push({tx:106, ty:34, gaction:"standE"}); sub_slut.push({tx:106, ty:33, gaction:"standE"}); sub_extra1.push({tx:122, ty:32, gstate:"gym", gaction:"standE", spd:1, pa:80}); sub_extra1.push({}); sub_ann.push({tx:122, ty:34, gaction:"standS"}); sub_jock.push({tx:122, ty:35, gaction:"standW"}); sub_pretty.push({tx:122, ty:36, gaction:"standW"}); world_text[80] = {func:"advancestates", funcpass:"sub_teech"}; sub_teech.push({}); sub_teech.push({}); sub_teech.push({pa:81, pdelay:1}); world_text[81] = [{canright:1, sprite:0, propname:"gstate", propval:"jog", propname2:"spd", propval2:3, func:"advancestates", funcpass:"sub_fat,sub_jock,sub_ann,sub_pretty,sub_slut,sub_bitch,sub_les,sub_extra1,sub_extra2"}, "gym::yell::GO!"]; sub_teech.push({}); sub_fat.push({pa:82, pxmin:122, pxmax:122, pymin:32, pymax:32}); sub_fat.push({}); world_text[82] = [{sprite:0, propname:"gstate", propval:"", propname2:"spd", propval2:1, canright:0, canleft:0, canup:0, candown:1, func:"advancestates", funcpass:"sub_teech"}, "ann::sweaty::Haa, I hate sprinting, I'm all sweaty.", "jock::perv::Is your pussy sweaty too?", "fat::mad::(What the heck?!)", "ann::shock::What? Gross, don't say that!", "jock::perv::I want to wipe the sweat from your cunt in front of everybody.", "ann::mad::Heh, heh.", "ann::mad::[This isn't how couples act in public Clarence! This isn't how ANYONE acts in public!!]", "jock::perv::[I'm pretending you're my girlfriend just like you asked me to, you're the one not taking this serious.]", "ann::mad::[Do it right!]"]; sub_extra1.push({tx:122, ty:32, dir:"d"}); sub_extra1.push({tx:122, ty:34, gaction:"standS"}); sub_ann.push({tx:122, ty:34, dir:"d"}); sub_ann.push({tx:122, ty:35, gaction:"standS"}); sub_jock.push({tx:122, ty:35, dir:"d"}); sub_jock.push({tx:122, ty:36, gaction:"standW"}); sub_pretty.push({tx:122, ty:36, dir:"l", gstate:"jog", spd:3}); sub_pretty.push({tx:106, ty:36, gaction:"standN", gstate:"gym", spd:1, pa:80}); sub_pretty.push({}); sub_extra2.push({tx:106, ty:36, dir:"u"}); sub_extra2.push({tx:106, ty:35, gaction:"standN"}); sub_les.push({tx:106, ty:35, dir:"u"}); sub_les.push({tx:106, ty:34, gaction:"standE"}); sub_bitch.push({tx:106, ty:34, dir:"u"}); sub_bitch.push({tx:106, ty:33, gaction:"standE"}); sub_slut.push({tx:106, ty:33, dir:"u"}); sub_slut.push({tx:106, ty:32, gaction:"standE"}); sub_teech.push({}); sub_teech.push({pa:78, pdelay:1}); sub_teech.push({}); sub_fat.push({pa:83, pxmin:122, pxmax:122, pymin:34, pymax:34}); sub_fat.push({}); world_text[83] = [{func:"advancestates", funcpass:"sub_teech"}, "fat::determined::(Clarence is such a perverted bastard. I wish I could make this stop.)", "fat::determined::(I can't believe he said all that.)", "fat::determined::(If only there was something I could say to Ann to make her stop this.)"]; sub_extra1.push({tx:122, ty:34, dir:"d"}); sub_extra1.push({tx:122, ty:35, gaction:"standS"}); sub_ann.push({tx:122, ty:35, dir:"d"}); sub_ann.push({tx:122, ty:36, gaction:"standW"}); sub_jock.push({tx:122, ty:36, dir:"l", gstate:"jog", spd:3}); sub_jock.push({tx:106, ty:36, gaction:"standN", gstate:"gym", spd:1, pa:80}); sub_jock.push({}); sub_pretty.push({tx:106, ty:36, dir:"u"}); sub_pretty.push({tx:106, ty:35, gaction:"standN"}); sub_extra2.push({tx:106, ty:35, dir:"u"}); sub_extra2.push({tx:106, ty:34, gaction:"standN"}); sub_les.push({tx:106, ty:34, dir:"u"}); sub_les.push({tx:106, ty:33, gaction:"standE"}); sub_bitch.push({tx:106, ty:33, dir:"u"}); sub_bitch.push({tx:106, ty:32, gaction:"standE"}); sub_slut.push({tx:106, ty:32, dir:"r"}); sub_slut.push({tx:122, ty:32, gaction:"standE", pa:80}); sub_slut.push({}); sub_teech.push({}); sub_teech.push({}); sub_teech.push({pa:78, pdelay:1}); sub_teech.push({}); sub_fat.push({pa:84, pxmin:122, pxmax:122, pymin:35, pymax:35}); sub_fat.push({}); world_text[84] = [{func:"advancestates", funcpass:"sub_teech"}, "gym::yell::C'mon girls, more effort!"]; sub_extra1.push({tx:122, ty:35, dir:"d"}); sub_extra1.push({tx:122, ty:36, gaction:"standW"}); sub_ann.push({tx:122, ty:36, dir:"l", gstate:"jog", spd:3}); sub_ann.push({tx:106, ty:36, gaction:"standN", gstate:"gym", spd:1, pa:80}); sub_ann.push({}); sub_jock.push({tx:106, ty:36, dir:"u"}); sub_jock.push({tx:106, ty:35, gaction:"standE"}); sub_pretty.push({tx:106, ty:35, dir:"u"}); sub_pretty.push({tx:106, ty:34, gaction:"standN"}); sub_extra2.push({tx:106, ty:34, dir:"u"}); sub_extra2.push({tx:106, ty:33, gaction:"standN"}); sub_les.push({tx:106, ty:33, dir:"u"}); sub_les.push({tx:106, ty:32, gaction:"standE"}); sub_bitch.push({tx:106, ty:33, dir:"r"}); sub_bitch.push({tx:122, ty:32, gaction:"standS", pa:80}); sub_bitch.push({}); sub_slut.push({tx:106, ty:32, dir:"d"}); sub_slut.push({tx:106, ty:34, gaction:"standS"}); sub_teech.push({}); sub_teech.push({}); sub_teech.push({pa:78, pdelay:1}); sub_teech.push({}); sub_fat.push({pa:85, pxmin:122, pxmax:122, pymin:36, pymax:36}); sub_fat.push({}); world_text[85] = [{canright:0, canleft:0, canup:0, candown:0, func:"advancestates", funcpass:"sub_teech"}, "bitch::cunt::Oh, y'know I saw Clarence talking with you-know-who yesterday.", "bitch::cunt::They're totally planning something for Ann.", "slut::default::Well, I suppose that's a good consolation prize."]; sub_extra1.push({tx:122, ty:36, dir:"l", gstate:"jog", spd:3}); sub_extra1.push({tx:106, ty:36, gaction:"standN", gstate:"gym", spd:1, pa:80}); sub_extra1.push({}); sub_ann.push({tx:106, ty:36, dir:"u"}); sub_ann.push({tx:106, ty:35, gaction:"standN"}); sub_jock.push({tx:106, ty:35, dir:"u"}); sub_jock.push({tx:106, ty:34, gaction:"standE"}); sub_pretty.push({tx:106, ty:34, dir:"u"}); sub_pretty.push({tx:106, ty:33, gaction:"standN"}); sub_extra2.push({tx:106, ty:33, dir:"u"}); sub_extra2.push({tx:106, ty:32, gaction:"standE"}); sub_les.push({tx:106, ty:32, dir:"r"}); sub_les.push({tx:122, ty:32, gaction:"standE", pa:80}); sub_les.push({}); sub_bitch.push({tx:122, ty:32, dir:"d"}); sub_bitch.push({tx:122, ty:34, gaction:"standS"}); sub_slut.push({tx:106, ty:34, dir:"d"}); sub_slut.push({tx:106, ty:35, gaction:"standW"}); sub_teech.push({}); sub_teech.push({}); sub_teech.push({pa:86, pdelay:1}); world_text[86] = [{canleft:1, sprite:0, propname:"gstate", propval:"jog", propname2:"spd", propval2:3, func:"advancestates", funcpass:"sub_fat,sub_jock,sub_ann,sub_pretty,sub_slut,sub_bitch,sub_les,sub_extra1,sub_extra2"}, "gym::yell::GO!"]; sub_teech.push({}); sub_fat.push({pa:87, pxmin:108, pxmax:108, pymin:36, pymax:36}); sub_fat.push({}); world_text[87] = [{canleft:1, canright:1, canup:1, candown:1, cut:"transition"}, "fat::sweaty::(That's it, no more listening to their conversations.)", "fat::sweaty::(This has nothing to do with me. Zone it all out.)"]; sub_extra1.push({tx:106, ty:36, dir:"u"}); sub_extra1.push({tx:106, ty:35, gaction:"standN"}); sub_ann.push({tx:106, ty:35, dir:"u"}); sub_ann.push({tx:106, ty:34, gaction:"standN"}); sub_jock.push({tx:106, ty:34, dir:"u"}); sub_jock.push({tx:106, ty:33, gaction:"standE"}); sub_pretty.push({tx:106, ty:33, dir:"u"}); sub_pretty.push({tx:106, ty:32, gaction:"standE"}); sub_extra2.push({tx:106, ty:32, dir:"r"}); sub_extra2.push({tx:122, ty:32, gaction:"standE"}); sub_les.push({tx:122, ty:32, dir:"d"}); sub_les.push({tx:122, ty:34, gaction:"standW"}); sub_bitch.push({tx:122, ty:34, dir:"d"}); sub_bitch.push({tx:122, ty:35, gaction:"standS"}); sub_slut.push({tx:106, ty:35, dir:"d"}); sub_slut.push({tx:106, ty:36, gaction:"standN"}); sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_les.push({ws:18, l:0, tx:37, ty:8, gstate:""}); sub_bitch.push({ws:18, l:0, tx:37, ty:8, gstate:""}); sub_slut.push({ws:18, l:0, tx:37, ty:8, gstate:""}); sub_jock.push({ws:18, l:0, tx:37, ty:8, gstate:""}); sub_david.push({ws:18, l:0, tx:37, ty:8}); sub_extra1.push({ws:18, l:0, tx:37, ty:8, gstate:""}); sub_extra2.push({ws:18, l:0, tx:37, ty:8, gstate:""}); sub_extra3.push({ws:18, l:0, tx:37, ty:8}); sub_extra4.push({ws:18, l:0, tx:37, ty:8}); sub_extra5.push({ws:18, l:0, tx:37, ty:8}); sub_extra6.push({ws:18, l:0, tx:37, ty:8}); sub_extra8.push({ws:18, l:0, tx:37, ty:8}); sub_teech.push({ws:18, l:0, tx:37, ty:8}); sub_ann.push({ws:18, l:0, tx:62, ty:79, gstate:"", gaction:"standE"}); sub_pretty.push({ws:18, l:0, tx:70, ty:79, gstate:"", gaction:"standE"}); sub_melissa.push({ws:18, l:0, tx:71, ty:79, gaction:"standW"}); sub_extra7.push({ws:18, l:0, tx:87, ty:80}); sub_extra7.push({tx:87, ty:80, dir:"r"}); sub_extra7.push({tx:103, ty:80}); sub_fat.push({ws:18, l:0, tx:36, ty:33, gstate:"", gaction:"standN"}); sub_fat.push({pa:88, pxmin:88, pxmax:88, pymin:79, pymax:81}); world_text[88] = [{func:"locks", funcpass:unlock_mathhall_west}, "fat::default::(Need to get my Science book before leaving, homework due tomorrow.)"]; sub_fat.push({pa:89, pxmin:72, pxmax:72, pymin:79, pymax:81}); world_text[89] = [{precut:"kiss", cut:"transition", func:"locks", funcpass:(("A,71,78,3,91," + lock_entrance_east) + ",") + lock_entrance_north}, "fat::sleepy::(Screw it.)"]; sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_bitch.push({ws:19, l:0, tx:37, ty:8}); sub_slut.push({ws:19, l:0, tx:37, ty:8}); sub_melissa.push({ws:19, l:0, tx:37, ty:8}); sub_pretty.push({ws:19, l:0, tx:37, ty:8}); sub_extra7.push({ws:19, l:0, tx:55, ty:79, gaction:"standN"}); sub_extra7.push({pa:47, pdelay:4}); sub_extra7.push({tx:55, ty:79, dir:"d"}); sub_extra7.push({tx:55, ty:81, dir:"r"}); sub_extra7.push({tx:61, ty:81, pa:90}); world_text[90] = {func:"advancestates", funcpass:"sub_extra8"}; sub_extra7.push({tx:61, ty:81, dir:"r"}); sub_extra7.push({tx:77, ty:81}); sub_extra8.push({ws:19, l:0, tx:37, ty:8, forceinclude:1}); sub_extra8.push({}); sub_extra8.push({statejump:1, l:0, tx:61, ty:82}); sub_extra8.push({tx:61, ty:82, dir:"u"}); sub_extra8.push({tx:61, ty:63, dir:"r"}); sub_extra8.push({tx:48, ty:63, forceinclude:0}); sub_fat.push({ws:19, l:0, tx:62, ty:82, gchar:"fat", gaction:"standN"}); world_text[91] = [{canup:0, candown:0, canleft:0, canright:0, func:"advancestates", funcpass:"sub_david", func2:"locks", func2pass:"A,71,78,3,-1"}, "fat::default::(History book, get.)"]; sub_david.push({ws:19, l:0, tx:78, ty:79, forceinclude:1}); sub_david.push({}); sub_david.push({tx:78, ty:79, dir:"l"}); sub_david.push({tx:72, ty:79, gaction:"standW", forceinclude:0, pa:92}); world_text[92] = [{canup:1, candown:1, canleft:1, canright:1, func:"locks", funcpass:(((((((((("A,54,60,0," + lock_historyhall) + ",") + unlock_entrance_north) + ",") + unlock_intersection_west) + ",") + unlock_intersection_south) + ",") + lock_intersection_east) + ",") + lock_intersection_north}, "david::lovey::Hey homie.", "fat::default::Hi, David...", "fat::default::How are things with Melissa?", "david::lovey::I won't lie, things are a little rough at the moment.", "david::glance::I think she's having her period.", "david::lovey::Why do you ask?", "fat::default::No reason, just curious."]; sub_david.push({tx:72, ty:79, dir:"d"}); sub_david.push({tx:72, ty:80, dir:"l"}); sub_david.push({tx:63, ty:80, dir:"u"}); sub_david.push({tx:63, ty:62, dir:"r"}); sub_david.push({tx:76, ty:62}); sub_extra6.push({ws:19, l:0, tx:65, ty:61, gaction:"standE"}); sub_extra6.push({tx:65, ty:61, dir:"r", forceinclude:1}); sub_extra6.push({tx:68, ty:61, gaction:"standN", pa:47, pdelay:3}); sub_extra6.push({tx:68, ty:61, dir:"l"}); sub_extra6.push({tx:54, ty:61, dir:"u"}); sub_extra6.push({tx:56, ty:8, dir:"r"}); sub_extra6.push({tx:62, ty:8, dir:"u"}); sub_extra6.push({tx:62, ty:6, dir:"l"}); sub_extra6.push({tx:61, ty:6, gaction:"standS", forceinclude:0}); sub_extra2.push({ws:19, l:0, tx:53, ty:52}); sub_extra2.push({tx:53, ty:52, dir:"r"}); sub_extra2.push({tx:57, ty:52, dir:"u"}); sub_extra2.push({tx:57, ty:61, gaction:"standN", pa:47, pdelay:4}); sub_extra2.push({tx:57, ty:61, dir:"l"}); sub_extra2.push({tx:48, ty:61}); sub_extra1.push({ws:19, l:0, tx:64, ty:6, gaction:"standS"}); sub_extra3.push({ws:19, l:0, tx:65, ty:6, gaction:"standS"}); sub_extra4.push({ws:19, l:0, tx:68, ty:6, gaction:"standS"}); sub_extra5.push({ws:19, l:0, tx:69, ty:6, gaction:"standS"}); sub_teech.push({ws:19, l:0, tx:63, ty:9, gaction:"standE", gchar:"history"}); sub_teech.push({}); sub_teech.push({gaction:"standN"}); sub_fat.push({pa:93, pxmin:56, pxmax:56, pymin:6, pymax:6}); world_text[93] = {canup:0, candown:0, canleft:0, canright:0, func:"advancestates", funcpass:"sub_ann,sub_les,sub_jock"}; sub_jock.push({ws:19, l:0, tx:46, ty:63, forceinclude:1, spd:1}); sub_jock.push({}); sub_jock.push({tx:46, ty:63, dir:"r"}); sub_jock.push({tx:54, ty:63, dir:"u"}); sub_jock.push({tx:54, ty:61, pa:94}); world_text[94] = {audio:"bell", func:"advancestates", funcpass:"sub_teech"}; sub_jock.push({}); sub_ann.push({ws:19, l:0, tx:48, ty:63, forceinclude:1, spd:2}); sub_les.push({ws:19, l:0, tx:47, ty:63, forceinclude:1, spd:2}); sub_ann.push({}); sub_les.push({}); sub_ann.push({tx:48, ty:63, dir:"r"}); sub_les.push({tx:47, ty:63, dir:"r"}); sub_ann.push({tx:54, ty:63, dir:"u"}); sub_les.push({tx:54, ty:63, dir:"u"}); sub_ann.push({tx:56, ty:8, dir:"r"}); sub_les.push({tx:56, ty:8, dir:"r"}); sub_ann.push({tx:58, ty:8, dir:"u"}); sub_les.push({tx:59, ty:8, dir:"u"}); sub_ann.push({tx:58, ty:6, dir:"l"}); sub_les.push({tx:59, ty:6, dir:"r"}); sub_ann.push({tx:57, ty:6, gaction:"standS", forceinclude:0}); sub_les.push({tx:60, ty:6, gaction:"standS", pa:95, pdelay:1, forceinclude:0}); world_text[95] = [{func:"advancestates", funcpass:"sub_jock"}, "history::default::Chapter 18, page 182. Napoleon's Abdication to the Sixth Coalition.", "ann::happy::[Hee hee, I know.]", "les::smile::[She's so territorial. She's probably pee'd on him.]", "ann::happy::[Hee hee.]", "history::default::The Sixth Coalition; Great Britain, Russia and Prussia formed to end Napoleon's reign.", "history::default::You'll remember, Napoleon's forces were heavily hit during his invasion of and retreat from Russia.", "les::laugh::[We should go out to eat to celebrate.]", "ann::happy::[It's nothing to celebrate.]", "history::default::Pouncing on his weakened state the Sixth Coalition begin engaging Napoleon in battle.", "history::default::However, despite having only a short time to raise forces, Napoleon wins these first battles.", "les::smile::[We can still go out to eat.]", "ann::happy::[You just want to eat out.]", "les::smile::[Girls or Mexican.]", "ann::happy::[Hee hee.]", "fat::blush::(How can they joke about what they did?)", "fat::blush::(They're not even acting awkward... girls are weird.)", "history::default::Even though outnumbered, Napoleon's military genius won him battles in Lutzen, Bautzen and Dresden.", "history::default::To counter his genius the Sixth Coalition conceived the Trachtenberg Plan.", "history::default::The Trachtenberg Plan was simply that they should not engage forces directly under Napoleon's control."]; sub_jock.push({tx:54, ty:63, dir:"u"}); sub_jock.push({tx:56, ty:10, gaction:"standN", pa:96, pdelay:1, forceinclude:0}); world_text[96] = [{func:"advancestates", funcpass:"sub_ann"}, "jock::default::Hey.", "history::default::Yes?", "jock::default::The counsellor sent me to get Ann.", "history::default::Oh, ok. Ann you can go.", "les::smile::[Good luck!]", "ann::happy::[Hee hee, thanks.]"]; sub_jock.push({tx:56, ty:10, dir:"d"}); sub_jock.push({tx:54, ty:61}); sub_ann.push({tx:57, ty:6, dir:"r"}); sub_ann.push({tx:58, ty:6, dir:"d"}); sub_ann.push({tx:58, ty:8, dir:"l"}); sub_ann.push({tx:56, ty:8, dir:"d"}); sub_ann.push({tx:54, ty:61, pa:97, pdelay:2}); world_text[97] = [{canup:1, candown:1, canleft:1, canright:1, cut:"transition"}, "fat::concerned::(Weird, what was that all about?)", "history::default::Mmm, where was I?", "les::default::The Trachtenberg Plan.", "history::default::Right, thank you Leslie. So around this time Austria and Sweden join The Sixth Coalition..."]; sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_ann.push({ws:20, l:0, tx:37, ty:8}); sub_les.push({ws:20, l:0, tx:37, ty:8}); sub_bitch.push({ws:20, l:0, tx:37, ty:8}); sub_jock.push({ws:20, l:0, tx:37, ty:8}); sub_david.push({ws:20, l:0, tx:37, ty:8}); sub_extra6.push({ws:20, l:0, tx:37, ty:8}); sub_extra7.push({ws:20, l:0, tx:37, ty:8}); sub_extra8.push({ws:20, l:0, tx:37, ty:8}); sub_teech.push({ws:20, l:0, tx:37, ty:8}); sub_fat.push({ws:20, l:0, tx:63, ty:79, gchar:"fat", gstate:"", gaction:"standE"}); sub_fat.push({pa:119, pxmin:61, pxmax:68, pymin:77, pymax:81}); world_text[119] = {canright:1, canleft:1, canup:1, candown:1, func:"locks", funcpass:(("A,71,78,3,98," + lock_entrance_north) + ",") + lock_entrance_east}; world_text[98] = [{func:"locks", funcpass:"A,71,78,3,-1," + unlock_entrance_east}, "fat::default::(Science book acquired.)"]; sub_fat.push({pa:99, pxmin:79, pxmax:79, pymin:79, pymax:81}); world_text[99] = [{canup:0, candown:0, canleft:0, canright:0, func:"advancestates", funcpass:"sub_pretty,sub_melissa"}, "melissa::mad::No, I WON'T settle down!", "fat::default::(Oh, what now?)", "melissa::mad::You just get off on toying with people's emotions!", "pretty::cond::You're making a scene.", "fat::default::(So he got Melissa to cheat on David and now he's broken up with her... And I can't get to Science class.)", "melissa::mad::GOOD! I want everyone to know that Michael is a pathetic person who can't love!", "melissa::cond::And he goes out of his way to make everyone else feel as miserable as he does.", "fat::default::(Are breakups normally this hostile? David may have been right about her period.)", "melissa::cond::You ruin other people's relationships because you're jealous.", "pretty::cond::While I appreciate your expert psychoanalysis, I don't take advice from hysterical sluts.", "fat::shock::(I can't believe he's saying shit like this after everything he's done.)", "pretty::smirk::Why would I even want to be with someone who cheats on their boyfriend?", "fat::mad::Asshole!", "fat::shock::(Oh shit, I said that out loud.)", "pretty::mad::What did you say?!"]; sub_pretty.push({ws:20, l:0, tx:83, ty:80, gaction:"standW"}); sub_melissa.push({ws:20, l:0, tx:82, ty:80, gaction:"standE"}); sub_extra1.push({ws:20, l:0, tx:87, ty:80, gaction:"standW"}); sub_extra2.push({ws:20, l:0, tx:86, ty:81, gaction:"standW"}); sub_extra3.push({ws:20, l:0, tx:81, ty:79, gaction:"standE"}); sub_extra4.push({ws:20, l:0, tx:76, ty:79, gaction:"standE"}); sub_slut.push({ws:20, l:0, tx:81, ty:81, gaction:"standN"}); sub_extra5.push({ws:20, l:0, tx:86, ty:79, gaction:"standW"}); sub_pretty.push({}); sub_pretty.push({tx:83, ty:80, dir:"l"}); sub_pretty.push({tx:82, ty:80, gaction:"standW", pa:100}); sub_melissa.push({}); sub_melissa.push({tx:82, ty:80, dir:"u", gaction:"walkS"}); sub_melissa.push({tx:82, ty:79, gaction:"standS"}); world_text[100] = [{minigame:1}, "pretty::mad::What did you say to me?", "fat::nervous::I, uh, I...", "fat::determined::I called you an ASSHOLE.", "fat::mad::Because you're an ASSHOLE.", "slut::smirk::Oh snap!", "pretty::mad::Big talk from someone who jerks off in the toilets.", "slut::laugh::Pffffbbbtt!", "fat::nervous::(Fuck. Fuccccck.)", "fat::mad::FFFF-FUCK YOU!", "pretty::smirk::Let's go then..."]; sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_ann.push({ws:21, l:0, tx:37, ty:8}); sub_les.push({ws:21, l:0, tx:37, ty:8}); sub_bitch.push({ws:21, l:0, tx:37, ty:8}); sub_jock.push({ws:21, l:0, tx:37, ty:8}); sub_david.push({ws:21, l:0, tx:37, ty:8}); sub_extra6.push({ws:21, l:0, tx:37, ty:8}); sub_extra7.push({ws:21, l:0, tx:37, ty:8}); sub_extra8.push({ws:21, l:0, tx:37, ty:8}); sub_fat.push({ws:21, l:0, tx:79, ty:80, gchar:"fat", gstate:"decked"}); sub_pretty.push({ws:21, l:0, tx:82, ty:80, gaction:"standW"}); sub_pretty.push({tx:82, ty:80, dir:"r"}); sub_pretty.push({tx:86, ty:80, pa:101}); world_text[101] = {func:"advancestates", funcpass:"sub_extra1"}; sub_pretty.push({tx:86, ty:80, dir:"r"}); sub_pretty.push({tx:101, ty:80, pa:102}); world_text[102] = {func:"advancestates", funcpass:"sub_teech"}; sub_teech.push({ws:21, l:0, tx:100, ty:81, spd:3, gchar:"science", forceinclude:1}); sub_teech.push({}); sub_teech.push({tx:100, ty:81, dir:"u"}); sub_teech.push({tx:100, ty:80, dir:"l"}); sub_teech.push({tx:80, ty:80, gaction:"standW", forceinclude:0, pa:103}); world_text[103] = [{func:"advancestates", funcpass:"sub_slut"}, "science::default::What's going on here? What happened to him?", "fat::beaten::Mmmmm...", "science::mad::Who did this to him? Anyone?", "ghost::0::...", "slut::concerned::He needs to see the Nurse, I'll take him.", "science::default::Ok."]; sub_slut.push({ws:21, l:0, tx:81, ty:81, gaction:"standW"}); sub_slut.push({}); sub_slut.push({tx:81, ty:81, dir:"l"}); sub_slut.push({tx:79, ty:81, gaction:"standN", pa:104}); world_text[104] = {cut:"transition"}; sub_extra1.push({ws:21, l:0, tx:87, ty:80, gaction:"standW"}); sub_extra1.push({}); sub_extra1.push({tx:87, ty:80, dir:"u", gaction:"walkS"}); sub_extra1.push({tx:87, ty:79, gaction:"standE"}); sub_extra2.push({ws:21, l:0, tx:86, ty:81, gaction:"standW"}); sub_extra3.push({ws:21, l:0, tx:81, ty:79, gaction:"standE"}); sub_extra4.push({ws:21, l:0, tx:76, ty:79, gaction:"standE"}); sub_extra5.push({ws:21, l:0, tx:86, ty:79, gaction:"standW"}); sub_melissa.push({ws:21, l:0, tx:82, ty:79, gaction:"standS"}); sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_ann.push({ws:22, l:0, tx:37, ty:8}); sub_les.push({ws:22, l:0, tx:37, ty:8}); sub_bitch.push({ws:22, l:0, tx:37, ty:8}); sub_jock.push({ws:22, l:0, tx:37, ty:8}); sub_david.push({ws:22, l:0, tx:37, ty:8}); sub_melissa.push({ws:22, l:0, tx:37, ty:8}); sub_pretty.push({ws:22, l:0, tx:37, ty:8}); sub_extra1.push({ws:22, l:0, tx:37, ty:8}); sub_extra2.push({ws:22, l:0, tx:37, ty:8}); sub_extra3.push({ws:22, l:0, tx:37, ty:8}); sub_extra4.push({ws:22, l:0, tx:37, ty:8}); sub_extra5.push({ws:22, l:0, tx:37, ty:8}); sub_extra6.push({ws:22, l:0, tx:37, ty:8}); sub_extra7.push({ws:22, l:0, tx:37, ty:8}); sub_extra8.push({ws:22, l:0, tx:37, ty:8}); sub_teech.push({ws:22, l:0, tx:37, ty:8}); sub_fat.push({ws:22, l:0, tx:83, ty:49, gstate:"sleep"}); sub_slut.push({ws:22, l:0, tx:82, ty:48, gaction:"standE"}); sub_slut.push({pa:105, pdelay:2}); world_text[105] = [{cut:"pitysex"}, "slut::concerned::Sorry about Michael.", "slut::concerned::He wasn't always like this.", "fat::bruised::Ummm.", "slut::default::Oh, Michael's my brother by the way.", "slut::default::Ever since he started boxing... he got way too confident.", "slut::concerned::And I'm sorry I was teasing you before and whatever.", "fat::blushbruise::It's alright.", "slut::truesmile::It was really cool when you just up and called Michael an asshole, you're braver than I thought...ummm.", "fat::blushbruise::...Max.", "slut::truesmile::You were really cool, Max.", "fat::blushbruise::(As strange as it seems, after this me and Sophie became a couple.)", "fat::blushbruise::(Michael couldn't do anything to break us up and he hated it and we loved that he hated it.)"]; sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_ann.push({ws:25, l:0, tx:37, ty:8}); sub_les.push({ws:25, l:0, tx:37, ty:8}); sub_bitch.push({ws:25, l:0, tx:37, ty:8}); sub_jock.push({ws:25, l:0, tx:37, ty:8}); sub_david.push({ws:25, l:0, tx:37, ty:8}); sub_extra6.push({ws:25, l:0, tx:37, ty:8}); sub_extra7.push({ws:25, l:0, tx:37, ty:8}); sub_extra8.push({ws:25, l:0, tx:37, ty:8}); sub_extra1.push({ws:25, l:0, tx:87, ty:80, gaction:"standW"}); sub_extra1.push({}); sub_extra1.push({tx:87, ty:80, dir:"u", gaction:"walkS"}); sub_extra1.push({tx:87, ty:79, gaction:"standW"}); sub_extra2.push({ws:25, l:0, tx:86, ty:81, gaction:"standW"}); sub_extra3.push({ws:25, l:0, tx:81, ty:79, gaction:"standE"}); sub_extra4.push({ws:25, l:0, tx:76, ty:79, gaction:"standE"}); sub_extra5.push({ws:25, l:0, tx:86, ty:79, gaction:"standW"}); sub_melissa.push({ws:25, l:0, tx:82, ty:79, gaction:"standS"}); sub_teech.push({ws:25, l:0, tx:100, ty:80, spd:3, gchar:"science", forceinclude:1}); sub_teech.push({tx:100, ty:80, dir:"l"}); sub_teech.push({tx:88, ty:80, pa:101}); sub_teech.push({tx:88, ty:80, dir:"l"}); sub_teech.push({tx:84, ty:80, gaction:"standW", forceinclude:0, pa:106}); world_text[106] = [{cut:"transition"}, "pretty::ugly::Uhhnnnn...", "science::mad::BREAK IT UP! BREAK IT UP!", "science::default::Ugh, can someone take Michael to the nurse?", "slut::concerned::I'll do it.", "science::mad::I'm taking you to see the Principal, Max."]; sub_fat.push({ws:25, l:0, tx:80, ty:80, gaction:"standE"}); sub_pretty.push({ws:25, l:0, tx:82, ty:80, gstate:"decked"}); sub_slut.push({ws:25, l:0, tx:81, ty:81, gaction:"standE"}); sub_fat.push({}); sub_ann.push({}); sub_les.push({}); sub_bitch.push({}); sub_slut.push({}); sub_jock.push({}); sub_david.push({}); sub_melissa.push({}); sub_pretty.push({}); sub_extra1.push({}); sub_extra2.push({}); sub_extra3.push({}); sub_extra4.push({}); sub_extra5.push({}); sub_extra6.push({}); sub_extra7.push({}); sub_extra8.push({}); sub_teech.push({}); sub_ann.push({ws:26, l:0, tx:37, ty:8}); sub_les.push({ws:26, l:0, tx:37, ty:8}); sub_bitch.push({ws:26, l:0, tx:37, ty:8}); sub_jock.push({ws:26, l:0, tx:37, ty:8}); sub_david.push({ws:26, l:0, tx:37, ty:8}); sub_melissa.push({ws:26, l:0, tx:37, ty:8}); sub_extra1.push({ws:26, l:0, tx:37, ty:8}); sub_extra2.push({ws:26, l:0, tx:37, ty:8}); sub_extra3.push({ws:26, l:0, tx:37, ty:8}); sub_extra4.push({ws:26, l:0, tx:37, ty:8}); sub_extra5.push({ws:26, l:0, tx:37, ty:8}); sub_extra6.push({ws:26, l:0, tx:37, ty:8}); sub_extra7.push({ws:26, l:0, tx:37, ty:8}); sub_extra8.push({ws:26, l:0, tx:37, ty:8}); sub_fat.push({ws:26, l:0, tx:64, ty:66, gaction:"standW"}); sub_teech.push({ws:26, l:0, tx:63, ty:66, gaction:"standE"}); sub_teech.push({pa:108, pdelay:1}); world_text[108] = [{func:"advancestates", funcpass:"sub_pretty,sub_slut,sub_teech"}, "science::mad::I can't believe you'd do something like this Max, you're one of my best students.", "science::mad::I really really hope you don't get expelled.", "science::default::Anyways, Principal Scott is busy right now and I have to go to class so you wait here."]; sub_teech.push({}); sub_teech.push({tx:63, ty:66, dir:"d"}); sub_teech.push({tx:63, ty:74, statejump:2}); sub_teech.push({tx:37, ty:8, statejump:1, l:0}); sub_pretty.push({ws:26, l:0, tx:60, ty:74, spd:1, gstate:"", forceinclude:1}); sub_slut.push({ws:26, l:0, tx:61, ty:74, spd:1, forceinclude:1}); sub_pretty.push({}); sub_slut.push({}); sub_pretty.push({tx:60, ty:74, dir:"u"}); sub_slut.push({wtx:61, ty:74, dir:"u"}); sub_pretty.push({tx:60, ty:68, gaction:"standN"}); sub_slut.push({tx:61, ty:67, dir:"l"}); sub_slut.push({tx:60, ty:67, pa:107}); world_text[107] = {func:"advancestates", funcpass:"sub_pretty"}; sub_pretty.push({tx:60, ty:68, dir:"l"}); sub_slut.push({tx:60, ty:67, dir:"l"}); sub_pretty.push({tx:90, ty:49, forceinclude:0, pa:109}); sub_slut.push({tx:90, ty:48, forceinclude:0}); world_text[109] = [{canup:1, candown:1, canleft:1, canright:1, func:"locks", funcpass:(((lock_intersection_south + ",") + unlock_entrance_north) + ",") + lock_entrance_east}, "fat::beatsmile::(I don't even care if I get expelled right now.)", "fat::beatsmile::(Punching that smug asshole right in the face with all the strength I had.)", "fat::beatsmile::(That was truly my most perfect moment.)", "ann::pain::AhhOW! --AWP!", "fat::bruised::(That sounds like Ann...)", "ann::pain::--AWP! ---- it!", "fat::bruised::(That's definitely Ann, from the Counsellor's office...)"]; sub_fat.push({pa:110, pxmin:60, pxmax:60, pymin:74, pymax:75}); world_text[110] = [{cut:"hero"}, "ann::pain::Stop, that hurts!", "jock::perv::You said you wanted to stay a virgin, right?", "ann::pain::That's enough! Stop!", "jock::mean::Hey, could you shut her up?", "ann::pain::I'm not kidd-*ulg*", "counsellor::smile::You need to keep it down or someone will hear us.", "fat::rage::(What happened next wasn't by any means the happy ending you or I were wanting...)", "fat::rage::(Ann ended up changing schools and we never became anything more than friends...)", "fat::rage::(I don't mind though, I much prefer this ending...)"]; world_state = {state:0, hour:1, minute:4, stopdoor:0, inclass:1}; tlradius = {r:0, l:0, u:0, d:0}; tilep = {w:32, hw:16, h:32, hh:16, zoom:100}; tilearea = {xMin:0, xMax:0, yMin:0, yMax:0}; gamep_spd = [8, 6, 5, 3, 2]; inputs = new Array(); inputs.push({tag:"left", desc:"Move", kcode:74, kcode2:65}); inputs.push({tag:"right", desc:"Move", kcode:76, kcode2:68}); inputs.push({tag:"up", desc:"Move", kcode:73, kcode2:87}); inputs.push({tag:"down", desc:"Move", kcode:75, kcode2:83}); inputs.push({tag:"space", desc:"Action", kcode:32}); inputs.push({tag:"f", desc:"Fullscreen", kcode:70}); inputs.push({tag:"leftclick", desc:"Leftclick", kcode:1}); inputs.push({tag:"middleclick", desc:"Middleclick", kcode:4}); inputs.push({tag:"playtest", desc:"Shift", kcode:16}); inputs.push({tag:"test", desc:"T", kcode:84}); clicker = new Object(); clicker.onMouseWheel = function (delta) { clicks.spinner = ((delta > 0) ? 1 : -1); }; Mouse.addListener(clicker); clicks = {canright:1, canleft:1, canup:1, candown:1}; var i = 0; while (i < 9) { var sub = inputs[i]; clicks[sub.tag] = 0; i++; } keyboard_type = 1; _root.attachMovie("empty", "bgaudio", _root.getNextHighestDepth()); bgaud = new Sound(_root.bgaudio); fadep = new Array(); designp = {camx:0, camy:0, l:0}; timer = 0; designing(0); sav = SharedObject.getLocal("asc"); prog = ((sav.data.prog == undefined) ? 0 : (sav.data.prog));
Instance of Symbol 998 MovieClip in Frame 17
on (press) { _root.designinit(); }
Instance of Symbol 998 MovieClip in Frame 17
on (press) { _root.exportworld(); }
Frame 25
_root._quality = "HIGH"; this.nextFrame();
Instance of Symbol 1059 MovieClip in Frame 25
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (press) { getURL ("http://twitter.com/onehandgames/", "_blank"); }
Instance of Symbol 1062 MovieClip in Frame 25
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (press) { getURL ("http://onehandgames.tumblr.com", "_blank"); }
Frame 26
this.stop(); _root.mc.gotoAndStop((_root.prog ? 3 : 1));
Frame 27
this.prevFrame();
Frame 31
this.nextFrame();
Frame 32
this.stop();
Frame 33
this.prevFrame();
Frame 40
this.nextFrame();
Frame 41
this.stop();
Frame 42
this.prevFrame();
Symbol 67 MovieClip Frame 1
stop();
Symbol 67 MovieClip Frame 25
stop();
Symbol 72 MovieClip Frame 1
stop();
Symbol 72 MovieClip Frame 21
stop();
Symbol 132 MovieClip Frame 1
stop();
Symbol 132 MovieClip Frame 102
stop();
Symbol 870 MovieClip [loadaudio] Frame 1
stop();
Symbol 901 MovieClip Frame 1
stop();
Symbol 901 MovieClip Frame 2
_root.snd_play("door");
Symbol 913 MovieClip Frame 1
stop();
Symbol 936 MovieClip Frame 1
stop();
Symbol 936 MovieClip Frame 2
_root.snd_play("stallopen");
Symbol 936 MovieClip Frame 17
if (_root.world_state.stopdoor) { stop(); }
Symbol 936 MovieClip Frame 33
_root.snd_play("stallclose");
Symbol 992 MovieClip [tiles] Frame 1
stop();
Symbol 992 MovieClip [tiles] Frame 7
this.hour.gotoAndStop(_root.world_state.hour); this.minute.gotoAndStop(_root.world_state.minute);
Symbol 992 MovieClip [tiles] Frame 21
var nam = this._name; if ((_root.world_state.inclass == 1) || ((_root.world_state.inclass == 2) && (nam == "ax11y20"))) { var namx = nam.split("y"); var namy = Number(namx[1]); namx = namx[0].split("x"); namx = Number(namx[1]); var notrand = ((namx + namy) % (this.mc._totalframes - 1)); this.mc.gotoAndStop(notrand + 2); }
Symbol 998 MovieClip Frame 1
this.stop();
Symbol 1040 MovieClip Frame 1
this.gotoAndStop(_root.keyboard_type);
Instance of Symbol 1051 MovieClip in Symbol 1056 MovieClip Frame 1
on (rollOver) { _parent.gotoAndStop(2); } on (rollOut) { _parent.gotoAndStop(1); } on (press) { _root.gameinit(1); }
Symbol 1056 MovieClip Frame 2
this.mc.gotoAndStop(1);
Instance of Symbol 1051 MovieClip in Symbol 1056 MovieClip Frame 3
on (rollOver) { _parent.gotoAndStop(6); } on (rollOut) { _parent.gotoAndStop(3); } on (press) { _root.gameinit(1); }
Instance of Symbol 1051 MovieClip in Symbol 1056 MovieClip Frame 3
on (rollOver) { _parent.gotoAndStop(5); } on (rollOut) { _parent.gotoAndStop(3); } on (press) { _root.frameon("cutscenes"); }
Instance of Symbol 1051 MovieClip in Symbol 1056 MovieClip Frame 3
on (rollOver) { _parent.gotoAndStop(4); } on (rollOut) { _parent.gotoAndStop(3); } on (press) { _root.gameinit(2); }
Symbol 1056 MovieClip Frame 4
this.mc.gotoAndStop(1);
Symbol 1056 MovieClip Frame 5
this.mc.gotoAndStop(1);
Symbol 1056 MovieClip Frame 6
this.mc.gotoAndStop(1);
Symbol 1059 MovieClip Frame 1
stop();
Symbol 1062 MovieClip Frame 1
stop();
Symbol 1064 MovieClip Frame 1
this.gotoAndStop(_root.keyboard_type);
Instance of Symbol 1051 MovieClip in Symbol 1064 MovieClip Frame 1
on (press) { _root.switch_keyboard("qwerty"); _parent.gotoAndStop(1); _root.anim.mc.gotoAndStop(1); }
Instance of Symbol 1051 MovieClip in Symbol 1064 MovieClip Frame 1
on (press) { _root.switch_keyboard("azerty"); _parent.gotoAndStop(2); _root.anim.mc.gotoAndStop(2); }
Instance of Symbol 1051 MovieClip in Symbol 1064 MovieClip Frame 1
on (press) { _root.switch_keyboard("dvorak"); _parent.gotoAndStop(3); _root.anim.mc.gotoAndStop(3); }
Instance of Symbol 1051 MovieClip in Symbol 1064 MovieClip Frame 1
on (press) { _root.switch_keyboard("fallback"); _parent.gotoAndStop(4); _root.anim.mc.gotoAndStop(4); }
Symbol 1095 MovieClip Frame 1
stop();
Symbol 1097 MovieClip Frame 1
stop();
Symbol 1099 MovieClip Frame 1
stop();
Symbol 1114 MovieClip Frame 1
_root.snd_play("junk");
Symbol 1114 MovieClip Frame 699
stop();
Symbol 1142 MovieClip Frame 1
_root.snd_play("ear");
Symbol 1142 MovieClip Frame 467
stop();
Symbol 1170 MovieClip Frame 1
_root.snd_play("hand");
Symbol 1170 MovieClip Frame 889
stop();
Symbol 1218 MovieClip Frame 1
_root.snd_play("peep");
Symbol 1218 MovieClip Frame 941
stop();
Symbol 1236 MovieClip Frame 1
_root.snd_play("kiss");
Symbol 1236 MovieClip Frame 662
stop();
Symbol 1345 MovieClip Frame 1
_root.snd_play("pity");
Symbol 1345 MovieClip Frame 2302
stop(); if (_root.framein == "game") { _root.finishgame("lose"); }
Symbol 1475 MovieClip Frame 1
_root.snd_play("hero");
Symbol 1475 MovieClip Frame 2180
stop(); if (_root.framein == "game") { _root.finishgame("win"); }
Symbol 1476 MovieClip Frame 1
stop();
Instance of Symbol 1095 MovieClip in Symbol 1476 MovieClip Frame 1
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (press) { _parent.gotoAndStop("four"); }
Instance of Symbol 1097 MovieClip in Symbol 1476 MovieClip Frame 1
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (press) { _parent.gotoAndStop("three"); }
Instance of Symbol 1097 MovieClip in Symbol 1476 MovieClip Frame 1
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (press) { _parent.gotoAndStop("two"); }
Instance of Symbol 1097 MovieClip "mc1" in Symbol 1476 MovieClip Frame 1
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (press) { _parent.gotoAndStop("one"); }
Instance of Symbol 1095 MovieClip in Symbol 1476 MovieClip Frame 1
on (rollOver) { this.gotoAndStop(2); } on (rollOut) { this.gotoAndStop(1); } on (press) { _parent.gotoAndStop("five"); }
Instance of Symbol 1099 MovieClip in Symbol 1476 MovieClip Frame 1
on (rollOver) { if ((_root.prog == "losescene") || (_root.prog == "allscene")) { this.gotoAndStop(2); } else { this.gotoAndStop(3); } } on (rollOut) { this.gotoAndStop(1); } on (press) { if ((_root.prog == "losescene") || (_root.prog == "allscene")) { _parent.gotoAndStop("six"); } }
Instance of Symbol 1099 MovieClip in Symbol 1476 MovieClip Frame 1
on (rollOver) { if ((_root.prog == "winscene") || (_root.prog == "allscene")) { this.gotoAndStop(2); } else { this.gotoAndStop(3); } } on (rollOut) { this.gotoAndStop(1); } on (press) { if ((_root.prog == "winscene") || (_root.prog == "allscene")) { _parent.gotoAndStop("seven"); } }
Instance of Symbol 998 MovieClip in Symbol 1476 MovieClip Frame 1
on (press) { _root.frameon("menu"); }
Instance of Symbol 998 MovieClip in Symbol 1476 MovieClip Frame 14
on (press) { _root.snd_stop("ear"); _root.snd_stop("hand"); _root.snd_stop("hero"); _root.snd_stop("junk"); _root.snd_stop("kiss"); _root.snd_stop("peep"); _root.snd_stop("pity"); _parent.gotoAndStop(1); }
Symbol 1477 MovieClip Frame 1
stop();
Symbol 1524 MovieClip Frame 14
stop();
Symbol 1539 MovieClip Frame 1
stop();
Symbol 1704 MovieClip Frame 186
stop();
Symbol 1709 MovieClip Frame 185
stop();
Symbol 1710 MovieClip Frame 95
_root.change_world("state," + (_root.world_state.state + 1));
Symbol 1710 MovieClip Frame 211
stop();
Symbol 1733 MovieClip Frame 95
_root.change_world("state," + (_root.world_state.state + 1));
Symbol 1733 MovieClip Frame 196
stop();
Instance of Symbol 998 MovieClip in Symbol 1734 MovieClip Frame 13
on (press) { _root.frameon("designer"); }

Library Items

Symbol 1 FontUsed by:2 1046 1047 1048 1049 1055 1063 1100 1115 1344 1695
Symbol 2 EditableTextUses:1Used by:Timeline
Symbol 3 GraphicUsed by:Timeline
Symbol 4 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:30
Symbol 6 GraphicUsed by:30
Symbol 7 GraphicUsed by:30
Symbol 8 GraphicUsed by:30
Symbol 9 GraphicUsed by:15
Symbol 10 GraphicUsed by:15
Symbol 11 GraphicUsed by:15
Symbol 12 GraphicUsed by:15
Symbol 13 GraphicUsed by:15
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:9 10 11 12 13 14Used by:30
Symbol 16 GraphicUsed by:22
Symbol 17 GraphicUsed by:22
Symbol 18 GraphicUsed by:22
Symbol 19 GraphicUsed by:22
Symbol 20 GraphicUsed by:22
Symbol 21 GraphicUsed by:22
Symbol 22 MovieClipUses:16 17 18 19 20 21Used by:30
Symbol 23 GraphicUsed by:29
Symbol 24 GraphicUsed by:29
Symbol 25 GraphicUsed by:29
Symbol 26 GraphicUsed by:29
Symbol 27 GraphicUsed by:29
Symbol 28 GraphicUsed by:29
Symbol 29 MovieClipUses:23 24 25 26 27 28Used by:30
Symbol 30 MovieClipUses:5 6 7 8 15 22 29Used by:850
Symbol 31 GraphicUsed by:34 850
Symbol 32 GraphicUsed by:34
Symbol 33 GraphicUsed by:34
Symbol 34 MovieClipUses:31 32 33Used by:850
Symbol 35 GraphicUsed by:850
Symbol 36 GraphicUsed by:61
Symbol 37 GraphicUsed by:61
Symbol 38 GraphicUsed by:61
Symbol 39 GraphicUsed by:61
Symbol 40 GraphicUsed by:46
Symbol 41 GraphicUsed by:46
Symbol 42 GraphicUsed by:46
Symbol 43 GraphicUsed by:46
Symbol 44 GraphicUsed by:46
Symbol 45 GraphicUsed by:46
Symbol 46 MovieClipUses:40 41 42 43 44 45Used by:61
Symbol 47 GraphicUsed by:53
Symbol 48 GraphicUsed by:53
Symbol 49 GraphicUsed by:53
Symbol 50 GraphicUsed by:53
Symbol 51 GraphicUsed by:53
Symbol 52 GraphicUsed by:53
Symbol 53 MovieClipUses:47 48 49 50 51 52Used by:61
Symbol 54 GraphicUsed by:60
Symbol 55 GraphicUsed by:60
Symbol 56 GraphicUsed by:60
Symbol 57 GraphicUsed by:60
Symbol 58 GraphicUsed by:60
Symbol 59 GraphicUsed by:60
Symbol 60 MovieClipUses:54 55 56 57 58 59Used by:61
Symbol 61 MovieClipUses:36 37 38 39 46 53 60Used by:850
Symbol 62 GraphicUsed by:73
Symbol 63 GraphicUsed by:67
Symbol 64 GraphicUsed by:67
Symbol 65 GraphicUsed by:67
Symbol 66 GraphicUsed by:67
Symbol 67 MovieClipUses:63 64 65 66Used by:73
Symbol 68 GraphicUsed by:72
Symbol 69 GraphicUsed by:72
Symbol 70 GraphicUsed by:72
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:68 69 70 71Used by:73
Symbol 73 MovieClipUses:62 67 72Used by:850
Symbol 74 GraphicUsed by:80 166 298 359 422 659 743 827
Symbol 75 GraphicUsed by:80
Symbol 76 GraphicUsed by:80
Symbol 77 GraphicUsed by:80
Symbol 78 GraphicUsed by:80
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:74 75 76 77 78 79Used by:850
Symbol 81 GraphicUsed by:87
Symbol 82 GraphicUsed by:87
Symbol 83 GraphicUsed by:87
Symbol 84 GraphicUsed by:87
Symbol 85 GraphicUsed by:87
Symbol 86 GraphicUsed by:87
Symbol 87 MovieClipUses:81 82 83 84 85 86Used by:102
Symbol 88 GraphicUsed by:94
Symbol 89 GraphicUsed by:94
Symbol 90 GraphicUsed by:94
Symbol 91 GraphicUsed by:94
Symbol 92 GraphicUsed by:94
Symbol 93 GraphicUsed by:94
Symbol 94 MovieClipUses:88 89 90 91 92 93Used by:102
Symbol 95 GraphicUsed by:101
Symbol 96 GraphicUsed by:101
Symbol 97 GraphicUsed by:101
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:95 96 97 98 99 100Used by:102
Symbol 102 MovieClipUses:87 94 101Used by:850
Symbol 103 GraphicUsed by:128
Symbol 104 GraphicUsed by:128
Symbol 105 GraphicUsed by:128
Symbol 106 GraphicUsed by:128
Symbol 107 GraphicUsed by:113
Symbol 108 GraphicUsed by:113
Symbol 109 GraphicUsed by:113
Symbol 110 GraphicUsed by:113
Symbol 111 GraphicUsed by:113
Symbol 112 GraphicUsed by:113
Symbol 113 MovieClipUses:107 108 109 110 111 112Used by:128
Symbol 114 GraphicUsed by:120
Symbol 115 GraphicUsed by:120
Symbol 116 GraphicUsed by:120
Symbol 117 GraphicUsed by:120
Symbol 118 GraphicUsed by:120
Symbol 119 GraphicUsed by:120
Symbol 120 MovieClipUses:114 115 116 117 118 119Used by:128
Symbol 121 GraphicUsed by:127
Symbol 122 GraphicUsed by:127
Symbol 123 GraphicUsed by:127
Symbol 124 GraphicUsed by:127
Symbol 125 GraphicUsed by:127
Symbol 126 GraphicUsed by:127
Symbol 127 MovieClipUses:121 122 123 124 125 126Used by:128
Symbol 128 MovieClipUses:103 104 105 106 113 120 127Used by:850
Symbol 129 GraphicUsed by:134
Symbol 130 GraphicUsed by:134
Symbol 131 GraphicUsed by:132
Symbol 132 MovieClipUses:131Used by:134
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:129 130 132 133Used by:850
Symbol 135 GraphicUsed by:160
Symbol 136 GraphicUsed by:160
Symbol 137 GraphicUsed by:160
Symbol 138 GraphicUsed by:160
Symbol 139 GraphicUsed by:145
Symbol 140 GraphicUsed by:145
Symbol 141 GraphicUsed by:145
Symbol 142 GraphicUsed by:145
Symbol 143 GraphicUsed by:145
Symbol 144 GraphicUsed by:145
Symbol 145 MovieClipUses:139 140 141 142 143 144Used by:160
Symbol 146 GraphicUsed by:152
Symbol 147 GraphicUsed by:152
Symbol 148 GraphicUsed by:152
Symbol 149 GraphicUsed by:152
Symbol 150 GraphicUsed by:152
Symbol 151 GraphicUsed by:152
Symbol 152 MovieClipUses:146 147 148 149 150 151Used by:160
Symbol 153 GraphicUsed by:159
Symbol 154 GraphicUsed by:159
Symbol 155 GraphicUsed by:159
Symbol 156 GraphicUsed by:159
Symbol 157 GraphicUsed by:159
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:153 154 155 156 157 158Used by:160
Symbol 160 MovieClipUses:135 136 137 138 145 152 159Used by:850
Symbol 161 GraphicUsed by:166
Symbol 162 GraphicUsed by:166
Symbol 163 GraphicUsed by:166
Symbol 164 GraphicUsed by:166
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:74 161 162 163 164 165Used by:850
Symbol 167 GraphicUsed by:173
Symbol 168 GraphicUsed by:173
Symbol 169 GraphicUsed by:173
Symbol 170 GraphicUsed by:173
Symbol 171 GraphicUsed by:173
Symbol 172 GraphicUsed by:173
Symbol 173 MovieClipUses:167 168 169 170 171 172Used by:188
Symbol 174 GraphicUsed by:180
Symbol 175 GraphicUsed by:180
Symbol 176 GraphicUsed by:180
Symbol 177 GraphicUsed by:180
Symbol 178 GraphicUsed by:180
Symbol 179 GraphicUsed by:180
Symbol 180 MovieClipUses:174 175 176 177 178 179Used by:188
Symbol 181 GraphicUsed by:187
Symbol 182 GraphicUsed by:187
Symbol 183 GraphicUsed by:187
Symbol 184 GraphicUsed by:187
Symbol 185 GraphicUsed by:187
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:181 182 183 184 185 186Used by:188
Symbol 188 MovieClipUses:173 180 187Used by:850
Symbol 189 GraphicUsed by:214
Symbol 190 GraphicUsed by:214
Symbol 191 GraphicUsed by:214
Symbol 192 GraphicUsed by:214
Symbol 193 GraphicUsed by:199
Symbol 194 GraphicUsed by:199
Symbol 195 GraphicUsed by:199
Symbol 196 GraphicUsed by:199
Symbol 197 GraphicUsed by:199
Symbol 198 GraphicUsed by:199
Symbol 199 MovieClipUses:193 194 195 196 197 198Used by:214
Symbol 200 GraphicUsed by:206
Symbol 201 GraphicUsed by:206
Symbol 202 GraphicUsed by:206
Symbol 203 GraphicUsed by:206
Symbol 204 GraphicUsed by:206
Symbol 205 GraphicUsed by:206
Symbol 206 MovieClipUses:200 201 202 203 204 205Used by:214
Symbol 207 GraphicUsed by:213
Symbol 208 GraphicUsed by:213
Symbol 209 GraphicUsed by:213
Symbol 210 GraphicUsed by:213
Symbol 211 GraphicUsed by:213
Symbol 212 GraphicUsed by:213
Symbol 213 MovieClipUses:207 208 209 210 211 212Used by:214
Symbol 214 MovieClipUses:189 190 191 192 199 206 213Used by:850
Symbol 215 GraphicUsed by:237
Symbol 216 GraphicUsed by:237
Symbol 217 GraphicUsed by:237
Symbol 218 GraphicUsed by:237
Symbol 219 GraphicUsed by:222
Symbol 220 GraphicUsed by:222
Symbol 221 GraphicUsed by:222
Symbol 222 MovieClipUses:219 220 221Used by:237
Symbol 223 GraphicUsed by:229
Symbol 224 GraphicUsed by:229
Symbol 225 GraphicUsed by:229
Symbol 226 GraphicUsed by:229
Symbol 227 GraphicUsed by:229
Symbol 228 GraphicUsed by:229
Symbol 229 MovieClipUses:223 224 225 226 227 228Used by:237
Symbol 230 GraphicUsed by:236
Symbol 231 GraphicUsed by:236
Symbol 232 GraphicUsed by:236
Symbol 233 GraphicUsed by:236
Symbol 234 GraphicUsed by:236
Symbol 235 GraphicUsed by:236
Symbol 236 MovieClipUses:230 231 232 233 234 235Used by:237
Symbol 237 MovieClipUses:215 216 217 218 222 229 236Used by:850
Symbol 238 GraphicUsed by:850
Symbol 239 GraphicUsed by:264
Symbol 240 GraphicUsed by:264
Symbol 241 GraphicUsed by:264
Symbol 242 GraphicUsed by:264
Symbol 243 GraphicUsed by:249
Symbol 244 GraphicUsed by:249
Symbol 245 GraphicUsed by:249
Symbol 246 GraphicUsed by:249
Symbol 247 GraphicUsed by:249
Symbol 248 GraphicUsed by:249
Symbol 249 MovieClipUses:243 244 245 246 247 248Used by:264
Symbol 250 GraphicUsed by:256
Symbol 251 GraphicUsed by:256
Symbol 252 GraphicUsed by:256
Symbol 253 GraphicUsed by:256
Symbol 254 GraphicUsed by:256
Symbol 255 GraphicUsed by:256
Symbol 256 MovieClipUses:250 251 252 253 254 255Used by:264
Symbol 257 GraphicUsed by:263
Symbol 258 GraphicUsed by:263
Symbol 259 GraphicUsed by:263
Symbol 260 GraphicUsed by:263
Symbol 261 GraphicUsed by:263
Symbol 262 GraphicUsed by:263
Symbol 263 MovieClipUses:257 258 259 260 261 262Used by:264
Symbol 264 MovieClipUses:239 240 241 242 249 256 263Used by:850
Symbol 265 GraphicUsed by:290
Symbol 266 GraphicUsed by:290
Symbol 267 GraphicUsed by:290
Symbol 268 GraphicUsed by:290
Symbol 269 GraphicUsed by:275
Symbol 270 GraphicUsed by:275
Symbol 271 GraphicUsed by:275
Symbol 272 GraphicUsed by:275
Symbol 273 GraphicUsed by:275
Symbol 274 GraphicUsed by:275
Symbol 275 MovieClipUses:269 270 271 272 273 274Used by:290
Symbol 276 GraphicUsed by:282
Symbol 277 GraphicUsed by:282
Symbol 278 GraphicUsed by:282
Symbol 279 GraphicUsed by:282
Symbol 280 GraphicUsed by:282
Symbol 281 GraphicUsed by:282
Symbol 282 MovieClipUses:276 277 278 279 280 281Used by:290
Symbol 283 GraphicUsed by:289
Symbol 284 GraphicUsed by:289
Symbol 285 GraphicUsed by:289
Symbol 286 GraphicUsed by:289
Symbol 287 GraphicUsed by:289
Symbol 288 GraphicUsed by:289
Symbol 289 MovieClipUses:283 284 285 286 287 288Used by:290
Symbol 290 MovieClipUses:265 266 267 268 275 282 289Used by:850
Symbol 291 GraphicUsed by:298
Symbol 292 GraphicUsed by:298
Symbol 293 GraphicUsed by:298
Symbol 294 GraphicUsed by:298
Symbol 295 GraphicUsed by:298
Symbol 296 GraphicUsed by:298
Symbol 297 GraphicUsed by:298
Symbol 298 MovieClipUses:74 291 292 293 294 295 296 297Used by:850
Symbol 299 GraphicUsed by:850
Symbol 300 GraphicUsed by:325
Symbol 301 GraphicUsed by:325
Symbol 302 GraphicUsed by:325
Symbol 303 GraphicUsed by:325
Symbol 304 GraphicUsed by:310
Symbol 305 GraphicUsed by:310
Symbol 306 GraphicUsed by:310
Symbol 307 GraphicUsed by:310
Symbol 308 GraphicUsed by:310
Symbol 309 GraphicUsed by:310
Symbol 310 MovieClipUses:304 305 306 307 308 309Used by:325
Symbol 311 GraphicUsed by:317
Symbol 312 GraphicUsed by:317
Symbol 313 GraphicUsed by:317
Symbol 314 GraphicUsed by:317
Symbol 315 GraphicUsed by:317
Symbol 316 GraphicUsed by:317
Symbol 317 MovieClipUses:311 312 313 314 315 316Used by:325
Symbol 318 GraphicUsed by:324
Symbol 319 GraphicUsed by:324
Symbol 320 GraphicUsed by:324
Symbol 321 GraphicUsed by:324
Symbol 322 GraphicUsed by:324
Symbol 323 GraphicUsed by:324
Symbol 324 MovieClipUses:318 319 320 321 322 323Used by:325
Symbol 325 MovieClipUses:300 301 302 303 310 317 324Used by:850
Symbol 326 GraphicUsed by:351
Symbol 327 GraphicUsed by:351
Symbol 328 GraphicUsed by:351
Symbol 329 GraphicUsed by:351
Symbol 330 GraphicUsed by:336
Symbol 331 GraphicUsed by:336
Symbol 332 GraphicUsed by:336
Symbol 333 GraphicUsed by:336
Symbol 334 GraphicUsed by:336
Symbol 335 GraphicUsed by:336
Symbol 336 MovieClipUses:330 331 332 333 334 335Used by:351
Symbol 337 GraphicUsed by:343
Symbol 338 GraphicUsed by:343
Symbol 339 GraphicUsed by:343
Symbol 340 GraphicUsed by:343
Symbol 341 GraphicUsed by:343
Symbol 342 GraphicUsed by:343
Symbol 343 MovieClipUses:337 338 339 340 341 342Used by:351
Symbol 344 GraphicUsed by:350
Symbol 345 GraphicUsed by:350
Symbol 346 GraphicUsed by:350
Symbol 347 GraphicUsed by:350
Symbol 348 GraphicUsed by:350
Symbol 349 GraphicUsed by:350
Symbol 350 MovieClipUses:344 345 346 347 348 349Used by:351
Symbol 351 MovieClipUses:326 327 328 329 336 343 350Used by:850
Symbol 352 GraphicUsed by:359
Symbol 353 GraphicUsed by:359
Symbol 354 GraphicUsed by:359
Symbol 355 GraphicUsed by:359
Symbol 356 GraphicUsed by:359
Symbol 357 GraphicUsed by:359
Symbol 358 GraphicUsed by:359
Symbol 359 MovieClipUses:74 352 353 354 355 356 357 358Used by:850
Symbol 360 GraphicUsed by:385
Symbol 361 GraphicUsed by:385
Symbol 362 GraphicUsed by:385
Symbol 363 GraphicUsed by:385
Symbol 364 GraphicUsed by:370
Symbol 365 GraphicUsed by:370
Symbol 366 GraphicUsed by:370
Symbol 367 GraphicUsed by:370
Symbol 368 GraphicUsed by:370
Symbol 369 GraphicUsed by:370
Symbol 370 MovieClipUses:364 365 366 367 368 369Used by:385
Symbol 371 GraphicUsed by:377
Symbol 372 GraphicUsed by:377
Symbol 373 GraphicUsed by:377
Symbol 374 GraphicUsed by:377
Symbol 375 GraphicUsed by:377
Symbol 376 GraphicUsed by:377
Symbol 377 MovieClipUses:371 372 373 374 375 376Used by:385
Symbol 378 GraphicUsed by:384
Symbol 379 GraphicUsed by:384
Symbol 380 GraphicUsed by:384
Symbol 381 GraphicUsed by:384
Symbol 382 GraphicUsed by:384
Symbol 383 GraphicUsed by:384
Symbol 384 MovieClipUses:378 379 380 381 382 383Used by:385
Symbol 385 MovieClipUses:360 361 362 363 370 377 384Used by:850
Symbol 386 GraphicUsed by:387
Symbol 387 MovieClipUses:386Used by:850
Symbol 388 GraphicUsed by:850
Symbol 389 GraphicUsed by:414
Symbol 390 GraphicUsed by:414
Symbol 391 GraphicUsed by:414
Symbol 392 GraphicUsed by:414
Symbol 393 GraphicUsed by:399
Symbol 394 GraphicUsed by:399
Symbol 395 GraphicUsed by:399
Symbol 396 GraphicUsed by:399
Symbol 397 GraphicUsed by:399
Symbol 398 GraphicUsed by:399
Symbol 399 MovieClipUses:393 394 395 396 397 398Used by:414
Symbol 400 GraphicUsed by:406
Symbol 401 GraphicUsed by:406
Symbol 402 GraphicUsed by:406
Symbol 403 GraphicUsed by:406
Symbol 404 GraphicUsed by:406
Symbol 405 GraphicUsed by:406
Symbol 406 MovieClipUses:400 401 402 403 404 405Used by:414
Symbol 407 GraphicUsed by:413
Symbol 408 GraphicUsed by:413
Symbol 409 GraphicUsed by:413
Symbol 410 GraphicUsed by:413
Symbol 411 GraphicUsed by:413
Symbol 412 GraphicUsed by:413
Symbol 413 MovieClipUses:407 408 409 410 411 412Used by:414
Symbol 414 MovieClipUses:389 390 391 392 399 406 413Used by:850
Symbol 415 GraphicUsed by:422
Symbol 416 GraphicUsed by:422
Symbol 417 GraphicUsed by:422
Symbol 418 GraphicUsed by:422
Symbol 419 GraphicUsed by:422
Symbol 420 GraphicUsed by:422
Symbol 421 GraphicUsed by:422
Symbol 422 MovieClipUses:74 415 416 417 418 419 420 421Used by:850
Symbol 423 GraphicUsed by:429
Symbol 424 GraphicUsed by:429
Symbol 425 GraphicUsed by:429
Symbol 426 GraphicUsed by:429
Symbol 427 GraphicUsed by:429
Symbol 428 GraphicUsed by:429
Symbol 429 MovieClipUses:423 424 425 426 427 428Used by:444
Symbol 430 GraphicUsed by:436
Symbol 431 GraphicUsed by:436
Symbol 432 GraphicUsed by:436
Symbol 433 GraphicUsed by:436
Symbol 434 GraphicUsed by:436
Symbol 435 GraphicUsed by:436
Symbol 436 MovieClipUses:430 431 432 433 434 435Used by:444
Symbol 437 GraphicUsed by:443
Symbol 438 GraphicUsed by:443
Symbol 439 GraphicUsed by:443
Symbol 440 GraphicUsed by:443
Symbol 441 GraphicUsed by:443
Symbol 442 GraphicUsed by:443
Symbol 443 MovieClipUses:437 438 439 440 441 442Used by:444
Symbol 444 MovieClipUses:429 436 443Used by:850
Symbol 445 GraphicUsed by:470
Symbol 446 GraphicUsed by:470
Symbol 447 GraphicUsed by:470
Symbol 448 GraphicUsed by:470
Symbol 449 GraphicUsed by:455
Symbol 450 GraphicUsed by:455
Symbol 451 GraphicUsed by:455
Symbol 452 GraphicUsed by:455
Symbol 453 GraphicUsed by:455
Symbol 454 GraphicUsed by:455
Symbol 455 MovieClipUses:449 450 451 452 453 454Used by:470
Symbol 456 GraphicUsed by:462
Symbol 457 GraphicUsed by:462
Symbol 458 GraphicUsed by:462
Symbol 459 GraphicUsed by:462
Symbol 460 GraphicUsed by:462
Symbol 461 GraphicUsed by:462
Symbol 462 MovieClipUses:456 457 458 459 460 461Used by:470
Symbol 463 GraphicUsed by:469
Symbol 464 GraphicUsed by:469
Symbol 465 GraphicUsed by:469
Symbol 466 GraphicUsed by:469
Symbol 467 GraphicUsed by:469
Symbol 468 GraphicUsed by:469
Symbol 469 MovieClipUses:463 464 465 466 467 468Used by:470
Symbol 470 MovieClipUses:445 446 447 448 455 462 469Used by:850
Symbol 471 GraphicUsed by:474
Symbol 472 GraphicUsed by:474
Symbol 473 GraphicUsed by:474
Symbol 474 MovieClipUses:471 472 473Used by:850
Symbol 475 GraphicUsed by:500
Symbol 476 GraphicUsed by:500
Symbol 477 GraphicUsed by:500
Symbol 478 GraphicUsed by:500
Symbol 479 GraphicUsed by:485
Symbol 480 GraphicUsed by:485
Symbol 481 GraphicUsed by:485
Symbol 482 GraphicUsed by:485
Symbol 483 GraphicUsed by:485
Symbol 484 GraphicUsed by:485
Symbol 485 MovieClipUses:479 480 481 482 483 484Used by:500
Symbol 486 GraphicUsed by:492
Symbol 487 GraphicUsed by:492
Symbol 488 GraphicUsed by:492
Symbol 489 GraphicUsed by:492
Symbol 490 GraphicUsed by:492
Symbol 491 GraphicUsed by:492
Symbol 492 MovieClipUses:486 487 488 489 490 491Used by:500
Symbol 493 GraphicUsed by:499
Symbol 494 GraphicUsed by:499
Symbol 495 GraphicUsed by:499
Symbol 496 GraphicUsed by:499
Symbol 497 GraphicUsed by:499
Symbol 498 GraphicUsed by:499
Symbol 499 MovieClipUses:493 494 495 496 497 498Used by:500
Symbol 500 MovieClipUses:475 476 477 478 485 492 499Used by:850
Symbol 501 GraphicUsed by:504
Symbol 502 GraphicUsed by:504
Symbol 503 GraphicUsed by:504
Symbol 504 MovieClipUses:501 502 503Used by:850
Symbol 505 GraphicUsed by:509
Symbol 506 GraphicUsed by:509
Symbol 507 GraphicUsed by:509
Symbol 508 GraphicUsed by:509
Symbol 509 MovieClipUses:505 506 507 508Used by:850
Symbol 510 GraphicUsed by:535
Symbol 511 GraphicUsed by:535
Symbol 512 GraphicUsed by:535
Symbol 513 GraphicUsed by:535
Symbol 514 GraphicUsed by:520
Symbol 515 GraphicUsed by:520
Symbol 516 GraphicUsed by:520
Symbol 517 GraphicUsed by:520
Symbol 518 GraphicUsed by:520
Symbol 519 GraphicUsed by:520
Symbol 520 MovieClipUses:514 515 516 517 518 519Used by:535
Symbol 521 GraphicUsed by:527
Symbol 522 GraphicUsed by:527
Symbol 523 GraphicUsed by:527
Symbol 524 GraphicUsed by:527
Symbol 525 GraphicUsed by:527
Symbol 526 GraphicUsed by:527
Symbol 527 MovieClipUses:521 522 523 524 525 526Used by:535
Symbol 528 GraphicUsed by:534
Symbol 529 GraphicUsed by:534
Symbol 530 GraphicUsed by:534
Symbol 531 GraphicUsed by:534
Symbol 532 GraphicUsed by:534
Symbol 533 GraphicUsed by:534
Symbol 534 MovieClipUses:528 529 530 531 532 533Used by:535
Symbol 535 MovieClipUses:510 511 512 513 520 527 534Used by:850
Symbol 536 GraphicUsed by:561
Symbol 537 GraphicUsed by:561
Symbol 538 GraphicUsed by:561
Symbol 539 GraphicUsed by:561
Symbol 540 GraphicUsed by:546
Symbol 541 GraphicUsed by:546
Symbol 542 GraphicUsed by:546
Symbol 543 GraphicUsed by:546
Symbol 544 GraphicUsed by:546
Symbol 545 GraphicUsed by:546
Symbol 546 MovieClipUses:540 541 542 543 544 545Used by:561
Symbol 547 GraphicUsed by:553
Symbol 548 GraphicUsed by:553
Symbol 549 GraphicUsed by:553
Symbol 550 GraphicUsed by:553
Symbol 551 GraphicUsed by:553
Symbol 552 GraphicUsed by:553
Symbol 553 MovieClipUses:547 548 549 550 551 552Used by:561
Symbol 554 GraphicUsed by:560
Symbol 555 GraphicUsed by:560
Symbol 556 GraphicUsed by:560
Symbol 557 GraphicUsed by:560
Symbol 558 GraphicUsed by:560
Symbol 559 GraphicUsed by:560
Symbol 560 MovieClipUses:554 555 556 557 558 559Used by:561
Symbol 561 MovieClipUses:536 537 538 539 546 553 560Used by:850
Symbol 562 GraphicUsed by:587
Symbol 563 GraphicUsed by:587
Symbol 564 GraphicUsed by:587
Symbol 565 GraphicUsed by:587
Symbol 566 GraphicUsed by:572
Symbol 567 GraphicUsed by:572
Symbol 568 GraphicUsed by:572
Symbol 569 GraphicUsed by:572
Symbol 570 GraphicUsed by:572
Symbol 571 GraphicUsed by:572
Symbol 572 MovieClipUses:566 567 568 569 570 571Used by:587
Symbol 573 GraphicUsed by:579
Symbol 574 GraphicUsed by:579
Symbol 575 GraphicUsed by:579
Symbol 576 GraphicUsed by:579
Symbol 577 GraphicUsed by:579
Symbol 578 GraphicUsed by:579
Symbol 579 MovieClipUses:573 574 575 576 577 578Used by:587
Symbol 580 GraphicUsed by:586
Symbol 581 GraphicUsed by:586
Symbol 582 GraphicUsed by:586
Symbol 583 GraphicUsed by:586
Symbol 584 GraphicUsed by:586
Symbol 585 GraphicUsed by:586
Symbol 586 MovieClipUses:580 581 582 583 584 585Used by:587
Symbol 587 MovieClipUses:562 563 564 565 572 579 586Used by:850
Symbol 588 GraphicUsed by:850
Symbol 589 GraphicUsed by:591
Symbol 590 GraphicUsed by:591
Symbol 591 MovieClipUses:589 590Used by:850
Symbol 592 GraphicUsed by:594
Symbol 593 GraphicUsed by:594
Symbol 594 MovieClipUses:592 593Used by:850
Symbol 595 GraphicUsed by:597
Symbol 596 GraphicUsed by:597
Symbol 597 MovieClipUses:595 596Used by:850
Symbol 598 GraphicUsed by:599
Symbol 599 MovieClipUses:598Used by:850
Symbol 600 GraphicUsed by:624
Symbol 601 GraphicUsed by:624
Symbol 602 GraphicUsed by:624
Symbol 603 GraphicUsed by:624
Symbol 604 GraphicUsed by:609
Symbol 605 GraphicUsed by:609
Symbol 606 GraphicUsed by:609
Symbol 607 GraphicUsed by:609
Symbol 608 GraphicUsed by:609
Symbol 609 MovieClipUses:604 605 606 607 608Used by:624
Symbol 610 GraphicUsed by:616
Symbol 611 GraphicUsed by:616
Symbol 612 GraphicUsed by:616
Symbol 613 GraphicUsed by:616
Symbol 614 GraphicUsed by:616
Symbol 615 GraphicUsed by:616
Symbol 616 MovieClipUses:610 611 612 613 614 615Used by:624
Symbol 617 GraphicUsed by:623
Symbol 618 GraphicUsed by:623
Symbol 619 GraphicUsed by:623
Symbol 620 GraphicUsed by:623
Symbol 621 GraphicUsed by:623
Symbol 622 GraphicUsed by:623
Symbol 623 MovieClipUses:617 618 619 620 621 622Used by:624
Symbol 624 MovieClipUses:600 601 602 603 609 616 623Used by:850
Symbol 625 GraphicUsed by:627
Symbol 626 GraphicUsed by:627
Symbol 627 MovieClipUses:625 626Used by:850
Symbol 628 GraphicUsed by:653
Symbol 629 GraphicUsed by:653
Symbol 630 GraphicUsed by:653
Symbol 631 GraphicUsed by:653
Symbol 632 GraphicUsed by:638
Symbol 633 GraphicUsed by:638
Symbol 634 GraphicUsed by:638
Symbol 635 GraphicUsed by:638
Symbol 636 GraphicUsed by:638
Symbol 637 GraphicUsed by:638
Symbol 638 MovieClipUses:632 633 634 635 636 637Used by:653
Symbol 639 GraphicUsed by:645
Symbol 640 GraphicUsed by:645
Symbol 641 GraphicUsed by:645
Symbol 642 GraphicUsed by:645
Symbol 643 GraphicUsed by:645
Symbol 644 GraphicUsed by:645
Symbol 645 MovieClipUses:639 640 641 642 643 644Used by:653
Symbol 646 GraphicUsed by:652
Symbol 647 GraphicUsed by:652
Symbol 648 GraphicUsed by:652
Symbol 649 GraphicUsed by:652
Symbol 650 GraphicUsed by:652
Symbol 651 GraphicUsed by:652
Symbol 652 MovieClipUses:646 647 648 649 650 651Used by:653
Symbol 653 MovieClipUses:628 629 630 631 638 645 652Used by:850
Symbol 654 GraphicUsed by:659
Symbol 655 GraphicUsed by:659
Symbol 656 GraphicUsed by:659
Symbol 657 GraphicUsed by:659
Symbol 658 GraphicUsed by:659
Symbol 659 MovieClipUses:74 654 655 656 657 658Used by:850
Symbol 660 GraphicUsed by:666
Symbol 661 GraphicUsed by:666
Symbol 662 GraphicUsed by:666
Symbol 663 GraphicUsed by:666
Symbol 664 GraphicUsed by:666
Symbol 665 GraphicUsed by:666
Symbol 666 MovieClipUses:660 661 662 663 664 665Used by:681
Symbol 667 GraphicUsed by:673
Symbol 668 GraphicUsed by:673
Symbol 669 GraphicUsed by:673
Symbol 670 GraphicUsed by:673
Symbol 671 GraphicUsed by:673
Symbol 672 GraphicUsed by:673
Symbol 673 MovieClipUses:667 668 669 670 671 672Used by:681
Symbol 674 GraphicUsed by:680
Symbol 675 GraphicUsed by:680
Symbol 676 GraphicUsed by:680
Symbol 677 GraphicUsed by:680
Symbol 678 GraphicUsed by:680
Symbol 679 GraphicUsed by:680
Symbol 680 MovieClipUses:674 675 676 677 678 679Used by:681
Symbol 681 MovieClipUses:666 673 680Used by:850
Symbol 682 GraphicUsed by:707
Symbol 683 GraphicUsed by:707
Symbol 684 GraphicUsed by:707
Symbol 685 GraphicUsed by:707
Symbol 686 GraphicUsed by:692
Symbol 687 GraphicUsed by:692
Symbol 688 GraphicUsed by:692
Symbol 689 GraphicUsed by:692
Symbol 690 GraphicUsed by:692
Symbol 691 GraphicUsed by:692
Symbol 692 MovieClipUses:686 687 688 689 690 691Used by:707
Symbol 693 GraphicUsed by:699
Symbol 694 GraphicUsed by:699
Symbol 695 GraphicUsed by:699
Symbol 696 GraphicUsed by:699
Symbol 697 GraphicUsed by:699
Symbol 698 GraphicUsed by:699
Symbol 699 MovieClipUses:693 694 695 696 697 698Used by:707
Symbol 700 GraphicUsed by:706
Symbol 701 GraphicUsed by:706
Symbol 702 GraphicUsed by:706
Symbol 703 GraphicUsed by:706
Symbol 704 GraphicUsed by:706
Symbol 705 GraphicUsed by:706
Symbol 706 MovieClipUses:700 701 702 703 704 705Used by:707
Symbol 707 MovieClipUses:682 683 684 685 692 699 706Used by:850
Symbol 708 GraphicUsed by:711
Symbol 709 GraphicUsed by:711
Symbol 710 GraphicUsed by:711
Symbol 711 MovieClipUses:708 709 710Used by:850
Symbol 712 GraphicUsed by:737
Symbol 713 GraphicUsed by:737
Symbol 714 GraphicUsed by:737
Symbol 715 GraphicUsed by:737
Symbol 716 GraphicUsed by:722
Symbol 717 GraphicUsed by:722
Symbol 718 GraphicUsed by:722
Symbol 719 GraphicUsed by:722
Symbol 720 GraphicUsed by:722
Symbol 721 GraphicUsed by:722
Symbol 722 MovieClipUses:716 717 718 719 720 721Used by:737
Symbol 723 GraphicUsed by:729
Symbol 724 GraphicUsed by:729
Symbol 725 GraphicUsed by:729
Symbol 726 GraphicUsed by:729
Symbol 727 GraphicUsed by:729
Symbol 728 GraphicUsed by:729
Symbol 729 MovieClipUses:723 724 725 726 727 728Used by:737
Symbol 730 GraphicUsed by:736
Symbol 731 GraphicUsed by:736
Symbol 732 GraphicUsed by:736
Symbol 733 GraphicUsed by:736
Symbol 734 GraphicUsed by:736
Symbol 735 GraphicUsed by:736
Symbol 736 MovieClipUses:730 731 732 733 734 735Used by:737
Symbol 737 MovieClipUses:712 713 714 715 722 729 736Used by:850
Symbol 738 GraphicUsed by:743
Symbol 739 GraphicUsed by:743
Symbol 740 GraphicUsed by:743
Symbol 741 GraphicUsed by:743
Symbol 742 GraphicUsed by:743
Symbol 743 MovieClipUses:74 738 739 740 741 742Used by:850
Symbol 744 GraphicUsed by:750
Symbol 745 GraphicUsed by:750
Symbol 746 GraphicUsed by:750
Symbol 747 GraphicUsed by:750
Symbol 748 GraphicUsed by:750
Symbol 749 GraphicUsed by:750
Symbol 750 MovieClipUses:744 745 746 747 748 749Used by:765
Symbol 751 GraphicUsed by:757
Symbol 752 GraphicUsed by:757
Symbol 753 GraphicUsed by:757
Symbol 754 GraphicUsed by:757
Symbol 755 GraphicUsed by:757
Symbol 756 GraphicUsed by:757
Symbol 757 MovieClipUses:751 752 753 754 755 756Used by:765
Symbol 758 GraphicUsed by:764
Symbol 759 GraphicUsed by:764
Symbol 760 GraphicUsed by:764
Symbol 761 GraphicUsed by:764
Symbol 762 GraphicUsed by:764
Symbol 763 GraphicUsed by:764
Symbol 764 MovieClipUses:758 759 760 761 762 763Used by:765
Symbol 765 MovieClipUses:750 757 764Used by:850
Symbol 766 GraphicUsed by:791
Symbol 767 GraphicUsed by:791
Symbol 768 GraphicUsed by:791
Symbol 769 GraphicUsed by:791
Symbol 770 GraphicUsed by:776
Symbol 771 GraphicUsed by:776
Symbol 772 GraphicUsed by:776
Symbol 773 GraphicUsed by:776
Symbol 774 GraphicUsed by:776
Symbol 775 GraphicUsed by:776
Symbol 776 MovieClipUses:770 771 772 773 774 775Used by:791
Symbol 777 GraphicUsed by:783
Symbol 778 GraphicUsed by:783
Symbol 779 GraphicUsed by:783
Symbol 780 GraphicUsed by:783
Symbol 781 GraphicUsed by:783
Symbol 782 GraphicUsed by:783
Symbol 783 MovieClipUses:777 778 779 780 781 782Used by:791
Symbol 784 GraphicUsed by:790
Symbol 785 GraphicUsed by:790
Symbol 786 GraphicUsed by:790
Symbol 787 GraphicUsed by:790
Symbol 788 GraphicUsed by:790
Symbol 789 GraphicUsed by:790
Symbol 790 MovieClipUses:784 785 786 787 788 789Used by:791
Symbol 791 MovieClipUses:766 767 768 769 776 783 790Used by:850
Symbol 792 GraphicUsed by:795
Symbol 793 GraphicUsed by:795
Symbol 794 GraphicUsed by:795
Symbol 795 MovieClipUses:792 793 794Used by:850
Symbol 796 GraphicUsed by:821
Symbol 797 GraphicUsed by:821
Symbol 798 GraphicUsed by:821
Symbol 799 GraphicUsed by:821
Symbol 800 GraphicUsed by:806
Symbol 801 GraphicUsed by:806
Symbol 802 GraphicUsed by:806
Symbol 803 GraphicUsed by:806
Symbol 804 GraphicUsed by:806
Symbol 805 GraphicUsed by:806
Symbol 806 MovieClipUses:800 801 802 803 804 805Used by:821
Symbol 807 GraphicUsed by:813
Symbol 808 GraphicUsed by:813
Symbol 809 GraphicUsed by:813
Symbol 810 GraphicUsed by:813
Symbol 811 GraphicUsed by:813
Symbol 812 GraphicUsed by:813
Symbol 813 MovieClipUses:807 808 809 810 811 812Used by:821
Symbol 814 GraphicUsed by:820
Symbol 815 GraphicUsed by:820
Symbol 816 GraphicUsed by:820
Symbol 817 GraphicUsed by:820
Symbol 818 GraphicUsed by:820
Symbol 819 GraphicUsed by:820
Symbol 820 MovieClipUses:814 815 816 817 818 819Used by:821
Symbol 821 MovieClipUses:796 797 798 799 806 813 820Used by:850
Symbol 822 GraphicUsed by:827
Symbol 823 GraphicUsed by:827
Symbol 824 GraphicUsed by:827
Symbol 825 GraphicUsed by:827
Symbol 826 GraphicUsed by:827
Symbol 827 MovieClipUses:74 822 823 824 825 826Used by:850
Symbol 828 GraphicUsed by:834
Symbol 829 GraphicUsed by:834
Symbol 830 GraphicUsed by:834
Symbol 831 GraphicUsed by:834
Symbol 832 GraphicUsed by:834
Symbol 833 GraphicUsed by:834
Symbol 834 MovieClipUses:828 829 830 831 832 833Used by:849
Symbol 835 GraphicUsed by:841
Symbol 836 GraphicUsed by:841
Symbol 837 GraphicUsed by:841
Symbol 838 GraphicUsed by:841
Symbol 839 GraphicUsed by:841
Symbol 840 GraphicUsed by:841
Symbol 841 MovieClipUses:835 836 837 838 839 840Used by:849
Symbol 842 GraphicUsed by:848
Symbol 843 GraphicUsed by:848
Symbol 844 GraphicUsed by:848
Symbol 845 GraphicUsed by:848
Symbol 846 GraphicUsed by:848
Symbol 847 GraphicUsed by:848
Symbol 848 MovieClipUses:842 843 844 845 846 847Used by:849
Symbol 849 MovieClipUses:834 841 848Used by:850
Symbol 850 MovieClip [sprites]Uses:30 34 31 35 61 73 80 102 128 134 160 166 188 214 237 238 264 290 298 299 325 351 359 385 387 388 414 422 444 470 474 500 504 509 535 561 587 588 591 594 597 599 624 627 653 659 681 707 711 737 743 765 791 795 821 827 849Used by:Timeline
Symbol 851 Sound [inside.wav]Used by:870
Symbol 852 Sound [class.wav]Used by:870
Symbol 853 Sound [gym.wav]Used by:870
Symbol 854 Sound [hall.wav]Used by:870
Symbol 855 Sound [tiled.wav]Used by:870
Symbol 856 Sound [ear.wav]Used by:870
Symbol 857 Sound [hand.wav]Used by:870
Symbol 858 Sound [hero.wav]Used by:870
Symbol 859 Sound [junk.wav]Used by:870
Symbol 860 Sound [kiss.wav]Used by:870
Symbol 861 Sound [peep.wav]Used by:870
Symbol 862 Sound [pity.wav]Used by:870
Symbol 863 Sound [fight.wav]Used by:870
Symbol 864 Sound [bell.wav]Used by:870
Symbol 865 Sound [door.wav]Used by:870
Symbol 866 Sound [stallclose.wav]Used by:870
Symbol 867 Sound [stallopen.wav]Used by:870
Symbol 868 Sound [washhands.wav]Used by:870
Symbol 869 Sound [jerkin.wav]Used by:870
Symbol 870 MovieClip [loadaudio]Uses:851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869Used by:Timeline
Symbol 871 GraphicUsed by:872
Symbol 872 MovieClip [crosshair]Uses:871Used by:Timeline
Symbol 873 GraphicUsed by:992
Symbol 874 GraphicUsed by:992
Symbol 875 GraphicUsed by:992
Symbol 876 GraphicUsed by:992
Symbol 877 GraphicUsed by:992
Symbol 878 GraphicUsed by:883 888
Symbol 879 GraphicUsed by:883 888
Symbol 880 GraphicUsed by:883 888
Symbol 881 GraphicUsed by:883 888
Symbol 882 GraphicUsed by:883 888
Symbol 883 MovieClipUses:878 879 880 881 882Used by:992
Symbol 884 GraphicUsed by:888
Symbol 885 GraphicUsed by:888
Symbol 886 GraphicUsed by:888
Symbol 887 GraphicUsed by:888
Symbol 888 MovieClipUses:878 884 885 886 887 880 879 882 881Used by:992
Symbol 889 GraphicUsed by:992
Symbol 890 GraphicUsed by:992
Symbol 891 GraphicUsed by:992
Symbol 892 GraphicUsed by:992
Symbol 893 GraphicUsed by:992
Symbol 894 GraphicUsed by:992
Symbol 895 GraphicUsed by:992
Symbol 896 GraphicUsed by:901
Symbol 897 GraphicUsed by:901
Symbol 898 GraphicUsed by:901
Symbol 899 GraphicUsed by:901
Symbol 900 GraphicUsed by:901
Symbol 901 MovieClipUses:896 897 898 899 900Used by:992
Symbol 902 GraphicUsed by:992
Symbol 903 GraphicUsed by:992
Symbol 904 GraphicUsed by:992
Symbol 905 GraphicUsed by:992
Symbol 906 GraphicUsed by:992
Symbol 907 GraphicUsed by:992
Symbol 908 GraphicUsed by:992
Symbol 909 GraphicUsed by:913
Symbol 910 GraphicUsed by:913
Symbol 911 GraphicUsed by:913
Symbol 912 GraphicUsed by:913
Symbol 913 MovieClipUses:909 910 911 912Used by:992
Symbol 914 GraphicUsed by:992
Symbol 915 GraphicUsed by:992
Symbol 916 GraphicUsed by:992
Symbol 917 GraphicUsed by:992
Symbol 918 GraphicUsed by:992
Symbol 919 GraphicUsed by:992
Symbol 920 GraphicUsed by:992
Symbol 921 GraphicUsed by:992
Symbol 922 GraphicUsed by:992
Symbol 923 GraphicUsed by:992
Symbol 924 GraphicUsed by:992
Symbol 925 GraphicUsed by:992
Symbol 926 GraphicUsed by:992
Symbol 927 GraphicUsed by:992
Symbol 928 GraphicUsed by:992
Symbol 929 GraphicUsed by:992
Symbol 930 GraphicUsed by:936
Symbol 931 GraphicUsed by:936
Symbol 932 GraphicUsed by:936
Symbol 933 GraphicUsed by:936
Symbol 934 GraphicUsed by:936
Symbol 935 GraphicUsed by:936
Symbol 936 MovieClipUses:930 931 932 933 934 935Used by:992
Symbol 937 GraphicUsed by:992
Symbol 938 GraphicUsed by:992
Symbol 939 GraphicUsed by:992
Symbol 940 GraphicUsed by:992
Symbol 941 GraphicUsed by:992
Symbol 942 GraphicUsed by:945
Symbol 943 GraphicUsed by:945
Symbol 944 GraphicUsed by:945
Symbol 945 MovieClipUses:942 943 944Used by:992
Symbol 946 GraphicUsed by:992
Symbol 947 GraphicUsed by:992
Symbol 948 GraphicUsed by:992
Symbol 949 GraphicUsed by:992
Symbol 950 GraphicUsed by:992
Symbol 951 GraphicUsed by:992
Symbol 952 GraphicUsed by:992
Symbol 953 GraphicUsed by:992
Symbol 954 GraphicUsed by:992
Symbol 955 GraphicUsed by:992
Symbol 956 GraphicUsed by:992
Symbol 957 GraphicUsed by:992
Symbol 958 GraphicUsed by:992
Symbol 959 GraphicUsed by:992
Symbol 960 GraphicUsed by:992
Symbol 961 GraphicUsed by:992
Symbol 962 GraphicUsed by:992
Symbol 963 GraphicUsed by:992
Symbol 964 GraphicUsed by:966
Symbol 965 GraphicUsed by:966
Symbol 966 MovieClipUses:964 965Used by:992
Symbol 967 GraphicUsed by:992
Symbol 968 GraphicUsed by:992
Symbol 969 GraphicUsed by:992
Symbol 970 GraphicUsed by:992
Symbol 971 GraphicUsed by:992
Symbol 972 GraphicUsed by:992
Symbol 973 GraphicUsed by:992
Symbol 974 GraphicUsed by:992
Symbol 975 GraphicUsed by:992
Symbol 976 GraphicUsed by:992
Symbol 977 GraphicUsed by:992
Symbol 978 GraphicUsed by:992
Symbol 979 GraphicUsed by:992
Symbol 980 GraphicUsed by:992
Symbol 981 GraphicUsed by:992
Symbol 982 GraphicUsed by:992
Symbol 983 GraphicUsed by:992
Symbol 984 GraphicUsed by:992
Symbol 985 GraphicUsed by:992
Symbol 986 GraphicUsed by:992
Symbol 987 GraphicUsed by:992
Symbol 988 GraphicUsed by:992
Symbol 989 GraphicUsed by:992
Symbol 990 GraphicUsed by:992
Symbol 991 GraphicUsed by:992
Symbol 992 MovieClip [tiles]Uses:873 874 875 876 877 883 888 889 890 891 892 893 894 895 901 902 903 904 905 906 907 908 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 936 937 938 939 940 941 945 946 947 948 949 950 951 952 953 954 955 956 957 958 959 960 961 962 963 966 967 968 969 970 971 972 973 974 975 976 977 978 979 980 981 982 983 984 985 986 987 988 989 990 991Used by:Timeline
Symbol 993 MovieClip [empty]Used by:1477  Timeline
Symbol 994 FontUsed by:995 1541 1696 1697 1698
Symbol 995 TextUses:994Used by:Timeline
Symbol 996 GraphicUsed by:998 1095 1097 1099
Symbol 997 GraphicUsed by:998
Symbol 998 MovieClipUses:996 997Used by:1476 1734  Timeline
Symbol 999 GraphicUsed by:Timeline
Symbol 1000 GraphicUsed by:1003
Symbol 1001 GraphicUsed by:1003 1345
Symbol 1002 GraphicUsed by:1003 1345
Symbol 1003 MovieClipUses:1000 1001 1002Used by:Timeline
Symbol 1004 GraphicUsed by:1476  Timeline
Symbol 1005 GraphicUsed by:1040
Symbol 1006 FontUsed by:1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039 1043 1044
Symbol 1007 EditableTextUses:1006Used by:1040
Symbol 1008 EditableTextUses:1006Used by:1040
Symbol 1009 EditableTextUses:1006Used by:1040
Symbol 1010 EditableTextUses:1006Used by:1040
Symbol 1011 EditableTextUses:1006Used by:1040
Symbol 1012 EditableTextUses:1006Used by:1040
Symbol 1013 EditableTextUses:1006Used by:1040
Symbol 1014 EditableTextUses:1006Used by:1040
Symbol 1015 EditableTextUses:1006Used by:1040
Symbol 1016 EditableTextUses:1006Used by:1040
Symbol 1017 EditableTextUses:1006Used by:1040
Symbol 1018 EditableTextUses:1006Used by:1040
Symbol 1019 EditableTextUses:1006Used by:1040
Symbol 1020 EditableTextUses:1006Used by:1040
Symbol 1021 EditableTextUses:1006Used by:1040
Symbol 1022 EditableTextUses:1006Used by:1040
Symbol 1023 EditableTextUses:1006Used by:1040
Symbol 1024 EditableTextUses:1006Used by:1040
Symbol 1025 EditableTextUses:1006Used by:1040
Symbol 1026 EditableTextUses:1006Used by:1040
Symbol 1027 EditableTextUses:1006Used by:1040
Symbol 1028 EditableTextUses:1006Used by:1040
Symbol 1029 EditableTextUses:1006Used by:1040
Symbol 1030 EditableTextUses:1006Used by:1040
Symbol 1031 EditableTextUses:1006Used by:1040
Symbol 1032 EditableTextUses:1006Used by:1040
Symbol 1033 EditableTextUses:1006Used by:1040
Symbol 1034 EditableTextUses:1006Used by:1040
Symbol 1035 EditableTextUses:1006Used by:1040
Symbol 1036 EditableTextUses:1006Used by:1040
Symbol 1037 EditableTextUses:1006Used by:1040
Symbol 1038 EditableTextUses:1006Used by:1040
Symbol 1039 EditableTextUses:1006Used by:1040
Symbol 1040 MovieClipUses:1005 1007 1008 1009 1010 1011 1012 1013 1014 1015 1016 1017 1018 1019 1020 1021 1022 1023 1024 1025 1026 1027 1028 1029 1030 1031 1032 1033 1034 1035 1036 1037 1038 1039Used by:1045
Symbol 1041 GraphicUsed by:1045 1710  Timeline
Symbol 1042 GraphicUsed by:1045
Symbol 1043 EditableTextUses:1006Used by:1045
Symbol 1044 EditableTextUses:1006Used by:1045
Symbol 1045 MovieClipUses:1040 1041 1042 1043 1044Used by:Timeline
Symbol 1046 TextUses:1Used by:Timeline
Symbol 1047 TextUses:1Used by:Timeline
Symbol 1048 TextUses:1Used by:Timeline
Symbol 1049 TextUses:1Used by:1056
Symbol 1050 GraphicUsed by:1051
Symbol 1051 MovieClipUses:1050Used by:1056 1064
Symbol 1052 GraphicUsed by:1054 1064
Symbol 1053 GraphicUsed by:1054
Symbol 1054 MovieClipUses:1052 1053Used by:1056 1734
Symbol 1055 TextUses:1Used by:1056
Symbol 1056 MovieClipUses:1049 1051 1054 1055Used by:Timeline
Symbol 1057 GraphicUsed by:1059
Symbol 1058 GraphicUsed by:1059
Symbol 1059 MovieClipUses:1057 1058Used by:Timeline
Symbol 1060 GraphicUsed by:1062
Symbol 1061 GraphicUsed by:1062
Symbol 1062 MovieClipUses:1060 1061Used by:Timeline
Symbol 1063 TextUses:1Used by:1064
Symbol 1064 MovieClipUses:1063 1052 1051Used by:Timeline
Symbol 1065 GraphicUsed by:1475 1476
Symbol 1066 GraphicUsed by:1475 1476
Symbol 1067 GraphicUsed by:1475 1476
Symbol 1068 GraphicUsed by:1476 1733
Symbol 1069 GraphicUsed by:1345 1476
Symbol 1070 GraphicUsed by:1345 1476
Symbol 1071 GraphicUsed by:1345 1476
Symbol 1072 GraphicUsed by:1476
Symbol 1073 GraphicUsed by:1236 1476
Symbol 1074 GraphicUsed by:1236 1476
Symbol 1075 GraphicUsed by:1236 1476
Symbol 1076 GraphicUsed by:1475 1476 1704
Symbol 1077 GraphicUsed by:1218 1476
Symbol 1078 GraphicUsed by:1218 1476
Symbol 1079 GraphicUsed by:1218 1476
Symbol 1080 GraphicUsed by:1218 1476
Symbol 1081 GraphicUsed by:1218 1476
Symbol 1082 GraphicUsed by:1170 1476
Symbol 1083 GraphicUsed by:1170 1476
Symbol 1084 GraphicUsed by:1170 1476
Symbol 1085 GraphicUsed by:1170 1476
Symbol 1086 GraphicUsed by:1142 1476
Symbol 1087 GraphicUsed by:1142 1476
Symbol 1088 GraphicUsed by:1142 1476
Symbol 1089 GraphicUsed by:1114 1476
Symbol 1090 GraphicUsed by:1114 1476
Symbol 1091 GraphicUsed by:1114 1476
Symbol 1092 BitmapUsed by:1093 1094 1096 1098 1694
Symbol 1093 GraphicUses:1092Used by:1095
Symbol 1094 GraphicUses:1092Used by:1095 1097 1099
Symbol 1095 MovieClipUses:1093 996 1094Used by:1476
Symbol 1096 GraphicUses:1092Used by:1097
Symbol 1097 MovieClipUses:1096 996 1094Used by:1476
Symbol 1098 GraphicUses:1092Used by:1099
Symbol 1099 MovieClipUses:1098 996 1094Used by:1476
Symbol 1100 TextUses:1Used by:1476
Symbol 1101 GraphicUsed by:1114
Symbol 1102 GraphicUsed by:1114
Symbol 1103 GraphicUsed by:1114
Symbol 1104 GraphicUsed by:1114
Symbol 1105 GraphicUsed by:1114
Symbol 1106 GraphicUsed by:1114
Symbol 1107 GraphicUsed by:1114
Symbol 1108 GraphicUsed by:1114
Symbol 1109 GraphicUsed by:1114
Symbol 1110 GraphicUsed by:1114
Symbol 1111 GraphicUsed by:1114
Symbol 1112 GraphicUsed by:1114
Symbol 1113 GraphicUsed by:1114
Symbol 1114 MovieClipUses:1101 1089 1090 1091 1102 1103 1104 1105 1106 1107 1108 1109 1110 1111 1112 1113Used by:1476 1734
Symbol 1115 TextUses:1Used by:1476
Symbol 1116 GraphicUsed by:1142
Symbol 1117 GraphicUsed by:1142
Symbol 1118 GraphicUsed by:1142
Symbol 1119 GraphicUsed by:1142
Symbol 1120 GraphicUsed by:1142
Symbol 1121 GraphicUsed by:1142
Symbol 1122 GraphicUsed by:1142
Symbol 1123 GraphicUsed by:1142
Symbol 1124 GraphicUsed by:1142
Symbol 1125 GraphicUsed by:1142
Symbol 1126 GraphicUsed by:1142
Symbol 1127 GraphicUsed by:1142
Symbol 1128 GraphicUsed by:1142
Symbol 1129 GraphicUsed by:1142
Symbol 1130 GraphicUsed by:1142
Symbol 1131 GraphicUsed by:1142
Symbol 1132 GraphicUsed by:1142
Symbol 1133 GraphicUsed by:1142
Symbol 1134 GraphicUsed by:1142
Symbol 1135 GraphicUsed by:1142
Symbol 1136 GraphicUsed by:1142
Symbol 1137 GraphicUsed by:1142
Symbol 1138 GraphicUsed by:1142
Symbol 1139 GraphicUsed by:1142
Symbol 1140 GraphicUsed by:1142
Symbol 1141 GraphicUsed by:1142
Symbol 1142 MovieClipUses:1116 1117 1118 1119 1120 1121 1122 1123 1124 1125 1126 1127 1128 1129 1130 1131 1132 1133 1134 1135 1136 1137 1086 1138 1088 1139 1087 1140 1141Used by:1476 1734
Symbol 1143 GraphicUsed by:1170
Symbol 1144 GraphicUsed by:1170
Symbol 1145 GraphicUsed by:1170
Symbol 1146 GraphicUsed by:1170
Symbol 1147 GraphicUsed by:1170
Symbol 1148 GraphicUsed by:1170
Symbol 1149 GraphicUsed by:1170
Symbol 1150 GraphicUsed by:1170
Symbol 1151 GraphicUsed by:1170
Symbol 1152 GraphicUsed by:1170
Symbol 1153 GraphicUsed by:1170
Symbol 1154 GraphicUsed by:1170
Symbol 1155 GraphicUsed by:1170
Symbol 1156 GraphicUsed by:1170
Symbol 1157 GraphicUsed by:1170
Symbol 1158 GraphicUsed by:1170
Symbol 1159 GraphicUsed by:1170
Symbol 1160 GraphicUsed by:1170
Symbol 1161 GraphicUsed by:1170
Symbol 1162 GraphicUsed by:1170
Symbol 1163 GraphicUsed by:1170
Symbol 1164 GraphicUsed by:1170
Symbol 1165 GraphicUsed by:1170
Symbol 1166 GraphicUsed by:1170
Symbol 1167 GraphicUsed by:1170
Symbol 1168 GraphicUsed by:1170
Symbol 1169 GraphicUsed by:1170
Symbol 1170 MovieClipUses:1143 1082 1083 1084 1085 1144 1145 1146 1147 1148 1149 1150 1151 1152 1153 1154 1155 1156 1157 1158 1159 1160 1161 1162 1163 1164 1165 1166 1167 1168 1169Used by:1476 1734
Symbol 1171 GraphicUsed by:1218
Symbol 1172 GraphicUsed by:1218
Symbol 1173 GraphicUsed by:1218
Symbol 1174 GraphicUsed by:1218
Symbol 1175 GraphicUsed by:1218
Symbol 1176 GraphicUsed by:1218
Symbol 1177 GraphicUsed by:1218
Symbol 1178 GraphicUsed by:1218
Symbol 1179 GraphicUsed by:1218
Symbol 1180 GraphicUsed by:1218
Symbol 1181 GraphicUsed by:1218
Symbol 1182 GraphicUsed by:1218
Symbol 1183 GraphicUsed by:1218
Symbol 1184 GraphicUsed by:1218
Symbol 1185 GraphicUsed by:1218
Symbol 1186 GraphicUsed by:1218
Symbol 1187 GraphicUsed by:1218
Symbol 1188 GraphicUsed by:1218
Symbol 1189 GraphicUsed by:1218
Symbol 1190 GraphicUsed by:1218
Symbol 1191 GraphicUsed by:1218
Symbol 1192 GraphicUsed by:1218
Symbol 1193 GraphicUsed by:1218
Symbol 1194 GraphicUsed by:1218
Symbol 1195 GraphicUsed by:1218
Symbol 1196 GraphicUsed by:1218
Symbol 1197 GraphicUsed by:1218
Symbol 1198 GraphicUsed by:1218
Symbol 1199 GraphicUsed by:1218
Symbol 1200 GraphicUsed by:1218
Symbol 1201 GraphicUsed by:1218
Symbol 1202 GraphicUsed by:1218
Symbol 1203 GraphicUsed by:1218
Symbol 1204 GraphicUsed by:1218
Symbol 1205 GraphicUsed by:1218
Symbol 1206 GraphicUsed by:1218
Symbol 1207 GraphicUsed by:1218
Symbol 1208 GraphicUsed by:1218
Symbol 1209 GraphicUsed by:1218
Symbol 1210 GraphicUsed by:1218
Symbol 1211 GraphicUsed by:1218
Symbol 1212 GraphicUsed by:1218
Symbol 1213 GraphicUsed by:1218
Symbol 1214 GraphicUsed by:1218
Symbol 1215 GraphicUsed by:1218
Symbol 1216 GraphicUsed by:1218
Symbol 1217 GraphicUsed by:1218
Symbol 1218 MovieClipUses:1171 1172 1173 1174 1175 1176 1177 1178 1179 1180 1181 1182 1183 1184 1185 1186 1187 1188 1189 1190 1191 1192 1193 1194 1195 1196 1197 1198 1199 1077 1200 1079 1201 1202 1081 1203 1204 1205 1078 1080 1206 1207 1208 1209 1210 1211 1212 1213 1214 1215 1216 1217Used by:1476 1734
Symbol 1219 GraphicUsed by:1236
Symbol 1220 GraphicUsed by:1236
Symbol 1221 GraphicUsed by:1236
Symbol 1222 GraphicUsed by:1236
Symbol 1223 GraphicUsed by:1236
Symbol 1224 GraphicUsed by:1236
Symbol 1225 GraphicUsed by:1236
Symbol 1226 GraphicUsed by:1236
Symbol 1227 GraphicUsed by:1236
Symbol 1228 GraphicUsed by:1236
Symbol 1229 GraphicUsed by:1236
Symbol 1230 GraphicUsed by:1236
Symbol 1231 GraphicUsed by:1236
Symbol 1232 GraphicUsed by:1236
Symbol 1233 GraphicUsed by:1236
Symbol 1234 GraphicUsed by:1236
Symbol 1235 GraphicUsed by:1236
Symbol 1236 MovieClipUses:1219 1073 1220 1221 1222 1223 1224 1225 1226 1227 1228 1075 1229 1230 1074 1231 1232 1233 1234 1235Used by:1476 1734
Symbol 1237 GraphicUsed by:1345
Symbol 1238 GraphicUsed by:1345
Symbol 1239 GraphicUsed by:1345
Symbol 1240 GraphicUsed by:1345
Symbol 1241 GraphicUsed by:1345
Symbol 1242 GraphicUsed by:1345
Symbol 1243 GraphicUsed by:1345
Symbol 1244 GraphicUsed by:1345
Symbol 1245 GraphicUsed by:1345
Symbol 1246 GraphicUsed by:1345
Symbol 1247 GraphicUsed by:1345
Symbol 1248 GraphicUsed by:1345
Symbol 1249 GraphicUsed by:1345
Symbol 1250 GraphicUsed by:1345
Symbol 1251 GraphicUsed by:1345
Symbol 1252 GraphicUsed by:1345
Symbol 1253 GraphicUsed by:1345
Symbol 1254 GraphicUsed by:1345
Symbol 1255 GraphicUsed by:1345
Symbol 1256 GraphicUsed by:1345
Symbol 1257 GraphicUsed by:1345
Symbol 1258 GraphicUsed by:1345
Symbol 1259 GraphicUsed by:1345
Symbol 1260 GraphicUsed by:1345
Symbol 1261 GraphicUsed by:1345
Symbol 1262 GraphicUsed by:1345
Symbol 1263 GraphicUsed by:1345
Symbol 1264 GraphicUsed by:1345
Symbol 1265 GraphicUsed by:1345
Symbol 1266 GraphicUsed by:1345
Symbol 1267 GraphicUsed by:1345
Symbol 1268 GraphicUsed by:1345
Symbol 1269 GraphicUsed by:1345
Symbol 1270 GraphicUsed by:1345
Symbol 1271 GraphicUsed by:1345
Symbol 1272 GraphicUsed by:1345
Symbol 1273 GraphicUsed by:1345
Symbol 1274 GraphicUsed by:1345
Symbol 1275 GraphicUsed by:1345
Symbol 1276 GraphicUsed by:1345
Symbol 1277 GraphicUsed by:1345
Symbol 1278 GraphicUsed by:1345
Symbol 1279 GraphicUsed by:1345
Symbol 1280 GraphicUsed by:1345
Symbol 1281 GraphicUsed by:1345
Symbol 1282 GraphicUsed by:1345
Symbol 1283 GraphicUsed by:1345
Symbol 1284 GraphicUsed by:1345
Symbol 1285 GraphicUsed by:1345
Symbol 1286 GraphicUsed by:1345
Symbol 1287 GraphicUsed by:1345
Symbol 1288 GraphicUsed by:1345
Symbol 1289 GraphicUsed by:1345
Symbol 1290 GraphicUsed by:1345
Symbol 1291 GraphicUsed by:1345
Symbol 1292 GraphicUsed by:1345
Symbol 1293 GraphicUsed by:1345
Symbol 1294 GraphicUsed by:1345
Symbol 1295 GraphicUsed by:1345
Symbol 1296 GraphicUsed by:1345
Symbol 1297 GraphicUsed by:1345
Symbol 1298 GraphicUsed by:1345
Symbol 1299 GraphicUsed by:1345
Symbol 1300 GraphicUsed by:1345
Symbol 1301 GraphicUsed by:1345
Symbol 1302 GraphicUsed by:1345
Symbol 1303 GraphicUsed by:1345
Symbol 1304 GraphicUsed by:1345
Symbol 1305 GraphicUsed by:1345
Symbol 1306 GraphicUsed by:1345
Symbol 1307 GraphicUsed by:1345
Symbol 1308 GraphicUsed by:1345
Symbol 1309 GraphicUsed by:1345
Symbol 1310 GraphicUsed by:1345
Symbol 1311 GraphicUsed by:1345
Symbol 1312 GraphicUsed by:1345
Symbol 1313 GraphicUsed by:1345
Symbol 1314 GraphicUsed by:1345
Symbol 1315 GraphicUsed by:1345
Symbol 1316 GraphicUsed by:1345
Symbol 1317 GraphicUsed by:1345
Symbol 1318 GraphicUsed by:1345
Symbol 1319 GraphicUsed by:1345
Symbol 1320 GraphicUsed by:1345
Symbol 1321 GraphicUsed by:1345
Symbol 1322 GraphicUsed by:1345
Symbol 1323 GraphicUsed by:1345
Symbol 1324 GraphicUsed by:1345
Symbol 1325 GraphicUsed by:1345
Symbol 1326 GraphicUsed by:1345
Symbol 1327 GraphicUsed by:1345
Symbol 1328 GraphicUsed by:1345
Symbol 1329 GraphicUsed by:1345
Symbol 1330 GraphicUsed by:1345
Symbol 1331 GraphicUsed by:1345
Symbol 1332 GraphicUsed by:1345
Symbol 1333 GraphicUsed by:1345
Symbol 1334 GraphicUsed by:1345
Symbol 1335 GraphicUsed by:1345
Symbol 1336 GraphicUsed by:1345
Symbol 1337 GraphicUsed by:1345
Symbol 1338 GraphicUsed by:1345
Symbol 1339 GraphicUsed by:1345
Symbol 1340 GraphicUsed by:1345
Symbol 1341 GraphicUsed by:1345
Symbol 1342 GraphicUsed by:1345
Symbol 1343 GraphicUsed by:1345
Symbol 1344 TextUses:1Used by:1345 1475
Symbol 1345 MovieClipUses:1237 1238 1239 1240 1241 1242 1243 1244 1245 1246 1247 1248 1249 1250 1251 1252 1253 1254 1255 1256 1257 1258 1259 1260 1261 1262 1263 1264 1265 1266 1267 1268 1269 1270 1271 1272 1273 1274 1275 1001 1276 1277 1278 1279 1002 1280 1281 1282 1283 1284 1285 1286 1287 1288 1289 1290 1291 1292 1293 1069 1070 1071 1294 1295 1296 1297 1298 1299 1300 1301 1302 1303 1304 1305 1306 1307 1308 1309 1310 1311 1312 1313 1314 1315 1316 1317 1318 1319 1320 1321 1322 1323 1324 1325 1326 1327 1328 1329 1330 1331 1332 1333 1334 1335 1336 1337 1338 1339 1340 1341 1342 1343 1344Used by:1476 1734
Symbol 1346 GraphicUsed by:1475
Symbol 1347 GraphicUsed by:1475
Symbol 1348 GraphicUsed by:1475
Symbol 1349 GraphicUsed by:1475
Symbol 1350 GraphicUsed by:1475
Symbol 1351 GraphicUsed by:1475
Symbol 1352 GraphicUsed by:1475
Symbol 1353 GraphicUsed by:1475
Symbol 1354 GraphicUsed by:1475
Symbol 1355 GraphicUsed by:1475
Symbol 1356 GraphicUsed by:1475
Symbol 1357 GraphicUsed by:1475
Symbol 1358 GraphicUsed by:1475
Symbol 1359 GraphicUsed by:1475
Symbol 1360 GraphicUsed by:1475
Symbol 1361 GraphicUsed by:1475
Symbol 1362 GraphicUsed by:1475
Symbol 1363 GraphicUsed by:1475
Symbol 1364 GraphicUsed by:1475
Symbol 1365 GraphicUsed by:1475
Symbol 1366 GraphicUsed by:1475
Symbol 1367 GraphicUsed by:1475
Symbol 1368 GraphicUsed by:1475
Symbol 1369 GraphicUsed by:1475
Symbol 1370 GraphicUsed by:1475
Symbol 1371 GraphicUsed by:1475
Symbol 1372 GraphicUsed by:1475
Symbol 1373 GraphicUsed by:1475
Symbol 1374 GraphicUsed by:1475
Symbol 1375 GraphicUsed by:1475
Symbol 1376 GraphicUsed by:1475
Symbol 1377 GraphicUsed by:1475
Symbol 1378 GraphicUsed by:1475
Symbol 1379 GraphicUsed by:1475
Symbol 1380 GraphicUsed by:1475
Symbol 1381 GraphicUsed by:1475
Symbol 1382 GraphicUsed by:1475
Symbol 1383 GraphicUsed by:1475
Symbol 1384 GraphicUsed by:1475
Symbol 1385 GraphicUsed by:1475
Symbol 1386 GraphicUsed by:1475
Symbol 1387 GraphicUsed by:1475
Symbol 1388 GraphicUsed by:1475
Symbol 1389 GraphicUsed by:1475
Symbol 1390 GraphicUsed by:1475
Symbol 1391 GraphicUsed by:1475
Symbol 1392 GraphicUsed by:1475
Symbol 1393 GraphicUsed by:1475
Symbol 1394 GraphicUsed by:1475
Symbol 1395 GraphicUsed by:1475
Symbol 1396 GraphicUsed by:1475
Symbol 1397 GraphicUsed by:1475
Symbol 1398 GraphicUsed by:1475
Symbol 1399 GraphicUsed by:1475
Symbol 1400 GraphicUsed by:1475
Symbol 1401 GraphicUsed by:1475
Symbol 1402 GraphicUsed by:1475
Symbol 1403 GraphicUsed by:1475
Symbol 1404 GraphicUsed by:1475
Symbol 1405 GraphicUsed by:1475
Symbol 1406 GraphicUsed by:1475
Symbol 1407 GraphicUsed by:1475
Symbol 1408 GraphicUsed by:1475
Symbol 1409 GraphicUsed by:1475
Symbol 1410 GraphicUsed by:1475
Symbol 1411 GraphicUsed by:1475
Symbol 1412 GraphicUsed by:1475
Symbol 1413 GraphicUsed by:1475
Symbol 1414 GraphicUsed by:1475
Symbol 1415 GraphicUsed by:1475
Symbol 1416 GraphicUsed by:1475
Symbol 1417 GraphicUsed by:1475
Symbol 1418 GraphicUsed by:1475
Symbol 1419 GraphicUsed by:1475
Symbol 1420 GraphicUsed by:1475
Symbol 1421 GraphicUsed by:1475
Symbol 1422 GraphicUsed by:1475
Symbol 1423 GraphicUsed by:1475
Symbol 1424 GraphicUsed by:1475
Symbol 1425 GraphicUsed by:1475
Symbol 1426 GraphicUsed by:1475
Symbol 1427 GraphicUsed by:1475
Symbol 1428 GraphicUsed by:1475
Symbol 1429 GraphicUsed by:1475
Symbol 1430 GraphicUsed by:1475 1704
Symbol 1431 GraphicUsed by:1475
Symbol 1432 GraphicUsed by:1475
Symbol 1433 GraphicUsed by:1475 1704
Symbol 1434 GraphicUsed by:1475
Symbol 1435 GraphicUsed by:1475
Symbol 1436 GraphicUsed by:1475
Symbol 1437 GraphicUsed by:1475
Symbol 1438 GraphicUsed by:1475
Symbol 1439 GraphicUsed by:1475
Symbol 1440 GraphicUsed by:1475
Symbol 1441 GraphicUsed by:1475
Symbol 1442 GraphicUsed by:1475
Symbol 1443 GraphicUsed by:1475
Symbol 1444 GraphicUsed by:1475
Symbol 1445 GraphicUsed by:1475
Symbol 1446 GraphicUsed by:1475
Symbol 1447 GraphicUsed by:1475
Symbol 1448 GraphicUsed by:1475
Symbol 1449 GraphicUsed by:1475
Symbol 1450 GraphicUsed by:1475
Symbol 1451 GraphicUsed by:1475
Symbol 1452 GraphicUsed by:1475
Symbol 1453 GraphicUsed by:1475
Symbol 1454 GraphicUsed by:1475
Symbol 1455 GraphicUsed by:1475
Symbol 1456 GraphicUsed by:1475
Symbol 1457 GraphicUsed by:1475
Symbol 1458 GraphicUsed by:1475
Symbol 1459 GraphicUsed by:1475
Symbol 1460 GraphicUsed by:1475
Symbol 1461 GraphicUsed by:1475
Symbol 1462 GraphicUsed by:1475
Symbol 1463 GraphicUsed by:1475
Symbol 1464 GraphicUsed by:1475
Symbol 1465 GraphicUsed by:1475
Symbol 1466 GraphicUsed by:1475
Symbol 1467 GraphicUsed by:1475
Symbol 1468 GraphicUsed by:1475
Symbol 1469 GraphicUsed by:1475
Symbol 1470 GraphicUsed by:1475
Symbol 1471 GraphicUsed by:1475
Symbol 1472 GraphicUsed by:1475
Symbol 1473 GraphicUsed by:1475
Symbol 1474 GraphicUsed by:1475
Symbol 1475 MovieClipUses:1346 1347 1348 1349 1350 1351 1352 1353 1354 1355 1356 1357 1358 1359 1360 1361 1362 1363 1364 1365 1366 1367 1368 1369 1370 1371 1372 1373 1374 1375 1376 1377 1378 1379 1380 1381 1382 1383 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 1400 1401 1065 1402 1403 1404 1066 1405 1406 1407 1408 1409 1410 1411 1412 1067 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1076 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 1450 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1344Used by:1476 1734
Symbol 1476 MovieClipUses:1004 1065 1066 1067 1068 1069 1070 1071 1072 1073 1074 1075 1076 1077 1078 1079 1080 1081 1082 1083 1084 1085 1086 1087 1088 1089 1090 1091 1095 1097 1099 1100 998 1114 1115 1142 1170 1218 1236 1345 1475Used by:Timeline
Symbol 1477 MovieClipUses:993Used by:Timeline
Symbol 1478 GraphicUsed by:1539
Symbol 1479 GraphicUsed by:1488
Symbol 1480 GraphicUsed by:1488
Symbol 1481 GraphicUsed by:1488
Symbol 1482 GraphicUsed by:1488
Symbol 1483 GraphicUsed by:1488
Symbol 1484 GraphicUsed by:1488
Symbol 1485 GraphicUsed by:1488
Symbol 1486 GraphicUsed by:1488
Symbol 1487 GraphicUsed by:1488
Symbol 1488 MovieClipUses:1479 1480 1481 1482 1483 1484 1485 1486 1487Used by:1512
Symbol 1489 GraphicUsed by:1512
Symbol 1490 GraphicUsed by:1512
Symbol 1491 GraphicUsed by:1512
Symbol 1492 GraphicUsed by:1512
Symbol 1493 GraphicUsed by:1512
Symbol 1494 GraphicUsed by:1512
Symbol 1495 GraphicUsed by:1512
Symbol 1496 GraphicUsed by:1512
Symbol 1497 GraphicUsed by:1512
Symbol 1498 GraphicUsed by:1512
Symbol 1499 GraphicUsed by:1512
Symbol 1500 GraphicUsed by:1512
Symbol 1501 GraphicUsed by:1512
Symbol 1502 GraphicUsed by:1512
Symbol 1503 GraphicUsed by:1512
Symbol 1504 GraphicUsed by:1512
Symbol 1505 GraphicUsed by:1512
Symbol 1506 GraphicUsed by:1512
Symbol 1507 GraphicUsed by:1512
Symbol 1508 GraphicUsed by:1512
Symbol 1509 GraphicUsed by:1512
Symbol 1510 GraphicUsed by:1512
Symbol 1511 GraphicUsed by:1512
Symbol 1512 MovieClipUses:1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 1501 1502 1503 1504 1505 1506 1507 1508 1509 1510 1511Used by:1539
Symbol 1513 GraphicUsed by:1538
Symbol 1514 GraphicUsed by:1538
Symbol 1515 GraphicUsed by:1538
Symbol 1516 GraphicUsed by:1538
Symbol 1517 GraphicUsed by:1538
Symbol 1518 GraphicUsed by:1538
Symbol 1519 GraphicUsed by:1538
Symbol 1520 GraphicUsed by:1538
Symbol 1521 GraphicUsed by:1538
Symbol 1522 GraphicUsed by:1538
Symbol 1523 GraphicUsed by:1524
Symbol 1524 MovieClipUses:1523Used by:1538
Symbol 1525 GraphicUsed by:1538
Symbol 1526 GraphicUsed by:1538
Symbol 1527 GraphicUsed by:1538
Symbol 1528 GraphicUsed by:1538
Symbol 1529 GraphicUsed by:1538
Symbol 1530 GraphicUsed by:1538
Symbol 1531 GraphicUsed by:1538
Symbol 1532 GraphicUsed by:1538
Symbol 1533 GraphicUsed by:1538
Symbol 1534 GraphicUsed by:1538
Symbol 1535 GraphicUsed by:1538
Symbol 1536 GraphicUsed by:1538
Symbol 1537 GraphicUsed by:1538
Symbol 1538 MovieClipUses:1513 1514 1515 1516 1517 1518 1519 1520 1521 1522 1524 1525 1526 1527 1528 1529 1530 1531 1532 1533 1534 1535 1536 1537Used by:1539
Symbol 1539 MovieClipUses:1478 1512 1538Used by:Timeline
Symbol 1540 GraphicUsed by:1543
Symbol 1541 TextUses:994Used by:1543
Symbol 1542 GraphicUsed by:1543
Symbol 1543 MovieClipUses:1540 1541 1542Used by:1734
Symbol 1544 GraphicUsed by:1693
Symbol 1545 GraphicUsed by:1561
Symbol 1546 GraphicUsed by:1561
Symbol 1547 GraphicUsed by:1561
Symbol 1548 GraphicUsed by:1561
Symbol 1549 GraphicUsed by:1561
Symbol 1550 GraphicUsed by:1561
Symbol 1551 GraphicUsed by:1561
Symbol 1552 GraphicUsed by:1561
Symbol 1553 GraphicUsed by:1561
Symbol 1554 GraphicUsed by:1561
Symbol 1555 GraphicUsed by:1561
Symbol 1556 GraphicUsed by:1561
Symbol 1557 GraphicUsed by:1561
Symbol 1558 GraphicUsed by:1561
Symbol 1559 GraphicUsed by:1561
Symbol 1560 GraphicUsed by:1561
Symbol 1561 MovieClipUses:1545 1546 1547 1548 1549 1550 1551 1552 1553 1554 1555 1556 1557 1558 1559 1560Used by:1693
Symbol 1562 GraphicUsed by:1693
Symbol 1563 GraphicUsed by:1693
Symbol 1564 GraphicUsed by:1570
Symbol 1565 GraphicUsed by:1570
Symbol 1566 GraphicUsed by:1570
Symbol 1567 GraphicUsed by:1570
Symbol 1568 GraphicUsed by:1570
Symbol 1569 GraphicUsed by:1570
Symbol 1570 MovieClipUses:1564 1565 1566 1567 1568 1569Used by:1693
Symbol 1571 GraphicUsed by:1693
Symbol 1572 GraphicUsed by:1693
Symbol 1573 GraphicUsed by:1577
Symbol 1574 GraphicUsed by:1577
Symbol 1575 GraphicUsed by:1577
Symbol 1576 GraphicUsed by:1577
Symbol 1577 MovieClipUses:1573 1574 1575 1576Used by:1693
Symbol 1578 GraphicUsed by:1693
Symbol 1579 GraphicUsed by:1693
Symbol 1580 GraphicUsed by:1587
Symbol 1581 GraphicUsed by:1587
Symbol 1582 GraphicUsed by:1587
Symbol 1583 GraphicUsed by:1587
Symbol 1584 GraphicUsed by:1587
Symbol 1585 GraphicUsed by:1587
Symbol 1586 GraphicUsed by:1587
Symbol 1587 MovieClipUses:1580 1581 1582 1583 1584 1585 1586Used by:1693
Symbol 1588 GraphicUsed by:1693
Symbol 1589 GraphicUsed by:1693
Symbol 1590 GraphicUsed by:1592
Symbol 1591 GraphicUsed by:1592
Symbol 1592 MovieClipUses:1590 1591Used by:1693
Symbol 1593 GraphicUsed by:1693
Symbol 1594 GraphicUsed by:1693
Symbol 1595 GraphicUsed by:1598
Symbol 1596 GraphicUsed by:1598
Symbol 1597 GraphicUsed by:1598
Symbol 1598 MovieClipUses:1595 1596 1597Used by:1693
Symbol 1599 GraphicUsed by:1693
Symbol 1600 GraphicUsed by:1693
Symbol 1601 GraphicUsed by:1606
Symbol 1602 GraphicUsed by:1606
Symbol 1603 GraphicUsed by:1606
Symbol 1604 GraphicUsed by:1606
Symbol 1605 GraphicUsed by:1606
Symbol 1606 MovieClipUses:1601 1602 1603 1604 1605Used by:1693
Symbol 1607 GraphicUsed by:1693
Symbol 1608 GraphicUsed by:1693
Symbol 1609 GraphicUsed by:1614
Symbol 1610 GraphicUsed by:1614
Symbol 1611 GraphicUsed by:1614
Symbol 1612 GraphicUsed by:1614
Symbol 1613 GraphicUsed by:1614
Symbol 1614 MovieClipUses:1609 1610 1611 1612 1613Used by:1693
Symbol 1615 GraphicUsed by:1693
Symbol 1616 GraphicUsed by:1693
Symbol 1617 GraphicUsed by:1625
Symbol 1618 GraphicUsed by:1625
Symbol 1619 GraphicUsed by:1625
Symbol 1620 GraphicUsed by:1625
Symbol 1621 GraphicUsed by:1625
Symbol 1622 GraphicUsed by:1625
Symbol 1623 GraphicUsed by:1625
Symbol 1624 GraphicUsed by:1625
Symbol 1625 MovieClipUses:1617 1618 1619 1620 1621 1622 1623 1624Used by:1693
Symbol 1626 GraphicUsed by:1693
Symbol 1627 GraphicUsed by:1693
Symbol 1628 GraphicUsed by:1650
Symbol 1629 GraphicUsed by:1650
Symbol 1630 GraphicUsed by:1650
Symbol 1631 GraphicUsed by:1650
Symbol 1632 GraphicUsed by:1650
Symbol 1633 GraphicUsed by:1650
Symbol 1634 GraphicUsed by:1650
Symbol 1635 GraphicUsed by:1650
Symbol 1636 GraphicUsed by:1650
Symbol 1637 GraphicUsed by:1650
Symbol 1638 GraphicUsed by:1650
Symbol 1639 GraphicUsed by:1650
Symbol 1640 GraphicUsed by:1650
Symbol 1641 GraphicUsed by:1650
Symbol 1642 GraphicUsed by:1650
Symbol 1643 GraphicUsed by:1650
Symbol 1644 GraphicUsed by:1650
Symbol 1645 GraphicUsed by:1650
Symbol 1646 GraphicUsed by:1650
Symbol 1647 GraphicUsed by:1650
Symbol 1648 GraphicUsed by:1650
Symbol 1649 GraphicUsed by:1650
Symbol 1650 MovieClipUses:1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649Used by:1693
Symbol 1651 GraphicUsed by:1693
Symbol 1652 GraphicUsed by:1693
Symbol 1653 GraphicUsed by:1658
Symbol 1654 GraphicUsed by:1658
Symbol 1655 GraphicUsed by:1658
Symbol 1656 GraphicUsed by:1658
Symbol 1657 GraphicUsed by:1658
Symbol 1658 MovieClipUses:1653 1654 1655 1656 1657Used by:1693
Symbol 1659 GraphicUsed by:1693
Symbol 1660 GraphicUsed by:1693
Symbol 1661 GraphicUsed by:1669
Symbol 1662 GraphicUsed by:1669
Symbol 1663 GraphicUsed by:1669
Symbol 1664 GraphicUsed by:1669
Symbol 1665 GraphicUsed by:1669
Symbol 1666 GraphicUsed by:1669
Symbol 1667 GraphicUsed by:1669
Symbol 1668 GraphicUsed by:1669
Symbol 1669 MovieClipUses:1661 1662 1663 1664 1665 1666 1667 1668Used by:1693
Symbol 1670 GraphicUsed by:1693
Symbol 1671 GraphicUsed by:1693
Symbol 1672 GraphicUsed by:1676
Symbol 1673 GraphicUsed by:1676
Symbol 1674 GraphicUsed by:1676
Symbol 1675 GraphicUsed by:1676
Symbol 1676 MovieClipUses:1672 1673 1674 1675Used by:1693
Symbol 1677 GraphicUsed by:1693
Symbol 1678 GraphicUsed by:1693
Symbol 1679 GraphicUsed by:1682
Symbol 1680 GraphicUsed by:1682
Symbol 1681 GraphicUsed by:1682
Symbol 1682 MovieClipUses:1679 1680 1681Used by:1693
Symbol 1683 GraphicUsed by:1693
Symbol 1684 GraphicUsed by:1693
Symbol 1685 GraphicUsed by:1693
Symbol 1686 GraphicUsed by:1688
Symbol 1687 GraphicUsed by:1688
Symbol 1688 MovieClipUses:1686 1687Used by:1693
Symbol 1689 GraphicUsed by:1693
Symbol 1690 GraphicUsed by:1693
Symbol 1691 GraphicUsed by:1693
Symbol 1692 GraphicUsed by:1693
Symbol 1693 MovieClipUses:1544 1561 1562 1563 1570 1571 1572 1577 1578 1579 1587 1588 1589 1592 1593 1594 1598 1599 1600 1606 1607 1608 1614 1615 1616 1625 1626 1627 1650 1651 1652 1658 1659 1660 1669 1670 1671 1676 1677 1678 1682 1683 1684 1685 1688 1689 1690 1691 1692Used by:1734
Symbol 1694 GraphicUses:1092Used by:1734
Symbol 1695 EditableTextUses:1Used by:1734
Symbol 1696 TextUses:994Used by:1734
Symbol 1697 EditableTextUses:994Used by:1734
Symbol 1698 EditableTextUses:994Used by:1734
Symbol 1699 GraphicUsed by:1704
Symbol 1700 GraphicUsed by:1704
Symbol 1701 GraphicUsed by:1704
Symbol 1702 GraphicUsed by:1704
Symbol 1703 GraphicUsed by:1704
Symbol 1704 MovieClipUses:1076 1430 1699 1700 1433 1701 1702 1703Used by:1734
Symbol 1705 GraphicUsed by:1709
Symbol 1706 GraphicUsed by:1709
Symbol 1707 GraphicUsed by:1709
Symbol 1708 GraphicUsed by:1709
Symbol 1709 MovieClipUses:1705 1706 1707 1708Used by:1734
Symbol 1710 MovieClipUses:1041Used by:1734
Symbol 1711 GraphicUsed by:1733
Symbol 1712 GraphicUsed by:1733
Symbol 1713 GraphicUsed by:1733
Symbol 1714 GraphicUsed by:1733
Symbol 1715 GraphicUsed by:1733
Symbol 1716 GraphicUsed by:1733
Symbol 1717 GraphicUsed by:1733
Symbol 1718 GraphicUsed by:1733
Symbol 1719 GraphicUsed by:1733
Symbol 1720 GraphicUsed by:1733
Symbol 1721 GraphicUsed by:1733
Symbol 1722 GraphicUsed by:1733
Symbol 1723 GraphicUsed by:1733
Symbol 1724 GraphicUsed by:1733
Symbol 1725 GraphicUsed by:1733
Symbol 1726 GraphicUsed by:1733
Symbol 1727 GraphicUsed by:1733
Symbol 1728 GraphicUsed by:1733
Symbol 1729 GraphicUsed by:1733
Symbol 1730 GraphicUsed by:1733
Symbol 1731 GraphicUsed by:1733
Symbol 1732 GraphicUsed by:1733
Symbol 1733 MovieClipUses:1068 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732Used by:1734
Symbol 1734 MovieClipUses:1543 1693 1694 1695 1054 1696 998 1697 1698 1114 1142 1170 1218 1236 1704 1709 1345 1475 1710 1733Used by:Timeline

Instance Names

"percent"Frame 1Symbol 2 EditableText
"anim"Frame 25Symbol 1045 MovieClip
"mc"Frame 25Symbol 1056 MovieClip
"overlay"Frame 31Symbol 1476 MovieClip
"fg"Frame 40Symbol 1477 MovieClip
"miniclip"Frame 40Symbol 1539 MovieClip
"overlay"Frame 40Symbol 1734 MovieClip
"mc"Symbol 30 MovieClip Frame 29Symbol 15 MovieClip
"mc"Symbol 61 MovieClip Frame 29Symbol 46 MovieClip
"mc"Symbol 73 MovieClip Frame 8Symbol 67 MovieClip
"mc"Symbol 73 MovieClip Frame 14Symbol 72 MovieClip
"mc"Symbol 73 MovieClip Frame 21Symbol 67 MovieClip
"mc"Symbol 102 MovieClip Frame 1Symbol 87 MovieClip
"mc"Symbol 102 MovieClip Frame 29Symbol 87 MovieClip
"mc"Symbol 134 MovieClip Frame 8Symbol 132 MovieClip
"mc"Symbol 385 MovieClip Frame 29Symbol 370 MovieClip
"mc"Symbol 414 MovieClip Frame 29Symbol 399 MovieClip
"mc"Symbol 444 MovieClip Frame 1Symbol 429 MovieClip
"mc"Symbol 444 MovieClip Frame 29Symbol 429 MovieClip
"mc"Symbol 470 MovieClip Frame 29Symbol 455 MovieClip
"mc"Symbol 624 MovieClip Frame 29Symbol 609 MovieClip
"mc"Symbol 653 MovieClip Frame 29Symbol 638 MovieClip
"mc"Symbol 681 MovieClip Frame 1Symbol 666 MovieClip
"mc"Symbol 681 MovieClip Frame 29Symbol 666 MovieClip
"mc"Symbol 707 MovieClip Frame 29Symbol 692 MovieClip
"mc"Symbol 737 MovieClip Frame 29Symbol 722 MovieClip
"mc"Symbol 765 MovieClip Frame 1Symbol 750 MovieClip
"mc"Symbol 765 MovieClip Frame 29Symbol 750 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 1Symbol 30 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 5Symbol 34 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 29Symbol 61 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 36Symbol 73 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 44Symbol 80 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 53Symbol 102 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 66Symbol 128 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 71Symbol 134 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 78Symbol 160 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 92Symbol 188 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 102Symbol 214 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 106Symbol 237 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 123Symbol 264 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 128Symbol 290 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 156Symbol 325 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 160Symbol 351 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 167Symbol 359 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 178Symbol 385 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 184Symbol 387 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 203Symbol 414 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 212Symbol 422 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 220Symbol 444 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 232Symbol 470 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 238Symbol 474 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 249Symbol 500 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 256Symbol 504 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 269Symbol 509 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 275Symbol 535 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 282Symbol 561 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 287Symbol 587 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 300Symbol 591 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 304Symbol 594 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 311Symbol 597 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 317Symbol 599 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 328Symbol 624 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 333Symbol 627 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 340Symbol 653 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 349Symbol 659 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 357Symbol 681 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 370Symbol 707 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 377Symbol 711 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 385Symbol 737 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 394Symbol 743 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 403Symbol 765 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 415Symbol 791 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 421Symbol 795 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 429Symbol 821 MovieClip
"mc"Symbol 850 MovieClip [sprites] Frame 447Symbol 849 MovieClip
"hour"Symbol 992 MovieClip [tiles] Frame 7Symbol 883 MovieClip
"minute"Symbol 992 MovieClip [tiles] Frame 7Symbol 888 MovieClip
"mc"Symbol 992 MovieClip [tiles] Frame 14Symbol 901 MovieClip
"mc"Symbol 992 MovieClip [tiles] Frame 21Symbol 913 MovieClip
"mc"Symbol 992 MovieClip [tiles] Frame 40Symbol 936 MovieClip
"multi"Symbol 992 MovieClip [tiles] Frame 44Symbol 945 MovieClip
"multi"Symbol 992 MovieClip [tiles] Frame 76Symbol 966 MovieClip
"multi"Symbol 992 MovieClip [tiles] Frame 92Symbol 945 MovieClip
"mc"Symbol 1045 MovieClip Frame 1Symbol 1040 MovieClip
"mc"Symbol 1056 MovieClip Frame 2Symbol 1054 MovieClip
"mc"Symbol 1056 MovieClip Frame 4Symbol 1054 MovieClip
"mc1"Symbol 1476 MovieClip Frame 1Symbol 1097 MovieClip
"sorted"Symbol 1477 MovieClip Frame 1Symbol 993 MovieClip [empty]
"nme"Symbol 1539 MovieClip Frame 2Symbol 1512 MovieClip
"pc"Symbol 1539 MovieClip Frame 2Symbol 1538 MovieClip
"mc"Symbol 1693 MovieClip Frame 1Symbol 1561 MovieClip
"mc"Symbol 1693 MovieClip Frame 6Symbol 1570 MovieClip
"mc"Symbol 1693 MovieClip Frame 11Symbol 1577 MovieClip
"mc"Symbol 1693 MovieClip Frame 17Symbol 1587 MovieClip
"mc"Symbol 1693 MovieClip Frame 22Symbol 1592 MovieClip
"mc"Symbol 1693 MovieClip Frame 30Symbol 1598 MovieClip
"mc"Symbol 1693 MovieClip Frame 39Symbol 1606 MovieClip
"mc"Symbol 1693 MovieClip Frame 45Symbol 1614 MovieClip
"mc"Symbol 1693 MovieClip Frame 51Symbol 1625 MovieClip
"mc"Symbol 1693 MovieClip Frame 57Symbol 1650 MovieClip
"mc"Symbol 1693 MovieClip Frame 62Symbol 1658 MovieClip
"mc"Symbol 1693 MovieClip Frame 68Symbol 1669 MovieClip
"mc"Symbol 1693 MovieClip Frame 75Symbol 1676 MovieClip
"mc"Symbol 1693 MovieClip Frame 80Symbol 1682 MovieClip
"mc"Symbol 1693 MovieClip Frame 91Symbol 1688 MovieClip
"spc"Symbol 1734 MovieClip Frame 1Symbol 1543 MovieClip
"heads"Symbol 1734 MovieClip Frame 7Symbol 1693 MovieClip
"txt"Symbol 1734 MovieClip Frame 7Symbol 1695 EditableText
"lft"Symbol 1734 MovieClip Frame 7Symbol 1054 MovieClip
"rght"Symbol 1734 MovieClip Frame 7Symbol 1054 MovieClip
"l"Symbol 1734 MovieClip Frame 13Symbol 1697 EditableText
"t"Symbol 1734 MovieClip Frame 13Symbol 1698 EditableText
"mc"Symbol 1734 MovieClip Frame 21Symbol 1114 MovieClip
"mc"Symbol 1734 MovieClip Frame 27Symbol 1142 MovieClip
"mc"Symbol 1734 MovieClip Frame 32Symbol 1170 MovieClip
"mc"Symbol 1734 MovieClip Frame 38Symbol 1218 MovieClip
"mc"Symbol 1734 MovieClip Frame 44Symbol 1236 MovieClip
"mc"Symbol 1734 MovieClip Frame 49Symbol 1704 MovieClip
"mc"Symbol 1734 MovieClip Frame 57Symbol 1709 MovieClip
"mc"Symbol 1734 MovieClip Frame 65Symbol 1345 MovieClip
"mc"Symbol 1734 MovieClip Frame 73Symbol 1475 MovieClip
"mc"Symbol 1734 MovieClip Frame 79Symbol 1710 MovieClip
"mc"Symbol 1734 MovieClip Frame 88Symbol 1733 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 131 bytes "..$1$L/$DoRdF5/vUL6gWQaQXZIf70."
ExportAssets (56)Timeline Frame 10Symbol 850 as "sprites"
ExportAssets (56)Timeline Frame 10Symbol 851 as "inside.wav"
ExportAssets (56)Timeline Frame 10Symbol 852 as "class.wav"
ExportAssets (56)Timeline Frame 10Symbol 853 as "gym.wav"
ExportAssets (56)Timeline Frame 10Symbol 854 as "hall.wav"
ExportAssets (56)Timeline Frame 10Symbol 855 as "tiled.wav"
ExportAssets (56)Timeline Frame 10Symbol 856 as "ear.wav"
ExportAssets (56)Timeline Frame 10Symbol 857 as "hand.wav"
ExportAssets (56)Timeline Frame 10Symbol 858 as "hero.wav"
ExportAssets (56)Timeline Frame 10Symbol 859 as "junk.wav"
ExportAssets (56)Timeline Frame 10Symbol 860 as "kiss.wav"
ExportAssets (56)Timeline Frame 10Symbol 861 as "peep.wav"
ExportAssets (56)Timeline Frame 10Symbol 862 as "pity.wav"
ExportAssets (56)Timeline Frame 10Symbol 863 as "fight.wav"
ExportAssets (56)Timeline Frame 10Symbol 864 as "bell.wav"
ExportAssets (56)Timeline Frame 10Symbol 865 as "door.wav"
ExportAssets (56)Timeline Frame 10Symbol 866 as "stallclose.wav"
ExportAssets (56)Timeline Frame 10Symbol 867 as "stallopen.wav"
ExportAssets (56)Timeline Frame 10Symbol 868 as "washhands.wav"
ExportAssets (56)Timeline Frame 10Symbol 869 as "jerkin.wav"
ExportAssets (56)Timeline Frame 10Symbol 870 as "loadaudio"
ExportAssets (56)Timeline Frame 10Symbol 872 as "crosshair"
ExportAssets (56)Timeline Frame 10Symbol 992 as "tiles"
ExportAssets (56)Timeline Frame 10Symbol 993 as "empty"

Labels

"preload"Frame 1
"load"Frame 10
"designer"Frame 17
"menu"Frame 25
"cutscenes"Frame 31
"game"Frame 40
"standN"Symbol 30 MovieClip Frame 1
"standS"Symbol 30 MovieClip Frame 8
"standE"Symbol 30 MovieClip Frame 15
"standW"Symbol 30 MovieClip Frame 22
"walkN"Symbol 30 MovieClip Frame 29
"walkS"Symbol 30 MovieClip Frame 35
"walkE"Symbol 30 MovieClip Frame 41
"walkW"Symbol 30 MovieClip Frame 47
"standS"Symbol 34 MovieClip Frame 1
"standE"Symbol 34 MovieClip Frame 8
"standW"Symbol 34 MovieClip Frame 15
"standN"Symbol 61 MovieClip Frame 1
"standS"Symbol 61 MovieClip Frame 8
"standE"Symbol 61 MovieClip Frame 15
"standW"Symbol 61 MovieClip Frame 22
"walkN"Symbol 61 MovieClip Frame 29
"walkS"Symbol 61 MovieClip Frame 35
"walkE"Symbol 61 MovieClip Frame 41
"walkW"Symbol 61 MovieClip Frame 47
"standS"Symbol 73 MovieClip Frame 1
"standE"Symbol 73 MovieClip Frame 8
"asleep"Symbol 73 MovieClip Frame 14
"standW"Symbol 73 MovieClip Frame 21
"standN"Symbol 102 MovieClip Frame 1
"standS"Symbol 102 MovieClip Frame 8
"standE"Symbol 102 MovieClip Frame 15
"standW"Symbol 102 MovieClip Frame 22
"walkN"Symbol 102 MovieClip Frame 29
"walkS"Symbol 102 MovieClip Frame 35
"walkE"Symbol 102 MovieClip Frame 41
"walkW"Symbol 102 MovieClip Frame 47
"standN"Symbol 128 MovieClip Frame 1
"standS"Symbol 128 MovieClip Frame 8
"standE"Symbol 128 MovieClip Frame 15
"standW"Symbol 128 MovieClip Frame 22
"walkN"Symbol 128 MovieClip Frame 29
"walkS"Symbol 128 MovieClip Frame 35
"walkE"Symbol 128 MovieClip Frame 41
"walkW"Symbol 128 MovieClip Frame 47
"standS"Symbol 134 MovieClip Frame 1
"standE"Symbol 134 MovieClip Frame 8
"standW"Symbol 134 MovieClip Frame 15
"standN"Symbol 160 MovieClip Frame 1
"standS"Symbol 160 MovieClip Frame 8
"standE"Symbol 160 MovieClip Frame 15
"standW"Symbol 160 MovieClip Frame 22
"walkN"Symbol 160 MovieClip Frame 29
"walkS"Symbol 160 MovieClip Frame 35
"walkE"Symbol 160 MovieClip Frame 41
"walkW"Symbol 160 MovieClip Frame 47
"standN"Symbol 188 MovieClip Frame 1
"standS"Symbol 188 MovieClip Frame 8
"standE"Symbol 188 MovieClip Frame 15
"standW"Symbol 188 MovieClip Frame 22
"walkN"Symbol 188 MovieClip Frame 29
"walkS"Symbol 188 MovieClip Frame 35
"walkE"Symbol 188 MovieClip Frame 41
"walkW"Symbol 188 MovieClip Frame 47
"standN"Symbol 214 MovieClip Frame 1
"standS"Symbol 214 MovieClip Frame 8
"standE"Symbol 214 MovieClip Frame 15
"standW"Symbol 214 MovieClip Frame 22
"walkN"Symbol 214 MovieClip Frame 29
"walkS"Symbol 214 MovieClip Frame 35
"walkE"Symbol 214 MovieClip Frame 41
"walkW"Symbol 214 MovieClip Frame 47
"standN"Symbol 237 MovieClip Frame 1
"standS"Symbol 237 MovieClip Frame 8
"standE"Symbol 237 MovieClip Frame 15
"standW"Symbol 237 MovieClip Frame 22
"walkN"Symbol 237 MovieClip Frame 29
"walkS"Symbol 237 MovieClip Frame 35
"walkE"Symbol 237 MovieClip Frame 41
"walkW"Symbol 237 MovieClip Frame 47
"standN"Symbol 264 MovieClip Frame 1
"standS"Symbol 264 MovieClip Frame 8
"standE"Symbol 264 MovieClip Frame 15
"standW"Symbol 264 MovieClip Frame 22
"walkN"Symbol 264 MovieClip Frame 29
"walkS"Symbol 264 MovieClip Frame 35
"walkE"Symbol 264 MovieClip Frame 41
"walkW"Symbol 264 MovieClip Frame 47
"standN"Symbol 290 MovieClip Frame 1
"standS"Symbol 290 MovieClip Frame 8
"standE"Symbol 290 MovieClip Frame 15
"standW"Symbol 290 MovieClip Frame 22
"walkN"Symbol 290 MovieClip Frame 29
"walkS"Symbol 290 MovieClip Frame 35
"walkE"Symbol 290 MovieClip Frame 41
"walkW"Symbol 290 MovieClip Frame 47
"standN"Symbol 325 MovieClip Frame 1
"standS"Symbol 325 MovieClip Frame 8
"standE"Symbol 325 MovieClip Frame 15
"standW"Symbol 325 MovieClip Frame 22
"walkN"Symbol 325 MovieClip Frame 29
"walkS"Symbol 325 MovieClip Frame 35
"walkE"Symbol 325 MovieClip Frame 41
"walkW"Symbol 325 MovieClip Frame 47
"standN"Symbol 351 MovieClip Frame 1
"standS"Symbol 351 MovieClip Frame 8
"standE"Symbol 351 MovieClip Frame 15
"standW"Symbol 351 MovieClip Frame 22
"walkN"Symbol 351 MovieClip Frame 29
"walkS"Symbol 351 MovieClip Frame 35
"walkE"Symbol 351 MovieClip Frame 41
"walkW"Symbol 351 MovieClip Frame 47
"standN"Symbol 385 MovieClip Frame 1
"standS"Symbol 385 MovieClip Frame 8
"standE"Symbol 385 MovieClip Frame 15
"standW"Symbol 385 MovieClip Frame 22
"walkN"Symbol 385 MovieClip Frame 29
"walkS"Symbol 385 MovieClip Frame 35
"walkE"Symbol 385 MovieClip Frame 41
"walkW"Symbol 385 MovieClip Frame 47
"standS"Symbol 387 MovieClip Frame 1
"standN"Symbol 414 MovieClip Frame 1
"standS"Symbol 414 MovieClip Frame 8
"standE"Symbol 414 MovieClip Frame 15
"standW"Symbol 414 MovieClip Frame 22
"walkN"Symbol 414 MovieClip Frame 29
"walkS"Symbol 414 MovieClip Frame 35
"walkE"Symbol 414 MovieClip Frame 41
"walkW"Symbol 414 MovieClip Frame 47
"standN"Symbol 444 MovieClip Frame 1
"standS"Symbol 444 MovieClip Frame 8
"standE"Symbol 444 MovieClip Frame 15
"standW"Symbol 444 MovieClip Frame 22
"walkN"Symbol 444 MovieClip Frame 29
"walkS"Symbol 444 MovieClip Frame 35
"walkE"Symbol 444 MovieClip Frame 41
"walkW"Symbol 444 MovieClip Frame 47
"standN"Symbol 470 MovieClip Frame 1
"standS"Symbol 470 MovieClip Frame 8
"standE"Symbol 470 MovieClip Frame 15
"standW"Symbol 470 MovieClip Frame 22
"walkN"Symbol 470 MovieClip Frame 29
"walkS"Symbol 470 MovieClip Frame 35
"walkE"Symbol 470 MovieClip Frame 41
"walkW"Symbol 470 MovieClip Frame 47
"standS"Symbol 474 MovieClip Frame 1
"standE"Symbol 474 MovieClip Frame 8
"standW"Symbol 474 MovieClip Frame 15
"standN"Symbol 500 MovieClip Frame 1
"standS"Symbol 500 MovieClip Frame 8
"standE"Symbol 500 MovieClip Frame 15
"standW"Symbol 500 MovieClip Frame 22
"walkN"Symbol 500 MovieClip Frame 29
"walkS"Symbol 500 MovieClip Frame 35
"walkE"Symbol 500 MovieClip Frame 41
"walkW"Symbol 500 MovieClip Frame 47
"standS"Symbol 504 MovieClip Frame 1
"standE"Symbol 504 MovieClip Frame 8
"standW"Symbol 504 MovieClip Frame 15
"standN"Symbol 509 MovieClip Frame 1
"standS"Symbol 509 MovieClip Frame 8
"standE"Symbol 509 MovieClip Frame 15
"standW"Symbol 509 MovieClip Frame 22
"standN"Symbol 535 MovieClip Frame 1
"standS"Symbol 535 MovieClip Frame 8
"standE"Symbol 535 MovieClip Frame 15
"standW"Symbol 535 MovieClip Frame 22
"walkN"Symbol 535 MovieClip Frame 29
"walkS"Symbol 535 MovieClip Frame 35
"walkE"Symbol 535 MovieClip Frame 41
"walkW"Symbol 535 MovieClip Frame 47
"standN"Symbol 561 MovieClip Frame 1
"standS"Symbol 561 MovieClip Frame 8
"standE"Symbol 561 MovieClip Frame 15
"standW"Symbol 561 MovieClip Frame 22
"walkN"Symbol 561 MovieClip Frame 29
"walkS"Symbol 561 MovieClip Frame 35
"walkE"Symbol 561 MovieClip Frame 41
"walkW"Symbol 561 MovieClip Frame 47
"standN"Symbol 587 MovieClip Frame 1
"standS"Symbol 587 MovieClip Frame 8
"standE"Symbol 587 MovieClip Frame 15
"standW"Symbol 587 MovieClip Frame 22
"walkN"Symbol 587 MovieClip Frame 29
"walkS"Symbol 587 MovieClip Frame 35
"walkE"Symbol 587 MovieClip Frame 41
"walkW"Symbol 587 MovieClip Frame 47
"standS"Symbol 591 MovieClip Frame 1
"standE"Symbol 591 MovieClip Frame 8
"standN"Symbol 594 MovieClip Frame 1
"standE"Symbol 594 MovieClip Frame 8
"standE"Symbol 597 MovieClip Frame 1
"standW"Symbol 597 MovieClip Frame 8
"standS"Symbol 599 MovieClip Frame 1
"standN"Symbol 624 MovieClip Frame 1
"standS"Symbol 624 MovieClip Frame 8
"standE"Symbol 624 MovieClip Frame 15
"standW"Symbol 624 MovieClip Frame 22
"walkN"Symbol 624 MovieClip Frame 29
"walkS"Symbol 624 MovieClip Frame 35
"walkE"Symbol 624 MovieClip Frame 41
"walkW"Symbol 624 MovieClip Frame 47
"standS"Symbol 627 MovieClip Frame 1
"standE"Symbol 627 MovieClip Frame 8
"standN"Symbol 653 MovieClip Frame 1
"standS"Symbol 653 MovieClip Frame 8
"standE"Symbol 653 MovieClip Frame 15
"standW"Symbol 653 MovieClip Frame 22
"walkN"Symbol 653 MovieClip Frame 29
"walkS"Symbol 653 MovieClip Frame 35
"walkE"Symbol 653 MovieClip Frame 41
"walkW"Symbol 653 MovieClip Frame 47
"standN"Symbol 681 MovieClip Frame 1
"standS"Symbol 681 MovieClip Frame 8
"standE"Symbol 681 MovieClip Frame 15
"standW"Symbol 681 MovieClip Frame 22
"walkN"Symbol 681 MovieClip Frame 29
"walkS"Symbol 681 MovieClip Frame 35
"walkE"Symbol 681 MovieClip Frame 41
"walkW"Symbol 681 MovieClip Frame 47
"standN"Symbol 707 MovieClip Frame 1
"standS"Symbol 707 MovieClip Frame 8
"standE"Symbol 707 MovieClip Frame 15
"standW"Symbol 707 MovieClip Frame 22
"walkN"Symbol 707 MovieClip Frame 29
"walkS"Symbol 707 MovieClip Frame 35
"walkE"Symbol 707 MovieClip Frame 41
"walkW"Symbol 707 MovieClip Frame 47
"standS"Symbol 711 MovieClip Frame 1
"standE"Symbol 711 MovieClip Frame 8
"standW"Symbol 711 MovieClip Frame 15
"standN"Symbol 737 MovieClip Frame 1
"standS"Symbol 737 MovieClip Frame 8
"standE"Symbol 737 MovieClip Frame 15
"standW"Symbol 737 MovieClip Frame 22
"walkN"Symbol 737 MovieClip Frame 29
"walkS"Symbol 737 MovieClip Frame 35
"walkE"Symbol 737 MovieClip Frame 41
"walkW"Symbol 737 MovieClip Frame 47
"standN"Symbol 765 MovieClip Frame 1
"standS"Symbol 765 MovieClip Frame 8
"standE"Symbol 765 MovieClip Frame 15
"standW"Symbol 765 MovieClip Frame 22
"walkN"Symbol 765 MovieClip Frame 29
"walkS"Symbol 765 MovieClip Frame 35
"walkE"Symbol 765 MovieClip Frame 41
"walkW"Symbol 765 MovieClip Frame 47
"standN"Symbol 791 MovieClip Frame 1
"standS"Symbol 791 MovieClip Frame 8
"standE"Symbol 791 MovieClip Frame 15
"standW"Symbol 791 MovieClip Frame 22
"walkN"Symbol 791 MovieClip Frame 29
"walkS"Symbol 791 MovieClip Frame 35
"walkE"Symbol 791 MovieClip Frame 41
"walkW"Symbol 791 MovieClip Frame 47
"standS"Symbol 795 MovieClip Frame 1
"standE"Symbol 795 MovieClip Frame 8
"standW"Symbol 795 MovieClip Frame 15
"standN"Symbol 821 MovieClip Frame 1
"standS"Symbol 821 MovieClip Frame 8
"standE"Symbol 821 MovieClip Frame 15
"standW"Symbol 821 MovieClip Frame 22
"walkN"Symbol 821 MovieClip Frame 29
"walkS"Symbol 821 MovieClip Frame 35
"walkE"Symbol 821 MovieClip Frame 41
"walkW"Symbol 821 MovieClip Frame 47
"standN"Symbol 849 MovieClip Frame 1
"standS"Symbol 849 MovieClip Frame 8
"standE"Symbol 849 MovieClip Frame 15
"standW"Symbol 849 MovieClip Frame 22
"walkN"Symbol 849 MovieClip Frame 29
"walkS"Symbol 849 MovieClip Frame 35
"walkE"Symbol 849 MovieClip Frame 41
"walkW"Symbol 849 MovieClip Frame 47
"fat"Symbol 850 MovieClip [sprites] Frame 1
"fatsit"Symbol 850 MovieClip [sprites] Frame 5
"fatsleep"Symbol 850 MovieClip [sprites] Frame 12
"fatdecked"Symbol 850 MovieClip [sprites] Frame 20
"fatgym"Symbol 850 MovieClip [sprites] Frame 29
"fatgymsit"Symbol 850 MovieClip [sprites] Frame 36
"fatgymjack"Symbol 850 MovieClip [sprites] Frame 44
"fatgymjog"Symbol 850 MovieClip [sprites] Frame 53
"ann"Symbol 850 MovieClip [sprites] Frame 66
"annsit"Symbol 850 MovieClip [sprites] Frame 71
"anngym"Symbol 850 MovieClip [sprites] Frame 78
"annjack"Symbol 850 MovieClip [sprites] Frame 85
"annjog"Symbol 850 MovieClip [sprites] Frame 92
"les"Symbol 850 MovieClip [sprites] Frame 102
"lesgym"Symbol 850 MovieClip [sprites] Frame 106
"lessit"Symbol 850 MovieClip [sprites] Frame 113
"bitch"Symbol 850 MovieClip [sprites] Frame 123
"bitchgym"Symbol 850 MovieClip [sprites] Frame 128
"bitchjack"Symbol 850 MovieClip [sprites] Frame 136
"bitchsit"Symbol 850 MovieClip [sprites] Frame 144
"slut"Symbol 850 MovieClip [sprites] Frame 156
"slutgym"Symbol 850 MovieClip [sprites] Frame 160
"slutjack"Symbol 850 MovieClip [sprites] Frame 167
"pretty"Symbol 850 MovieClip [sprites] Frame 178
"prettysit"Symbol 850 MovieClip [sprites] Frame 184
"prettydecked"Symbol 850 MovieClip [sprites] Frame 192
"prettygym"Symbol 850 MovieClip [sprites] Frame 203
"prettyjack"Symbol 850 MovieClip [sprites] Frame 212
"prettyjog"Symbol 850 MovieClip [sprites] Frame 220
"david"Symbol 850 MovieClip [sprites] Frame 232
"davidsit"Symbol 850 MovieClip [sprites] Frame 238
"melissa"Symbol 850 MovieClip [sprites] Frame 249
"melissasit"Symbol 850 MovieClip [sprites] Frame 256
"math"Symbol 850 MovieClip [sprites] Frame 269
"science"Symbol 850 MovieClip [sprites] Frame 275
"gym"Symbol 850 MovieClip [sprites] Frame 282
"comp"Symbol 850 MovieClip [sprites] Frame 287
"compsit"Symbol 850 MovieClip [sprites] Frame 293
"art"Symbol 850 MovieClip [sprites] Frame 300
"history"Symbol 850 MovieClip [sprites] Frame 304
"english"Symbol 850 MovieClip [sprites] Frame 311
"french"Symbol 850 MovieClip [sprites] Frame 317
"jock"Symbol 850 MovieClip [sprites] Frame 328
"jocksit"Symbol 850 MovieClip [sprites] Frame 333
"jockgym"Symbol 850 MovieClip [sprites] Frame 340
"jockjack"Symbol 850 MovieClip [sprites] Frame 349
"jockjog"Symbol 850 MovieClip [sprites] Frame 357
"extram"Symbol 850 MovieClip [sprites] Frame 370
"extramsit"Symbol 850 MovieClip [sprites] Frame 377
"extramgym"Symbol 850 MovieClip [sprites] Frame 385
"extramjack"Symbol 850 MovieClip [sprites] Frame 394
"extramjog"Symbol 850 MovieClip [sprites] Frame 403
"extraf"Symbol 850 MovieClip [sprites] Frame 415
"extrafsit"Symbol 850 MovieClip [sprites] Frame 421
"extrafgym"Symbol 850 MovieClip [sprites] Frame 429
"extrafjack"Symbol 850 MovieClip [sprites] Frame 438
"extrafjog"Symbol 850 MovieClip [sprites] Frame 447
"empty"Symbol 992 MovieClip [tiles] Frame 1
"walls"Symbol 992 MovieClip [tiles] Frame 6
"classroom"Symbol 992 MovieClip [tiles] Frame 16
"bathroom"Symbol 992 MovieClip [tiles] Frame 38
"gym"Symbol 992 MovieClip [tiles] Frame 44
"changeroom"Symbol 992 MovieClip [tiles] Frame 68
"halls"Symbol 992 MovieClip [tiles] Frame 76
"counselor"Symbol 992 MovieClip [tiles] Frame 81
"fixes"Symbol 992 MovieClip [tiles] Frame 89
"one"Symbol 1476 MovieClip Frame 14
"two"Symbol 1476 MovieClip Frame 22
"three"Symbol 1476 MovieClip Frame 29
"four"Symbol 1476 MovieClip Frame 37
"five"Symbol 1476 MovieClip Frame 46
"six"Symbol 1476 MovieClip Frame 55
"seven"Symbol 1476 MovieClip Frame 63
"default"Symbol 1512 MovieClip Frame 1
"jabsetup"Symbol 1512 MovieClip Frame 8
"jabmid"Symbol 1512 MovieClip Frame 16
"jabfinal"Symbol 1512 MovieClip Frame 23
"punchsetup"Symbol 1512 MovieClip Frame 30
"punchmid"Symbol 1512 MovieClip Frame 40
"punchfinal"Symbol 1512 MovieClip Frame 48
"uppercutsetup"Symbol 1512 MovieClip Frame 57
"uppercutmid"Symbol 1512 MovieClip Frame 68
"uppercutfinal"Symbol 1512 MovieClip Frame 78
"haymakersetup"Symbol 1512 MovieClip Frame 89
"haymakermid"Symbol 1512 MovieClip Frame 101
"default"Symbol 1538 MovieClip Frame 1
"dodgejab"Symbol 1538 MovieClip Frame 8
"dodgejab2"Symbol 1538 MovieClip Frame 17
"dodgepunch"Symbol 1538 MovieClip Frame 26
"dodgepunch2"Symbol 1538 MovieClip Frame 36
"duck"Symbol 1538 MovieClip Frame 47
"duck2"Symbol 1538 MovieClip Frame 53
"counter"Symbol 1538 MovieClip Frame 60
"counter2"Symbol 1538 MovieClip Frame 68
"hitjab"Symbol 1538 MovieClip Frame 77
"hitpunch"Symbol 1538 MovieClip Frame 83
"hituppercut"Symbol 1538 MovieClip Frame 91
"shock"Symbol 1561 MovieClip Frame 1
"shifty"Symbol 1561 MovieClip Frame 8
"default"Symbol 1561 MovieClip Frame 16
"stupid"Symbol 1561 MovieClip Frame 25
"sigh"Symbol 1561 MovieClip Frame 33
"blush"Symbol 1561 MovieClip Frame 40
"happy"Symbol 1561 MovieClip Frame 48
"think"Symbol 1561 MovieClip Frame 55
"lipbite"Symbol 1561 MovieClip Frame 61
"shame"Symbol 1561 MovieClip Frame 67
"sweaty"Symbol 1561 MovieClip Frame 75
"mad"Symbol 1561 MovieClip Frame 82
"cummy"Symbol 1561 MovieClip Frame 87
"lipbiteshut"Symbol 1561 MovieClip Frame 96
"outofit"Symbol 1561 MovieClip Frame 105
"pain"Symbol 1561 MovieClip Frame 112
"smoke"Symbol 1570 MovieClip Frame 1
"smokelaugh"Symbol 1570 MovieClip Frame 8
"default"Symbol 1570 MovieClip Frame 18
"smile"Symbol 1570 MovieClip Frame 27
"think"Symbol 1570 MovieClip Frame 33
"laugh"Symbol 1570 MovieClip Frame 39
"cunt"Symbol 1577 MovieClip Frame 1
"douche"Symbol 1577 MovieClip Frame 6
"fake"Symbol 1577 MovieClip Frame 14
"happy"Symbol 1577 MovieClip Frame 19
"default"Symbol 1587 MovieClip Frame 1
"smirk"Symbol 1587 MovieClip Frame 10
"truesmile"Symbol 1587 MovieClip Frame 17
"shock"Symbol 1587 MovieClip Frame 27
"laugh"Symbol 1587 MovieClip Frame 35
"shout"Symbol 1587 MovieClip Frame 41
"concerned"Symbol 1587 MovieClip Frame 47
"default"Symbol 1592 MovieClip Frame 1
"mad"Symbol 1592 MovieClip Frame 9
"default"Symbol 1598 MovieClip Frame 1
"smile"Symbol 1598 MovieClip Frame 10
"laugh"Symbol 1598 MovieClip Frame 18
"default"Symbol 1606 MovieClip Frame 1
"excited"Symbol 1606 MovieClip Frame 8
"dispoint"Symbol 1606 MovieClip Frame 16
"pissed"Symbol 1606 MovieClip Frame 24
"smirk"Symbol 1606 MovieClip Frame 33
"default"Symbol 1614 MovieClip Frame 1
"yell"Symbol 1614 MovieClip Frame 8
"lost"Symbol 1614 MovieClip Frame 13
"dispoint"Symbol 1614 MovieClip Frame 19
"smile"Symbol 1614 MovieClip Frame 27
"default"Symbol 1625 MovieClip Frame 1
"smile"Symbol 1625 MovieClip Frame 9
"smirk"Symbol 1625 MovieClip Frame 15
"laugh"Symbol 1625 MovieClip Frame 22
"mad"Symbol 1625 MovieClip Frame 31
"eyeshut"Symbol 1625 MovieClip Frame 37
"cond"Symbol 1625 MovieClip Frame 45
"ugly"Symbol 1625 MovieClip Frame 51
"nervous"Symbol 1650 MovieClip Frame 1
"determined"Symbol 1650 MovieClip Frame 10
"default"Symbol 1650 MovieClip Frame 20
"stupid"Symbol 1650 MovieClip Frame 27
"blush"Symbol 1650 MovieClip Frame 34
"happy"Symbol 1650 MovieClip Frame 40
"shame"Symbol 1650 MovieClip Frame 46
"sweaty"Symbol 1650 MovieClip Frame 53
"mad"Symbol 1650 MovieClip Frame 60
"shock"Symbol 1650 MovieClip Frame 66
"concerned"Symbol 1650 MovieClip Frame 72
"sleepy"Symbol 1650 MovieClip Frame 81
"yawn"Symbol 1650 MovieClip Frame 88
"dispoint"Symbol 1650 MovieClip Frame 95
"orgasm"Symbol 1650 MovieClip Frame 103
"bruised"Symbol 1650 MovieClip Frame 111
"bruisedshout"Symbol 1650 MovieClip Frame 118
"beaten"Symbol 1650 MovieClip Frame 129
"blushbruise"Symbol 1650 MovieClip Frame 137
"beatsmile"Symbol 1650 MovieClip Frame 147
"rage"Symbol 1650 MovieClip Frame 157
"sigh"Symbol 1650 MovieClip Frame 163
"lovey"Symbol 1658 MovieClip Frame 1
"sad"Symbol 1658 MovieClip Frame 7
"excited"Symbol 1658 MovieClip Frame 13
"worry"Symbol 1658 MovieClip Frame 20
"glance"Symbol 1658 MovieClip Frame 27
"lovey"Symbol 1669 MovieClip Frame 1
"sad"Symbol 1669 MovieClip Frame 7
"default"Symbol 1669 MovieClip Frame 12
"blush"Symbol 1669 MovieClip Frame 19
"shock"Symbol 1669 MovieClip Frame 25
"suspicious"Symbol 1669 MovieClip Frame 32
"mad"Symbol 1669 MovieClip Frame 41
"cond"Symbol 1669 MovieClip Frame 47
"default"Symbol 1676 MovieClip Frame 1
"jelly"Symbol 1676 MovieClip Frame 8
"mean"Symbol 1676 MovieClip Frame 13
"perv"Symbol 1676 MovieClip Frame 19
"default"Symbol 1682 MovieClip Frame 1
"yell"Symbol 1682 MovieClip Frame 9
"tired"Symbol 1682 MovieClip Frame 15
"default"Symbol 1688 MovieClip Frame 1
"fiendish"Symbol 1688 MovieClip Frame 8
"ann"Symbol 1693 MovieClip Frame 1
"les"Symbol 1693 MovieClip Frame 6
"bitch"Symbol 1693 MovieClip Frame 11
"slut"Symbol 1693 MovieClip Frame 17
"science"Symbol 1693 MovieClip Frame 22
"counsellor"Symbol 1693 MovieClip Frame 30
"math"Symbol 1693 MovieClip Frame 39
"gym"Symbol 1693 MovieClip Frame 45
"pretty"Symbol 1693 MovieClip Frame 51
"fat"Symbol 1693 MovieClip Frame 57
"david"Symbol 1693 MovieClip Frame 62
"melissa"Symbol 1693 MovieClip Frame 68
"jock"Symbol 1693 MovieClip Frame 75
"comp"Symbol 1693 MovieClip Frame 80
"art"Symbol 1693 MovieClip Frame 86
"history"Symbol 1693 MovieClip Frame 91
"english"Symbol 1693 MovieClip Frame 98
"french"Symbol 1693 MovieClip Frame 105
"ghost"Symbol 1693 MovieClip Frame 112
"game"Symbol 1734 MovieClip Frame 1
"text"Symbol 1734 MovieClip Frame 7
"designer"Symbol 1734 MovieClip Frame 13
"junk"Symbol 1734 MovieClip Frame 21
"ear"Symbol 1734 MovieClip Frame 27
"hand"Symbol 1734 MovieClip Frame 32
"peep"Symbol 1734 MovieClip Frame 38
"kiss"Symbol 1734 MovieClip Frame 44
"winfight"Symbol 1734 MovieClip Frame 49
"losefight"Symbol 1734 MovieClip Frame 57
"pitysex"Symbol 1734 MovieClip Frame 65
"hero"Symbol 1734 MovieClip Frame 73
"transition"Symbol 1734 MovieClip Frame 79
"art_transition"Symbol 1734 MovieClip Frame 88




http://swfchan.com/27/134085/info.shtml
Created: 10/2 -2019 02:00:32 Last modified: 10/2 -2019 02:00:32 Server time: 30/04 -2024 08:30:09