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

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

escape-the-room.swf

This is the info page for
Flash #124313

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


Text
G

N

I

D

A

O

L

L

O

A

D

I

N

G

ESCAPE THE
ROOM

Created by Andrew Gibson

Play

Play

<p align="center"><font face="_sans" size="14" color="#ff0000" letterSpacing="0.000000" kerning="1"><b>SKIP</b></font></p>

<p align="center"><font face="_sans" size="14" color="#ff0000" letterSpacing="0.000000" kerning="1"><b>SKIP</b></font></p>

Where... am I?

<p align="center"><font face="_sans" size="14" color="#000000" letterSpacing="0.000000" kerning="1"><b>EXIT</b></font></p>

<p align="center"></p>

<p align="center"><font face="_sans" size="14" color="#ff0000" letterSpacing="0.000000" kerning="1"><b>ITEMS</b></font></p>

Science: An introduction.

Flash 8: Coding with A.S

The Merchant Of Venice

Cats: What the hell are they?

The merchant of venice

Science: An intro.

Flash 8 actionscirpt.

Science: An intro.

ROFLES NO BOOK HEIR.

if you can see this text....

you have zoomed in MF"

BACK

COSMOS TECHNOLOGY

YOU ESCAPED...

YOU ESCAPED...

Created and programmed by Andrew Gibson 17.8.07

ActionScript [AS1/AS2]

