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

swfchan turned sixteen years old yesterday! (5may2024)

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

insight.swf

This is the info page for
Flash #241587

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


Text
---
verse 1

verse 2

PLAY

CLEAR

STOP

verse 3.1

verse 3.2

verse 3.3

WELCOME TO THE ROOTS MANUVA VENTRILOSHIZNIT MACHINE.

DRAG AND DROP THE WORDS YOU WANT TO THE BOTTOM, THEN WATCH MR MANUVA'S MINI-ME DUMMY SPEAK YOUR POETRY. AFTER, SEND YOUR MASTERPIECE TO A FRIEND AND SPREAD THE LOVE!

WELCOME TO THE ROOTS MANUVA
VENTRILOSHIZNIT MACHINE.
DRAG AND DROP THE WORDS YOU WANT TO THE
BOTTOM, THEN WATCH MR MANUVA'S MINI-ME
DUMMY SPEAK YOUR POETRY. AFTER, SEND
YOUR MASTERPIECE TO A FRIEND AND SPREAD
THE LOVE!

START

START

LISTEN TO SINGLE

WATCH VIDEO

DOWNLOAD RINGTONE

NAME

SEND

EMAIL

ActionScript [AS1/AS2]

Frame 1
function buildLyrics(myName, myArrayPos) { var genLyric = ((myName + "_") + (_root.pickNum++)); _root.mc_array.push(genLyric); nextDepth = _root.getNextHighestDepth(); _root.createEmptyMovieClip(genLyric, nextDepth); _root[genLyric].createTextField("lyric_txt", 1, 0, 0, 200, 20); with (_root[genLyric].lyric_txt) { type = "dynamic"; embedFonts = true; type = "dynamic"; multiline = false; selectable = false; wordWrap = false; autoSize = "left"; text = myName; textColor = 16777215 /* 0xFFFFFF */; background = true; backgroundColor = 0; } _root[genLyric].lyric_txt.setTextFormat(_root.mixFormat); _root[genLyric]._y = 450; _root[genLyric]._x = pickX; _root.pickX = _root.pickX + (_root[genLyric].lyric_txt.textWidth + 20); if (_root.pickX > 580) { _root.addLyrics = false; } } function deleteAllLyrics() { _root.c = 0; r = 0; while (r < _root.lyrics_array.length) { var _local2 = "mc_" + r; _root[_local2].removeMovieClip(); r++; } } function newVerse() { _root.introText_mc._y = 1000; _root.start_btn._y = 1000; r = 0; while (r < lyrics_array.length) { if (lyrics_array[r] != "") { var lowerIt = lyrics_array[r]; lowerIt = lowerIt.toLowerCase(); if (lowerIt == "they're") { lowerIt = "theyre"; } if (lowerIt == "you'll") { lowerIt = "youll"; } if (lowerIt == "ain't") { lowerIt = "aint"; } if (lowerIt == "i'm") { lowerIt = "im"; } if (lowerIt == "i've") { lowerIt = "ive"; } if (lowerIt == "outta") { lowerIt = "out"; } if (lowerIt == "time's") { lowerIt = "times"; } if (lowerIt == "don't") { lowerIt = "dont"; } if (lowerIt == "wrong's") { lowerIt = "wrongs"; } if (lowerIt == "right's") { lowerIt = "rights"; } var myWord = (lowerIt + "_sound"); var myLib = lowerIt; var myText = lyrics_array[r]; var myMc = ("mc_" + (c++)); _root[myWord] = new Sound(); _root[myWord].attachSound(myLib); _root.createEmptyMovieClip(myMc, c); _root[myMc].createTextField("lyric_txt", 1, 0, 0, 200, 20); with (_root[myMc].lyric_txt) { type = "dynamic"; selectable = false; embedFonts = true; multiline = false; wordWrap = false; autoSize = "left"; text = myText; } _root[myMc].lyric_txt.setTextFormat(_root.myFormat); } if ((_root.textX > 300) | (lyrics_array[r] == "")) { _root.textX = 20; _root.textY = textY + 20; } _root[myMc]._x = _root.textX; _root[myMc]._y = _root.textY; _root[myMc].originX = _root[myMc]._x; _root[myMc].originY = _root[myMc]._y; _root[myMc].arrayName = lowerIt; _root[myMc].realName = myText; _root[myMc].myDepth = _root[myMc].getDepth(); _root[myMc].onRollOver = function () { this.lyric_txt.background = true; this.lyric_txt.backgroundColor = 0; }; _root[myMc].onRollOut = function () { this.lyric_txt.background = false; }; _root[myMc].onPress = function () { this.swapDepths(1000); this.startDrag(true); _root.dropX = this.originX; _root.dropY = this.originY; }; _root[myMc].onRelease = function () { this.stopDrag(); if ((_root._ymouse > 440) & (_root.addLyrics == true)) { myArrayPos = _root.chosen_array.push(this.arrayName); _root.buildLyrics(this.realName, myArrayPos); test = chosen_array; } this.swapDepths(this.myDepth); this._x = _root.dropX; this._y = _root.dropY; }; _root.textX = _root.textX + (_root[myMc].lyric_txt.textWidth + 5); r++; } } function clearMix() { _root.pickX = 0; _root.chosen_array = new Array(); i = 0; while (i < _root.mc_array.length) { var _local2 = _root.mc_array[i]; trace(_local2); _root[_local2].removeMovieClip(); i++; } _root.mc_array = new Array(); trace("hello"); } function playNewLyrics() { _root.onEnterFrame = function () { if (_root.stopIt == false) { trace(chosen_array); if (_root.chosen_array.length > 0) { var _local2 = _root.chosen_array[_root.myNum] + "_sound"; var myPos = _root.mc_array[myNum]; if (_root[_local2].position == 0) { zeroCounter++; if (zeroCounter > 5) { _root[_local2].start(); _root.mySoundPlay = true; } } else { zeroCounter = 0; } if (_root.mySoundPlay != true) { _root[_local2].start(); _root[myPos].lyric_txt.setTextFormat(_root.overFormat); _root.mySoundPlay = true; _root.head_mc.gotoAndPlay(2); } _root[_local2].onSoundComplete = function () { _root[myPos].lyric_txt.setTextFormat(_root.mixFormat); if (_root.myNum < _root.chosen_array.length) { _root.myNum++; } if (_root.myNum == _root.chosen_array.length) { _root.myNum = 0; } _root.mySoundPlay = false; }; } } }; } var myNum = 0; var mySoundPlay = false; var textX = 20; var textY = 100; var pickX = 0; var pickNum = 0; var c = 0; var addLyrics = true; var stopIt = false; var sendFriend = ""; rockIt = new Sound(); rockIt.attachSound("rockIt"); rockIt.start(0, 100); verseOne = new Array("Gracious", "Lord", "my", "mega", "Almighty", "I", "", "know", "I", "been", "slightly", "Outta", "", "your", "path", "Feeling", "", "the", "cold", "draught", "Of", "", "the", "bleak", "winter", "Splinters", "", "in", "my", "soul", "I'm", "", "out", "of", "control", "And", "", "I", "know", "That", "", "I", "should", "cut", "down", "this", "drinking", "Too", "", "many", "late", "nights", "and", "wayward", "thinking", "Compelling", "", "a", "man", "to", "plan", "to", "shenanigans", "They're", "", "boying", "me", "out", "I", "got", "to", "be", "the", "man", "again"); verseTwo = new Array("Cos", "I", "didn't", "rhyme", "to", "get", "me", "rich", "But", "", "I'm", "a", "scally", "Two", "", "twos", "you'll", "find", "a", "switch", "Hurt", "", "and", "pain", "made", "me", "Nothing", "", "came", "to", "save", "me", "I", "", "walk", "with", "disaster", "Prefer", "", "to", "be", "plastered", "Time's", "", "my", "master", "Don't", "", "ask", "me", "for", "Jack", "Turd", "All", "", "I", "own", "is", "my", "balls", "and", "my", "word", "Nobody", "", "heard", "of", "me", "Cos", "", "I'm", "a", "new", "man", "I", "", "got", "this", "new", "plan", "To", "", "get", "these", "new", "grands"); verseThree = new Array("People", "call", "my", "name", "Like", "", "it's", "kind", "sort", "of", "game", "Like", "", "I", "ain't", "got", "no", "fame", "Like", "", "I'm", "just", "the", "same", "Type", "", "Shouting", "", "out", "vain", "lights", "Move", "", "your", "lurgy", "I'm", "", "far", "too", "nervy", "Observing", "", "this", "world", "Who", "", "the", "weirdo", "What", "", "the", "how", "the", "Media", "", "whores", "keep", "shovelling", "powder", "It's", "", "nothing", "to", "be", "proud", "of"); verseFour = new Array("But", "stuff", "goes", "on", "Perceptions", "", "change", "Wrong's", "", "right", "and", "right's", "wrong", "Hoop", "", "the", "hoopla-ing", "Devil", "", "keep", "snarling", "Buy", "", "it", "buy", "it", "sell", "it", "sell", "it", "More", "", "more", "more", "This", "", "could", "well", "be", "my", "last", "LP", "I've", "", "had", "a", "good", "run", "I've", "", "made", "a", "few", "Gs", "I've", "", "had", "a", "bag", "of", "fun", "I've", "", "smoked", "a", "few", "trees", "Now", "", "I", "wanna", "rest", "my", "knobbly", "knees"); verseFive = new Array("All", "in", "all", "I've", "been", "feeling", "the", "pinch", "And", "", "those", "bourgeois", "blacks", "have", "been", "far", "from", "convinced", "But", "", "I", "don't", "a", "damn", "about", "UK", "rap", "I'm", "", "a", "UK", "Black", "Making", "", "UK", "tracks", "And", "", "I've", "got", "love", "for", "every", "one", "of", "those", "scenes", "And", "", "those", "pigeon", "holes", "were", "never", "nothing", "to", "hold", "me"); _root.play_btn.onRelease = function () { _root.stopIt = false; _root.playNewLyrics(); }; _root.stop_btn.onRelease = function () { _root.stopIt = true; }; _root.verse1_btn.onRelease = function () { _root.deleteAllLyrics(); _root.lyrics_array = verseOne; _root.textX = 20; _root.textY = 100; _root.newVerse(); }; _root.verse2_btn.onRelease = function () { _root.deleteAllLyrics(); _root.lyrics_array = verseTwo; _root.textX = 20; _root.textY = 100; _root.newVerse(); }; _root.verse3_btn.onRelease = function () { _root.deleteAllLyrics(); _root.lyrics_array = verseThree; _root.textX = 20; _root.textY = 100; _root.newVerse(); }; _root.verse4_btn.onRelease = function () { _root.deleteAllLyrics(); _root.lyrics_array = verseFour; _root.textX = 20; _root.textY = 100; _root.newVerse(); }; _root.verse5_btn.onRelease = function () { _root.deleteAllLyrics(); _root.lyrics_array = verseFive; _root.textX = 20; _root.textY = 100; _root.newVerse(); }; _root.clearMix_btn.onRelease = function () { _root.clearMix(); _root.addLyrics = true; }; overFormat = new TextFormat(); overFormat.font = "75 Helvetica Bold"; overFormat.size = 14; overFormat.color = 15906108 /* 0xF2B53C */; mixFormat = new TextFormat(); mixFormat.font = "75 Helvetica Bold"; mixFormat.size = 14; mixFormat.color = 16777215 /* 0xFFFFFF */; myFormat = new TextFormat(); myFormat.font = "75 Helvetica Bold"; myFormat.size = 10; myFormat.color = 16777215 /* 0xFFFFFF */; mc_array = new Array(); if (totalwords > 0) { chosen_array = new Array(); r = 0; while (r < _root.totalwords) { var convert = eval ("word" + r); trace(convert); _root.chosen_array.push(convert); r++; } s = 0; while (s < _root.chosen_array.length) { sentSound = _root.chosen_array[s]; var mySentWord = (sentSound + "_sound"); var mySentLib = sentSound; _root[mySentWord] = new Sound(); _root[mySentWord].attachSound(mySentLib); s++; } _root.stopIt = false; playNewLyrics(); } else { chosen_array = new Array(); } test = chosen_array; var zeroCounter = 0; stop();
Frame 3
gotoAndPlay ("loop");
Symbol 189 Button
on (release) { getURL ("http://www.rootsmanuva.co.uk/rootsmanuva/getreal.php?file=ciemail/ci.rm"); }
Symbol 190 Button
on (release) { getURL ("http://www.rootsmanuva.co.uk/insight/video.php"); }
Symbol 191 Button
on (release) { getURL ("http://www.rootsmanuva.co.uk/insight/ring.php"); }
Symbol 194 Button
on (release) { getURL ("http://www.rootsmanuva.co.uk/insight/comp.php"); }
Symbol 229 Button
on (release) { _root.lyrics_array = verseOne; _root.newVerse(); _root.chosen_array = new Array(); }
Symbol 242 MovieClip Frame 1
stop();
Symbol 255 Button
on (press) { test = new LoadVars(); test.load((((("http://www.rootsmanuva.co.uk/insight/email.php?email=" + _root.sendEmail) + "&name=") + _root.sendName) + "&string=") + _root.chosen_array); } on (release) { _root.sendName = "Thankyou!"; _root.sendEmail = "Processing email"; }

