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

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

The Portal.swf

This is the info page for
Flash #64829

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { _root.NewgroundsAPI_id = 7894; } // unknown tag 88 length 99 movieClip 4 { frame 2 { function howlong(arg) { if (length(arg) == 1) { arg = '0' + arg; return arg; } else { arg = arg; return arg; } } myDate = new Date(); hr = howlong(String(myDate.getHours())); mnt = howlong(String(myDate.getMinutes())); daytext = myDate.getDay(); dd = myDate.getDate(); mm = myDate.getMonth(); yyyy = myDate.getFullYear(); 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'; } switch (mm) { case 0: mm = '1'; break; case 1: mm = '2'; break; case 2: mm = '33'; break; case 3: mm = '4'; break; case 4: mm = '5'; break; case 5: mm = '6'; break; case 6: mm = '7'; break; case 7: mm = '8'; break; case 8: mm = '9'; break; case 9: mm = '10'; break; case 10: mm = '111'; break; case 11: mm = '12'; } textdate = 'Call trans opt: received ' + dd + '/' + mm + '/' + yyyy + ' - ' + hr + ':' + mnt + ' REC:Log>'; } } // unknown tag 88 length 197 // unknown tag 88 length 143 button 16 { on (release) { _root.NewgroundsAPI_loadMyMovie(); } } movieClip 17 { } button 21 { on (release) { _root.NewgroundsAPI_loadMyMovie(); } } button 24 { on (release) { this._visible = false; } } movieClip 25 { } movieClip 26 { frame 1 { _visible = false; _root.NewgroundsAPI = this; STAT_MOVIE_VIEWS = 1; STAT_AUTHOR_SITE = 2; STAT_NEWGROUNDS = 3; STAT_NEW_VERSION = 4; STAT_CUSTOM_STATS = 50; } frame 2 { _root.NewgroundsAPI.POPUP_ERROR._visible = false; _root.NewgroundsAPI.POPUP_VERSION._visible = false; customStats = new Object(); i = 1; while (i < _root.NewgroundsAPI_customLinks.length) { customStats[_root.NewgroundsAPI_customLinks[i]] = i + STAT_CUSTOM_STATS; ++i; } i = 1; while (i < _root.NewgroundsAPI_customEvents.length) { customStats[_root.NewgroundsAPI_customEvents[i]] = i + STAT_CUSTOM_STATS; ++i; } _x = 0; _y = 0; configureMovie = function () { if (_root.NewgroundsAPI_params.error != undefined) { sendError(_root.NewgroundsAPI_params.error); } if (_root.NewgroundsAPI_params.settings_loaded == 1) { sendMessage('You have successfully connected to the Newgrounds API gateway!'); sendMessage('Movie Identified as \'' + _root.NewgroundsAPI_params.movie_name + '\''); } if (_root.NewgroundsAPI_params.deny_host == 1) { sendMessage(host + ' is not approved to use this movie'); _root.NewgroundsAPI_onDenyHost(host, _root.NewgroundsAPI_params.movie_url, script_url + '&stat=' + STAT_NEW_VERSION); } if (_root.NewgroundsAPI_params.movie_version == 1) { sendMessage('Version ' + _root.NewgroundsAPI_params.movie_version + ' is now available!'); _root.NewgroundsAPI_onNewVersionAvailable(_root.NewgroundsAPI_params.movie_version, _root.NewgroundsAPI_params.movie_url, script_url + '&stat=' + STAT_NEW_VERSION); } if (_root.NewgroundsAPI_params.ad_url != undefined) { sendMessage('This movie has been approved to use Flash Ads'); _root.NewgroundsAPI_onAdsApproved(_root.NewgroundsAPI_params.ad_url); } }; sendError = function (error) { trace('[NEWGROUNDS API ERROR] ' + error); }; sendMessage = function (message) { trace('[NEWGROUNDS API] ' + message); }; sendStats = function (stat, new_window) { if (script_url != undefined) { query = '&stat=' + stat; if (new_window == true) { getURL(script_url + query, '_blank'); } else { initInfo = new XML(); initInfo.onLoad = function () { i = 0; while (i < this.childNodes.length) { if (this.childNodes[i].nodeName != null) { j = 0; while (j < this.childNodes[i].childNodes.length) { if (this.childNodes[i].childNodes[j].nodeName != null) { param_name = this.childNodes[i].childNodes[j].nodeName; param_value = unescape(this.childNodes[i].childNodes[j].attributes.value); _root.NewgroundsAPI_params[param_name] = param_value; } ++j; } } ++i; } _root.NewgroundsAPI.configureMovie(); }; initInfo.load(script_url + query); } } }; host = (_url.split('/'))[2].toLowerCase(); if (host.length < 1) { host = 'localhost'; } if (!_root.NewgroundsAPI_id) { sendError('Missing required \'_root.NewgroundsAPI_id\' variable'); } else { if (!tracker_id) { tracker_id = _root.NewgroundsAPI_id; script_url = 'http://www.ngads.com/gateway.php?id=' + tracker_id + '&host=' + escape(host); _root.NewgroundsAPI_params = new Object(); sendMessage('Connecting to API gateway...'); sendStats(STAT_MOVIE_VIEWS, false); } } _root.NewgroundsAPI_loadMyMovie = function () { _root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.STAT_NEW_VERSION, true); }; _root.NewgroundsAPI_loadNewgrounds = function () { _root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.STAT_NEWGROUNDS, true); }; _root.NewgroundsAPI_loadMySite = function () { _root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.STAT_AUTHOR_SITE, true); }; _root.NewgroundsAPI_loadCustomLink = function (link) { if (_root.NewgroundsAPI.customStats[link]) { _root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.customStats[link], true); } else { _root.NewgroundsAPI.sendError('The custom link \'' + link + '\' has not beed defined.'); } }; _root.NewgroundsAPI_logCustomEvent = function (event) { if (_root.NewgroundsAPI.customStats[event]) { _root.NewgroundsAPI.sendStats(_root.NewgroundsAPI.customStats[event], false); } else { _root.NewgroundsAPI.sendError('The custom event \'' + event + '\' has not beed defined.'); } }; if (typeof _root.NewgroundsAPI_onDenyHost != 'function') { _root.NewgroundsAPI_onDenyHost = function (ad_url) { _root.NewgroundsAPI.swapDepths(99999); _root.NewgroundsAPI._visible = true; _root.NewgroundsAPI.POPUP_ERROR._visible = true; }; } if (typeof _root.NewgroundsAPI_onNewVersionAvailable != 'function') { _root.NewgroundsAPI_onNewVersionAvailable = function (ad_url) { _root.NewgroundsAPI.swapDepths(99999); _root.NewgroundsAPI._visible = true; _root.NewgroundsAPI.POPUP_VERSION._visible = true; }; } stop(); } } movieClip 28 { } frame 17 { ifFrameLoaded (95) { gotoAndPlay(19); } } frame 18 { gotoAndPlay(17); } movieClip 39 { frame 2 { gotoAndPlay(random(10) * 2); } frame 4 { gotoAndPlay(random(10) * 2); } frame 6 { gotoAndPlay(random(10) * 2); } frame 8 { gotoAndPlay(random(10) * 2); } frame 10 { gotoAndPlay(random(10) * 2); } frame 12 { gotoAndPlay(random(10) * 2); } frame 14 { gotoAndPlay(random(10) * 2); } frame 16 { gotoAndPlay(random(10) * 2); } frame 18 { gotoAndPlay(random(10) * 2); } } movieClip 40 { } movieClip 43 { frame 2 { gotoAndPlay(random(4) * 2); } frame 4 { gotoAndPlay(random(4) * 2); } frame 6 { gotoAndPlay(random(4) * 2); } frame 35 { stop(); } } movieClip 44 { } movieClip 48 { } movieClip 50 { frame 1 { gotoAndPlay(Number(random(20)) + 1); } frame 40 { gotoAndPlay(2); } } movieClip 51 { frame 1 { round = 1; turn = 1; } frame 2 { if (round > 3) { round = 3; } if (round < -3) { round = -3; } if (Number(random(10)) == 1) { if (Number(round) == 1) { round = 2; } else { round = 1; } } if (Number(round) == 1) { turn = Number(turn) + 0.1; } else { if (Number(round) == 2) { turn -= 0.1; } } shine._rotation = Number((eval(shine))._rotation) + Number(2 * turn); } frame 3 { gotoAndPlay(2); } } movieClip 52 { } movieClip 55 { } movieClip 58 { } movieClip 59 { } button 70 { on (release) { _root.play(); } } movieClip 71 { frame 1 { _root.stop(); stop(); } frame 20 { stop(); } } button 76 { on (release) { _root.NewgroundsAPI_loadNewgrounds(); } } button 79 { on (release) { _root.NewgroundsAPI_loadNewgrounds(); } } movieClip 80 { } movieClip 81 { frame 1 { function load_ad() { url = new XML(); url.onLoad = function (s) { if (s) { _root.NewgroundsAPI_Ad_Unit.start_ad(this.toString()); } }; url.load(_root.NewgroundsAPI_params.ad_url); } function start_ad(url) { trace('[Newgrounds Flash Ads] Your ad was loaded. Your version of flash may have trouble displaying the ad, however, the ad will load fine if you test in a browser!'); ng_ad.loadMovie(url); } _root.NewgroundsAPI_Ad_Unit = this; if (_root.NewgroundsAPI_params.ad_url != undefined) { _root.NewgroundsAPI_Ad_Unit.load_ad(); } _root.NewgroundsAPI_onAdsApproved = function () { _root.NewgroundsAPI_Ad_Unit.load_ad(); }; } instance of movieClip 71 { onClipEvent (enterFrame) { x = (_root.getBytesLoaded() / _root.getBytesTotal()) * 100; if (x < 100) { bar.gotoAndStop(x); } else { if (init != 1) { init = 1; play(); } } } } } movieClip 82 { frame 16 { stop(); } } movieClip 92 { frame 1 { gotoAndPlay(random(4) * 10 + 1); } frame 10 { stop(); } frame 20 { stop(); } frame 30 { stop(); } frame 40 { stop(); } } frame 151 { stop(); } movieClip 122 { } movieClip 124 { } // unknown tag 88 length 85 // unknown tag 88 length 99 movieClip 133 { frame 1 { Letter = Number(random(8)) + 1; if (Number(Letter) == 1) { Letter = 'N'; } else { if (Number(Letter) == 2) { Letter = 'E'; } else { if (Number(Letter) == 3) { Letter = 'W'; } else { if (Number(Letter) == 4) { Letter = 'G'; } else { if (Number(Letter) == 5) { Letter = 'R'; } else { if (Number(Letter) == 6) { Letter = 'O'; } else { if (Number(Letter) == 7) { Letter = 'U'; } else { if (Number(Letter) == 8) { Letter = 'N'; } else { if (Number(Letter) == 9) { Letter = 'D'; } else { if (Number(Letter) == 10) { Letter = 'S'; } } } } } } } } } } } frame 12 { stop(); } } movieClip 134 { frame 1 { Count = '1'; } frame 2 { duplicateMovieClip('LM', ['LM' + Count], Count * 10); eval(['LM' + Count])._y = Count * 12; } frame 3 { Count = Number(Count) + 1; gotoAndPlay('LetterCounter'); } } movieClip 135 { frame 1 { Count = 0; } frame 2 { duplicateMovieClip('line', ['line' + Count], Number(Count) + 1); eval(['line' + Count])._x = random(Number(Count) + 100) * 4; eval(['line' + Count])._y = random(Number(Count) + 50); } frame 6 { if (Number(Count) <= 7) { Count = Number(Count) + 1; gotoAndPlay('LineCounter'); } else { Count = 1; } } } movieClip 136 { } movieClip 150 { } movieClip 152 { } movieClip 154 { } movieClip 156 { } movieClip 158 { } movieClip 160 { } movieClip 168 { } movieClip 170 { } movieClip 173 { instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } frame 437 { _root.play(); } } movieClip 177 { } movieClip 178 { } // unknown tag 88 length 138 movieClip 197 { } instance staticwheel of movieClip 197 { onClipEvent (enterFrame) { this._rotation += 138; } } movieClip 199 { } instance sd1 of movieClip 199 { onClipEvent (enterFrame) { this._y -= 1.915; this._alpha = 30 + Math.random() * 40; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd6 of movieClip 199 { onClipEvent (enterFrame) { if (_root.power._currentFrame == 1) { this._y -= 1.375; this._alpha = 25 + Math.random() * 80; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd4 of movieClip 170 { onClipEvent (enterFrame) { this._y -= 2.35; this._alpha = 10 + Math.random() * 65; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } frame 819 { _root.play(); } frame 820 { stop(); } movieClip 270 { frame 5 { gotoAndPlay(random(6) * 5 - 4); } frame 10 { gotoAndPlay(random(6) * 5 - 4); } frame 15 { gotoAndPlay(random(6) * 5 - 4); } frame 20 { gotoAndPlay(random(6) * 5 - 4); } frame 25 { gotoAndPlay(random(6) * 5 - 4); } frame 30 { gotoAndPlay(random(6) * 5 - 4); } } movieClip 271 { } movieClip 276 { } movieClip 279 { } movieClip 282 { } movieClip 325 { frame 993 { _root.play(); } } frame 821 { stop(); } movieClip 422 { } movieClip 429 { } movieClip 472 { instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd2 of movieClip 168 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } instance sd3 of movieClip 168 { onClipEvent (enterFrame) { this._y -= 1.95; this._alpha = 20 + Math.random() * 60; if (this._y < 15) { this._y = 135; } else { if (this._y > 135) { this._y = 15; } } } } instance sd5 of movieClip 170 { onClipEvent (enterFrame) { this._y = 15 + Math.random() * 115; this._alpha = 10 + Math.random() * 100; } } frame 1112 { _root.play(); } } frame 822 { stop(); } movieClip 482 { } movieClip 485 { } // unknown tag 88 length 153 // unknown tag 88 length 153 movieClip 813 { frame 2787 { _root.play(); } } // unknown tag 88 length 99 movieClip 891 { } movieClip 908 { } movieClip 930 { } movieClip 931 { } movieClip 940 { } movieClip 968 { } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 971 { } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 976 { } instance mouth of movieClip 976 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 976 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 989 { frame 1 { scale = Number(random(50)) + 30; eval(_target)._x = Number(../:x) + Number(random(12)) - 6; eval(_target)._yscale = scale; } } movieClip 990 { frame 1 { i = 1; max = 60; x = fire._x; } frame 2 { if (Number(i) <= Number(max)) { duplicateMovieClip('fire', ['fire' + i], i); i = Number(i) + 1; } } frame 3 { if (Number(i) <= Number(max)) { duplicateMovieClip('fire', ['fire' + i], i); i = Number(i) + 1; } gotoAndPlay(2); } } // unknown tag 88 length 145 instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 976 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 1087 { instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 976 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 1158 { } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 1177 { } movieClip 1180 { } movieClip 1182 { } movieClip 1186 { } movieClip 1187 { } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 1200 { } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 1207 { } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 1285 { } movieClip 1291 { } movieClip 1306 { } movieClip 1307 { } movieClip 1310 { } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 968 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 1341 { } movieClip 1344 { } movieClip 1359 { } movieClip 1360 { frame 59 { stop(); } } movieClip 1362 { } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } movieClip 1402 { frame 1 { gotoAndPlay(random(30)); } frame 34 { gotoAndPlay(1); } } instance mouth of movieClip 971 { onClipEvent (load) { gStartFrame = _root._currentFrame; ampList = new Array(0, 8, 8, 6, 5, 6, 9, 10, 8, 5, 3, 2, 2, 5, 5, 4, 4, 5, 6, 6, 4, 2, 1, 2, 5, 7, 6, 5, 4, 4, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 6, 8, 7, 6, 7, 8, 7, 5, 3, 2, 3, 6, 10, 9, 7, 6, 7, 8, 9, 8, 6, 3, 2, 1, 1, 0, 3, 6, 7, 7, 7, 7, 7, 5, 3, 2, 3, 6, 7, 6, 4, 4, 5, 6, 4, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 4, 9, 7, 5, 6, 5, 3, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0); } onClipEvent (enterFrame) { gFrame = _root._currentframe - gStartFrame; gAmp = ampList[gFrame]; with (_root.mouth) { gotoAndStop(gAmp + 1); } } } // unknown tag 88 length 197 frame 7353 { stopAllSounds(); } frame 7371 { stop(); play(); } movieClip 1496 { } movieClip 1628 { frame 1 { gotoAndStop(random(10)); } } movieClip 1629 { } movieClip 1927 { }




http://swfchan.com/13/64829/info.shtml
Created: 12/4 -2019 22:21:05 Last modified: 12/4 -2019 22:21:05 Server time: 19/05 -2024 00:11:14