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

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

frog zefrank.swf

This is the info page for
Flash #228894

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


Text
alien
performance
art

prepping alien 1

prepping alien 2

loading sound

>>

BEGIN

ActionScript [AS1/AS2]

Frame 1
loadImages = function () { images.createEmptyMovieClip("intro", 1000); images.intro.loadMovie("media/title.jpg"); images.intro._alpha = 0; i = 1; while (i <= cue_total) { namer = "image_" + i; images.createEmptyMovieClip(namer, i); images[namer].loadMovie(("media/screen" + i) + ".jpg"); images[namer]._alpha = 0; i++; } };
Instance of Symbol 27 MovieClip "amp_vals" in Frame 1
onClipEvent (load) { this.loadVariables("media/sound_file.txt"); } onClipEvent (data) { _parent.data_loaded = true; }
Instance of Symbol 27 MovieClip "cue_points" in Frame 1
onClipEvent (load) { } onClipEvent (data) { }
Frame 4
cue_loaded = true; if ((cue_loaded && (data_loaded)) && (amp_vals.ampDone == "1")) { play(); } else { gotoAndPlay(_currentframe - 1); }
Frame 8
soundObject = new Sound(); soundObject.loadSound("media/buffer.mp3", false);
Frame 11
cut = int(amp_vals.amplitudeLeft.length / 20); n = 0; while (n <= amp_vals.amplitudeLeft.length) { tempcut = cut; counter++; gh = "l_chunk" + counter; checker = false; while ((checker == false) && (counter < 21)) { if (amp_vals.amplitudeLeft.substr(n + tempcut, 1) == ",") { checker = true; } else { tempcut = tempcut + 1; trace(tempcut); } } this[gh] = amp_vals.amplitudeLeft.substr(n, tempcut); n = n + cut; } counter = 1; al = new Array(); amp_vals.amplitudeLeft = "";
Frame 13
function conCat() { final_l = w1.concat(w2, w3, w4, w5, w6, w7, w8, w9, w10, w11, w12, w13, w14, w15, w16, w17, w18, w19, w20); trace(final_l.length); n = 0; while (n <= 21) { this["w" + n] = new Array(); n++; } } gh = "l_chunk" + counter; var ggg = ("w" + counter); this[ggg] = this[gh].split(","); counter++; if (counter == 21) { play(); j = 1; while (j <= 20) { var ggg = ("w" + j); total_length_l = total_length_l + this[ggg].length; n = 0; while (n <= 21) { this["l_chunk" + n] = ""; n++; } j++; } conCat(); } else { gotoAndPlay(_currentframe - 1); }
Frame 17
counter = 0; cut = int(amp_vals.amplitudeRight.length / 20); n = 0; while (n <= amp_vals.amplitudeRight.length) { tempcut = cut; counter++; gh = "thing2" + counter; checker = false; while ((checker == false) && (counter < 21)) { if (amp_vals.amplitudeRight.substr(n + tempcut, 1) == ",") { checker = true; } else { tempcut = tempcut + 1; trace(tempcut); } } this[gh] = amp_vals.amplitudeRight.substr(n, tempcut); n = n + cut; } counter = 1; ar = new Array(); amp_vals.amplitudeRight = "";
Frame 19
function conCatRight() { final_r = x1.concat(x2, x3, x4, x5, x6, x7, x8, x9, x10, x11, x12, x13, x14, x15, x16, x17, x18, x19, x20); trace(final_r.length); n = 0; while (n <= 21) { this["x" + n] = new Array(); n++; } } gh = "thing2" + counter; var ggg = ("x" + counter); this[ggg] = this[gh].split(","); counter++; if (counter == 21) { play(); j = 1; while (j <= 20) { var ggg = ("x" + j); total_length_r = total_length_r + this[ggg].length; j++; } conCatRight(); } else { gotoAndPlay(_currentframe - 1); }
Frame 22
stop(); current_cue = 1; start_Time = getTimer(); cue = 0; soundObject = new Sound(); soundObject.loadSound("media/sound_file.mp3"); reality_check = false; this.soundObject.onLoad = function () { reality_check = true; _root.play(); }; this.onEnterFrame = function () { temp_alert = Math.floor((soundObject.getBytesLoaded() / soundObject.getBytesTotal()) * 100); if ((reality_check == false) && (temp_alert == 100)) { alert = "SOUND LOADING : " + (getTimer() - start_Time); } else { alert = ("SOUND : " + temp_alert) + " PERCENT LOADED"; } if (((soundObject.getBytesLoaded() == soundObject.getBytesTotal()) && (checkloaded == cue_total)) && (cue_total > 0)) { } };
Frame 23
images.intro._alpha = 100; app = false; this.onEnterFrame = function () { if (playing) { var perc = (soundObject.position / soundObject.duration); perc2 = perc; if ((perc >= 0.946) && (!app)) { app = true; this.createEmptyMovieClip("endclip", 1564); sndx = new Sound(this.endclip); sndx.attachSound("bigapplause1"); sndx.start(0, 0); } var arrayIndex = int((final_l.length * perc) - (perc * 24)); sndl = final_l[arrayIndex]; sndr = final_r[arrayIndex]; if (sndl >= 2) { sndl = sndl * 3; } if (sndr >= 2) { sndr = sndr * 3; } } }; stop();
Symbol 23 MovieClip [groupclip] Frame 1
this.onEnterFrame = function () { if ((count == wait) && (init != 2)) { init = 2; this.createEmptyMovieClip("sclip", 1); snd = new Sound(this.sclip); snd.attachSound("group" + laugh); offset = random(Math.round(snd.duration / 100)) / 10; snd.start(0, 0); sclip.transformobjecta = new Object(); amount_right = 40; amount_left = 40; sclip.transformobjecta.ll = amount_left; sclip.transformobjecta.rl = 0; sclip.transformobjecta.lr = 0; sclip.transformobjecta.rr = amount_right; snd.setTransform(sclip.transformobjecta); } else { count++; } if ((snd.duration > 100) && (snd.position >= snd.duration)) { _parent.addGroup(this.laugh); this.removeMovieClip(); } };
Symbol 24 MovieClip [affirmationclip] Frame 1
this.onEnterFrame = function () { if ((count == wait) && (init != 2)) { init = 2; this.createEmptyMovieClip("sclip", 1); snd = new Sound(this.sclip); snd.attachSound("a" + this.laugh); offset = random(Math.round(snd.duration / 100)) / 10; snd.start(0, 0); sclip.transformobjecta = new Object(); amount_right = random(100); amount_left = 100 - amount_right; sclip.transformobjecta.ll = amount_left; sclip.transformobjecta.rl = 0; sclip.transformobjecta.lr = 0; sclip.transformobjecta.rr = amount_right; snd.setTransform(sclip.transformobjecta); } else { count++; } if ((snd.duration > 100) && (snd.position >= snd.duration)) { _parent.addAffirmation(this.laugh); this.removeMovieClip(); } if (((snd.duration > 100) && (snd.position == 0)) && (count > 100)) { _parent.addAffirmation(this.laugh); this.removeMovieClip(); } };
Symbol 25 MovieClip [applauseclip] Frame 1
this.onEnterFrame = function () { if ((count == wait) && (init != 2)) { init = 2; this.createEmptyMovieClip("sclip", 1); snd = new Sound(this.sclip); snd.attachSound("applause" + this.laugh); offset = random(Math.round(snd.duration / 100)) / 10; snd.start(0, 0); sclip.transformobjecta = new Object(); amount_right = random(100); amount_left = 100 - amount_right; sclip.transformobjecta.ll = 90; sclip.transformobjecta.rl = 0; sclip.transformobjecta.lr = 0; sclip.transformobjecta.rr = 90; snd.setTransform(sclip.transformobjecta); } else { count++; } if ((snd.duration > 100) && (snd.position >= snd.duration)) { _parent.addApplause(this.laugh); this.removeMovieClip(); } if (((snd.duration > 100) && (snd.position == 0)) && (count > 100)) { _parent.addApplause(this.laugh); this.removeMovieClip(); } };
Symbol 26 MovieClip [laughclip] Frame 1
this.onEnterFrame = function () { if ((count == wait) && (init != 2)) { init = 2; this.createEmptyMovieClip("sclip", 1); snd = new Sound(this.sclip); snd.attachSound("laugh" + this.laugh); offset = random(Math.round(snd.duration / 100)) / 10; snd.start(0, 0); sclip.transformobjecta = new Object(); amount_right = random(70); amount_left = 70 - amount_right; sclip.transformobjecta.ll = amount_left; sclip.transformobjecta.rl = 0; sclip.transformobjecta.lr = 0; sclip.transformobjecta.rr = amount_right; snd.setTransform(sclip.transformobjecta); } else { count++; } if ((snd.duration > 100) && (snd.position >= snd.duration)) { _parent.addLaugh(this.laugh); this.removeMovieClip(); } if (((snd.duration > 100) && (snd.position == 0)) && (count > 100)) { _parent.addLaugh(this.laugh); this.removeMovieClip(); } };
Symbol 49 MovieClip Frame 2
if (random(50) == 25) { play(); } else { gotoAndPlay(_currentframe - 1); }
Symbol 57 MovieClip Frame 2
if (random(50) == 25) { play(); } else { gotoAndPlay(_currentframe - 1); }
Symbol 64 MovieClip Frame 2
if (random(40) == 25) { play(); } else { gotoAndPlay(_currentframe - 1); }
Symbol 95 MovieClip Frame 1
this.onEnterFrame = function () { gotoAndStop(random(this._totalframes)); };
Symbol 117 MovieClip Frame 2
if (random(50) == 25) { play(); } else { gotoAndPlay(_currentframe - 1); }
Symbol 124 MovieClip Frame 2
if (random(50) == 25) { play(); } else { gotoAndPlay(_currentframe - 1); }
Symbol 129 MovieClip Frame 2
if (random(40) == 25) { play(); } else { gotoAndPlay(_currentframe - 1); }
Symbol 175 MovieClip Frame 1
this.onEnterFrame = function () { gotoAndStop(random(this._totalframes)); };
Instance of Symbol 177 MovieClip "frog2" in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { cur_level_l = _parent._parent.sndl; diff_l = cur_level_l - past_level_l; frame_l = Math.floor((this.mouth._totalframes * cur_level_l) / 100); if (frame_l == 0) { frame_l = 1; } this.mouth.gotoAndStop(frame_l); _parent.mouthshadow2.gotoAndStop(frame_l); past_level_l = cur_level_l; }
Instance of Symbol 178 MovieClip "frog" in Symbol 179 MovieClip Frame 1
onClipEvent (enterFrame) { cur_level_r = _parent._parent.sndr; diff_r = cur_level_r - past_level_r; frame_r = Math.floor((this.mouth._totalframes * cur_level_r) / 100); if (frame_r == 0) { frame_r = 1; } this.mouth.gotoAndStop(frame_r); _parent.mouthshadow.gotoAndStop(frame_r); past_level_r = cur_level_r; }
Symbol 184 Button
on (press) { soundObject.stop(); soundObject.start(); this.play_nut._visible = false; playing = true; }
Symbol 185 MovieClip Frame 1
function addLaugh(item) { laughArray.push(item); } function addApplause(item) { applauseArray.push(item); } function addGroup(item) { groupArray.push(item); } function addAffirmation(item) { affirmationArray.push(item); } function makeLaughs(num_laughs) { laughArray = reshuffleArray(laughArray); i = 1; while (i <= num_laughs) { count++; var obj = ("clip" + count); if (laughArray[i] > 0) { this.attachMovie("laughclip", obj, count); this[obj].laugh = laughArray[i]; laughArray.splice(i, 1); this[obj].wait = random(10) + 2; } i++; } } function makeGroupLaughs() { groupArray = reshuffleArray(groupArray); count++; var obj = ("group" + count); if (groupArray.length == 3) { this.attachMovie("groupclip", obj, count); this[obj].laugh = groupArray[0]; this[obj].wait = 1; groupArray.splice(0, 1); } } function makeApplause(num_applause) { applauseArray = reshuffleArray(applauseArray); i = 1; while (i <= num_applause) { count++; var obj = ("clip" + count); if (applauseArray[i] > 0) { this.attachMovie("applauseclip", obj, count); this[obj].laugh = applauseArray[i]; applauseArray.splice(i, 1); this[obj].wait = random(10) + 2; } i++; } } function makeAffirmations(num_a) { affirmationArray = reshuffleArray(affirmationArray); i = 1; while (i <= num_a) { count++; var obj = ("aff" + count); if (affirmationArray[i] > 0) { this.attachMovie("affirmationclip", obj, count); this[obj].laugh = affirmationArray[i]; this[obj].wait = random(30) + 2; affirmationArray.splice(i, 1); } i++; } } function reshuffleArray(arraytype) { returnArray = new Array(); subArray = new Array(); subArray = arraytype; tempArray = new Array(); n = 0; while (n < subArray.length) { tempArray[n] = n; n++; } n = 0; while (n < subArray.length) { ran = random(tempArray.length); returnArray[n] = subArray[tempArray[ran]]; tempArray.splice(ran, 1); n++; } return(returnArray); } function overallVol() { overall_level.setVolume(cur_vol - ((cur_vol - tar_vol) * 0.1)); overall_level.setVolume(60); } function bigValley() { if (cur_level > 30) { talk_time++; } if (cur_level < 10) { silence_time++; } else { silence_time = 0; } if (diff < -10) { silence_time = 0; } send_time = talk_time; if (send_time > 5) { send_time = 5; } if ((silence_time > 20) && (talk_time > 48)) { if (laughter) { rndo = random(3); if (rndo > 1) { makeLaughs(send_time / 2); makeGroupLaughs(); } } if (affirmations) { makeAffirmations(send_time); } if (talk_time > 80) { rndo = random(3); if (applause) { if (rndo > 1) { makeApplause(1); } } } talk_time = -10; } } function smallPeak() { if ((diff <= -30) && (cur_level < 20)) { if (mode == 1) { makeLaughs(); } else { makeAffirmations(); makeLaughs(); } } if ((diff < 2) && (cur_level > 96)) { makeGroupLaughs(); makeAffirmations(); } } overall_level = new Sound(this); overall_level.setVolume(50); laughter = true; applause = true; laughArray = new Array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13); groupArray = new Array(1, 2, 3); applauseArray = new Array(1, 2, 3, 4); affirmationArray = new Array(1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16); this.onEnterFrame = function () { cur_level = _parent.sndl; diff = cur_level - past_level; bigValley(); if ((!panel.swelling) && (!panel.ovating)) { } past_level = cur_level; }; stop();