Library Items

Symbol 1 Sound [your]
Symbol 2 Sound [youll]
Symbol 3 Sound [wrongs]
Symbol 4 Sound [wrong]
Symbol 5 Sound [world]
Symbol 6 Sound [word]
Symbol 7 Sound [with]
Symbol 8 Sound [winter]
Symbol 9 Sound [whores]
Symbol 10 Sound [who]
Symbol 11 Sound [what]
Symbol 12 Sound [were]
Symbol 13 Sound [well]
Symbol 14 Sound [weirdo]
Symbol 15 Sound [wayward]
Symbol 16 Sound [wanna]
Symbol 17 Sound [walk]
Symbol 18 Sound [vain]
Symbol 19 Sound [uk]
Symbol 20 Sound [type]
Symbol 21 Sound [twos]
Symbol 22 Sound [two]
Symbol 23 Sound [turd]
Symbol 24 Sound [trees]
Symbol 25 Sound [tracks]
Symbol 26 Sound [too]
Symbol 27 Sound [to]
Symbol 28 Sound [times]
Symbol 29 Sound [those]
Symbol 30 Sound [this]
Symbol 31 Sound [thinking]
Symbol 32 Sound [theyre]
Symbol 33 Sound [these]
Symbol 34 Sound [the]
Symbol 35 Sound [that]
Symbol 36 Sound [switch]
Symbol 37 Sound [stuff]
Symbol 38 Sound [splinters]
Symbol 39 Sound [soul]
Symbol 40 Sound [some]
Symbol 41 Sound [snarling]
Symbol 42 Sound [smoked]
Symbol 43 Sound [slightly]
Symbol 44 Sound [shovelling]
Symbol 45 Sound [shouting]
Symbol 46 Sound [should]
Symbol 47 Sound [shenanigans]
Symbol 48 Sound [sell]
Symbol 49 Sound [scenes]
Symbol 50 Sound [scally]
Symbol 51 Sound [save]
Symbol 52 Sound [same]
Symbol 53 Sound [run]
Symbol 54 Sound [rockIt]
Symbol 55 Sound [rights]
Symbol 56 Sound [right]
Symbol 57 Sound [rich]
Symbol 58 Sound [rhyme]
Symbol 59 Sound [rest]
Symbol 60 Sound [rap]
Symbol 61 Sound [proud]
Symbol 62 Sound [prefer]
Symbol 63 Sound [powder]
Symbol 64 Sound [plastered]
Symbol 65 Sound [plan]
Symbol 66 Sound [pinch]
Symbol 67 Sound [pigeon]
Symbol 68 Sound [perceptions]
Symbol 69 Sound [people]
Symbol 70 Sound [path]
Symbol 71 Sound [pain]
Symbol 72 Sound [own]
Symbol 73 Sound [out]
Symbol 74 Sound [one]
Symbol 75 Sound [on]
Symbol 76 Sound [of]
Symbol 77 Sound [observing]
Symbol 78 Sound [now]
Symbol 79 Sound [nothing]
Symbol 80 Sound [nobody]
Symbol 81 Sound [no]
Symbol 82 Sound [nights]
Symbol 83 Sound [new]
Symbol 84 Sound [never]
Symbol 85 Sound [nervy]
Symbol 86 Sound [name]
Symbol 87 Sound [my]
Symbol 88 Sound [move]
Symbol 89 Sound [more]
Symbol 90 Sound [mighty]
Symbol 91 Sound [mega]
Symbol 92 Sound [media]
Symbol 93 Sound [me]
Symbol 94 Sound [master]
Symbol 95 Sound [many]
Symbol 96 Sound [man]
Symbol 97 Sound [making]
Symbol 98 Sound [made]
Symbol 99 Sound [lurgy]
Symbol 100 Sound [lp]
Symbol 101 Sound [love]
Symbol 102 Sound [lord]
Symbol 103 Sound [like]
Symbol 104 Sound [lights]
Symbol 105 Sound [late]
Symbol 106 Sound [last]
Symbol 107 Sound [know]
Symbol 108 Sound [knobbly]
Symbol 109 Sound [knees]
Symbol 110 Sound [keep]
Symbol 111 Sound [just]
Symbol 112 Sound [jack]
Symbol 113 Sound [ive]
Symbol 114 Sound [its]
Symbol 115 Sound [is]
Symbol 116 Sound [in]
Symbol 117 Sound [im]
Symbol 118 Sound [i]
Symbol 119 Sound [hurt]
Symbol 120 Sound [how]
Symbol 121 Sound [hoopla-ing]
Symbol 122 Sound [hoop]
Symbol 123 Sound [holes]
Symbol 124 Sound [hold]
Symbol 125 Sound [heard]
Symbol 126 Sound [had]
Symbol 127 Sound [gs]
Symbol 128 Sound [grands]
Symbol 129 Sound [gracious]
Symbol 130 Sound [got]
Symbol 131 Sound [good]
Symbol 132 Sound [goes]
Symbol 133 Sound [give]
Symbol 134 Sound [get]
Symbol 135 Sound [game]
Symbol 136 Sound [fun]
Symbol 137 Sound [from]
Symbol 138 Sound [for]
Symbol 139 Sound [find]
Symbol 140 Sound [few]
Symbol 141 Sound [feeling]
Symbol 142 Sound [far]
Symbol 143 Sound [fame]
Symbol 144 Sound [every]
Symbol 145 Sound [drinking]
Symbol 146 Sound [draught]
Symbol 147 Sound [down]
Symbol 148 Sound [dont]
Symbol 149 Sound [disaster]
Symbol 150 Sound [didnt]
Symbol 151 Sound [devil]
Symbol 152 Sound [damn]
Symbol 153 Sound [cut]
Symbol 154 Sound [could]
Symbol 155 Sound [cos]
Symbol 156 Sound [convinced]
Symbol 157 Sound [control]
Symbol 158 Sound [compelling]
Symbol 159 Sound [cold]
Symbol 160 Sound [came]
Symbol 161 Sound [call]
Symbol 162 Sound [buy]
Symbol 163 Sound [but]
Symbol 164 Sound [boying]
Symbol 165 Sound [bourgeois]
Symbol 166 Sound [bleak]
Symbol 167 Sound [blacks]
Symbol 168 Sound [black]
Symbol 169 Sound [been]
Symbol 170 Sound [be]
Symbol 171 Sound [balls]
Symbol 172 Sound [bag]
Symbol 173 Sound [ask]
Symbol 174 Sound [and]
Symbol 175 Sound [almighty]
Symbol 176 Sound [all]
Symbol 177 Sound [aint]
Symbol 178 Sound [again]
Symbol 179 Sound [about]
Symbol 180 Sound [a]
Symbol 181 GraphicUsed by:Timeline
Symbol 182 GraphicUsed by:Timeline
Symbol 183 GraphicUsed by:184
Symbol 184 MovieClipUses:183Used by:185 187
Symbol 185 MovieClipUses:184Used by:186  Timeline
Symbol 186 MovieClipUses:185Used by:Timeline
Symbol 187 MovieClipUses:184Used by:Timeline
Symbol 188 GraphicUsed by:189 190 191 199 201 211 213 215 229
Symbol 189 ButtonUses:188Used by:Timeline
Symbol 190 ButtonUses:188Used by:Timeline
Symbol 191 ButtonUses:188Used by:Timeline
Symbol 192 BitmapUsed by:193
Symbol 193 GraphicUses:192Used by:194
Symbol 194 ButtonUses:193Used by:Timeline
Symbol 195 FontUsed by:198 200 203 206 208 210 212 214 224 225 227 228 245 246 247 251 253 256
Symbol 196 TextUsed by:Timeline
Symbol 197 GraphicUsed by:Timeline
Symbol 198 TextUses:195Used by:199
Symbol 199 ButtonUses:198 188Used by:Timeline
Symbol 200 TextUses:195Used by:201
Symbol 201 ButtonUses:200 188Used by:Timeline
Symbol 202 GraphicUsed by:205 207 209
Symbol 203 TextUses:195Used by:205
Symbol 204 GraphicUsed by:205 207 209
Symbol 205 ButtonUses:202 203 204Used by:Timeline
Symbol 206 TextUses:195Used by:207
Symbol 207 ButtonUses:202 206 204Used by:Timeline
Symbol 208 TextUses:195Used by:209
Symbol 209 ButtonUses:202 208 204Used by:Timeline
Symbol 210 TextUses:195Used by:211
Symbol 211 ButtonUses:210 188Used by:Timeline
Symbol 212 TextUses:195Used by:213
Symbol 213 ButtonUses:212 188Used by:Timeline
Symbol 214 TextUses:195Used by:215
Symbol 215 ButtonUses:214 188Used by:Timeline
Symbol 216 GraphicUsed by:Timeline
Symbol 217 GraphicUsed by:218
Symbol 218 MovieClipUses:217Used by:Timeline
Symbol 219 GraphicUsed by:Timeline
Symbol 220 GraphicUsed by:221
Symbol 221 MovieClipUses:220Used by:Timeline
Symbol 222 BitmapUsed by:223
Symbol 223 GraphicUses:222Used by:Timeline
Symbol 224 EditableTextUses:195Used by:Timeline
Symbol 225 TextUses:195Used by:226
Symbol 226 MovieClipUses:225Used by:Timeline
Symbol 227 TextUses:195Used by:229
Symbol 228 TextUses:195Used by:229
Symbol 229 ButtonUses:227 228 188Used by:Timeline
Symbol 230 GraphicUsed by:231
Symbol 231 MovieClipUses:230Used by:242
Symbol 232 GraphicUsed by:242
Symbol 233 GraphicUsed by:235
Symbol 234 GraphicUsed by:235
Symbol 235 MovieClipUses:233 234Used by:242
Symbol 236 GraphicUsed by:242
Symbol 237 GraphicUsed by:239
Symbol 238 GraphicUsed by:239
Symbol 239 MovieClipUses:237 238Used by:242
Symbol 240 GraphicUsed by:242
Symbol 241 GraphicUsed by:242
Symbol 242 MovieClipUses:231 232 235 236 239 240 241Used by:Timeline
Symbol 243 BitmapUsed by:244
Symbol 244 GraphicUses:243Used by:Timeline
Symbol 245 TextUses:195Used by:Timeline
Symbol 246 TextUses:195Used by:Timeline
Symbol 247 TextUses:195Used by:Timeline
Symbol 248 GraphicUsed by:Timeline
Symbol 249 BitmapUsed by:250
Symbol 250 GraphicUses:249Used by:Timeline
Symbol 251 TextUses:195Used by:Timeline
Symbol 252 GraphicUsed by:255
Symbol 253 TextUses:195Used by:255
Symbol 254 GraphicUsed by:255
Symbol 255 ButtonUses:252 253 254Used by:Timeline
Symbol 256 TextUses:195Used by:Timeline
Symbol 257 FontUsed by:258 259
Symbol 258 EditableTextUses:257Used by:Timeline
Symbol 259 EditableTextUses:257Used by:Timeline

