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

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

Masterpiece Murders - become Boston homicide detective in this game.swf

This is the info page for
Flash #130555

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


ActionScript [AS1/AS2]
Combined Code
movieClip 7 key { } movieClip 9 { } movieClip 10 dustCloud { frame 25 { stop(); removeMovieClip(this); } } frame 1 { shortcut = function () { s.allDone = true; s.seenThirdVictim = true; s.seenSecondPainting = true; s.gottaTalkToRizzoli = true; s.seenSecondVictim = true; s.seenTheArtNote = true; s.mamPrinta = true; s.mamVictimPrinta = true; s.mamPogadane = true; itemQuantityCzek('pencil'); itemQuantityCzek('blood4'); itemQuantityCzek('report2'); itemQuantityCzek('report32'); gotoAndStop('tu'); }; } frame 1 { function share() { var v4 = 'Try to solve the Masterpiece Murders at TNT.tv!'; var v2 = 'Rizzoli & Isles – Masterpiece Murders'; var v1 = 'Do you have the skills of a Boston homicide detective? Search for clues and collect evidence with Rizzoli and Isles, and see if you have what it takes to solve the crime! '; var v3 = 'http://i.cdn.turner.com/v5cache/TNT/Images/i13/ri_masterpiece.png'; getURL('javascript:showShareUI(\'' + v4 + '\',\'' + v2 + '\',\'' + v1 + '\',\'' + v3 + '\');', ''); } function __com_mochibot__(swfid, mc, lv, trk) { var x; var g; var s; var fv; var sb; var u; var res; var mb; var mbc; var pv; mb = '__mochibot__'; mbc = 'mochibot.com'; g = _global ? _global : _level0._root; if (g[mb + swfid]) { return g[mb + swfid]; } s = System.security; x = mc._root.getSWFVersion; fv = x ? mc.getSWFVersion() : (_global ? 6 : 5); if (!s) { s = {}; } sb = s.sandboxType; if (sb == 'localWithFile') { return null; } x = s.allowDomain; if (x) { s.allowDomain(mbc); } x = s.allowInsecureDomain; if (x) { s.allowInsecureDomain(mbc); } pv = (fv == 5) ? /:$version : System.capabilities.version; u = 'http://' + mbc + '/my/core.swf?mv=8&fv=' + fv + '&v=' + escape(pv) + '&swfid=' + escape(swfid) + '&l=' + lv + '&f=' + mc + (sb ? '&sb=' + sb : '') + (trk ? '&t=1' : ''); lv = fv > 6 ? mc.getNextHighestDepth() : (g[mb + 'level'] ? g[mb + 'level'] + 1 : lv); g[mb + 'level'] = lv; if (fv == 5) { res = '_level' + lv; if (!eval(res)) { loadMovieNum(u, lv); } return res; } res = mc.createEmptyMovieClip(mb + swfid, lv); res.loadMovie(u); return res; } var soundList = new Array('f_throatSnd', 'm_throatSnd', 'notifySnd', 'step1', 'step2', 'step3', 'step4', 'step5', 'gunSnd', 'amb1', 'amb2', 'amb3', 'amb4', 'amb5', 'amb6', 'amb7', 'amb8', 'amb9', 'horrorAmb', 'horrorSnd', 'progressSnd', 'kluczykSnd', 'teczkaSnd', 'wytrychSnd', 'slideSnd', 'pencilSnd', 'spraySnd', 'brushDipSnd', 'doorOpenSnd', 'brushSound', 'btnSnd', 'pickSnd', 'pickEnd', 'findSnd', 'useSnd', 'errorSnd', 'documentsSnd', 'documentsEnd'); __com_mochibot__('a46b519a', this, 10301, true); } frame 1 { gameName = 'Rizzoli & Isles: The Masterpiece Murders'; authorInfo = '© TNT Entertainment'; gameWidth = 550; gameHeight = 650; footer = '<p align=\'center\'>' + gameName + ' | created by Pastel Games | TNT all rights reserved'; footerRGB = 2569279; stop(); Stage.scaleMode = 'noScale'; fscommand('trapallkeys', true); Button.prototype.tabEnabled = false; MovieClip.prototype.tabEnabled = false; _global.root = this; _quality = 'BEST'; przechodzimy = false; musicOn = true; sfxOn = true; cursorOn = true; _global.sfx = function (co) { if (sfxOn) { root[co].start(); } }; _global.rem = function (ktory, nr) { if (nr == undefined) { if (s[ktory + '_stage'] != undefined) { ktory.gotoAndStop(s[ktory + '_stage']); } } else { if (nr == 't') { s[ktory + '_stage'] = ktory._totalframes; } else { if (nr == 'c') { s[ktory + '_stage'] = ktory._currentframe; } else { s[ktory + '_stage'] = nr; } } } }; _global.amb = function (ktory) { if (musicOn && s.currentAmbient != ktory) { (eval(s.currentAmbient)).stop(); this[ktory].start(); } (eval(ktory)).onSoundComplete = function () { this.start(); }; s.currentAmbient = ktory; }; ataczSounds = function () { i = 0; while (i < soundList.length) { this[soundList[i]] = new Sound(this); this[soundList[i]].attachSound(soundList[i]); ++i; } }; toggleMusic = function () { if (musicOn) { this[s.currentAmbient].stop(); stopAllSounds(); musicOn = false; } else { amb_quiet_snd.start(); this[s.currentAmbient].start(); musicOn = true; } }; toggleSfx = function () { if (sfxOn) { sfxOn = false; } else { sfxOn = true; } }; toggleQuality = function () { if (_quality == 'BEST') { _quality = 'LOW'; } else { if (_quality == 'LOW') { _quality = 'BEST'; } } }; deadClick = function () {}; createCustomMenu = function () { attachMovie('ramka', 'ramka', 1000000); customMenu = new ContextMenu(); customMenu.hideBuiltInItems(); var v1 = new ContextMenuItem(gameName, deadClick); var v2 = new ContextMenuItem(authorInfo, deadClick); customMenu.customItems.push(v1); MovieClip.prototype.menu = customMenu; Button.prototype.menu = customMenu; TextField.prototype.menu = customMenu; }; createCustomMenu(); createFooter = function () { this.createTextField('footerTXT', 1000001, 0, gameHeight - 20, gameWidth, 20); footerTXT.selectable = false; footerTXT.html = true; footerTXT.htmlText = footer; var v2 = new TextFormat(); v2.color = footerRGB; v2.align = 'center'; v2.font = 'Arial'; v2.size = 10; footerTXT.setTextFormat(v2); }; MovieClip.prototype.drawRectangle = function (w, h, alfa) { var v2 = this.createEmptyMovieClip('s1', 1); v2.beginFill(0, alfa); v2.moveTo(0, 0); v2.lineTo(w, 0); v2.lineTo(w, h); v2.lineTo(0, h); v2.endFill(); }; link = function (jakiLink) { if (goLive) { sfx('btnSnd'); getURL(jakiLink, '_blank'); } }; przejscie = function (gdzie) { przejscieDest = gdzie; if (!przechodzimy) { przechodzimy = true; this.createEmptyMovieClip('przejscieMC', 1000002); przejscieMC.drawRectangle(gameWidth, gameHeight, 100); przejscieMC._alpha = 1; przejscieMC.dissolve = false; przejscieMC.onEnterFrame = przejscieEF; } }; przejscieEF = function () { if (!this.dissolve) { this._alpha += 15; } else { this._alpha -= 15; } if (this._alpha >= 140) { if (pauseMC._visible) { removeMovieClip(pauseMC); pauseActive = false; } root.gotoAndStop(root.przejscieDest); this.dissolve = true; } if (this._alpha <= 0) { root.przechodzimy = false; delete this.onEnterFrame; removeMovieClip(this); } }; saveNr = SharedObject.getLocal('saveNr'); czekSave1 = SharedObject.getLocal('save_1'); czekSave2 = SharedObject.getLocal('save_2'); czekSave3 = SharedObject.getLocal('save_3'); czekSave4 = SharedObject.getLocal('save_4'); czekSave5 = SharedObject.getLocal('save_5'); if (saveNr.data.nr == undefined) { saveNum = 0; } else { saveNum = saveNr.data.nr; } startNewGame = function () { if (saveNum == 5) { saveNum = 1; } else { ++saveNum; } saveFile = SharedObject.getLocal('save_' + saveNum); saveFile.clear(); _global.s = saveFile.data; s.startDate = dat; saveNr.data.nr = saveNum; przejscie('float'); }; setDate = function () { curDate = new Date(); day = curDate.getDate(); month = curDate.getMonth(); year = curDate.getFullYear(); hrs = curDate.getHours(); mns = curDate.getMinutes(); daytext = curDate.getDay(); if (mns <= 9) { mns = '0' + mns; } if (hrs <= 9) { hrs = '0' + hrs; } if (day == 1 || day == 21 || day == 31) { zaimek = 'st'; } else { if (day == 2 || day == 22) { zaimek = 'nd'; } else { if (day == 3 || day == 23) { zaimek = 'rd'; } else { zaimek = 'th'; } } } switch (month) { case 0: month = 'January'; break; case 1: month = 'February'; break; case 2: month = 'March'; break; case 3: month = 'April'; break; case 4: month = 'May'; break; case 5: month = 'June'; break; case 6: month = 'July'; break; case 7: month = 'August'; break; case 8: month = 'September'; break; case 9: month = 'October'; break; case 10: month = 'November'; break; case 11: month = 'December'; } switch (daytext) { case 0: daytext = 'Sunday'; break; case 1: daytext = 'Monday'; break; case 2: daytext = 'Tuesday'; break; case 3: daytext = 'Wednesday'; break; case 4: daytext = 'Thursday'; break; case 5: daytext = 'Friday'; break; case 6: daytext = 'Saturday'; } dat = daytext + ', ' + month + ' ' + day + zaimek + ', ' + year + ' - ' + hrs + ':' + mns; }; } movieClip 14 { } movieClip 15 { frame 1 { bar._xscale = 0; onEnterFrame = function () { procent = Math.round((_parent.getBytesLoaded() / _parent.getBytesTotal()) * 100); bar._xscale += (procent - bar._xscale) * 0.2; if (procent < 100) { _parent.stop(); } else { delete onEnterFrame; _parent.przejscie('menu'); } }; } } movieClip 18 wacik { } movieClip 22 { frame 1 { gotoAndStop(2); } frame 2 { stop(); } } movieClip 23 brush { } movieClip 26 tape { } movieClip 28 { } movieClip 29 { frame 1 { stop(); } frame 28 { root.rozmowa('unlocked new location on map!'); } } movieClip 32 map { } movieClip 35 blood1 { } movieClip 39 { frame 1 { stop(); } } movieClip 42 { frame 2 { if (_visible) { root.attachMovie('dustCloud2', 'bloodCloud' + _parent.i, root.getNextHighestDepth(), {'_x': root._xmouse - 25, '_y': root._ymouse - 15}); ++_parent.i; } } } movieClip 43 spray { frame 1 { smuga._visible = false; i = 1; onMouseDown = function () { if (_y <= 550) { smuga._visible = true; sfx('spraySnd'); spraygfx.nextFrame(); } }; onMouseUp = function () { i = 1; root.spraySnd.stop('spraySnd'); smuga._visible = false; spraygfx.prevFrame(); }; } } movieClip 46 print1 { } movieClip 49 logo_drawing { } movieClip 52 victim_print { } movieClip 55 report1 { } movieClip 58 mw_sketch { } movieClip 59 report2 { } movieClip 60 report3 { } movieClip 61 print2 { } movieClip 64 pencil { } movieClip 67 recepta { } movieClip 68 report4 { } movieClip 69 report5 { } movieClip 72 buyers { } movieClip 75 riz_note { } movieClip 78 szpila { } movieClip 81 kluczyk { } movieClip 84 lek { } movieClip 87 lista { } movieClip 90 isles_note { } movieClip 91 print3 { } movieClip 94 spatula { } movieClip 97 zwolnienie { } movieClip 98 print4 { } movieClip 99 pencil2 { } movieClip 100 print_tut { } movieClip 101 blood2 { } movieClip 102 report32 { } movieClip 103 blood3 { } movieClip 104 blood4 { } movieClip 106 ramka { } // unknown tag 88 length 229 movieClip 109 itemInvOpis { frame 1 { szerokoscLitery = 4; _x = root.gameWidth / 2; onEnterFrame = function () { if (root.opis != '') { if (_x <= szerokosc * szerokoscLitery + 5) { _x = szerokosc * szerokoscLitery + 5; } else { if (_x >= root.gameWidth - szerokosc * szerokoscLitery - 5) { _x = root.gameWidth - szerokosc * szerokoscLitery - 5; } else { _x = root._xmouse; } } } else { _x = root.gameWidth / 2; } napis = root.opis; szerokosc = root.opis.length; }; } } // unknown tag 88 length 63 movieClip 113 item_tester { frame 1 { _alpha = 0; } } movieClip 116 { } movieClip 118 { } movieClip 120 { } movieClip 123 { } movieClip 124 { frame 1 { stop(); onEnterFrame = function () { if (animate) { nextFrame(); } else { prevFrame(); } }; } } movieClip 128 { } movieClip 129 { frame 10 { stop(); } } button 131 { on (press) { scrolling = 'up'; } on (release, releaseOutside) { scrolling = 0; } } button 132 { on (press) { scrolling = 'down'; } on (release, releaseOutside) { scrolling = 0; } } movieClip 138 { frame 1 { onPress = function () { startDrag(this, false, 0, 0, 0, _parent._parent.wysokoscSlupka); _parent._parent.niesiemy = true; _parent._parent.scrolling = 0; }; onReleaseOutside = function () { stopDrag(); _parent._parent.niesiemy = false; }; onRelease = onReleaseOutside; onEnterFrame = function () { if (this.hitTest(_root._xmouse, _root._ymouse)) { _alpha = 100; nextFrame(); } else { _alpha = 50; prevFrame(); } }; } } movieClip 139 { } movieClip 140 { frame 1 { scrolling = 0; wysokoscSlupka = 150; onEnterFrame = function () { napis = _parent.msg; if (txtField.scroll == 1) { upBtn.enabled = false; upBtn._alpha = 50; } else { upBtn.enabled = true; upBtn._alpha = 100; } if (txtField.scroll == txtField.maxscroll) { dnBtn.enabled = false; dnBtn._alpha = 50; } else { dnBtn.enabled = true; dnBtn._alpha = 100; } if (dnBtn._alpha == 50 && upBtn._alpha == 50) { scrlMC.ball._visible = false; } else { scrlMC.ball._visible = true; } if (scrolling == 'up') { --napis.scroll; if (scrlMC.ball._y > +scrollSkok) { scrlMC.ball._y -= scrollSkok; } else { scrlMC.ball._y = 0; } } if (scrolling == 'down') { ++napis.scroll; if (scrlMC.ball._y < wysokoscSlupka - scrollSkok) { scrlMC.ball._y += scrollSkok; } else { scrlMC.ball._y = wysokoscSlupka; } } if (niesiemy) { txtField.scroll = scrlMC.ball._y / scrollSkok; } else { scrollSkok = wysokoscSlupka / txtField.maxscroll; } }; } } // unknown tag 88 length 229 button 146 { on (press) { dodAct(); root.endCzat(); } } movieClip 164 czatMC { frame 1 { endCzatBtn._visible = false; answer = function (co, gdzie, snd, alignment) { if (alignment == 'right') { msg = msg + '\n' + '\n' + '<p align=\'right\'>- ' + co + '</p>'; alignment = ''; } else { msg = msg + '\n' + '\n' + '<p align=\'left\'>- ' + co + '</p>'; } txtMC.scrolling = 'down'; gotoAndStop(_currentframe + gdzie); if (snd) { sfx('btnSnd'); } }; } frame 6 { czatterName = 'Police Officer'; msg = '- Hey detective, we received a call this morning from the building’s landlord about a possible homicide. We will wait here while you go have a look around the apartment.'; odp1.msg = 'Thank You.'; odp1.onPress = function () { s.pokojAvailable = true; answer(this.msg, 1, true, 'right'); }; } frame 7 { odp1._visible = false; endCzatBtn._visible = true; dodAct = function () {}; } frame 18 { czatterName = 'Police Officer'; msg = '- The victim is a 23 year old female named Julia Harris, the landlord found her this morning.'; odp1.msg = 'Where can I find the landlord?'; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; } frame 19 { answer('Third door on the right.'); odp1.msg = 'I\'ll talk to him.'; odp1.onPress = function () { s.korytarzAvailable = true; answer(this.msg, 1, true, 'right'); }; } frame 20 { odp1._visible = false; endCzatBtn._visible = true; dodAct = function () {}; } frame 29 { czatterName = 'Building Supervisor'; msg = '- Poor girl... what can I do for you, detective?'; odp1.msg = 'Why were you in Miss Harris\' apartment?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 30 { answer('Like every month I came by to collect the rent... The door wasn\'t locked so I knocked but no one answered... so I decided to enter and then I found her...', 0, false); odp1.msg = 'Did anyone visit her? Do you know her friends? Did she have a boyfriend?'; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 31 { answer('No, not really. She was working as an assistant and wasn’t home much. Wait…someone was there yesterday! I saw him when he was coming down the stairs.', 0, false); odp1.msg = 'Him? Can you describe him?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 32 { answer('I’m sorry, but I only saw him for a second. But I did I see his jacket - he had something strange on it... like a logo... I can draw it for you.', 0, false); odp1.msg = 'Thank you for the help.'; odp2.msg = ''; odp1.onPress = function () { s.mamPogadane = true; answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 33 { odp1._visible = false; endCzatBtn._visible = true; dodAct = function () { root.gimme('logo_drawing'); }; } frame 38 { czatterName = 'Isles'; msg = '- Ready, Detective?'; odp1.msg = 'Yes. Let\'s start.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 39 { answer('Female, 20 something years old, no signs of a struggle, no signs of a sexual assault.', 0, false); odp1.msg = 'No signs of struggle? So she was most likely attacked by someone she knew?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 40 { answer('Not really. I found some injection bruises on her neck. I already asked for a full toxicological check.', 0, false); odp1.msg = 'Do we know anything about the murder weapon?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 41 { answer('It wasn\'t a knife for sure. The sketch of the proposed weapon is waiting for you on your desk, Detective.', 0, false); odp1.msg = 'Thank you, Doctor. I\'ll be waiting for that toxicology report.'; odp2.msg = ''; odp1.onPress = function () { s.weaponSketchOnDesk = true; s.poAutopsji = true; answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 42 { odp1._visible = false; endCzatBtn._visible = true; dodAct = function () {}; } frame 47 { czatterName = 'Isles'; msg = '- You came here for the autopsy report?'; odp1.msg = 'Yes.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 48 { answer('The cause of the death is the same as with the first victim. Marks point to the same murder weapon. Toxicology reports point again to suxamethonium chloride.', 0, false); odp1.msg = 'What exactly is that?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 49 { answer('It\'s a chloride solution created on the base of a very strong pain killer. You can get those kinds of things from any drug store.', 0, false); odp1.msg = 'For example Toxcidum?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 50 { answer('Yes. How did you know, Detective?', 0, false); odp1.msg = 'Let\'s call it a feeling for now.'; odp2.msg = ''; odp1.onPress = function () { s.islesDoneTalkin = true; s.needToTalkToIsles = false; answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 51 { odp1._visible = false; endCzatBtn._visible = true; dodAct = function () { root.gimme('isles_note'); }; } frame 57 { czatterName = 'Rizzoli'; msg = '- Don\'t just stand here - get to work!'; odp1.msg = 'Sure, boss.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 58 { odp1._visible = false; endCzatBtn._visible = true; dodAct = function () {}; } frame 67 { czatterName = 'Rizzoli'; s.talkedToRizzoliBeforeHosp = true; msg = '- What are you doing here? I didn\'t call for backup.'; odp1.msg = 'Dr. Harris works here. She is the sister of the victim from my case.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 68 { answer('Then we have a problem... An hour ago Dr. Harris was found with her throat slit in her own office.', 0, false); odp1.msg = 'Coincidence? Two sisters and two murders at the same time?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 69 { answer('I don\'t believe in coincidences like that. You should go inside and take a look around - we can talk back at the station.', 0, false); odp1.msg = 'Ok, see you later.'; odp2.msg = ''; odp1.onPress = function () { s.wrocilam = true; answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { root.endCzat(); }; } frame 70 { odp1._visible = false; endCzatBtn._visible = true; dodAct = function () {}; } frame 75 { czatterName = 'Rizzoli'; msg = '- Well, it\'s hard to get a worse first day in homicide. Double murder, eh? You got something? Need some help?'; odp1.msg = 'I have few leads. I know where the paint for the painting was used.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 76 { answer('That\'s good. Very good.', 0, false); odp1.msg = 'I’m going there right now.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 77 { answer('Ok. Do that.', 0, false); odp1.msg = 'Also I know that both the victims were attending the same art class.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 78 { answer('That\'s a good find.', 0, false); odp1.msg = 'but I don’t know where that art school is...'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 79 { answer('Ok. Go check the shop and I\'ll try to find out where the art class took place. If I find something I\'ll leave a note on your desk.', 0, false); odp1.msg = 'Ok, thanks.'; odp2.msg = ''; odp1.onPress = function () { s.gottaTalkToRizzoli = false; s.noGo = false; answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 80 { odp1._visible = false; endCzatBtn._visible = true; dodAct = function () {}; } frame 88 { czatterName = 'Heragon owner'; msg = '- Welcome, Detective - what can I help you with?'; odp1.msg = 'Hello. You sell Tecomo Oil Paint, right?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 89 { answer('Yes.', 0, false); odp1.msg = 'Can I get a list of your clients that bought it?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 90 { answer('Sure thing. It\'s a short list. The paint is cheap so usually art schools buy them. Here you go.', 0, false); odp1.msg = 'Thank you for your cooperation.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 91 { odp1._visible = false; endCzatBtn._visible = true; dodAct = function () { root.gimme('buyers'); }; } frame 101 { czatterName = 'Free Art School receptionist'; msg = '- Welcome to Free Art School - can I help you with something?'; odp1.msg = 'We are in the middle of a homicide investigation.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 102 { answer('And?...', 0, false); odp1.msg = 'Both our victims were attending a painting class in this school.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 103 { answer('Oh, my...', 0, false); odp1.msg = 'Who can I talk to about it?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 104 { answer('I would recommend our director, Mr. Thompson. But no one has seen him for a couple of days, and I’m getting worried.', 0, false); odp1.msg = 'Can I have a look around the school?'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { answer(this.msg, 2, true); }; } frame 105 { answer('Of course.', 0, false); odp1.msg = 'Thanks.'; odp2.msg = ''; odp1.onPress = function () { answer(this.msg, 1, true, 'right'); }; odp2.onPress = function () { root.endCzat(); }; } frame 106 { odp1._visible = false; endCzatBtn._visible = true; dodAct = function () {}; } } movieClip 166 dialogBox { } movieClip 168 { } movieClip 169 { } movieClip 170 { } movieClip 171 cursor_d { frame 1 { onEnterFrame = function () { _x = root._xmouse; _y = root._ymouse; }; } } movieClip 172 cursor_dp { frame 1 { onEnterFrame = function () { _x = root._xmouse; _y = root._ymouse; }; } } movieClip 173 cursor_dl { frame 1 { onEnterFrame = function () { _x = root._xmouse; _y = root._ymouse; }; } } movieClip 174 cursor_g { frame 1 { onEnterFrame = function () { _x = root._xmouse; _y = root._ymouse; }; } } movieClip 175 cursor_gl { frame 1 { onEnterFrame = function () { _x = root._xmouse; _y = root._ymouse; }; } } movieClip 176 cursor_gp { frame 1 { onEnterFrame = function () { _x = root._xmouse; _y = root._ymouse; }; } } movieClip 177 cursor_l { frame 1 { onEnterFrame = function () { _x = root._xmouse; _y = root._ymouse; }; } } movieClip 178 cursor_p { frame 1 { onEnterFrame = function () { _x = root._xmouse; _y = root._ymouse; }; } } movieClip 180 { } movieClip 181 { } movieClip 182 cursor_o { frame 1 { onEnterFrame = function () { _x = root._xmouse; _y = root._ymouse; }; } } movieClip 184 { } movieClip 185 { } movieClip 186 cursor_t { frame 1 { onEnterFrame = function () { _x = root._xmouse; _y = root._ymouse; }; } } movieClip 187 dustCloud2 { frame 8 { if (this.hitTest(root.blood_stain_1)) { root.blood_stain_1.showMe(); } if (this.hitTest(root.blood_stain_2)) { root.blood_stain_2.showMe(); } } frame 25 { stop(); removeMovieClip(this); } } movieClip 189 { } button 194 { on (press) { root.itemInHand = ''; root.opis = ''; sfx('documentsEnd'); root.checkInventoryStatus(); root.go = true; removeMovieClip(this); } } movieClip 197 recepta_view { } // unknown tag 88 length 72 movieClip 203 riz_note_view { } movieClip 206 lista_view { } movieClip 234 { } movieClip 238 { } frame 22 { createFooter(); ataczSounds(); setDate(); hc(); if (czekSave1.data.cFrame == undefined && czekSave2.data.cFrame == undefined && czekSave3.data.cFrame == undefined && czekSave4.data.cFrame == undefined && czekSave5.data.cFrame == undefined) { loadBtn._alpha = 50; loadBtn.enabled = false; } amb1.setVolume(70); if (bakFromSavePage != true) { amb1.start(); bakFromSavePage = false; } amb1.onSoundComplete = function () { amb1.start(); }; } button 244 { on (press) { sfx('btnSnd'); przejscie('load'); } } button 247 { on (press) { sfx('btnSnd'); startNewGame(); } } movieClip 251 { } movieClip 258 { frame 1 { onPress = function () { getURL('http://www.tnt.tv/series/rizzoliandisles/', '_blank'); }; } } movieClip 260 { } button 262 { on (release) { share(); } } frame 29 { stop(); outOfOrderTXT = '- - empty - -'; savedGameTXT = 'save'; btnNames = function () { if (czekSave1.data.cFrame == undefined) { delete b1.onPress; delete b1.onRollOver; delete b1.onRollOut; b1.napis = '1. ' + outOfOrderTXT; } else { b1.napis = '1. ' + savedGameTXT + ' 1 - ' + czekSave1.data.startDate; } if (czekSave2.data.cFrame == undefined) { delete b2.onPress; delete b2.onRollOver; delete b2.onRollOut; b2.napis = '2. ' + outOfOrderTXT; } else { b2.napis = '2. ' + savedGameTXT + ' 2 - ' + czekSave2.data.startDate; } if (czekSave3.data.cFrame == undefined) { delete b3.onPress; delete b3.onRollOver; delete b3.onRollOut; b3.napis = '3. ' + outOfOrderTXT; } else { b3.napis = '3. ' + savedGameTXT + ' 3 - ' + czekSave3.data.startDate; } if (czekSave4.data.cFrame == undefined) { delete b4.onPress; delete b4.onRollOver; delete b4.onRollOut; b4.napis = '4. ' + outOfOrderTXT; } else { b4.napis = '4. ' + savedGameTXT + ' 4 - ' + czekSave4.data.startDate; } if (czekSave5.data.cFrame == undefined) { delete b5.onPress; delete b5.onRollOver; delete b5.onRollOut; b5.napis = '5. ' + outOfOrderTXT; } else { b5.napis = '5. ' + savedGameTXT + ' 5 - ' + czekSave5.data.startDate; } setDate(); slotActive(); }; b1.onPress = function () { setSaveFile(1); }; b2.onPress = function () { setSaveFile(2); }; b3.onPress = function () { setSaveFile(3); }; b4.onPress = function () { setSaveFile(4); }; b5.onPress = function () { setSaveFile(5); }; i = 1; while (i < 6) { this['b' + i].onRollOver = function () { this.gotoAndStop(2); }; this['b' + i].onRollOut = function () { this.gotoAndStop(1); }; ++i; } setSaveFile = function (nr) { sfx('btnSnd'); saveNr.data.nr = nr; saveFile = SharedObject.getLocal('save_' + nr); _global.s = saveFile.data; s.startDate = dat; przejscie('float'); }; deleteSaves = function () { i = 1; while (i < 6) { this['czekSave' + i].clear(); ++i; } saveNr.clear(); saveNum = 0; }; btnNames(); } button 265 { on (press) { sfx('btnSnd'); bakFromSavePage = true; przejscie('menu'); } } button 268 { on (press) { sfx('btnSnd'); bakFromSavePage = true; deleteSaves(); przejscie('menu'); } } movieClip 271 { frame 1 { stop(); } } frame 36 { reset = function () { reloadItemProperties(); jumperItem = false; opis = ''; liniaMenu = 590; rozstawMenu = 35; maxItems = 15; maxShopItems = 25; maxhideoutItems = 25; center = gameWidth / 2; itemNumber = 0; itemsOnScreen = 0; itemInHand = ''; s.iloscPrzejsc = 0; go = true; restoreRoom(); attachMovie('itemInvOpis', 'itemInvOpis', 355, {'_x': gameWidth / 2, '_y': liniaMenu + 25}); }; var itemPlaceTaken = []; var listOfItems = new Array(); if (s.listOfItems == undefined) { s.listOfItems = new Array('wacik', 'tape', 'brush', 'spray', 'map'); s.itemsInInventory = 5; } var listOfPhotos = new Array(); var listOfDocuments = new Array(); itemNumber = 0; itemsOnScreen = 0; var shadowJasny = new flash.filters.DropShadowFilter(5, 45, 0, 0.8, 5, 10, 1, 1, false, false, false); var shadowCiemny = new flash.filters.DropShadowFilter(5, 45, 0, 2, 5, 10, 2, 3, false, false, false); itemFinder = function () { if (go) { czekIlosc = this.ktoryItem + '_quantity'; if (itemsOnScreen == maxItems && s[czekIlosc] == undefined) { rozmowa('the inventory is full...', 'errorSnd'); } else { rozmowa(''); itemQuantityCzek(this.ktoryItem); this._visible = false; s[this.ktorySave] = true; } } }; documentFinder = function () { if (go) { if (listOfDocuments.length == 0 && itemsOnScreen == maxItems) { rozmowa('the inventory is full...', 'errorSnd'); } else { rozmowa(''); this._visible = false; findDocument(this.ktoryDokument); } } }; photoFinder = function () { if (go) { if (listOfPhotos.length == 0 && itemsOnScreen == maxItems) { rozmowa('the inventory is full...', 'errorSnd'); } else { rozmowa(''); this._visible = false; findPhoto(this.ktoreFoto); } } }; warp = function (gdzie) { if (go) { if (Number(gdzie)) { gotoAndStop(_currentframe + gdzie); } else { gotoAndStop(gdzie); } i = random(5) + 1; sfx('step' + i); opis = ''; rozmowa(''); hc(); roomNr = num; s.cFrame = _currentframe; } }; itemQuantityCzek = function (co) { if (co != undefined && co != 's_undefined') { czekIlosc = co + '_quantity'; if (s[czekIlosc] == undefined) { itemCollect(co); s[czekIlosc] = 1; } else { ++s[czekIlosc]; itemQuantityDisplay(co, s[czekIlosc]); ataczBot(co); sfx('findSnd'); } } }; itemQuantityDisplay = function (co, ile) { this[co].createTextField('quantityTXT', 1, -20, -22, 15, 15); this[co].quantityTXT.selectable = false; this[co].quantityTXT.html = true; this[co].quantityTXT.htmlText = ile; this[co].quantityTXT.filters = [shadowCiemny]; var v2 = new TextFormat(); v2.color = 16777215; v2.align = 'left'; v2.font = 'arial'; v2.size = 10; this[co].quantityTXT.setTextFormat(v2); }; itemCollect = function (co) { opis = ''; ++itemNumber; itemPlaceTaken[itemNumber] = co; attachMovie(co, co, root.getNextHighestDepth(), {'filters': [shadowJasny], 'ktory': itemNumber, 'moveInitVal': 0, 'inInventory': false, 'drag': false, 'onEnterFrame': itemLocate, 'onRollOver': itemNameDisp, 'onRollOut': itemNameEnd, 'onPress': itemPress}); this[co].attachMovie('item_tester', 'tester', 2); if (itemsOnScreen == 0) { this[co].destX = center; } else { this[co].destX = (eval(lastName)).destX + rozstawMenu; i = 1; while (i < itemNumber + 1) { if ((eval(itemPlaceTaken[i]))._y >= liniaMenu - 10) { (eval(itemPlaceTaken[i])).moveInitVal = 0; } (eval(itemPlaceTaken[i])).destX -= rozstawMenu / 2; ++i; } } ++itemsOnScreen; setLastName(itemNumber); czekIlosc = co + '_quantity'; if (s[czekIlosc] != undefined && s[czekIlosc] >= 2) { itemQuantityDisplay(co, s[czekIlosc]); } if (!restoring) { sfx('findSnd'); listOfItems.push(co); saveListOfItems(); this[co]._x = _xmouse; this[co]._y = _ymouse; } else { if (wracamyZeSklepu) { this[co]._x = sklepMC[co]._x; this[co]._y = sklepMC[co]._y; } else { this[co]._x = center; this[co]._y = liniaMenu + 200; } } onCollect(co); }; itemLocate = function () { if (_ymouse >= liniaMenu - 40 && this.inInventory && go) { this.nr = 20 - Math.abs(_xmouse - this._x) / 2; if (this.nr <= 0) { this.nr = 0; } this.destY = liniaMenu - this.nr; this._xscale += (100 + this.nr - this._xscale) * 0.2; this._yscale += (100 + this.nr - this._yscale) * 0.2; } else { this.destY = liniaMenu; this._xscale += (100 - this._xscale) * 0.2; this._yscale += (100 - this._yscale) * 0.2; } if (Math.abs(this._y - this.destY) <= 5) { this.inInventory = true; } if (!this.drag) { if (this.moveInitVal <= 0.3) { this.moveInitVal += 0.01; } this._x += (this.destX - this._x) * this.moveInitVal; this._y += (this.destY - this._y) * 0.2; } if (this.hitTest(_xmouse, _ymouse, true)) { if (this._totalframes != 1) { if (go) { this.nextFrame(); } } } else { if (this._currentframe != 1) { if (go) { this.prevFrame(); } } } }; shadowLocate = function () { if (this.removeMe) { this._xscale -= 5; this._yscale -= 5; if (this._xscale <= 5) { delete this.onEnterFrame; removeMovieClip(this); } } else { this._x += ((eval('root.' + this.destItem)).destX - this._x) * 0.2; this._y += ((eval('root.' + this.destItem)).destY - this._y) * 0.2; } }; itemNameDisp = function () { if (go) { opis = itemProperties[this._name][0]; rozmowa(''); } }; itemNameEnd = function () { opis = ''; }; itemPress = function () { if (itemProperties[this._name][1]) { if (go) { if (!this.drag) { this.gotoAndStop(this._totalframes); go = false; Mouse.hide(); shadowName = this._name + '_shadow'; attachMovie(this._name, shadowName, root.getNextHighestDepth(), {'onEnterFrame': shadowLocate, '_alpha': 50, 'destItem': this._name, '_x': this.destX, '_y': this.destY}); this.swapDepths(root.getNextHighestDepth()); (eval(shadowName)).gotoAndStop(this._totalframes); root.visibleShadow = shadowName; sfx('pickSnd'); this.startDrag(true); this.drag = true; itemInHand = this._name; opis = ''; } } else { if (this.tester.hitTest(this.destX, this.destY) && !go && this.drag) { itemInHand = ''; Mouse.show(); stopDrag(); this.moveInitVal = 0; removeMovieClip(eval(shadowName)); this.drag = false; opis = ''; sfx('pickEnd'); go = true; } } } else { if (go) { opis = ''; if (this._name == 'map') { sfx('documentsSnd'); s.bakFromMap = _currentframe; przejscie('mapa'); hc(); } sfx('documentsSnd'); showItem(this._name); } } combine(); }; showItem = function (co) { removeAllItems(); attachMovie(co + '_view', 'showView', 5000); go = false; }; used = function (co) { if (s.gdzieJestesmy != 'biuro') { sfx('useSnd'); } czekIlosc = co + '_quantity'; if (s[czekIlosc] <= 1) { s[czekIlosc] = undefined; usedAll(co); } else { if (s[czekIlosc] == 2) { --s[czekIlosc]; this[co].quantityTXT.removeTextField(); } else { if (s[czekIlosc] > 2) { --s[czekIlosc]; itemQuantityDisplay(co, s[czekIlosc]); } } } }; usedAll = function (co) { i = 0; while (i < listOfItems.length) { if (listOfItems[i].toString() == co) { listOfItems.splice(i, 1); } ++i; } itemsOnScreen = listOfItems.length; saveListOfItems(); currentBeingUsed = (eval(co)).ktory; i = 1; while (i < itemNumber + 1) { if (i > currentBeingUsed) { (eval(itemPlaceTaken[i])).moveInitVal = 0; (eval(itemPlaceTaken[i])).destX -= rozstawMenu / 2; } if (i < currentBeingUsed) { (eval(itemPlaceTaken[i])).moveInitVal = 0; (eval(itemPlaceTaken[i])).destX += rozstawMenu / 2; } ++i; } itemPlaceTaken[currentBeingUsed] = null; setLastName(itemNumber); if (itemInHand == co) { go = true; Mouse.show(); } (eval(co + '_shadow')).removeMe = true; removeMovieClip(co); }; setLastName = function (num) { if ((eval(itemPlaceTaken[num])).destX == null && num > 0) { --num; setLastName(num); } else { lastName = itemPlaceTaken[num]; } }; removeAllItems = function () { i = 0; while (i < listOfItems.length) { this[listOfItems[i]].removeMovieClip(this); (eval(listOfItems[i] + '_shadow')).removeMovieClip(this); ++i; } Mouse.show(); opis = ''; rozmowa(''); itemNumber = 0; itemsOnScreen = 0; }; findDocument = function (co) { if (listOfDocuments.length == 0) { itemCollect('documents'); } else { ataczBot('documents'); sfx('findSnd'); } opis = ''; listOfDocuments.push(co); ktorySave = co + '_finder'; s[ktorySave] = true; s.listOfDocuments = listOfDocuments; reloadItemProperties(); onCollect(co); }; findPhoto = function (co) { if (listOfPhotos.length == 0) { itemCollect('photos'); } else { ataczBot('photos'); sfx('findSnd'); } opis = ''; listOfPhotos.push(co); ktorySave = co + '_finder'; s[ktorySave] = true; s.listOfPhotos = listOfPhotos; reloadItemProperties(); onCollect(co); }; botNr = 1; ataczBot = function (co) { attachMovie(co, co + botNr, this.getNextHighestDepth(), {'_x': _xmouse, '_y': _ymouse, 'toWhere': co, 'filters': [shadowJasny], 'onEnterFrame': toInventory, 'friction': 0}); ++botNr; }; toInventory = function () { this.gotoAndStop(1); if (this.friction <= 0.2) { this.friction += 0.02; } this._x += ((eval('root.' + this.toWhere))._x - this._x) * this.friction; this._y += ((eval('root.' + this.toWhere))._y - this._y) * 0.2; this._alpha -= 4; if (this._alpha <= 0) { removeMovieClip(this); delete this.onEnterFrame; } }; checkInventoryStatus = function () { i = 0; while (i < 20) { if (s.listOfItems[i].toString() == 's_undefined' || s.listOfItems[i].toString() == undefined) { s.listOfItems.splice(i, 1); s.itemsInInventory = s.listOfItems.length; } ++i; } if (s.itemsInInventory != undefined && s.itemsInInventory != 0) { listOfItems = s.listOfItems; restoring = true; restoringNr = 0; restoringInt = setInterval(restoreItemsFromSave, 1); } else { if (wracamyZeSklepu) { removeMovieClip(sklepMC); wracamyZeSklepu = false; } restoring = false; } reloadItemProperties(); }; saveListOfItems = function () { s.listOfItems = listOfItems; s.itemsInInventory = listOfItems.length; }; restoreItemsFromSave = function () { if (restoring) { if (s.listOfItems[restoringNr] != undefined) { itemCollect(s.listOfItems[restoringNr]); } if (restoringNr < s.listOfItems.length) { ++restoringNr; } else { if (wracamyZeSklepu) { removeMovieClip(sklepMC); wracamyZeSklepu = false; } clearInterval(restoringInt); restoring = false; } } if (s.listOfDocuments != undefined) { listOfDocuments = s.listOfDocuments; } if (s.listOfPhotos != undefined) { listOfPhotos = s.listOfPhotos; } reloadItemProperties(); }; restoreRoom = function () { checkInventoryStatus(); if (s.cFrame == undefined) { gotoAndStop('intro'); } else { amb(s.currentAmbient); gotoAndStop(s.cFrame); } }; dialogBoxEF = function () { this._y += Math.round((this.A - this._y) * 0.4); if (this.A == -20) { if (this._y <= -18) { delete this.onEnterFrame; this.removeMovieClip(this); } } }; rozmawiamy = false; rozmowa = function (co, snd) { if (!rozmawiamy && co != '') { removeMovieClip('dialogBox'); attachMovie('dialogBox', 'dialogBox', this.getNextHighestDepth(), {'A': 30, '_x': 275, '_y': -20, 'onEnterFrame': dialogBoxEF}); rozmawiamy = true; } if (co == '') { dialogBox.A = -20; rozmawiamy = false; } else { if (snd == undefined) { sfx('btnSnd'); } else { sfx(snd); } dialogBox._y = -20; dialogBox.msg = co; } }; openSklep = function (sklepName) { if (go) { go = false; sfx('shopSnd'); attachMovie('sklepMC', 'sklepMC', this.getNextHighestDepth, {'sklepName': sklepName}); } }; openSkrytka = function (skrytkaName) { if (go) { go = false; sfx('skrytkaSnd'); attachMovie('skrytkaMC', 'sklepMC', this.getNextHighestDepth, {'skrytkaName': skrytkaName}); } }; simpleHit = function () { if (this.tester.hitTest(eval(this.triggerItem))) { used(this.triggerItem, false); this.play(); } }; czat = function (ktora, sex) { if (go) { hc(); rozmowa(''); removeAllItems(); sfx('btnSnd'); s[ktora + '_done'] = true; attachMovie('czatMC', 'czatMC', this.getNextHighestDepth()); czatMC.gotoAndStop(ktora); go = false; } }; endCzat = function () { go = true; sfx('btnSnd'); i = 0; while (i < 20) { this['czatter' + i].resetMe(); ++i; } checkInventoryStatus(); czekBtns(); removeMovieClip('czatMC'); }; gimme = function (co) { gimmeCo = co; clearInterval(gimmeInt); gimmeInt = setInterval(gimmeItem, 500); }; gimmeItem = function () { sprawdzMiHeadEntry(); itemQuantityCzek(gimmeCo); clearInterval(gimmeInt); }; sc = function (ktory) { if (go && cursorOn) { Mouse.hide(); attachMovie('cursor_' + ktory, 'movementCursor', this.getNextHighestDepth()); movementCursor._x = _xmouse; movementCursor._y = _ymouse; } }; hc = function () { if (go && cursorOn) { removeMovieClip('movementCursor'); Mouse.show(); } }; gotoAndStop('dane'); } frame 42 { var itemProperties = []; reloadItemProperties = function () { itemProperties.wacik = ['cotton swabs', true, 0, 0]; itemProperties.brush = ['fingerprint brush', true, 0, 0]; itemProperties.map = ['city map', false, 0, 0]; itemProperties.tape = ['fingerprint tape', true, 0, 0]; itemProperties.spray = ['blood stain spray', true]; itemProperties.blood1 = ['bathroom blood sample', true]; itemProperties.blood2 = ['hospital blood sample', true]; itemProperties.blood3 = ['victim\'s blood sample', true]; itemProperties.blood4 = ['dr. Harris\' blood sample', true]; itemProperties.print1 = ['fingerprint from the painting', true]; itemProperties.print2 = ['fingerprint from the second painting', true]; itemProperties.print3 = ['fingerprint from the Toxcidum vial', true]; itemProperties.print4 = ['fingerprint from the spatula', true]; itemProperties.logo_drawing = ['logo drawn by landlord', true]; itemProperties.victim_print = ['fingerprints of the victim', true]; itemProperties.report1 = ['painting fingerprint report', true]; itemProperties.report2 = ['bathtub blood sample report', true]; itemProperties.report3 = ['victim\'s fingerprints report', true]; itemProperties.report4 = ['painting analysis report', true]; itemProperties.report5 = ['toxicology report', true]; itemProperties.report32 = ['hospital blood sample report', true]; itemProperties.mw_sketch = ['murder weapon sketch', true]; itemProperties.pencil = ['pencil', true]; itemProperties.pencil2 = ['pencil', true]; itemProperties.recepta = ['medical receipt - Toxcidum x2', false]; itemProperties.buyers = ['list of Heragon\'s buyers', true]; itemProperties.riz_note = ['Rizzoli\'s note about Free Art School', false]; itemProperties.szpila = ['artistick lockpick', true]; itemProperties.kluczyk = ['drawer key', true]; itemProperties.lek = ['Toxcidum', true]; itemProperties.lista = ['list of the Free Art School employees', false]; itemProperties.isles_note = ['dr Isles note', true]; itemProperties.spatula = ['spatula - possible murder weapon?...', true]; itemProperties.zwolnienie = ['disciplinary dismissal - Adam Burns - janitor', true]; itemProperties.print_tut = ['fingerprint of the victim', true]; }; onCollect = function (co) { if (co == 'report2') { rozmowa('I should put reports on the board.'); } if (co == 'report3') { rozmowa('I should put reports on the board.'); } if (co == 'pencil2') { s.pencil_tut_taken = true; } if (co == 'lek') { if (s.islesTalkInfo != true) { rozmowa('Dr. Isles should know something more about this drug.'); s.needToTalkToIsles = true; s.islesTalkInfo = true; } } if (co == 'pencil') { if (s.whattaDoWithPencil != true) { rozmowa('Now I can use the pencil to see what was written last...'); s.whattaDoWithPencil = true; } } }; combine = function () { if (agent.tester.hitTest(brush.tester) && brush.dust._currentframe == 1) { brush.dust.nextFrame(); sfx('brushDipSnd'); attachMovie('dustCloud', 'dustCloud', this.getNextHighestDepth(), {'_x': agent._x, '_y': agent._y}); } }; sprawdzMiHeadEntry = function () { if (s.head_unlocked != true) { if (s.mamPrinta && s.mamVictimPrinta && s.mamPogadane) { unlockLocation('head'); s.noGo = false; } else { s.noGo = true; } } }; unlockLocation = function (co) { s[co + '_unlocked'] = true; map.mapa_inv_tlo.play(); }; czekRozwiazanie = function () { if (s.mamyRozwiazanie != true) { if (s.fotkiDone && s.obrazyDone && s.printyDone && s.dokumentyDone) { s.mamyRozwiazanie = true; przejscie('rozw'); } } }; spraySnd.onSoundComplete = function () { spraySnd.start(); }; amb1.stop(); amb_quiet_MC = this.createEmptyMovieClip('amb_quiet_MC_Anchor', 100432912); amb_quiet_snd = new Sound(amb_quiet_MC); amb_quiet_snd.attachSound('amb_quiet'); amb_quiet_snd.onSoundComplete = function () { amb_quiet_snd.start(); }; amb_quiet_snd.start(); reset(); } frame 48 { if (s.tutorialSeen) { gotoAndStop('gra'); } } movieClip 274 { frame 1 { onPress = function () { getURL('http://www.tnt.tv/series/rizzoliandisles/', '_blank'); }; } } movieClip 277 { frame 1 { onPress = function () { getURL('http://www.tnt.tv/series/rizzoliandisles/', '_blank'); }; } } button 283 { on (press) { sfx('btnSnd'); przejscie(_currentframe + 1); } } button 286 { on (press) { sfx('btnSnd'); przejscie('expo'); } } button 290 { on (press) { sfx('btnSnd'); root.przejscie('expo'); } } button 294 { on (press) { sfx('btnSnd'); przejscie('tut'); } } button 296 { on (press) { if (snd != undefined) { sfx(snd); } root.warp(wn); } on (rollOver) { if (inf != undefined) { root.rozmowa(inf); } root.sc(ct); } on (rollOut) { if (inf != undefined) { root.rozmowa(''); } root.hc(); } } movieClip 297 { frame 1 { _alpha = 0; } frame 2 { stop(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 3; } } movieClip 301 { } movieClip 308 { frame 1 { stop(); if (s.pencil_tut_taken) { nextFrame(); } } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } movieClip 311 { } movieClip 316 { } movieClip 317 { frame 1 { gfx._visible = false; point = {'x': _parent._x, 'y': _parent._y}; ktoryObiekt.localToGlobal(point); _parent.ktorySave = _parent.ktoryItem + '_' + root._currentframe + '_' + Math.round(point.x) + '_' + Math.round(point.y); _parent.onPress = root.itemFinder; if (s[_parent.ktorySave] != undefined) { _parent._visible = false; delete _parent.onPress; } } } movieClip 318 { frame 1 { ktoryItem = 'pencil2'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } movieClip 320 { } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -3; } } movieClip 327 { } movieClip 330 { frame 1 { _alpha = 0; onMouseDown = function () { if (this.hitTest(eval('root.' + _parent.triggerItem))) { _parent.play(); } }; } } movieClip 333 { } movieClip 334 { } movieClip 336 { } movieClip 337 { frame 1 { stop(); rem(this); triggerItem = 'brush.dust'; } frame 2 { rem(this, 38); root.brush._visible = false; } frame 15 { sfx('brushSound'); } frame 23 { sfx('brushSound'); } frame 37 { root.brush.dust.prevFrame(); root.brush._visible = true; } frame 38 { stop(); triggerItem = 'tape'; } frame 39 { rem(this, 't'); } frame 42 { root.itemQuantityCzek('print_tut'); s.mamVictimPrinta = true; root.sprawdzMiHeadEntry(); } frame 45 { stop(); } } frame 56 { if (pencil2._visible) { used('pencil2'); } if (print_tut._visible) { used('print_tut'); } } movieClip 340 { frame 1 { _alpha = 0; } } movieClip 343 { } movieClip 345 { } movieClip 346 { frame 1 { rem(this); } frame 2 { rem(this, 15); } frame 15 { stop(); myOpis = 'piece of important evidence'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } } movieClip 347 { frame 1 { czekDowody = function () { if (root.dragItem == 'victim2_nt' || root.dragItem == 'victim_pic_nt') { if (victim2_nt.hitTest(victim_pic_nt) && victim2_nt._currentframe != 1 && victim_pic_nt._currentframe != 1) { victim2_nt.play(); victim_pic_nt.play(); victims_nt.play(); } } if (root.dragItem == 'note_seen_nt' || root.dragItem == 'nt_riz_note') { if (note_seen_nt.hitTest(nt_riz_note) && note_seen_nt._currentframe != 1 && nt_riz_note._currentframe != 1) { note_seen_nt.play(); nt_riz_note.play(); school_solved_nt.play(); } } if (root.dragItem == 'school_solved_nt' || root.dragItem == 'buyers_nt') { if (school_solved_nt.hitTest(buyers_nt) && school_solved_nt._currentframe != 1 && buyers_nt._currentframe != 1) { school_solved_nt.play(); buyers_nt.play(); school_finished_nt.play(); } } if (root.dragItem == 'picture_pic_nt' || root.dragItem == 'painting2_nt') { if (picture_pic_nt.hitTest(painting2_nt) && picture_pic_nt._currentframe != 1 && painting2_nt._currentframe != 1) { picture_pic_nt.play(); painting2_nt.play(); paintings_nt.play(); } } if (root.dragItem == 'nt_recepta' || root.dragItem == 'nt_isles_note') { if (nt_recepta.hitTest(nt_isles_note) && nt_recepta._currentframe != 1 && nt_isles_note._currentframe != 1) { nt_recepta.play(); nt_isles_note.play(); recepta_note_nt.play(); } } if (root.dragItem == 'recepta_note_nt' || root.dragItem == 'report_nt_5') { if (recepta_note_nt.hitTest(report_nt_5) && recepta_note_nt._currentframe != 1 && report_nt_5._currentframe != 1) { recepta_note_nt.play(); report_nt_5.play(); toxcidum_solved_nt.play(); } } if (root.dragItem == 'paintings_nt' || root.dragItem == 'nt_paint3') { if (paintings_nt.hitTest(nt_paint3) && paintings_nt._currentframe != 1 && nt_paint3._currentframe != 1) { paintings_nt.play(); nt_paint3.play(); paintings_3_nt.play(); } } if (root.dragItem == 'victims_nt' || root.dragItem == 'nt_victim3') { if (victims_nt.hitTest(nt_victim3) && victims_nt._currentframe != 1 && nt_victim3._currentframe != 1) { victims_nt.play(); nt_victim3.play(); victims_3_nt.play(); } } if (root.dragItem == 'print3_nt' || root.dragItem == 'print4_nt') { if (print3_nt.hitTest(print4_nt) && print3_nt._currentframe != 1 && print4_nt._currentframe != 1) { print3_nt.play(); print4_nt.play(); printy_dwa_nt.play(); } } if (root.dragItem == 'print2_nt' || root.dragItem == 'printy_dwa_nt') { if (print2_nt.hitTest(printy_dwa_nt) && print2_nt._currentframe != 1 && printy_dwa_nt._currentframe != 1) { print2_nt.play(); printy_dwa_nt.play(); printy_trzy_nt.play(); } } if (root.dragItem == 'printy_trzy_nt' || root.dragItem == 'report_nt_1') { if (printy_trzy_nt.hitTest(report_nt_1) && printy_trzy_nt._currentframe != 1 && report_nt_1._currentframe != 1) { printy_trzy_nt.play(); report_nt_1.play(); printy_cztery_nt.play(); } } if (root.dragItem == 'logo_drawing_nt' || root.dragItem == 'nt_zwolnienie') { if (logo_drawing_nt.hitTest(nt_zwolnienie) && logo_drawing_nt._currentframe != 1 && nt_zwolnienie._currentframe != 1) { logo_drawing_nt.play(); nt_zwolnienie.play(); logo_zwolnienie_nt.play(); } } if (root.dragItem == 'logo_zwolnienie_nt' || root.dragItem == 'lista_nt') { if (logo_zwolnienie_nt.hitTest(lista_nt) && logo_zwolnienie_nt._currentframe != 1 && lista_nt._currentframe != 1) { logo_zwolnienie_nt.play(); lista_nt.play(); burns_expo_nt.play(); } } }; } frame 1 { } } button 348 { on (press) { sfx('btnSnd'); przejscie('expo'); } } button 349 { on (press) { sfx('btnSnd'); przejscie(_currentframe + 1); } } button 352 { on (press) { sfx('btnSnd'); przejscie(_currentframe - 7); } } movieClip 354 { } frame 57 { rozmowa(''); } movieClip 363 { frame 1 { stop(); myOpis = 'laboratory report on some evidence'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(this.getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; if (s.jestesmyPoSklepie) { nextFrame(); } } } movieClip 364 { } button 365 { on (press) { rozmowa(''); sfx('btnSnd'); przejscie('expo'); } } button 366 { on (press) { sfx('btnSnd'); przejscie(_currentframe - 1); } } movieClip 368 { } movieClip 374 { } movieClip 376 { } movieClip 377 { } movieClip 380 { } button 383 { on (press) { sfx('btnSnd'); kreski.stop(); rozmowa(''); przejscie('expo'); } } button 384 { on (press) { sfx('btnSnd'); kreski.stop(); rozmowa(''); przejscie(_currentframe + 1); } } movieClip 387 { frame 11 { root.map.mapa_inv_tlo.play(); } } frame 59 { rozmowa(''); s.tutorialSeen = true; } button 392 { on (press) { sfx('btnSnd'); przejscie('expo'); } } frame 65 { removeAllItems(); sprawdzMiHeadEntry(); } button 395 { on (press) { sfx('btnSnd'); s.iloscPrzejsc += 1; s.wkladamy_na_tablice = false; s.gdzieJestesmy = 'biuro'; root.go = true; root.checkInventoryStatus(); root.przejscie('biuro'); b2.enabled = false; } } button 397 { on (press) { sfx('btnSnd'); s.iloscPrzejsc += 1; s.wkladamy_na_tablice = false; s.gdzieJestesmy = 'crimeScene'; root.go = true; root.checkInventoryStatus(); root.przejscie('gra'); b1.enabled = false; } } button 399 { on (press) { sfx('btnSnd'); s.iloscPrzejsc += 1; s.wkladamy_na_tablice = false; s.gdzieJestesmy = 'medical'; root.go = true; root.checkInventoryStatus(); if (s.talkedToRizzoliBeforeHosp) { root.przejscie('medical2'); } else { root.przejscie('medical'); } b3.enabled = false; } } button 401 { on (press) { sfx('btnSnd'); s.iloscPrzejsc += 1; s.wkladamy_na_tablice = false; s.gdzieJestesmy = 'sklep'; root.go = true; root.checkInventoryStatus(); root.przejscie('sklep'); b4.enabled = false; } } button 403 { on (press) { sfx('btnSnd'); s.iloscPrzejsc += 1; s.wkladamy_na_tablice = false; s.gdzieJestesmy = 'szkola'; root.go = true; root.checkInventoryStatus(); root.przejscie('szkola'); b5.enabled = false; } } button 405 { on (press) { sfx('btnSnd'); s.iloscPrzejsc += 1; s.wkladamy_na_tablice = false; s.gdzieJestesmy = 'dom'; root.go = true; root.checkInventoryStatus(); root.przejscie('dom'); b6.enabled = false; } } button 407 { on (press) { sfx('btnSnd'); s.iloscPrzejsc += 1; s.wkladamy_na_tablice = false; s.gdzieJestesmy = 'burns'; root.go = true; root.checkInventoryStatus(); root.przejscie('burns'); b7.enabled = false; } } movieClip 408 { frame 1 { podkladka._visible = false; A = 550 - root._xmouse; B = 550 - root._ymouse; _x = A; _y = B; onEnterFrame = function () { A = 550 - root._xmouse; B = 550 - root._ymouse; if (root._ymouse <= 550) { _x = _x + (A - _x) * 0.1; _y = _y + (B - _y) * 0.1; } }; if (s.head_unlocked) { b2._visible = true; if (s.head_unlocked_glowin != true) { podkladka._visible = true; podkladka._x = b2._x; podkladka._y = b2._y; s.head_unlocked_glowin = true; } } else { if (godMode != true) { b2._visible = false; } } if (s.szpital_unlocked) { b3._visible = true; if (s.szpital_unlocked_glowin != true) { podkladka._visible = true; podkladka._x = b3._x; podkladka._y = b3._y; s.szpital_unlocked_glowin = true; } } else { if (godMode != true) { b3._visible = false; } } if (s.sklep_unlocked) { b4._visible = true; if (s.sklep_unlocked_glowin != true) { podkladka._visible = true; podkladka._x = b4._x; podkladka._y = b4._y; s.sklep_unlocked_glowin = true; } } else { if (godMode != true) { b4._visible = false; } } if (s.art_unlocked) { b5._visible = true; if (s.art_unlocked_glowin != true) { podkladka._visible = true; podkladka._x = b5._x; podkladka._y = b5._y; s.art_unlocked_glowin = true; } } else { if (godMode != true) { b5._visible = false; } } if (s.dom_unlocked) { b6._visible = true; if (s.dom_unlocked_glowin != true) { podkladka._visible = true; podkladka._x = b6._x; podkladka._y = b6._y; s.dom_unlocked_glowin = true; } } else { if (godMode != true) { b6._visible = false; } } if (s.burns_unlocked) { b7._visible = true; if (s.burns_unlocked_glowin != true) { podkladka._visible = true; podkladka._x = b7._x; podkladka._y = b7._y; s.burns_unlocked_glowin = true; } } else { if (godMode != true) { b7._visible = false; } } if (s.gdzieJestesmy == 'crimeScene') { b1.enabled = false; b1._alpha = 50; } if (s.gdzieJestesmy == 'biuro') { b2.enabled = false; b2._alpha = 50; } if (s.gdzieJestesmy == 'medical') { b3.enabled = false; b3._alpha = 50; } if (s.gdzieJestesmy == 'sklep') { b4.enabled = false; b4._alpha = 50; } if (s.gdzieJestesmy == 'szkola') { b5.enabled = false; b5._alpha = 50; } if (s.gdzieJestesmy == 'dom') { b6.enabled = false; b6._alpha = 50; } if (s.gdzieJestesmy == 'burns') { b7.enabled = false; b7._alpha = 50; } if (s.noGo) { if (godMode != true) { b1._visible = false; b2._visible = false; b3._visible = false; b4._visible = false; b5._visible = false; b6._visible = false; b7._visible = false; } } } } movieClip 410 { frame 1 { if (s.noGo != true) { _visible = false; } } } movieClip 413 { } movieClip 414 { frame 1 { stop(); onEnterFrame = function () { if (this.hitTest(root._xmouse, root._ymouse, true) && root.itemInHand == '') { nextFrame(); } else { if (_currentframe != 1) { prevFrame(); } } }; onPress = function () { sfx('btnSnd'); root.rozmowa(''); root.go = true; root.checkInventoryStatus(); root.przejscie(s.bakFromMap); }; } } frame 73 { rozmowa(''); if (pencil2._visible) { used('pencil2'); } if (print_tut._visible) { used('print_tut'); } } button 416 { on (press) { sfx('btnSnd'); przejscie('gra'); } } frame 81 { rozmowa(''); s.cFrame = _currentframe; s.gdzieJestesmy = 'crimeScene'; czekBtns = function () { if (s.pokojAvailable != true) { b1._visible = false; } else { b3._visible = false; } if (s.korytarzAvailable != true) { b2._visible = false; } else { b2._visible = true; } if (s.victimSeen != true) { czatter2._visible = false; } }; amb('amb2'); czekBtns(); } movieClip 417 { frame 1 { stop(); myCzater = 'policjant2'; resetMe = function () { delete onPress; delete onRollOver; delete onRollOut; if (s[myCzater + '_done'] != true) { onPress = function () { root.czat(myCzater); }; onRollOver = function () { root.sc('t'); }; onRollOut = function () { root.hc(); }; } else { gotoAndStop(2); } }; resetMe(); } } instance b1 of movieClip 297 { onClipEvent (load) { ct = 'p'; wn = 2; snd = 'doorOpenSnd'; } } instance b3 of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } instance b2 of movieClip 297 { onClipEvent (load) { ct = 'gl'; wn = 8; } } movieClip 420 { } movieClip 421 { } // unknown tag 88 length 41 button 427 { on (press) { sfx('btnSn'); root.amb_quiet_snd.stop('amb_quiet'); root.hc(); root.removeAllItems(); root.przejscie('menu'); } } button 429 { on (press) { sfx('btnSn'); root.hc(); root.removeAllItems(); s.backFromTut2 = root._currentframe(); root.przejscie('tut2'); } } button 433 { on (press) { sfx('btnSnd'); root.toggleMusic(); resetMe(); } } button 437 { on (press) { sfx('btnSnd'); root.toggleMusic(); resetMe(); } } movieClip 438 { frame 1 { stop(); resetMe = function () { if (root.musicOn != true) { nextFrame(); } else { if (_currentframe == 2) { prevFrame(); } } }; resetMe(); } } button 441 { on (press) { sfx('btnSnd'); root.toggleSfx(); resetMe(); } } button 445 { on (press) { sfx('btnSnd'); root.toggleSfx(); resetMe(); } } movieClip 446 { frame 1 { stop(); resetMe = function () { if (root.sfxOn != true) { nextFrame(); } else { if (_currentframe == 2) { prevFrame(); } } }; resetMe(); } } button 450 { on (press) { sfx('btnSnd'); root.cursorOn = false; resetMe(); } } button 452 { on (press) { sfx('btnSnd'); root.cursorOn = true; resetMe(); } } movieClip 453 { frame 1 { stop(); resetMe = function () { if (root.cursorOn != true) { nextFrame(); } else { if (_currentframe == 2) { prevFrame(); } } }; resetMe(); } } button 454 { on (press) { sfx('btnSnd'); root.amb_quiet_snd.stop('amb_quiet'); root.hc(); root.removeAllItems(); root.przejscie('menu'); } } button 455 { on (press) { sfx('btnSnd'); root.hc(); root.removeAllItems(); s.backFromTut2 = root._currentframe; root.przejscie('tut2'); } } movieClip 456 { frame 1 { stop(); onEnterFrame = function () { if (root.go) { if (this.hitTest(root._xmouse, root._ymouse, true) && root.itemInHand == '') { nextFrame(); } else { if (_currentframe != 1) { prevFrame(); } } } }; } } movieClip 459 { frame 1 { stop(); myCzater = 'policjant1'; resetMe = function () { delete onPress; delete onRollOver; delete onRollOut; if (s[myCzater + '_done'] != true) { onPress = function () { root.czat(myCzater); }; onRollOver = function () { root.sc('t'); }; onRollOut = function () { root.hc(); }; } else { gotoAndStop(2); } }; resetMe(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } movieClip 464 { frame 1 { stop(); if (s.poAutopsji) { nextFrame(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'l'; wn = 2; } } } movieClip 465 { frame 1 { stop(); rem(this); triggerItem = 'brush.dust'; } frame 2 { rem(this, 't'); root.brush._visible = false; } frame 10 { sfx('brushSound'); } frame 18 { sfx('brushSound'); } frame 29 { root.brush.dust.prevFrame(); root.brush._visible = true; root.go = true; root.rozmowa('Nothing...'); root.go = false; } frame 30 { stop(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -2; snd = 'doorOpenSnd'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'gp'; wn = 3; } } frame 84 { s.victimSeen = true; } movieClip 469 { frame 1 { _alpha = 0; onRollOver = function () { if (root.go) { root.rozmowa(sayWhat); } }; onRollOut = function () { root.rozmowa(''); }; onPress = function () { root.rozmowa(''); }; } } instance of movieClip 469 { onClipEvent (load) { sayWhat = 'Jagged wound inflicted with something sharp.'; } } movieClip 470 { frame 1 { stop(); rem(this); triggerItem = 'brush.dust'; } frame 2 { rem(this, 't'); root.brush._visible = false; } frame 3 { sfx('brushSound'); } frame 23 { sfx('brushSound'); } frame 38 { root.brush.dust.prevFrame(); root.brush._visible = true; root.go = true; root.rozmowa('Nothing...'); root.go = false; } frame 39 { stop(); } } movieClip 471 { frame 1 { stop(); rem(this); triggerItem = 'wacik'; } frame 2 { rem(this, 't'); } frame 4 { root.itemQuantityCzek('blood3'); } frame 6 { stop(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'l'; wn = 1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 44; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = -1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'l'; wn = -2; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 3; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -3; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } movieClip 480 { } movieClip 481 { frame 1 { stop(); if (s[_name + '_alpha'] == undefined) { _alpha = 0; } else { _alpha = s[_name + '_alpha']; } if (_alpha >= 100) { myTrigger._visible = true; triggerItem = 'wacik'; } else { myTrigger._visible = false; triggerItem = ''; } showMe = function () { if (_alpha <= 100) { _alpha = _alpha + 5; s[_name + '_alpha'] = _alpha; } if (_alpha >= 100) { if (!myTrigger._visible && _currentframe == 1) { myTrigger._visible = true; root.go = true; root.rozmowa('That will do.'); sfx('notifySnd'); root.go = false; triggerItem = 'wacik'; } } else { myTrigger._visible = false; triggerItem = ''; } }; rem(this); } frame 2 { rem(this, 't'); } frame 4 { root.itemQuantityCzek('blood1'); s.mamKrew = true; root.sprawdzMiHeadEntry(); } frame 6 { stop(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } instance of movieClip 469 { onClipEvent (load) { sayWhat = 'That\'s odd - this painting shows the murder scene...'; } } movieClip 485 { } movieClip 486 { frame 1 { stop(); rem(this); triggerItem = 'brush.dust'; } frame 2 { rem(this, 30); root.brush._visible = false; } frame 3 { sfx('brushSound'); } frame 15 { sfx('brushSound'); } frame 29 { root.brush.dust.prevFrame(); root.brush._visible = true; } frame 30 { stop(); triggerItem = 'tape'; } frame 31 { rem(this, 't'); } frame 34 { root.itemQuantityCzek('print1'); s.mamPrinta = true; root.sprawdzMiHeadEntry(); } frame 37 { stop(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -3; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -8; } } instance of movieClip 297 { onClipEvent (load) { ct = 'p'; wn = 1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'g'; wn = 1; snd = 'doorOpenSnd'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; snd = 'doorOpenSnd'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } movieClip 495 { frame 1 { stop(); myCzater = 'super'; resetMe = function () { delete onPress; delete onRollOver; delete onRollOut; if (s[myCzater + '_done'] != true) { onPress = function () { root.czat(myCzater); }; onRollOver = function () { root.sc('t'); }; onRollOut = function () { root.hc(); }; } else { gotoAndStop(2); } }; resetMe(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } frame 93 { if (s.seenSecondVictim) { s.secondVictimeSwiped = true; } if (s.needToTalkToIsles) { gotoAndStop(_currentframe + 6); } if (s.seenThirdVictim) { s.thirdSwipe = true; } amb('amb3'); } movieClip 500 { } movieClip 501 { frame 1 { stop(); rem(this); myTrigger = 'logo_drawing'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'sketch of the logo/signature - suspect?...'; } else { myOpis = 'sketch of the logo/signature - suspect?...'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 504 { } movieClip 505 { frame 1 { stop(); rem(this); myTrigger = 'blood3'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'blood sample taken from the victim'; } else { myOpis = 'blood sample taken from the victim'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 508 { } movieClip 509 { frame 1 { if (s.wkladamy_na_tablice != true) { stop(); } rem(this); } frame 2 { rem(this, 15); } frame 9 { s.tablicaFirstContact = true; } frame 15 { stop(); if (s.paintingMoreInfo) { myOpis = 'painting found at the crime scene'; } else { myOpis = 'painting found at the crime scene'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(this.getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 512 { } movieClip 513 { frame 1 { stop(); rem(this); myTrigger = 'report2'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); myOpis = 'bathtub blood sample report - match: Julia Harris'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 514 { frame 1 { stop(); rem(this); myTrigger = 'report3'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 9 { root.unlockLocation('szpital'); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'victim\'s fingerprints - victim has a sister - Kristen Harris, works at Medical Center'; } else { myOpis = 'victim\'s fingerprints - victim has a sister - Kristen Harris, works at Medical Center'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 515 { } movieClip 516 { frame 1 { stop(); rem(this); myTrigger = 'report1'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'fingerprint from the painting\'s frame - inconclusive'; } else { myOpis = 'fingerprint from the painting\'s frame - inconclusive'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 518 { } movieClip 519 { frame 1 { if (s.seenTheArtNote && s.wkladamy_na_tablice) { play(); } else { stop(); } rem(this); } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'Both sisters took the same art class - I should check where exactly.'; } else { myOpis = 'Both sisters took the same art class - I should check where exactly.'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 522 { } movieClip 523 { frame 1 { stop(); rem(this); myTrigger = 'mw_sketch'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); myOpis = 'Sketch of the possible murder weapon'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 526 { } movieClip 527 { frame 1 { if (s.seenSecondPainting && s.wkladamy_na_tablice) { play(); } else { stop(); } rem(this); } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'painting from the second crime scene'; } else { myOpis = 'painting from the second crime scene'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 530 { } movieClip 531 { frame 1 { if (s.seenSecondVictim && s.wkladamy_na_tablice) { play(); } else { stop(); } rem(this); } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'second victim - dr Kristen Harris'; } else { myOpis = 'second victim - dr Kristen Harris'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 534 { } movieClip 535 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'double homicide victims - the Harris sisters'; } else { myOpis = 'double homicide victims - the Harris sisters'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 536 { } movieClip 537 { frame 1 { stop(); rem(this); myTrigger = 'print2'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'fingerprint from the second painting'; } else { myOpis = 'fingerprint from the second painting'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 540 { } movieClip 541 { frame 1 { stop(); rem(this); myTrigger = 'recepta'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'medical receipt - Toxcidum x2'; } else { myOpis = 'medical receipt - Toxcidum x2'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 542 { frame 1 { stop(); rem(this); myTrigger = 'report4'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 8 { s.noGo = true; s.gottaTalkToRizzoli = true; root.rozmowa('I need to talk to Rizzoli about this...'); } frame 15 { stop(); myOpis = 'Painting analysis – Tecomo oil paint, only sold in one shop in Boston - \'Heragon\''; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 543 { frame 1 { stop(); rem(this); myTrigger = 'report5'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'Toxicology report - muscle paralyzing toxin - metachurine chloride.'; } else { myOpis = 'Toxicology report - muscle paralyzing toxin - metachurine chloride.'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 546 { } movieClip 547 { frame 1 { stop(); rem(this); myTrigger = 'buyers'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'list of Heragon\'s buyers of the paint used to create crime scene paintings'; } else { myOpis = 'list of Heragon\'s buyers of the paint used to create crime scene paintings'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 550 { } movieClip 551 { frame 1 { stop(); rem(this); myTrigger = 'riz_note'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'Rizzoli note - victims took art classes at the Free Art School'; } else { myOpis = 'Rizzoli note - victims took art classes at the Free Art School'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 552 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'both victims attended art classes at the Free Art School'; } else { myOpis = 'both victims attended art classes at the Free Art School'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 553 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 8 { root.unlockLocation('art'); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'Free Art School uses paint from paintings and both victims attended classes there'; } else { myOpis = 'Free Art School uses paint from paintings and both victims attended classes there'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 556 { } movieClip 557 { frame 1 { stop(); rem(this); myTrigger = 'isles_note'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'dr Isles note - metachurine chloride is made of Toxcidum'; } else { myOpis = 'dr Isles note - metachurine chloride is made of Toxcidum'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 558 { frame 1 { stop(); rem(this); myTrigger = 'lista'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'list of the Free Art School employees'; } else { myOpis = 'list of the Free Art School employees'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 559 { frame 1 { stop(); rem(this); myTrigger = 'print3'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'fingerprint from the Toxcidum vial'; } else { myOpis = 'fingerprint from the Toxcidum vial'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 560 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 15 { stop(); myOpis = 'two paintings from both crime scenes'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 561 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 15 { stop(); myOpis = 'metachurine chloride used in murders / Toxcidum prescription'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 562 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 9 { root.unlockLocation('dom'); s.noGo = false; } frame 15 { stop(); myOpis = 'metachurine chloride is made out of Toxcidum / prescription points to mr.Thompson'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 565 { } movieClip 566 { frame 1 { stop(); rem(this); myTrigger = 'zwolnienie'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'disciplinary dismissal - Adam Burns - janitor'; } else { myOpis = 'disciplinary dismissal - Adam Burns - janitor'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 569 { } movieClip 570 { frame 1 { if (s.seenThirdVictim && s.wkladamy_na_tablice) { play(); } else { stop(); } rem(this); } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'third victim - Mr. Thompson'; } else { myOpis = 'third victim - Mr. Thompson'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 573 { } movieClip 574 { frame 1 { if (s.seenThirdVictim && s.wkladamy_na_tablice) { play(); } else { stop(); } rem(this); } frame 2 { rem(this, 15); } frame 15 { stop(); myOpis = 'third painting found at Thompson\'s home'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 575 { frame 1 { stop(); rem(this); myTrigger = 'print4'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); myOpis = 'fingerprint from spatula'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 576 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 14 { s.obrazyDone = true; root.czekRozwiazanie(); } frame 15 { stop(); myOpis = 'three paintings from all crime scenes'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 577 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 14 { s.fotkiDone = true; root.czekRozwiazanie(); } frame 15 { stop(); myOpis = 'triple homicide victims - the Harris sisters and Thompson'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 578 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 14 { s.printyDone = true; root.czekRozwiazanie(); } frame 15 { stop(); myOpis = 'fingerprints from spatula and Toxcidum vial match!'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 579 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 14 { s.printyDone = true; root.czekRozwiazanie(); } frame 15 { stop(); myOpis = 'fingerprints from spatula and Toxcidum vial match prints from second painting!'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 580 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 14 { s.printyDone = true; root.czekRozwiazanie(); } frame 15 { stop(); myOpis = 'fingerprints from spatula, Toxcidum vial and paintings match!'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 581 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 15 { stop(); myOpis = 'AB logo / Adam Burns dismission'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 582 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 14 { s.dokumentyDone = true; root.czekRozwiazanie(); } frame 15 { stop(); myOpis = 'Adam Burns - prime suspect'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 583 { frame 1 { stop(); rem(this); myTrigger = 'report32'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); myOpis = 'hospital blood sample report - match: dr. Harris'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 584 { frame 1 { if (s.wkladamy_na_tablice != true) { stop(); } rem(this); } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'victim - Julia Harris; 23 years old'; } else { myOpis = 'victim - Julia Harris; 23 years old'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 586 { } movieClip 587 { frame 1 { stop(); rem(this); myTrigger = 'blood4'; if (root[myTrigger]._visible && s.wkladamy_na_tablice) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.victimMoreInfo) { myOpis = 'blood sample taken from dr. Harris'; } else { myOpis = 'blood sample taken from dr. Harris'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 588 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 15 { stop(); myOpis = 'victim\'s blood was found in the appartment\'s bathtub'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 589 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 15); _x = root._xmouse - 70; _y = root._ymouse - 70; sfx('progressSnd'); } frame 15 { stop(); myOpis = 'dr. Harris\' blood was found on her office desk'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 400); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } frame 16 { rem(this, 't'); } frame 17 { stop(); } } movieClip 590 { frame 1 { czekDowody = function () { if (root.dragItem == 'victim2_nt' || root.dragItem == 'victim_pic_nt') { if (victim2_nt.hitTest(victim_pic_nt) && victim2_nt._currentframe != 1 && victim_pic_nt._currentframe != 1) { victim2_nt.play(); victim_pic_nt.play(); victims_nt.play(); } } if (root.dragItem == 'note_seen_nt' || root.dragItem == 'nt_riz_note') { if (note_seen_nt.hitTest(nt_riz_note) && note_seen_nt._currentframe != 1 && nt_riz_note._currentframe != 1) { note_seen_nt.play(); nt_riz_note.play(); school_solved_nt.play(); } } if (root.dragItem == 'school_solved_nt' || root.dragItem == 'buyers_nt') { if (school_solved_nt.hitTest(buyers_nt) && school_solved_nt._currentframe != 1 && buyers_nt._currentframe != 1) { school_solved_nt.play(); buyers_nt.play(); school_finished_nt.play(); } } if (root.dragItem == 'picture_pic_nt' || root.dragItem == 'painting2_nt') { if (picture_pic_nt.hitTest(painting2_nt) && picture_pic_nt._currentframe != 1 && painting2_nt._currentframe != 1) { picture_pic_nt.play(); painting2_nt.play(); paintings_nt.play(); } } if (root.dragItem == 'nt_recepta' || root.dragItem == 'nt_isles_note') { if (nt_recepta.hitTest(nt_isles_note) && nt_recepta._currentframe != 1 && nt_isles_note._currentframe != 1) { nt_recepta.play(); nt_isles_note.play(); recepta_note_nt.play(); } } if (root.dragItem == 'recepta_note_nt' || root.dragItem == 'report_nt_5') { if (recepta_note_nt.hitTest(report_nt_5) && recepta_note_nt._currentframe != 1 && report_nt_5._currentframe != 1) { recepta_note_nt.play(); report_nt_5.play(); toxcidum_solved_nt.play(); } } if (root.dragItem == 'paintings_nt' || root.dragItem == 'nt_paint3') { if (paintings_nt.hitTest(nt_paint3) && paintings_nt._currentframe != 1 && nt_paint3._currentframe != 1) { paintings_nt.play(); nt_paint3.play(); paintings_3_nt.play(); } } if (root.dragItem == 'victims_nt' || root.dragItem == 'nt_victim3') { if (victims_nt.hitTest(nt_victim3) && victims_nt._currentframe != 1 && nt_victim3._currentframe != 1) { victims_nt.play(); nt_victim3.play(); victims_3_nt.play(); } } if (root.dragItem == 'print3_nt' || root.dragItem == 'print4_nt') { if (print3_nt.hitTest(print4_nt) && print3_nt._currentframe != 1 && print4_nt._currentframe != 1) { print3_nt.play(); print4_nt.play(); printy_dwa_nt.play(); } } if (root.dragItem == 'print2_nt' || root.dragItem == 'printy_dwa_nt') { if (print2_nt.hitTest(printy_dwa_nt) && print2_nt._currentframe != 1 && printy_dwa_nt._currentframe != 1) { print2_nt.play(); printy_dwa_nt.play(); printy_trzy_nt.play(); } } if (root.dragItem == 'printy_trzy_nt' || root.dragItem == 'report_nt_1') { if (printy_trzy_nt.hitTest(report_nt_1) && printy_trzy_nt._currentframe != 1 && report_nt_1._currentframe != 1) { printy_trzy_nt.play(); report_nt_1.play(); printy_cztery_nt.play(); } } if (root.dragItem == 'logo_drawing_nt' || root.dragItem == 'nt_zwolnienie') { if (logo_drawing_nt.hitTest(nt_zwolnienie) && logo_drawing_nt._currentframe != 1 && nt_zwolnienie._currentframe != 1) { logo_drawing_nt.play(); nt_zwolnienie.play(); logo_zwolnienie_nt.play(); } } if (root.dragItem == 'logo_zwolnienie_nt' || root.dragItem == 'lista_nt') { if (logo_zwolnienie_nt.hitTest(lista_nt) && logo_zwolnienie_nt._currentframe != 1 && lista_nt._currentframe != 1) { logo_zwolnienie_nt.play(); lista_nt.play(); burns_expo_nt.play(); } } if (root.dragItem == 'report_nt_2' || root.dragItem == 'victim_blood_nt') { if (report_nt_2.hitTest(victim_blood_nt) && report_nt_2._currentframe != 1 && victim_blood_nt._currentframe != 1) { report_nt_2.play(); victim_blood_nt.play(); bloods_nt1.play(); } } if (root.dragItem == 'report_nt_32' || root.dragItem == 'drharris_blood_nt') { if (report_nt_32.hitTest(drharris_blood_nt) && report_nt_32._currentframe != 1 && drharris_blood_nt._currentframe != 1) { report_nt_32.play(); drharris_blood_nt.play(); bloods_nt2.play(); } } }; } frame 1 { } } movieClip 593 { } movieClip 594 { frame 1 { ktoryItem = 'report3'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } onRollOver = function () { root.rozmowa('victim\'s fingerprints - victim has a sister - Kristen Harris, works at Medical Center.'); }; onRollOut = function () { root.rozmowa(''); }; } } movieClip 595 { frame 1 { stop(); rem(this); myTrigger = 'victim_print'; if (root[myTrigger]._visible && s.wkladamy_na_desk) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'victim\'s fingerprints'; } else { myOpis = 'victim\'s fingerprints'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; if (s.analysisDone1) { nextFrame(); } } frame 16 { rem(this, 't'); delete onRollOver; delete onRollOut; delete onPress; delete onRelease; } } movieClip 598 { } movieClip 599 { frame 1 { ktoryItem = 'report1'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } onRollOver = function () { root.rozmowa('painting fingerprints - inconclusive'); }; onRollOut = function () { root.rozmowa(''); }; } } movieClip 600 { frame 1 { stop(); rem(this); myTrigger = 'print1'; if (root[myTrigger]._visible && s.wkladamy_na_desk) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.paintingMoreInfo) { myOpis = 'fingerprint from the painting\'s frame'; } else { myOpis = 'fingerprint from the painting\'s frame'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(this.getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; if (s.jestesmyPoSklepie) { nextFrame(); } } frame 16 { rem(this, 't'); delete onRollOver; delete onRollOut; delete onPress; delete onRelease; } } movieClip 602 { } movieClip 603 { frame 1 { ktoryItem = 'report2'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } onRollOver = function () { root.rozmowa('Bathtub blood sample - person unknown.'); }; onRollOut = function () { root.rozmowa(''); }; } } movieClip 604 { frame 1 { stop(); rem(this); myTrigger = 'blood1'; if (root[myTrigger]._visible && s.wkladamy_na_desk) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'blood sample from the bathtub'; } else { myOpis = 'blood sample from the bathtub'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; if (s.blood1_count == undefined) { s.blood1_count = s.iloscPrzejsc; trace(s.blood1_count); } else { if (s.iloscPrzejsc - s.blood1_count >= 2) { nextFrame(); } } } frame 16 { rem(this, 't'); delete onRollOver; delete onRollOut; delete onPress; delete onRelease; } } movieClip 605 { frame 1 { ktoryItem = 'mw_sketch'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } onRollOver = function () { root.rozmowa('Murder weapon sketch.'); }; onRollOut = function () { root.rozmowa(''); }; } } movieClip 606 { frame 1 { stop(); if (s.weaponSketchOnDesk) { nextFrame(); } } } movieClip 607 { frame 1 { ktoryItem = 'report4'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } onRollOver = function () { root.rozmowa('Painting analysis – Tecomo oil paint, only sold in one shop in Boston - \'Heragon\''); }; onRollOut = function () { root.rozmowa(''); }; } } movieClip 608 { frame 1 { stop(); if (s.seenSecondVictim) { nextFrame(); } } } movieClip 609 { frame 1 { ktoryItem = 'report5'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } onRollOver = function () { root.rozmowa('Toxicology report - muscle paralyzing toxin - metachurine chloride.'); }; onRollOut = function () { root.rozmowa(''); }; } } movieClip 610 { frame 1 { stop(); if (s.seenSecondVictim) { nextFrame(); } } } movieClip 611 { frame 1 { ktoryItem = 'riz_note'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } onRollOver = function () { root.rozmowa('A message from Rizzoli.'); }; onRollOut = function () { root.rozmowa(''); }; } } movieClip 612 { frame 1 { stop(); if (s.jestesmyPoSklepie) { nextFrame(); } } } movieClip 615 { } movieClip 616 { frame 1 { stop(); rem(this); myTrigger = 'lek'; if (root[myTrigger]._visible && s.wkladamy_na_desk) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); myOpis = 'Toxcidum vial found in mr. Thompson\'s office. I should check this for fingerprints...'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; triggerItem = 'brush.dust'; } frame 16 { rem(this, 45); root.brush._visible = false; delete onRollOver; delete onRollOut; delete onPress; delete onRelease; } frame 20 { sfx('brushSound'); } frame 32 { sfx('brushSound'); } frame 43 { root.brush.dust.prevFrame(); root.brush._visible = true; } frame 45 { stop(); myOpis = 'Toxcidum vial found in mr. Thompson\'s office'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; triggerItem = 'tape'; } frame 47 { rem(this, 't'); } frame 49 { root.itemQuantityCzek('print3'); } frame 51 { stop(); myOpis = 'Toxcidum vial found in mr. Thompson\'s office'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } } movieClip 619 { } movieClip 620 { frame 1 { stop(); rem(this); myTrigger = 'spatula'; if (root[myTrigger]._visible && s.wkladamy_na_desk) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); myOpis = 'spatula - possible murder weapon. I should check for fingerprints...'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; triggerItem = 'brush.dust'; } frame 16 { rem(this, 45); root.brush._visible = false; delete onRollOver; delete onRollOut; delete onPress; delete onRelease; } frame 20 { sfx('brushSound'); } frame 32 { sfx('brushSound'); } frame 43 { root.brush.dust.prevFrame(); root.brush._visible = true; } frame 45 { stop(); myOpis = 'spatula - possible murder weapon'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; triggerItem = 'tape'; } frame 47 { rem(this, 't'); } frame 49 { root.itemQuantityCzek('print4'); } frame 51 { stop(); myOpis = 'spatula - possible murder weapon'; onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } else { s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; } } movieClip 622 { } movieClip 623 { frame 1 { ktoryItem = 'report32'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } onRollOver = function () { root.rozmowa('hospital blood sample - person unknown.'); }; onRollOut = function () { root.rozmowa(''); }; } } movieClip 624 { frame 1 { stop(); rem(this); myTrigger = 'blood2'; if (root[myTrigger]._visible && s.wkladamy_na_desk) { root.used(myTrigger); play(); } } frame 2 { rem(this, 15); } frame 15 { stop(); if (s.logoMoreInfo) { myOpis = 'blood sample from the hospital desk'; } else { myOpis = 'blood sample from the hospital desk'; } onRollOver = function () { if (root.go) { root.rozmowa(myOpis); } }; if (s[_name + 'myX'] != undefined) { _x = s[_name + 'myX']; _y = s[_name + 'myY']; } onRollOut = function () { if (root.go) { root.rozmowa(''); } }; onPress = function () { if (root.go) { root.dragItem = _name; root.rozmowa(''); this.swapDepths(getNextHighestDepth()); startDrag(this, false, 0, 0, 400, 200); } }; onReleaseOutside = function () { if (root.go) { _parent.czekDowody(); stopDrag(); s[_name + 'myX'] = _x; s[_name + 'myY'] = _y; } }; onRelease = onReleaseOutside; if (s.blood2_count == undefined) { s.blood2_count = s.iloscPrzejsc; trace(s.blood2_count); } else { if (s.iloscPrzejsc - s.blood2_count >= 3) { nextFrame(); } } } frame 16 { rem(this, 't'); delete onRollOver; delete onRollOut; delete onPress; delete onRelease; } } movieClip 625 { frame 1 { czekDowody = function () {}; } } instance of movieClip 297 { onClipEvent (load) { ct = 'p'; wn = 1; } } button 626 { on (press) { s.wkladamy_na_tablice = true; warp(4); } on (rollOver) { if (root.go) { rozmowa('Take a look at the board.'); } root.sc('o'); } on (rollOut) { rozmowa(''); root.hc(); } } button 627 { on (press) { s.wkladamy_na_desk = true; warp(5); } on (rollOver) { if (root.go) { rozmowa('Take a look at your desk.'); } root.sc('o'); } on (rollOut) { rozmowa(''); root.hc(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'l'; wn = 2; } } frame 94 { if (s.poAutopsji && s.poAutopsjiRemark != true) { rozmowa('I should check my desk, maybe the lab finished analysis...'); s.analysisDone1 = true; s.poAutopsjiRemark = true; } amb('amb3'); } instance of movieClip 297 { onClipEvent (load) { ct = 'l'; wn = -1; } } button 630 { on (press) { if (s.tablicaFirstContact != true) { rozmowa('I should take a look at the board first.'); } else { if (s.deskFirstContact != true) { rozmowa('I should take a look at my desk first.'); } else { if (s.allDone) { rozmowa('No need to go there anymore.'); } else { sfx('doorOpenSnd'); warp(5); } } } } on (rollOver) { if (root.go) { rozmowa('Go to the autopsy room.'); } root.sc('gl'); } on (rollOut) { rozmowa(''); root.hc(); } } frame 95 { if (s.tellRizzoli) { rozmowa('She\'s not here! I better leave her a note...'); s.tellRizzoli = false; } } movieClip 637 { frame 1 { _alpha = 0; onMouseDown = function () { if (this.hitTest(eval('root.' + _parent.triggerItem))) { root.used(_parent.triggerItem); _parent.play(); } }; } } movieClip 650 { frame 1 { stop(); rem(this); if (s.allDone) { triggerItem = 'pencil'; } } instance of movieClip 469 { onClipEvent (load) { sayWhat = 'Maybe I could use a pencil on this paper...'; } } frame 2 { rem(this, 't'); } frame 8 { root.rozmowa('Rizzoli! Adam Burns is the killer!'); } frame 30 { root.unlockLocation('burns'); s.noGo = false; } frame 31 { stop(); } } movieClip 651 { frame 1 { stop(); if (s.poAutopsji && s.szpitalSeen != true && s.wrocilam != true) { nextFrame(); } if (s.allDone || s.seenSzkola) { nextFrame(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } frame 2 { if (s.allDone) { kartka._visible = true; } else { kartka._visible = false; } } } instance of movieClip 297 { onClipEvent (load) { ct = 'p'; wn = -2; } } frame 96 { if (s.gottaTalkToRizzoli) { czatter4._visible = false; czatter7._visible = true; } else { czatter7._visible = false; czatter4._visible = true; } } movieClip 654 { frame 1 { stop(); myCzater = 'rizotto'; resetMe = function () { delete onPress; delete onRollOver; delete onRollOut; if (s[myCzater + '_done'] != true) { onPress = function () { root.czat(myCzater, 'f'); }; onRollOver = function () { root.sc('t'); }; onRollOut = function () { root.hc(); }; } else { gotoAndStop(2); } }; resetMe(); } } movieClip 655 { frame 1 { rem(this); } frame 2 { rem(this, 't'); } frame 10 { root.unlockLocation('sklep'); } frame 15 { stop(); } } movieClip 656 { frame 1 { stop(); myCzater = 'rizzoli2'; resetMe = function () { delete onPress; delete onRollOver; delete onRollOut; if (s[myCzater + '_done'] != true) { onPress = function () { root.czat(myCzater, 'f'); }; onRollOver = function () { root.sc('t'); }; onRollOut = function () { root.hc(); }; } else { gotoAndStop(2); } }; resetMe(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } button 657 { on (press) { s.wkladamy_na_tablice = false; warp(-4); } on (rollOver) { root.sc('d'); } on (rollOut) { root.hc(); } } frame 98 { s.deskFirstContact = true; } button 658 { on (press) { s.wkladamy_na_desk = false; warp(-5); } on (rollOver) { root.sc('d'); } on (rollOut) { root.hc(); } } frame 99 { amb('amb4'); } movieClip 663 { frame 1 { stop(); if (s.poAutopsji && s.needToTalkToIsles != true || s.islesDoneTalkin) { nextFrame(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 2; } } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } button 666 { on (press) { root.rozmowa('I need to talk to Isles...'); root.hc(); } on (rollOver) { root.sc('g'); } on (rollOut) { root.hc(); } } movieClip 667 { frame 1 { stop(); if (s.needToTalkToIsles) { nextFrame(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'g'; wn = -6; snd = 'doorOpenSnd'; inf = 'Go back to the office.'; } } } movieClip 672 { frame 1 { stop(); if (s.needToTalkToIsles) { nextFrame(); } } } movieClip 673 { frame 1 { stop(); myCzater = 'isles1'; resetMe = function () { delete onPress; delete onRollOver; delete onRollOut; if (s[myCzater + '_done'] != true) { onPress = function () { root.czat(myCzater, 'f'); }; onRollOver = function () { root.sc('t'); }; onRollOut = function () { root.hc(); }; } else { gotoAndStop(2); } }; resetMe(); } } movieClip 674 { frame 1 { stop(); if (s.needToTalkToIsles != true) { _visible = false; } myCzater = 'isles2'; resetMe = function () { delete onPress; delete onRollOver; delete onRollOut; if (s[myCzater + '_done'] != true) { onPress = function () { root.czat(myCzater, 'f'); }; onRollOver = function () { root.sc('t'); }; onRollOut = function () { root.hc(); }; } else { gotoAndStop(2); } }; resetMe(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -2; } } frame 102 { s.szpitalSeen = true; amb('amb5'); } movieClip 676 { frame 1 { stop(); if (s.talkedToRizzoliBeforeHosp) { nextFrame(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'gl'; wn = 2; } } } movieClip 679 { frame 1 { stop(); myCzater = 'rizzoli1'; resetMe = function () { delete onPress; delete onRollOver; delete onRollOut; if (s[myCzater + '_done'] != true) { onPress = function () { root.czat(myCzater, 'f'); }; onRollOver = function () { root.sc('t'); }; onRollOut = function () { root.hc(); }; } else { gotoAndStop(2); } }; resetMe(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } frame 104 { amb('amb5'); } instance of movieClip 297 { onClipEvent (load) { ct = 'l'; wn = 1; } } frame 105 { amb('amb6'); } movieClip 688 { frame 1 { stop(); if (s.seenSecondVictim) { nextFrame(); } } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'l'; wn = 1; } } movieClip 695 { frame 1 { stop(); if (s.seenSecondVictim) { nextFrame(); } } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'g'; wn = 1; snd = 'doorOpenSnd'; } } movieClip 701 { frame 1 { stop(); if (s.secondVictimeSwiped) { nextFrame(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; inf = 'The victim...'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 4; inf = 'Another painting?'; } } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; snd = 'doorOpenSnd'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 2; inf = 'Let\'s look at the desk...'; } } frame 108 { s.seenSecondVictim = true; } instance of movieClip 469 { onClipEvent (load) { sayWhat = 'Jagged wound made with a sharp tool - the same thing as the first victim.'; } } instance of movieClip 469 { onClipEvent (load) { sayWhat = 'No blood on victim\'s cloths.'; } } movieClip 704 { frame 1 { stop(); rem(this); triggerItem = 'wacik'; } frame 2 { rem(this, 't'); } frame 4 { root.itemQuantityCzek('blood4'); } frame 6 { stop(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } movieClip 707 { frame 1 { stop(); rem(this); triggerItem = 'brush.dust'; } frame 2 { rem(this, 't'); root.brush._visible = false; } frame 3 { sfx('brushSound'); } frame 18 { sfx('brushSound'); } frame 29 { root.brush.dust.prevFrame(); root.brush._visible = true; root.go = true; root.rozmowa('Nothing...'); root.go = false; } frame 30 { stop(); } } movieClip 710 { } movieClip 712 { } movieClip 714 { frame 1 { ktoryItem = 'recepta'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } } } movieClip 715 { frame 1 { stop(); rem(this); triggerItem = 'pencil'; } frame 2 { rem(this, 't'); root.pencil._visible = false; sfx('pencilSnd'); } frame 21 { root.pencil._visible = true; } frame 22 { stop(); } } movieClip 717 { frame 1 { ktoryItem = 'pencil'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } } } movieClip 720 { } movieClip 721 { frame 1 { stop(); if (s[_name + '_alpha'] == undefined) { _alpha = 0; } else { _alpha = s[_name + '_alpha']; } if (_alpha >= 100) { myTrigger._visible = true; triggerItem = 'wacik'; } else { myTrigger._visible = false; triggerItem = ''; } showMe = function () { if (_alpha <= 100) { _alpha = _alpha + 5; s[_name + '_alpha'] = _alpha; } if (_alpha >= 100) { if (!myTrigger._visible && _currentframe == 1) { myTrigger._visible = true; root.go = true; root.rozmowa('That will do.'); sfx('notifySnd'); root.go = false; triggerItem = 'wacik'; } } else { myTrigger._visible = false; triggerItem = ''; } }; rem(this); } frame 2 { rem(this, 't'); } frame 4 { root.itemQuantityCzek('blood2'); s.mamKrew = true; } frame 6 { stop(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -2; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } frame 110 { s.seenTheArtNote = true; } instance of movieClip 469 { onClipEvent (load) { sayWhat = 'Both sisters took the same art class - I should check where exactly.'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } frame 111 { s.seenSecondPainting = true; if (s.coinsRant != true) { s.coinsRant = true; rozmowa('Well, there goes the \'coincidence\' approach...'); } } movieClip 726 { frame 1 { stop(); rem(this); triggerItem = 'brush.dust'; } frame 2 { rem(this, 30); root.brush._visible = false; } frame 3 { sfx('brushSound'); } frame 15 { sfx('brushSound'); } frame 29 { root.brush.dust.prevFrame(); root.brush._visible = true; } frame 30 { stop(); triggerItem = 'tape'; } frame 31 { rem(this, 't'); } frame 33 { root.itemQuantityCzek('print2'); } frame 35 { stop(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -4; } } frame 112 { amb('amb5'); } instance of movieClip 297 { onClipEvent (load) { ct = 'p'; wn = 1; snd = 'doorOpenSnd'; } } frame 113 { s.jestesmyPoSklepie = true; amb('amb7'); } movieClip 731 { frame 1 { stop(); myCzater = 'heragon'; resetMe = function () { delete onPress; delete onRollOver; delete onRollOut; if (s[myCzater + '_done'] != true) { onPress = function () { root.czat(myCzater); }; onRollOver = function () { root.sc('t'); }; onRollOut = function () { root.hc(); }; } else { gotoAndStop(2); } }; resetMe(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; snd = 'doorOpenSnd'; } } frame 114 { s.seenSzkola = true; amb('amb5'); } instance of movieClip 297 { onClipEvent (load) { ct = 'p'; wn = 1; snd = 'doorOpenSnd'; } } frame 115 { amb('amb8'); } movieClip 736 { frame 1 { stop(); myCzater = 'art'; resetMe = function () { delete onPress; delete onRollOver; delete onRollOut; if (s[myCzater + '_done'] != true) { onPress = function () { root.czat(myCzater, 'f'); }; onRollOver = function () { root.sc('t'); }; onRollOut = function () { root.hc(); }; } else { gotoAndStop(2); } }; resetMe(); } instance of movieClip 297 { onClipEvent (load) { ct = 'l'; wn = 1; } } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'l'; wn = 3; snd = 'doorOpenSnd'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'p'; wn = 1; } } instance of movieClip 297 { onClipEvent (load) { if (s.gabinetOpen) { ct = 'p'; wn = 4; snd = 'doorOpenSnd'; } else { ct = 'o'; wn = 1; } } } button 743 { on (press) { if (root.go) { root.rozmowa('I don\'t think the receptionist will just give me the key...'); } } on (rollOver) { root.sc('o'); } on (rollOut) { root.rozmowa(''); root.hc(); } } movieClip 746 { } movieClip 747 { frame 1 { stop(); triggerItem = 'szpila'; root.rozmowa('I need to find a way to open this door.'); } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } frame 6 { sfx('wytrychSnd'); } frame 36 { stop(); root.go = true; s.gabinetOpen = true; sfx('doorOpenSnd'); root.warp(3); } } instance of movieClip 297 { onClipEvent (load) { ct = 'g'; wn = -3; snd = 'doorOpenSnd'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } movieClip 754 { frame 1 { ktoryItem = 'szpila'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } frame 121 { itemInHand = ''; } movieClip 760 { } movieClip 761 { frame 1 { ktoryItem = 'lista'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } } } movieClip 762 { frame 1 { stop(); rem(this); triggerItem = 'kluczyk'; } frame 2 { rem(this, 't'); root.itemInHand = ''; sfx('slideSnd'); } frame 25 { stop(); } } movieClip 765 { frame 1 { ktoryItem = 'kluczyk'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } } } movieClip 768 { frame 1 { ktoryItem = 'lek'; onPress = root.itemFinder; ktorySave = _name + '_finder'; if (s[ktorySave] != undefined) { _visible = false; delete onPress; } } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -4; snd = 'doorOpenSnd'; } } frame 122 { amb('amb5'); } instance of movieClip 297 { onClipEvent (load) { ct = 'g'; wn = 1; snd = 'doorOpenSnd'; } } frame 123 { amb('amb9'); } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; snd = 'doorOpenSnd'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'g'; wn = 1; } } frame 124 { s.seenThirdVictim = true; } movieClip 778 { frame 1 { stop(); if (s.thirdSwipe) { nextFrame(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 2; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 3; } } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } button 781 { on (press) { if (root.go) { play(); } } } movieClip 784 { } movieClip 786 { frame 1 { ktoryItem = 'zwolnienie'; } } movieClip 787 { frame 1 { stop(); rem(this); } frame 2 { rem(this, 't'); sfx('teczkaSnd'); } frame 20 { stop(); } } movieClip 792 { frame 1 { ktoryItem = 'spatula'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -2; } } instance of movieClip 469 { onClipEvent (load) { sayWhat = 'The same wounds as before...'; } } instance of movieClip 469 { onClipEvent (load) { sayWhat = 'A pool of blood - most likely the victims'; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -3; } } movieClip 802 { frame 1 { stop(); rem(this); triggerItem = 'brush.dust'; } frame 2 { rem(this, 60); root.brush._visible = false; } frame 8 { sfx('brushSound'); } frame 19 { sfx('brushSound'); } frame 31 { sfx('brushSound'); } frame 40 { sfx('brushSound'); } frame 50 { sfx('brushSound'); } frame 59 { root.brush.dust.prevFrame(); root.brush._visible = true; } frame 60 { stop(); triggerItem = 'tape'; } frame 61 { rem(this, 't'); } frame 64 { root.itemQuantityCzek('victim_print'); s.mamVictimPrinta = true; root.sprawdzMiHeadEntry(); } frame 67 { stop(); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -44; } } frame 129 { s.cFrame = _currentframe; amb(''); } movieClip 805 { } movieClip 806 { frame 1 { stop(); } frame 6 { stopAllSounds(); sfx('doorOpenSnd'); } frame 30 { stop(); root.przejscie('outro'); } } frame 136 { removeAllItems(); sfx('notifySnd'); } button 812 { on (press) { s.tellRizzoli = true; s.allDone = true; s.noGo = true; go = true; checkInventoryStatus(); przejscie('biuro'); } } frame 143 { removeAllItems(); } movieClip 816 { } movieClip 817 { frame 2 { amb('horrorAmb'); } frame 106 { sfx('horrorSnd'); } frame 151 { stop(); _parent.przeciemnienie.play(); } } movieClip 821 { frame 1 { stop(); } frame 7 { _parent.nextFrame(); } } movieClip 824 { } movieClip 826 { } button 827 { on (press) { sfx('btnSnd'); play(); } } movieClip 829 { } movieClip 830 { frame 1 { stop(); } frame 141 { _parent.przeciemnienie.play(); } } movieClip 832 { } movieClip 835 { } movieClip 837 { } movieClip 839 { } button 840 { on (press) { sfx('btnSnd'); _parent.przeciemnienie.play(); } } movieClip 841 { frame 1 { stop(); } frame 41 { stop(); } frame 85 { stop(); } } movieClip 844 { } movieClip 845 { frame 13 { stopAllSounds(); } frame 15 { sfx('gunSnd'); } frame 25 { sfx('gunSnd'); } frame 129 { stop(); _parent.przeciemnienie.play(); } } movieClip 849 { frame 90 { stop(); _parent.przeciemnienie.play(); } } movieClip 852 { } movieClip 854 { } movieClip 855 { frame 1 { stop(); } frame 3 { sfx('notifySnd'); } frame 31 { stop(); } } movieClip 856 { frame 1 { stop(); } frame 6 { amb('amb1'); } frame 7 { stop(); root.przejscie('menu'); } } button 857 { on (press) { sfx('btnSnd'); gotoAndStop(_currentframe + 4); } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'o'; wn = 3; } } button 860 { on (press) { go = true; sfx('btnSnd'); checkInventoryStatus(); root.przejscie(s.backFromTut2); } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -1; } } instance of movieClip 297 { onClipEvent (load) { ct = 'd'; wn = -3; } } button 863 { on (press) { sfx('btnSnd'); gotoAndStop(_currentframe + 1); } } button 864 { on (press) { sfx('btnSnd'); gotoAndStop(_currentframe - 4); } } button 865 { on (press) { sfx('btnSnd'); gotoAndStop(_currentframe - 1); } }




http://swfchan.com/27/130555/info.shtml
Created: 22/2 -2019 03:49:44 Last modified: 22/2 -2019 03:49:44 Server time: 08/05 -2024 18:07:49