Library Items

Symbol 1 Sound [ovation.aif]
Symbol 2 Sound [laugh9]
Symbol 3 Sound [laugh8]
Symbol 4 Sound [laugh7]
Symbol 5 Sound [laugh6]
Symbol 6 Sound [laugh5]
Symbol 7 Sound [laugh4]
Symbol 8 Sound [laugh3]
Symbol 9 Sound [laugh2]
Symbol 10 Sound [laugh13]
Symbol 11 Sound [laugh12]
Symbol 12 Sound [laugh11]
Symbol 13 Sound [laugh10]
Symbol 14 Sound [laugh1]
Symbol 15 Sound [group3]
Symbol 16 Sound [group2]
Symbol 17 Sound [group1]
Symbol 18 Sound [bigapplause1]
Symbol 19 Sound [applause4]
Symbol 20 Sound [applause3]
Symbol 21 Sound [applause2]
Symbol 22 Sound [applause1]
Symbol 23 MovieClip [groupclip]
Symbol 24 MovieClip [affirmationclip]
Symbol 25 MovieClip [applauseclip]
Symbol 26 MovieClip [laughclip]
Symbol 27 MovieClipUsed by:Timeline
Symbol 28 FontUsed by:29 30 31 35
Symbol 29 TextUses:28Used by:Timeline
Symbol 30 TextUses:28Used by:Timeline
Symbol 31 TextUses:28Used by:Timeline
Symbol 32 FontUsed by:33 34
Symbol 33 EditableTextUses:32Used by:Timeline
Symbol 34 EditableTextUses:32Used by:Timeline
Symbol 35 TextUses:28Used by:Timeline
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:179
Symbol 38 GraphicUsed by:179
Symbol 39 GraphicUsed by:96
Symbol 40 ShapeTweeningUsed by:96
Symbol 41 ShapeTweeningUsed by:96
Symbol 42 ShapeTweeningUsed by:96
Symbol 43 ShapeTweeningUsed by:96
Symbol 44 GraphicUsed by:49 117
Symbol 45 GraphicUsed by:49
Symbol 46 GraphicUsed by:49
Symbol 47 GraphicUsed by:49
Symbol 48 GraphicUsed by:49
Symbol 49 MovieClipUses:44 45 46 47 48Used by:96
Symbol 50 GraphicUsed by:58
Symbol 51 GraphicUsed by:57 124
Symbol 52 GraphicUsed by:57
Symbol 53 GraphicUsed by:57
Symbol 54 GraphicUsed by:57
Symbol 55 GraphicUsed by:57
Symbol 56 GraphicUsed by:57
Symbol 57 MovieClipUses:51 52 53 54 55 56Used by:58
Symbol 58 MovieClipUses:50 57Used by:96
Symbol 59 GraphicUsed by:64 129
Symbol 60 GraphicUsed by:64
Symbol 61 GraphicUsed by:64
Symbol 62 GraphicUsed by:64
Symbol 63 GraphicUsed by:64
Symbol 64 MovieClipUses:59 60 61 62 63Used by:96
Symbol 65 ShapeTweeningUsed by:96
Symbol 66 ShapeTweeningUsed by:96
Symbol 67 ShapeTweeningUsed by:96
Symbol 68 GraphicUsed by:96
Symbol 69 ShapeTweeningUsed by:96
Symbol 70 ShapeTweeningUsed by:96
Symbol 71 ShapeTweeningUsed by:96
Symbol 72 ShapeTweeningUsed by:96
Symbol 73 ShapeTweeningUsed by:96
Symbol 74 ShapeTweeningUsed by:96
Symbol 75 ShapeTweeningUsed by:96
Symbol 76 ShapeTweeningUsed by:96
Symbol 77 ShapeTweeningUsed by:96
Symbol 78 GraphicUsed by:96
Symbol 79 ShapeTweeningUsed by:96
Symbol 80 ShapeTweeningUsed by:96
Symbol 81 ShapeTweeningUsed by:96
Symbol 82 ShapeTweeningUsed by:96
Symbol 83 ShapeTweeningUsed by:96
Symbol 84 ShapeTweeningUsed by:96
Symbol 85 ShapeTweeningUsed by:96
Symbol 86 ShapeTweeningUsed by:96
Symbol 87 GraphicUsed by:96
Symbol 88 GraphicUsed by:96
Symbol 89 GraphicUsed by:96 176
Symbol 90 GraphicUsed by:96 176
Symbol 91 ShapeTweeningUsed by:95
Symbol 92 ShapeTweeningUsed by:95
Symbol 93 ShapeTweeningUsed by:95
Symbol 94 GraphicUsed by:95
Symbol 95 MovieClipUses:91 92 93 94Used by:96
Symbol 96 MovieClipUses:39 40 41 42 43 49 58 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 95Used by:177 179
Symbol 97 GraphicUsed by:98
Symbol 98 MovieClipUses:97Used by:179
Symbol 99 GraphicUsed by:176
Symbol 100 ShapeTweeningUsed by:176
Symbol 101 ShapeTweeningUsed by:176
Symbol 102 ShapeTweeningUsed by:176
Symbol 103 ShapeTweeningUsed by:176
Symbol 104 ShapeTweeningUsed by:176
Symbol 105 ShapeTweeningUsed by:176
Symbol 106 ShapeTweeningUsed by:176
Symbol 107 ShapeTweeningUsed by:176
Symbol 108 ShapeTweeningUsed by:176
Symbol 109 ShapeTweeningUsed by:176
Symbol 110 ShapeTweeningUsed by:176
Symbol 111 ShapeTweeningUsed by:176
Symbol 112 ShapeTweeningUsed by:176
Symbol 113 GraphicUsed by:117
Symbol 114 GraphicUsed by:117
Symbol 115 GraphicUsed by:117
Symbol 116 GraphicUsed by:117
Symbol 117 MovieClipUses:44 113 114 115 116Used by:176
Symbol 118 ShapeTweeningUsed by:176
Symbol 119 GraphicUsed by:124
Symbol 120 GraphicUsed by:124
Symbol 121 GraphicUsed by:124
Symbol 122 GraphicUsed by:124
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:51 119 120 121 122 123Used by:176
Symbol 125 GraphicUsed by:129
Symbol 126 GraphicUsed by:129
Symbol 127 GraphicUsed by:129
Symbol 128 GraphicUsed by:129
Symbol 129 MovieClipUses:59 125 126 127 128Used by:176
Symbol 130 ShapeTweeningUsed by:176
Symbol 131 ShapeTweeningUsed by:176
Symbol 132 ShapeTweeningUsed by:176
Symbol 133 ShapeTweeningUsed by:176
Symbol 134 ShapeTweeningUsed by:176
Symbol 135 ShapeTweeningUsed by:176
Symbol 136 ShapeTweeningUsed by:176
Symbol 137 ShapeTweeningUsed by:176
Symbol 138 ShapeTweeningUsed by:176
Symbol 139 ShapeTweeningUsed by:176
Symbol 140 ShapeTweeningUsed by:176
Symbol 141 ShapeTweeningUsed by:176
Symbol 142 ShapeTweeningUsed by:176
Symbol 143 ShapeTweeningUsed by:176
Symbol 144 ShapeTweeningUsed by:176
Symbol 145 ShapeTweeningUsed by:176
Symbol 146 ShapeTweeningUsed by:176
Symbol 147 ShapeTweeningUsed by:176
Symbol 148 ShapeTweeningUsed by:176
Symbol 149 ShapeTweeningUsed by:176
Symbol 150 ShapeTweeningUsed by:176
Symbol 151 ShapeTweeningUsed by:176
Symbol 152 ShapeTweeningUsed by:176
Symbol 153 ShapeTweeningUsed by:176
Symbol 154 ShapeTweeningUsed by:176
Symbol 155 ShapeTweeningUsed by:176
Symbol 156 ShapeTweeningUsed by:176
Symbol 157 ShapeTweeningUsed by:176
Symbol 158 ShapeTweeningUsed by:176
Symbol 159 ShapeTweeningUsed by:176
Symbol 160 ShapeTweeningUsed by:176
Symbol 161 ShapeTweeningUsed by:176
Symbol 162 ShapeTweeningUsed by:176
Symbol 163 ShapeTweeningUsed by:176
Symbol 164 ShapeTweeningUsed by:176
Symbol 165 ShapeTweeningUsed by:176
Symbol 166 ShapeTweeningUsed by:176
Symbol 167 ShapeTweeningUsed by:176
Symbol 168 GraphicUsed by:176
Symbol 169 GraphicUsed by:176
Symbol 170 GraphicUsed by:176
Symbol 171 ShapeTweeningUsed by:175
Symbol 172 ShapeTweeningUsed by:175
Symbol 173 ShapeTweeningUsed by:175
Symbol 174 GraphicUsed by:175
Symbol 175 MovieClipUses:171 172 173 174Used by:176
Symbol 176 MovieClipUses:99 100 101 102 103 104 105 106 107 108 109 110 111 112 117 118 124 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 89 90 175Used by:178 179
Symbol 177 MovieClipUses:96Used by:179
Symbol 178 MovieClipUses:176Used by:179
Symbol 179 MovieClipUses:37 38 96 98 176 177 178Used by:Timeline
Symbol 180 GraphicUsed by:184
Symbol 181 FontUsed by:182 183
Symbol 182 TextUses:181Used by:184
Symbol 183 TextUses:181Used by:184
Symbol 184 ButtonUses:180 182 183Used by:Timeline
Symbol 185 MovieClipUsed by:Timeline