Instance Names

"verse1_btn"Frame 1Symbol 199 Button
"verse2_btn"Frame 1Symbol 201 Button
"play_btn"Frame 1Symbol 205 Button
"clearMix_btn"Frame 1Symbol 207 Button
"stop_btn"Frame 1Symbol 209 Button
"verse3_btn"Frame 1Symbol 211 Button
"verse4_btn"Frame 1Symbol 213 Button
"verse5_btn"Frame 1Symbol 215 Button
"introText_mc"Frame 1Symbol 226 MovieClip
"start_btn"Frame 1Symbol 229 Button
"head_mc"Frame 1Symbol 242 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "your"
ExportAssets (56)Timeline Frame 1Symbol 2 as "youll"
ExportAssets (56)Timeline Frame 1Symbol 3 as "wrongs"
ExportAssets (56)Timeline Frame 1Symbol 4 as "wrong"
ExportAssets (56)Timeline Frame 1Symbol 5 as "world"
ExportAssets (56)Timeline Frame 1Symbol 6 as "word"
ExportAssets (56)Timeline Frame 1Symbol 7 as "with"
ExportAssets (56)Timeline Frame 1Symbol 8 as "winter"
ExportAssets (56)Timeline Frame 1Symbol 9 as "whores"
ExportAssets (56)Timeline Frame 1Symbol 10 as "who"
ExportAssets (56)Timeline Frame 1Symbol 11 as "what"
ExportAssets (56)Timeline Frame 1Symbol 12 as "were"
ExportAssets (56)Timeline Frame 1Symbol 13 as "well"
ExportAssets (56)Timeline Frame 1Symbol 14 as "weirdo"
ExportAssets (56)Timeline Frame 1Symbol 15 as "wayward"
ExportAssets (56)Timeline Frame 1Symbol 16 as "wanna"
ExportAssets (56)Timeline Frame 1Symbol 17 as "walk"
ExportAssets (56)Timeline Frame 1Symbol 18 as "vain"
ExportAssets (56)Timeline Frame 1Symbol 19 as "uk"
ExportAssets (56)Timeline Frame 1Symbol 20 as "type"
ExportAssets (56)Timeline Frame 1Symbol 21 as "twos"
ExportAssets (56)Timeline Frame 1Symbol 22 as "two"
ExportAssets (56)Timeline Frame 1Symbol 23 as "turd"
ExportAssets (56)Timeline Frame 1Symbol 24 as "trees"
ExportAssets (56)Timeline Frame 1Symbol 25 as "tracks"
ExportAssets (56)Timeline Frame 1Symbol 26 as "too"
ExportAssets (56)Timeline Frame 1Symbol 27 as "to"
ExportAssets (56)Timeline Frame 1Symbol 28 as "times"
ExportAssets (56)Timeline Frame 1Symbol 29 as "those"
ExportAssets (56)Timeline Frame 1Symbol 30 as "this"
ExportAssets (56)Timeline Frame 1Symbol 31 as "thinking"
ExportAssets (56)Timeline Frame 1Symbol 32 as "theyre"
ExportAssets (56)Timeline Frame 1Symbol 33 as "these"
ExportAssets (56)Timeline Frame 1Symbol 34 as "the"
ExportAssets (56)Timeline Frame 1Symbol 35 as "that"
ExportAssets (56)Timeline Frame 1Symbol 36 as "switch"
ExportAssets (56)Timeline Frame 1Symbol 37 as "stuff"
ExportAssets (56)Timeline Frame 1Symbol 38 as "splinters"
ExportAssets (56)Timeline Frame 1Symbol 39 as "soul"
ExportAssets (56)Timeline Frame 1Symbol 40 as "some"
ExportAssets (56)Timeline Frame 1Symbol 41 as "snarling"
ExportAssets (56)Timeline Frame 1Symbol 42 as "smoked"
ExportAssets (56)Timeline Frame 1Symbol 43 as "slightly"
ExportAssets (56)Timeline Frame 1Symbol 44 as "shovelling"
ExportAssets (56)Timeline Frame 1Symbol 45 as "shouting"
ExportAssets (56)Timeline Frame 1Symbol 46 as "should"
ExportAssets (56)Timeline Frame 1Symbol 47 as "shenanigans"
ExportAssets (56)Timeline Frame 1Symbol 48 as "sell"
ExportAssets (56)Timeline Frame 1Symbol 49 as "scenes"
ExportAssets (56)Timeline Frame 1Symbol 50 as "scally"
ExportAssets (56)Timeline Frame 1Symbol 51 as "save"
ExportAssets (56)Timeline Frame 1Symbol 52 as "same"
ExportAssets (56)Timeline Frame 1Symbol 53 as "run"
ExportAssets (56)Timeline Frame 1Symbol 54 as "rockIt"
ExportAssets (56)Timeline Frame 1Symbol 55 as "rights"
ExportAssets (56)Timeline Frame 1Symbol 56 as "right"
ExportAssets (56)Timeline Frame 1Symbol 57 as "rich"
ExportAssets (56)Timeline Frame 1Symbol 58 as "rhyme"
ExportAssets (56)Timeline Frame 1Symbol 59 as "rest"
ExportAssets (56)Timeline Frame 1Symbol 60 as "rap"
ExportAssets (56)Timeline Frame 1Symbol 61 as "proud"
ExportAssets (56)Timeline Frame 1Symbol 62 as "prefer"
ExportAssets (56)Timeline Frame 1Symbol 63 as "powder"
ExportAssets (56)Timeline Frame 1Symbol 64 as "plastered"
ExportAssets (56)Timeline Frame 1Symbol 65 as "plan"
ExportAssets (56)Timeline Frame 1Symbol 66 as "pinch"
ExportAssets (56)Timeline Frame 1Symbol 67 as "pigeon"
ExportAssets (56)Timeline Frame 1Symbol 68 as "perceptions"
ExportAssets (56)Timeline Frame 1Symbol 69 as "people"
ExportAssets (56)Timeline Frame 1Symbol 70 as "path"
ExportAssets (56)Timeline Frame 1Symbol 71 as "pain"
ExportAssets (56)Timeline Frame 1Symbol 72 as "own"
ExportAssets (56)Timeline Frame 1Symbol 73 as "out"
ExportAssets (56)Timeline Frame 1Symbol 74 as "one"
ExportAssets (56)Timeline Frame 1Symbol 75 as "on"
ExportAssets (56)Timeline Frame 1Symbol 76 as "of"
ExportAssets (56)Timeline Frame 1Symbol 77 as "observing"
ExportAssets (56)Timeline Frame 1Symbol 78 as "now"
ExportAssets (56)Timeline Frame 1Symbol 79 as "nothing"
ExportAssets (56)Timeline Frame 1Symbol 80 as "nobody"
ExportAssets (56)Timeline Frame 1Symbol 81 as "no"
ExportAssets (56)Timeline Frame 1Symbol 82 as "nights"
ExportAssets (56)Timeline Frame 1Symbol 83 as "new"
ExportAssets (56)Timeline Frame 1Symbol 84 as "never"
ExportAssets (56)Timeline Frame 1Symbol 85 as "nervy"
ExportAssets (56)Timeline Frame 1Symbol 86 as "name"
ExportAssets (56)Timeline Frame 1Symbol 87 as "my"
ExportAssets (56)Timeline Frame 1Symbol 88 as "move"
ExportAssets (56)Timeline Frame 1Symbol 89 as "more"
ExportAssets (56)Timeline Frame 1Symbol 90 as "mighty"
ExportAssets (56)Timeline Frame 1Symbol 91 as "mega"
ExportAssets (56)Timeline Frame 1Symbol 92 as "media"
ExportAssets (56)Timeline Frame 1Symbol 93 as "me"
ExportAssets (56)Timeline Frame 1Symbol 94 as "master"
ExportAssets (56)Timeline Frame 1Symbol 95 as "many"
ExportAssets (56)Timeline Frame 1Symbol 96 as "man"
ExportAssets (56)Timeline Frame 1Symbol 97 as "making"
ExportAssets (56)Timeline Frame 1Symbol 98 as "made"
ExportAssets (56)Timeline Frame 1Symbol 99 as "lurgy"
ExportAssets (56)Timeline Frame 1Symbol 100 as "lp"
ExportAssets (56)Timeline Frame 1Symbol 101 as "love"
ExportAssets (56)Timeline Frame 1Symbol 102 as "lord"
ExportAssets (56)Timeline Frame 1Symbol 103 as "like"
ExportAssets (56)Timeline Frame 1Symbol 104 as "lights"
ExportAssets (56)Timeline Frame 1Symbol 105 as "late"
ExportAssets (56)Timeline Frame 1Symbol 106 as "last"
ExportAssets (56)Timeline Frame 1Symbol 107 as "know"
ExportAssets (56)Timeline Frame 1Symbol 108 as "knobbly"
ExportAssets (56)Timeline Frame 1Symbol 109 as "knees"
ExportAssets (56)Timeline Frame 1Symbol 110 as "keep"
ExportAssets (56)Timeline Frame 1Symbol 111 as "just"
ExportAssets (56)Timeline Frame 1Symbol 112 as "jack"
ExportAssets (56)Timeline Frame 1Symbol 113 as "ive"
ExportAssets (56)Timeline Frame 1Symbol 114 as "its"
ExportAssets (56)Timeline Frame 1Symbol 115 as "is"
ExportAssets (56)Timeline Frame 1Symbol 116 as "in"
ExportAssets (56)Timeline Frame 1Symbol 117 as "im"
ExportAssets (56)Timeline Frame 1Symbol 118 as "i"
ExportAssets (56)Timeline Frame 1Symbol 119 as "hurt"
ExportAssets (56)Timeline Frame 1Symbol 120 as "how"
ExportAssets (56)Timeline Frame 1Symbol 121 as "hoopla-ing"
ExportAssets (56)Timeline Frame 1Symbol 122 as "hoop"
ExportAssets (56)Timeline Frame 1Symbol 123 as "holes"
ExportAssets (56)Timeline Frame 1Symbol 124 as "hold"
ExportAssets (56)Timeline Frame 1Symbol 125 as "heard"
ExportAssets (56)Timeline Frame 1Symbol 126 as "had"
ExportAssets (56)Timeline Frame 1Symbol 127 as "gs"
ExportAssets (56)Timeline Frame 1Symbol 128 as "grands"
ExportAssets (56)Timeline Frame 1Symbol 129 as "gracious"
ExportAssets (56)Timeline Frame 1Symbol 130 as "got"
ExportAssets (56)Timeline Frame 1Symbol 131 as "good"
ExportAssets (56)Timeline Frame 1Symbol 132 as "goes"
ExportAssets (56)Timeline Frame 1Symbol 133 as "give"
ExportAssets (56)Timeline Frame 1Symbol 134 as "get"
ExportAssets (56)Timeline Frame 1Symbol 135 as "game"
ExportAssets (56)Timeline Frame 1Symbol 136 as "fun"
ExportAssets (56)Timeline Frame 1Symbol 137 as "from"
ExportAssets (56)Timeline Frame 1Symbol 138 as "for"
ExportAssets (56)Timeline Frame 1Symbol 139 as "find"
ExportAssets (56)Timeline Frame 1Symbol 140 as "few"
ExportAssets (56)Timeline Frame 1Symbol 141 as "feeling"
ExportAssets (56)Timeline Frame 1Symbol 142 as "far"
ExportAssets (56)Timeline Frame 1Symbol 143 as "fame"
ExportAssets (56)Timeline Frame 1Symbol 144 as "every"
ExportAssets (56)Timeline Frame 1Symbol 145 as "drinking"
ExportAssets (56)Timeline Frame 1Symbol 146 as "draught"
ExportAssets (56)Timeline Frame 1Symbol 147 as "down"
ExportAssets (56)Timeline Frame 1Symbol 148 as "dont"
ExportAssets (56)Timeline Frame 1Symbol 149 as "disaster"
ExportAssets (56)Timeline Frame 1Symbol 150 as "didnt"
ExportAssets (56)Timeline Frame 1Symbol 151 as "devil"
ExportAssets (56)Timeline Frame 1Symbol 152 as "damn"
ExportAssets (56)Timeline Frame 1Symbol 153 as "cut"
ExportAssets (56)Timeline Frame 1Symbol 154 as "could"
ExportAssets (56)Timeline Frame 1Symbol 155 as "cos"
ExportAssets (56)Timeline Frame 1Symbol 156 as "convinced"
ExportAssets (56)Timeline Frame 1Symbol 157 as "control"
ExportAssets (56)Timeline Frame 1Symbol 158 as "compelling"
ExportAssets (56)Timeline Frame 1Symbol 159 as "cold"
ExportAssets (56)Timeline Frame 1Symbol 160 as "came"
ExportAssets (56)Timeline Frame 1Symbol 161 as "call"
ExportAssets (56)Timeline Frame 1Symbol 162 as "buy"
ExportAssets (56)Timeline Frame 1Symbol 163 as "but"
ExportAssets (56)Timeline Frame 1Symbol 164 as "boying"
ExportAssets (56)Timeline Frame 1Symbol 165 as "bourgeois"
ExportAssets (56)Timeline Frame 1Symbol 166 as "bleak"
ExportAssets (56)Timeline Frame 1Symbol 167 as "blacks"
ExportAssets (56)Timeline Frame 1Symbol 168 as "black"
ExportAssets (56)Timeline Frame 1Symbol 169 as "been"
ExportAssets (56)Timeline Frame 1Symbol 170 as "be"
ExportAssets (56)Timeline Frame 1Symbol 171 as "balls"
ExportAssets (56)Timeline Frame 1Symbol 172 as "bag"
ExportAssets (56)Timeline Frame 1Symbol 173 as "ask"
ExportAssets (56)Timeline Frame 1Symbol 174 as "and"
ExportAssets (56)Timeline Frame 1Symbol 175 as "almighty"
ExportAssets (56)Timeline Frame 1Symbol 176 as "all"
ExportAssets (56)Timeline Frame 1Symbol 177 as "aint"
ExportAssets (56)Timeline Frame 1Symbol 178 as "again"
ExportAssets (56)Timeline Frame 1Symbol 179 as "about"
ExportAssets (56)Timeline Frame 1Symbol 180 as "a"

Labels

"loop"Frame 2

Dynamic Text Variables

sendNameSymbol 258 EditableText""
sendEmailSymbol 259 EditableText""




http://swfchan.com/49/241587/info.shtml
Created: 11/8 -2021 15:38:10 Last modified: 11/8 -2021 15:38:10 Server time: 06/05 -2024 22:01:56