Frame 1
cursor_mc.startDrag("true"); Mouse.hide(); this.onEnterFrame = function () { Mouse.hide(); }; Button.prototype.useHandCursor = false; MovieClip.prototype.useHandCursor = false; function doSomething() { } MENU = new ContextMenu(); MENU.hideBuiltInItems(); Functioned = new ContextMenuItem("(C) Andrew Gibson 2007", doSomething); MENU.customItems.push(Functioned); MENU.customItems.push(Functioned2); _root.menu = MENU;
Frame 16
stop();
Frame 100
stop(); intorly == 0; intmasterkey == 0; intmasterbox == 0; intsmallkey == 0; intredbox == 0; intfoil == 0; intbluntknife == 0; intsharpknife == 0; intscrewdriver == 0; intcell == 0; intwirewtape == 0; inttape == 0; intlock1 == 0; intlock2 == 0; intmachine == 0; intscrews == 0; intcell2 == 0; inttweezers == 0; intbook2 == 0; doorOpen = new Sound(); doorOpen.attachSound("sounds"); doorOpen2 = new Sound(); doorOpen2.attachSound("door2"); snag = new Sound(); snag.attachSound("snagged"); Invsmallkey._visible = false; Invmasterkey._visible = false; Invredbox._visible = false; Invfoil._visible = false; Invbluntknife._visible = false; Invsharpknife._visible = false; Invscrewdriver._visible = false; Invcell._visible = false; Invtape._visible = false; Invtweezers._visible = false; if (intcell == 1) { cell._visible = false; Invcell._visible = true; } if (intcell == 2) { Invcell._visible = false; } if (intscrewdriver == 4) { Invscrewdriver._visible = true; } if (intfoil == 1) { foil._visible = false; Invfoil._visible = true; } if (inttape == 1) { Invtape._visible = false; } Invcell.onPress = function () { selectedItem = "cell"; infoText.text = "A battery cell{selected} "; }; Invscrewdriver.onPress = function () { if (intscrewdriver == 4) { infoText.text = "I've already used that item..."; } else { selectedItem = "screwdriver"; infoText.text = "A screwdriver{selected} "; } }; Invtape.onPress = function () { selectedItem = "tape"; infoText.text = "Some duck tape{selected}"; }; if (intscrewdriver == 2) { screwdriver._visible = false; Invscrewdriver._visible = true; } if (intredbox == 1) { Invredbox._visible = true; } if (inttape == 1) { Invtape._visible = true; } if (inttape2 == 1) { tapetable._visible = false; } if (intfoil == 2) { Invfoil._visible = false; } Invredbox.onPress = function () { infoText.text = "A locked red box"; if ((intsmallkey == 1) && (selectedItem == "key1")) { snag.start(); infoText.text = "I unlocked the box and obtained a blunt knife"; Invredbox._visible = false; _global.intbluntknife = 1; _global.intredbox = 2; _global.intsmallkey = 2; Invbluntknife._visible = true; } }; Invfoil.onPress = function () { infoText.text = "Some aluminium foil"; if ((intfoil == 1) && (selectedItem == "bluntknife")) { snag.start(); infoText.text = "I used the foil to sharpen the knife"; Invfoil._visible = false; Invbluntknife._visible = false; _global.intbluntknife = 2; _global.intsharpknife = 1; _global.intfoil = 2; Invsharpknife._visible = true; } }; if (intsharpknife == 1) { Invsharpknife._visible = true; } if (intsharpknife == 2) { Invsharpknife._visible = true; } if (inttweezers == 1) { Invtweezers._visible = true; } if (inttweezers == 2) { Invtweezers._visible = true; } if (intbluntknife == 1) { Invbluntknife._visible = true; } if (intbluntknife == 2) { Invbluntknife._visible = false; } Invbluntknife.onPress = function () { if ((intbluntknife == 2) && (intfoil == 2)) { infoText.text = "I've already used that item..."; } else { selectedItem = "bluntknife"; infoText.text = "A blunt knife{selected} "; } }; Invsmallkey.onPress = function () { if ((intsmallkey == 2) && (intredbox == 2)) { infoText.text = "I've already used that item..."; } else { selectedItem = "key1"; infoText.text = "A small key{selected} "; } }; Invsharpknife.onPress = function () { if (intsharpknife == 2) { infoText.text = "I've already used that item..."; } else { selectedItem = "sharpknife"; infoText.text = "A sharpened knife{selected} "; } }; if (intsmallkey == 1) { Invsmallkey._visible = true; } if (intsmallkey == 2) { Invsmallkey._visible = true; } if (intmasterkey == 1) { masterkey._visible = false; Invmasterkey._visible = true; } Invtweezers.onPress = function () { if ((inttweezers == 2) && (intredeye == 1)) { infoText.text = "I've already used that item..."; } else { selectedItem = "tweezers"; infoText.text = "A pair of tweezers{selected} "; } }; Invmasterkey.onPress = function () { selectedItem = "masterkey"; infoText.text = "A master key{selected} "; }; door.onPress = function () { if ((intmasterkey == 1) && (selectedItem == "masterkey")) { doorOpen2.start(); gotoAndPlay (111); } else { infoText.text = "The door is tightly locked"; doorOpen.start(); } }; light.onPress = function () { infoText.text = "That's the light switch, no use now though"; }; exit.onPress = function () { infoText.text = "An exit sign. This is not my room"; };
Frame 101
screws.onPress = function () { if ((intscrewdriver == 2) && (selectedItem == "screwdriver")) { infoText.text = "I unscrewed the panel and got the red box"; screws._visible = false; Invredbox._visible = true; redbox._visible = false; snag.start(); _global.intredbox = 1; _global.intscrews = 1; _global.intscrewdriver = 4; } else { infoText.text = "It's a metal panel with screws in it"; } }; drawer1.onPress = function () { infoText.text = "The drawer is locked"; }; drawer3.onPress = function () { infoText.text = "The drawer is locked"; }; bar.onPress = function () { infoText.text = "The window has been bolted down, no escape..."; }; books.onPress = function () { infoText.text = "Various books..."; }; books2.onPress = function () { infoText.text = "Various books..."; }; bookclick.onPress = function () { if ((intsharpknife == 1) && (selectedItem == "sharpknife")) { _global.intsharpknife = 2; _global.inttweezers = 1; _global.intbook2 = 1; snag.start(); infoText.text = "I used the sharp knife to cut the spine of the book, out comes a pair of tweezers"; Invtweezers._visible = true; } else if (inttweezers == 1) { infoText.text = "The spine of this book is cut open"; } else { infoText.text = "The spine of this book is bulging"; } }; drawer2.onPress = function () { gotoAndStop (102); }; if (intredbox == 1) { Invredbox._visible = true; redbox._visible = false; } if (intredbox == 2) { redbox._visible = false; } if (intscrews == 1) { screws._visible = false; } if (intscrewdriver == 4) { Invscrewdriver._visible = true; }
Frame 102
infoText.text = "I look inside the drawer"; cell.onPress = function () { snag.start(); _global.intcell = 1; infoText.text = "I picked up a button cell"; cell._visible = false; Invcell._visible = true; }; if (intcell == 1) { cell._visible = false; Invcell._visible = true; } if (intcell2 == 2) { cell._visible = false; }
Frame 103
right.useHandCursor = false; newmachine._visible = false; screwdriver._visible = false; wirewtape._visible = false; wire.onPress = function () { if ((inttape == 1) && (selectedItem == "tape")) { wire._visible = false; wirewtape._visible = true; Invtape._visible = false; _global.intlock1 = 1; _global.intwiretape = 1; _global.inttape = 2; infoText.text = "I carefully taped the two wires together, I also heard a click noise"; } else { infoText.text = "A long wire running down the wall with a cut in it"; } }; right.onPress = function () { gotoAndStop (104); }; if (intcell == 2) { Invcell._visible = false; } if (inttape == 2) { Invtape._visible = false; } if (intwiretape == 1) { wire._visible = false; wirewtape._visible = true; } if (intmachine == 1) { oldmachine._visible = false; newmachine._visible = true; } newmachine.onPress = function () { infoText.text = "The machine dispenses a screwdriver"; _global.intmachine = 2; screwdriver._visible = true; newmachine._visible = false; oldmachine._visible = true; _global.intscrewdriver = 1; }; if (intscrewdriver == 2) { screwdriver._visible = false; } if (intscrewdriver == 1) { screwdriver._visible = true; } screwdriver.onPress = function () { _global.intscrewdriver = 2; snag.start(); infoText.text = "I picked up the screwdriver"; screwdriver._visible = false; Invscrewdriver._visible = true; };
Frame 104
infoText.text = "I look to the side of the machine"; batteryplace._visible = false; buttongo.onPress = function () { if ((intcell == 1) && (selectedItem == "cell")) { infoText.text = "I placed the battery inside of the machine"; Invcell._visible = false; batteryplace._visible = true; buttongo._visible = false; _global.intbatteryplace = 1; _global.intcell = 2; _global.intcell2 = 2; _global.intmachine = 1; } else { infoText.text = "What's this for?"; } }; if (intbatteryplace == 1) { buttongo._visible = false; batteryplace._visible = true; } if (intcell == 2) { Invcell._visible = false; } if (intscrewdriver == 3) { Invscrewdriver._visible = false; }
Frame 105
secret.useHandCursor = false; table.onPress = function () { infoText.text = "It's a table"; }; vase.onPress = function () { infoText.text = "Wow, a vase..."; }; frame.onPress = function () { infoText.text = "It's a frame with an odd looking figure in it"; }; redeye.onPress = function () { gotoAndStop (106); }; if (intredeye == 1) { redeye._visible = false; } secret.onPress = function () { gotoAndStop (107); };
Frame 106
infoText.text = "I look closer at the painting"; redeye.onPress = function () { if ((inttweezers == 1) && (selectedItem == "tweezers")) { infoText.text = "I extracted the red object and heard a click noise "; snag.start(); redeye._visible = false; _global.inttweezers = 2; _global.intdoor = 1; _global.intredeye = 1; _global.intlock2 = 1; } else { infoText.text = "Strange, I wonder why it's there..."; } }; if (intredeye == 1) { redeye._visible = false; }
Frame 107
infoText.text = "I look under the table"; tapetable.onPress = function () { snag.start(); _global.inttape = 1; infoText.text = "I carefully slid the duck tape from under the sellotape"; tapetable._visible = false; Invtape._visible = true; }; if (inttape == 1) { tapetable._visible = false; } if (inttape == 2) { tapetable._visible = false; }
Frame 108
key2.useHandCursor = false; key2.onPress = function () { snag.start(); _global.intsmallkey = 1; infoText.text = "I found a key lying on the pillow"; key2._visible = false; Invsmallkey._visible = true; }; if (intsmallkey == 1) { key2._visible = false; Invsmallkey._visible = true; } if (intsmallkey == 2) { key2._visible = false; } bar.onPress = function () { infoText.text = "Another barred window..."; }; tvremote.onPress = function () { infoText.text = "A TV remote with a strange design..."; };
Frame 109
ORLY._visible = false; tvside.onPress = function () { infoText.text = "The speakers are around the outside of the television"; }; tv.onPress = function () { infoText.text = "It's a TV"; }; tele.onPress = function () { infoText.text = "An old fashioned telephone. I don't know what it's doing here though..."; }; tvon.onPress = function () { ORLY._visible = true; infoText.text = "I turned the TV on"; intorly = 1; }; tvoff.onPress = function () { ORLY._visible = false; infoText.text = "I turned the TV off"; intorly = 2; }; drawer1.onPress = function () { infoText.text = "It wont move, it's locked"; }; drawer2.onPress = function () { infoText.text = "Damn, also locked..."; }; drawer3.onPress = function () { infoText.text = "Locked again..."; }; if (intorly == 1) { ORLY._visible = true; } if (intorly == 2) { ORLY._visible = false; }
Frame 110
newmasterdoor._visible = false; masterkey._visible = false; foil.onPress = function () { snag.start(); _global.intfoil = 1; infoText.text = "I found a sheet of aluminium foil on the ground "; foil._visible = false; Invfoil._visible = true; }; if (intfoil == 1) { foil._visible = false; Invfoil._visible = true; } if (intfoil == 2) { foil._visible = false; } if (intmasterbox == 1) { masterkey._visible = true; newmasterdoor._visible = true; oldmasterdoor._visible = false; } oldmasterdoor.onPress = function () { if ((intlock1 == 1) && (intlock2 == 1)) { infoText.text = "The door opens..."; oldmasterdoor._visible = false; newmasterdoor._visible = true; masterkey._visible = true; _global.intmasterbox = 1; } else { infoText.text = "The note on the box reads: 'electromagnetically locked'"; } }; masterkey.onPress = function () { snag.start(); _global.intmasterkey = 1; infoText.text = "I picked up the master key"; masterkey._visible = false; Invmasterkey._visible = true; }; if (intmasterkey == 1) { masterkey._visible = false; Invmasterkey._visible = true; }
Frame 166
stop();
Symbol 25 MovieClip Frame 1
_root.stop(); PercentLoaded = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (PercentLoaded != 100) { setProperty(loading_bar, _xscale , PercentLoaded); } else { _root.play(); }
Symbol 25 MovieClip Frame 2
gotoAndPlay (1);
Symbol 35 Button
on (release) { gotoAndPlay (17); }
Symbol 36 Button
on (release) { gotoAndPlay (17); }
Symbol 42 Button
on (release) { gotoAndStop (100); }
Symbol 43 Button
on (release) { gotoAndPlay (17); }
Symbol 55 Button
on (press) { gotoAndStop (101); }
Symbol 56 Button
on (release) { gotoAndStop (110); }
Symbol 115 Button
on (release) { gotoAndStop (103); }
Symbol 116 Button
on (press) { gotoAndStop (100); }
Symbol 124 Button
on (release) { gotoAndStop (101); }
Symbol 136 Button
on (release) { gotoAndStop (105); }
Symbol 144 Button
on (release) { gotoAndStop (103); }
Symbol 154 Button
on (release) { gotoAndStop (108); }
Symbol 155 Button
on (press) { gotoAndStop (103); }
Symbol 156 Button
on (release) { gotoAndStop (105); }
Symbol 167 Button
on (release) { gotoAndStop (109); }
Symbol 168 Button
on (press) { gotoAndStop (105); }
Symbol 184 Button
on (press) { gotoAndStop (108); }
Symbol 194 Button
on (release) { gotoAndStop (100); }
Symbol 195 Button
on (press) { gotoAndStop (109); }
Symbol 200 MovieClip Frame 43
stop();