Instance Names

"images"Frame 1Symbol 27 MovieClip
"amp_vals"Frame 1Symbol 27 MovieClip
"cue_points"Frame 1Symbol 27 MovieClip
"play_nut"Frame 23Symbol 184 Button
"mouth"Symbol 177 MovieClip Frame 1Symbol 96 MovieClip
"mouth"Symbol 178 MovieClip Frame 1Symbol 176 MovieClip
"mouthshadow2"Symbol 179 MovieClip Frame 1Symbol 96 MovieClip
"mouthshadow"Symbol 179 MovieClip Frame 1Symbol 176 MovieClip
"frog2"Symbol 179 MovieClip Frame 1Symbol 177 MovieClip
"frog"Symbol 179 MovieClip Frame 1Symbol 178 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "ovation.aif"
ExportAssets (56)Timeline Frame 1Symbol 2 as "laugh9"
ExportAssets (56)Timeline Frame 1Symbol 3 as "laugh8"
ExportAssets (56)Timeline Frame 1Symbol 4 as "laugh7"
ExportAssets (56)Timeline Frame 1Symbol 5 as "laugh6"
ExportAssets (56)Timeline Frame 1Symbol 6 as "laugh5"
ExportAssets (56)Timeline Frame 1Symbol 7 as "laugh4"
ExportAssets (56)Timeline Frame 1Symbol 8 as "laugh3"
ExportAssets (56)Timeline Frame 1Symbol 9 as "laugh2"
ExportAssets (56)Timeline Frame 1Symbol 10 as "laugh13"
ExportAssets (56)Timeline Frame 1Symbol 11 as "laugh12"
ExportAssets (56)Timeline Frame 1Symbol 12 as "laugh11"
ExportAssets (56)Timeline Frame 1Symbol 13 as "laugh10"
ExportAssets (56)Timeline Frame 1Symbol 14 as "laugh1"
ExportAssets (56)Timeline Frame 1Symbol 15 as "group3"
ExportAssets (56)Timeline Frame 1Symbol 16 as "group2"
ExportAssets (56)Timeline Frame 1Symbol 17 as "group1"
ExportAssets (56)Timeline Frame 1Symbol 18 as "bigapplause1"
ExportAssets (56)Timeline Frame 1Symbol 19 as "applause4"
ExportAssets (56)Timeline Frame 1Symbol 20 as "applause3"
ExportAssets (56)Timeline Frame 1Symbol 21 as "applause2"
ExportAssets (56)Timeline Frame 1Symbol 22 as "applause1"
ExportAssets (56)Timeline Frame 1Symbol 23 as "groupclip"
ExportAssets (56)Timeline Frame 1Symbol 24 as "affirmationclip"
ExportAssets (56)Timeline Frame 1Symbol 25 as "applauseclip"
ExportAssets (56)Timeline Frame 1Symbol 26 as "laughclip"

Labels

"parse left"Frame 11
"parse right"Frame 17

Dynamic Text Variables

alertSymbol 33 EditableText""
tracerSymbol 34 EditableText""




http://swfchan.com/46/228894/info.shtml
Created: 15/12 -2019 05:05:17 Last modified: 15/12 -2019 05:05:17 Server time: 05/05 -2024 17:32:28