Library Items

Symbol 1 Sound [snagged]
Symbol 2 Sound [door2]
Symbol 3 Sound [sounds]
Symbol 4 GraphicUsed by:Timeline
Symbol 5 GraphicUsed by:6
Symbol 6 MovieClipUses:5Used by:25
Symbol 7 GraphicUsed by:25
Symbol 8 GraphicUsed by:25
Symbol 9 FontUsed by:10 11 12 13 14 15 16 17 18 19 20 21 22 23
Symbol 10 TextUses:9Used by:24
Symbol 11 TextUses:9Used by:24
Symbol 12 TextUses:9Used by:24
Symbol 13 TextUses:9Used by:24
Symbol 14 TextUses:9Used by:24
Symbol 15 TextUses:9Used by:24
Symbol 16 TextUses:9Used by:24
Symbol 17 TextUses:9Used by:24
Symbol 18 TextUses:9Used by:24
Symbol 19 TextUses:9Used by:24
Symbol 20 TextUses:9Used by:24
Symbol 21 TextUses:9Used by:24
Symbol 22 TextUses:9Used by:24
Symbol 23 TextUses:9Used by:24
Symbol 24 MovieClipUses:10 11 12 13 14 15 16 17 18 19 20 21 22 23Used by:25
Symbol 25 MovieClipUses:6 7 8 24Used by:Timeline
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:26Used by:Timeline
Symbol 28 FontUsed by:29 30 31 32 44
Symbol 29 TextUses:28Used by:Timeline
Symbol 30 TextUses:28Used by:Timeline
Symbol 31 TextUses:28Used by:34 35 36 43
Symbol 32 TextUses:28Used by:34 35 36 43
Symbol 33 GraphicUsed by:34 35 36 43
Symbol 34 ButtonUses:31 32 33Used by:Timeline
Symbol 35 ButtonUses:31 32 33Used by:Timeline
Symbol 36 ButtonUses:31 32 33Used by:Timeline
Symbol 37 SoundUsed by:Timeline
Symbol 38 FontUsed by:39 40 52 57 59 94 96 98 101 123 170
Symbol 39 EditableTextUses:38Used by:42
Symbol 40 EditableTextUses:38Used by:42
Symbol 41 GraphicUsed by:42
Symbol 42 ButtonUses:39 40 41Used by:Timeline
Symbol 43 ButtonUses:31 32 33Used by:Timeline
Symbol 44 TextUses:28Used by:Timeline
Symbol 45 SoundUsed by:Timeline
Symbol 46 GraphicUsed by:Timeline
Symbol 47 GraphicUsed by:48
Symbol 48 MovieClipUses:47Used by:Timeline
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:Timeline
Symbol 51 GraphicUsed by:53
Symbol 52 EditableTextUses:38Used by:53
Symbol 53 MovieClipUses:51 52Used by:Timeline
Symbol 54 GraphicUsed by:55 56 115 116 136 154 155 167 168 184 194 195
Symbol 55 ButtonUses:54Used by:Timeline
Symbol 56 ButtonUses:54Used by:Timeline
Symbol 57 EditableTextUses:38Used by:Timeline
Symbol 58 GraphicUsed by:Timeline
Symbol 59 EditableTextUses:38Used by:Timeline
Symbol 60 GraphicUsed by:Timeline
Symbol 61 GraphicUsed by:62
Symbol 62 MovieClipUses:61Used by:Timeline
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:63Used by:Timeline
Symbol 65 GraphicUsed by:66
Symbol 66 MovieClipUses:65Used by:Timeline
Symbol 67 GraphicUsed by:68
Symbol 68 MovieClipUses:67Used by:Timeline
Symbol 69 GraphicUsed by:70
Symbol 70 MovieClipUses:69Used by:Timeline
Symbol 71 GraphicUsed by:72
Symbol 72 MovieClipUses:71Used by:Timeline
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:73Used by:Timeline
Symbol 75 GraphicUsed by:76
Symbol 76 MovieClipUses:75Used by:Timeline
Symbol 77 GraphicUsed by:78
Symbol 78 MovieClipUses:77Used by:Timeline
Symbol 79 GraphicUsed by:80
Symbol 80 MovieClipUses:79Used by:Timeline
Symbol 81 GraphicUsed by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:82Used by:Timeline
Symbol 84 GraphicUsed by:85
Symbol 85 MovieClipUses:84Used by:Timeline
Symbol 86 GraphicUsed by:Timeline
Symbol 87 GraphicUsed by:91
Symbol 88 GraphicUsed by:91
Symbol 89 GraphicUsed by:91
Symbol 90 GraphicUsed by:91
Symbol 91 MovieClipUses:87 88 89 90Used by:Timeline
Symbol 92 GraphicUsed by:Timeline
Symbol 93 GraphicUsed by:99
Symbol 94 EditableTextUses:38Used by:99
Symbol 95 GraphicUsed by:99
Symbol 96 EditableTextUses:38Used by:99
Symbol 97 GraphicUsed by:99
Symbol 98 EditableTextUses:38Used by:99
Symbol 99 MovieClipUses:93 94 95 96 97 98Used by:Timeline
Symbol 100 GraphicUsed by:102
Symbol 101 EditableTextUses:38Used by:102
Symbol 102 MovieClipUses:100 101Used by:Timeline
Symbol 103 FontUsed by:104 105 106 108 110 112 113
Symbol 104 TextUses:103Used by:Timeline
Symbol 105 TextUses:103Used by:Timeline
Symbol 106 TextUses:103Used by:Timeline
Symbol 107 GraphicUsed by:114
Symbol 108 TextUses:103Used by:114
Symbol 109 GraphicUsed by:114
Symbol 110 TextUses:103Used by:114
Symbol 111 GraphicUsed by:114
Symbol 112 TextUses:103Used by:114
Symbol 113 TextUses:103Used by:114
Symbol 114 MovieClipUses:107 108 109 110 111 112 113Used by:Timeline
Symbol 115 ButtonUses:54Used by:Timeline
Symbol 116 ButtonUses:54Used by:Timeline
Symbol 117 GraphicUsed by:118 119
Symbol 118 MovieClipUses:117Used by:Timeline
Symbol 119 MovieClipUses:117Used by:Timeline
Symbol 120 GraphicUsed by:Timeline
Symbol 121 GraphicUsed by:122
Symbol 122 ButtonUses:121Used by:Timeline
Symbol 123 EditableTextUses:38Used by:124 144 156
Symbol 124 ButtonUses:123Used by:Timeline
Symbol 125 GraphicUsed by:126
Symbol 126 MovieClipUses:125Used by:Timeline
Symbol 127 GraphicUsed by:128
Symbol 128 MovieClipUses:127Used by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 GraphicUsed by:131 149
Symbol 131 MovieClipUses:130Used by:Timeline
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:132Used by:Timeline
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:134Used by:Timeline
Symbol 136 ButtonUses:54Used by:Timeline
Symbol 137 GraphicUsed by:138
Symbol 138 MovieClipUses:137Used by:Timeline
Symbol 139 GraphicUsed by:Timeline
Symbol 140 GraphicUsed by:141
Symbol 141 MovieClipUses:140Used by:Timeline
Symbol 142 GraphicUsed by:143
Symbol 143 MovieClipUses:142Used by:Timeline
Symbol 144 ButtonUses:123Used by:Timeline
Symbol 145 GraphicUsed by:146
Symbol 146 MovieClipUses:145Used by:Timeline
Symbol 147 GraphicUsed by:148
Symbol 148 MovieClipUses:147Used by:Timeline
Symbol 149 MovieClipUses:130Used by:Timeline
Symbol 150 GraphicUsed by:151
Symbol 151 MovieClipUses:150Used by:Timeline
Symbol 152 GraphicUsed by:153
Symbol 153 MovieClipUses:152Used by:Timeline
Symbol 154 ButtonUses:54Used by:Timeline
Symbol 155 ButtonUses:54Used by:Timeline
Symbol 156 ButtonUses:123Used by:Timeline
Symbol 157 GraphicUsed by:Timeline
Symbol 158 GraphicUsed by:159
Symbol 159 MovieClipUses:158Used by:Timeline
Symbol 160 GraphicUsed by:Timeline
Symbol 161 GraphicUsed by:162
Symbol 162 MovieClipUses:161Used by:Timeline
Symbol 163 GraphicUsed by:164
Symbol 164 MovieClipUses:163Used by:Timeline
Symbol 165 GraphicUsed by:166
Symbol 166 MovieClipUses:165Used by:Timeline
Symbol 167 ButtonUses:54Used by:Timeline
Symbol 168 ButtonUses:54Used by:Timeline
Symbol 169 GraphicUsed by:Timeline
Symbol 170 EditableTextUses:38Used by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 GraphicUsed by:174
Symbol 174 MovieClipUses:173Used by:Timeline
Symbol 175 GraphicUsed by:176 180
Symbol 176 MovieClipUses:175Used by:Timeline
Symbol 177 BitmapUsed by:178
Symbol 178 GraphicUses:177Used by:179
Symbol 179 MovieClipUses:178Used by:Timeline
Symbol 180 MovieClipUses:175Used by:Timeline
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:183
Symbol 183 MovieClipUses:182Used by:Timeline
Symbol 184 ButtonUses:54Used by:Timeline
Symbol 185 GraphicUsed by:Timeline
Symbol 186 GraphicUsed by:187
Symbol 187 MovieClipUses:186Used by:Timeline
Symbol 188 GraphicUsed by:189
Symbol 189 MovieClipUses:188Used by:191  Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:189 190Used by:Timeline
Symbol 192 GraphicUsed by:193
Symbol 193 MovieClipUses:192Used by:Timeline
Symbol 194 ButtonUses:54Used by:Timeline
Symbol 195 ButtonUses:54Used by:Timeline
Symbol 196 GraphicUsed by:Timeline
Symbol 197 FontUsed by:198 199 202
Symbol 198 TextUses:197Used by:200
Symbol 199 TextUses:197Used by:200
Symbol 200 MovieClipUses:198 199Used by:Timeline
Symbol 201 SoundUsed by:Timeline
Symbol 202 TextUses:197Used by:Timeline

Instance Names

"cursor_mc"Frame 1Symbol 27 MovieClip
"door"Frame 100Symbol 48 MovieClip
"light"Frame 100Symbol 50 MovieClip
"exit"Frame 100Symbol 53 MovieClip
"infoText"Frame 100Symbol 57 EditableText
"Invmasterkey"Frame 100Symbol 62 MovieClip
"Invsmallkey"Frame 100Symbol 64 MovieClip
"Invredbox"Frame 100Symbol 66 MovieClip
"Invfoil"Frame 100Symbol 68 MovieClip
"Invbluntknife"Frame 100Symbol 70 MovieClip
"Invsharpknife"Frame 100Symbol 72 MovieClip
"Invscrewdriver"Frame 100Symbol 74 MovieClip
"Invcell"Frame 100Symbol 76 MovieClip
"Invtape"Frame 100Symbol 78 MovieClip
"Invtweezers"Frame 100Symbol 80 MovieClip
"redbox"Frame 101Symbol 83 MovieClip
"screws"Frame 101Symbol 85 MovieClip
"bar"Frame 101Symbol 91 MovieClip
"books"Frame 101Symbol 99 MovieClip
"bookclick"Frame 101Symbol 102 MovieClip
"books2"Frame 101Symbol 114 MovieClip
"drawer1"Frame 101Symbol 118 MovieClip
"drawer2"Frame 101Symbol 119 MovieClip
"drawer3"Frame 101Symbol 118 MovieClip
"cell"Frame 102Symbol 122 Button
"wire"Frame 103Symbol 126 MovieClip
"wirewtape"Frame 103Symbol 128 MovieClip
"right"Frame 103Symbol 131 MovieClip
"oldmachine"Frame 103Symbol 133 MovieClip
"newmachine"Frame 103Symbol 135 MovieClip
"screwdriver"Frame 103Symbol 138 MovieClip
"buttongo"Frame 104Symbol 141 MovieClip
"batteryplace"Frame 104Symbol 143 MovieClip
"frame"Frame 105Symbol 146 MovieClip
"table"Frame 105Symbol 148 MovieClip
"secret"Frame 105Symbol 149 MovieClip
"vase"Frame 105Symbol 151 MovieClip
"redeye"Frame 105Symbol 153 MovieClip
"tapetable"Frame 107Symbol 159 MovieClip
"key2"Frame 108Symbol 164 MovieClip
"bar"Frame 108Symbol 91 MovieClip
"tvremote"Frame 108Symbol 166 MovieClip
"tvside"Frame 109Symbol 172 MovieClip
"tv"Frame 109Symbol 174 MovieClip
"drawer3"Frame 109Symbol 118 MovieClip
"drawer2"Frame 109Symbol 118 MovieClip
"drawer1"Frame 109Symbol 118 MovieClip
"tvon"Frame 109Symbol 176 MovieClip
"ORLY"Frame 109Symbol 179 MovieClip
"tvoff"Frame 109Symbol 180 MovieClip
"tele"Frame 109Symbol 183 MovieClip
"masterkey"Frame 110Symbol 187 MovieClip
"newmasterdoor"Frame 110Symbol 191 MovieClip
"oldmasterdoor"Frame 110Symbol 189 MovieClip
"foil"Frame 110Symbol 193 MovieClip
"loading_bar"Symbol 25 MovieClip Frame 1Symbol 6 MovieClip
"oldmasterdoor"Symbol 191 MovieClip Frame 1Symbol 189 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "snagged"
ExportAssets (56)Timeline Frame 1Symbol 2 as "door2"
ExportAssets (56)Timeline Frame 1Symbol 3 as "sounds"




http://swfchan.com/25/124313/info.shtml
Created: 1/3 -2019 20:46:12 Last modified: 1/3 -2019 20:46:12 Server time: 03/05 -2024 20:37:12