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

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

ObliviaFantasyEP1.swf

This is the info page for
Flash #54351

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { NewgroundsAPI.connectMovie(6990); stop(); } movieClip 19 { } movieClip 23 { } movieClip 33 { frame 40 { stop(); } } movieClip 46 { } button 47 { on (press) { tellTarget ('_root') { nextFrame(); } } } button 48 { on (press) { gotoAndStop('end'); _root.play(); } } movieClip 49 { instance of movieClip 23 { onClipEvent (load) { _root.stop(); PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (PercentLoaded != 100) { _parent.gotoAndStop(PercentLoaded); } else { _parent.gotoAndStop('lastframe'); } } onClipEvent (enterFrame) { PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (PercentLoaded != 100) { _parent.gotoAndStop(PercentLoaded); } else { _parent.gotoAndPlay('loaded'); } } } frame 101 { play(); } frame 158 { stop(); } } button 55 { on (release) { NewgroundsAPI.loadNewgrounds(); } } button 61 { on (release) { NewgroundsAPI.loadNewgrounds(); } } movieClip 62 { } movieClip 63 { frame 1 { function startAd(ngad_url) { trace('opening ' + ngad_url); System.security.allowDomain('70.87.128.99'); System.security.allowInsecureDomain('70.87.128.99'); System.security.allowDomain('ads.shizmoo.com'); System.security.allowInsecureDomain('ads.shizmoo.com'); System.security.allowDomain('www.cpmstar.com'); System.security.allowInsecureDomain('www.cpmstar.com'); System.security.allowDomain('server.cpmstar.com'); System.security.allowInsecureDomain('server.cpmstar.com'); var ngads_redirect = new XML(); ngads_redirect.ignoreWhite = true; ngads_redirect.onLoad = function (success) { trace('[NEWGROUNDS FLASH ADS] :: You may get a \'Security Sandbox Violation\' ... this is normal, do not freak out!'); if (success) { ng_ad.loadMovie(ngads_redirect.toString(), 'GET'); } else {} }; ngads_redirect.load(ngad_url); } if (NewgroundsAPI.getAdURL()) { startAd(NewgroundsAPI.getAdURL()); } NewgroundsAPI.onAdsApproved = function (ad_url) { startAd(ad_url); }; stop(); } } movieClip 65 { frame 1 { function camControl() { parentColor.setTransform(camColor.getTransform()); var v4 = sX / this._width; var v3 = sY / this._height; _parent._x = cX - this._x * v4; _parent._y = cY - this._y * v3; _parent._xscale = 100 * v4; _parent._yscale = 100 * v3; } function resetStage() { var v2 = {'ra': 100, 'rb': 0, 'ga': 100, 'gb': 0, 'ba': 100, 'bb': 0, 'aa': 100, 'ab': 0}; parentColor.setTransform(v2); _parent._xscale = 100; _parent._yscale = 100; _parent._x = 0; _parent._y = 0; } this._visible = false; var oldMode = Stage.scaleMode; Stage.scaleMode = 'exactFit'; var cX = Stage.width / 2; var cY = Stage.height / 2; var sX = Stage.width; var sY = Stage.height; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage; } } movieClip 767 __Packages.NewgroundsAPI { #initclip if (!_global.NewgroundsAPI) { var v1 = function () {}; _global.NewgroundsAPI = v1; var v2 = v1.prototype; v1.connectMovie = function (id) { if (!id) { NewgroundsAPI.SendError('Missing required \'id\' parameter in NewgroundsAPI.connectMovie(id:Number)'); } else { if (!NewgroundsAPI.tracker_id) { NewgroundsAPI.SendMessage('Connecting to API gateway...'); NewgroundsAPI.tracker_id = id; NewgroundsAPI.host = (_url.split('/'))[2].toLowerCase(); if (NewgroundsAPI.host.length < 1) { NewgroundsAPI.host = 'localhost'; } var v2 = new Object(); NewgroundsAPI.SendEvent(NewgroundsAPI.MOVIE_VIEWS); } } }; v1.setMovieVersion = function (movie_version) { if (!movie_version) { NewgroundsAPI.SendError('Missing required \'version\' in NewgroundsAPI.setMovieVersion(version:String)'); } else { NewgroundsAPI.version = movie_version; } }; v1.debugMode = function () { NewgroundsAPI.debug = true; }; v1.addCustomEvent = function (stat_id, stat_name) { if (!stat_id) { NewgroundsAPI.SendError('Missing required \'id\' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)'); } else { if (!stat_name) { NewgroundsAPI.SendError('Missing required \'event_name\' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)'); } else { NewgroundsAPI.custom_events[stat_name] = NewgroundsAPI.CUSTOM_STATS + stat_id; NewgroundsAPI.SendMessage('Created custom event: ' + stat_name); } } }; v1.addCustomLink = function (stat_id, stat_name) { if (!stat_id) { NewgroundsAPI.SendError('Missing required \'id\' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)'); } else { if (!stat_name) { NewgroundsAPI.SendError('Missing required \'link_name\' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)'); } else { NewgroundsAPI.custom_links[stat_name] = NewgroundsAPI.CUSTOM_STATS + stat_id; NewgroundsAPI.SendMessage('Created custom link ' + stat_id + ': ' + stat_name); } } }; v1.loadMySite = function () { NewgroundsAPI.SendLink(NewgroundsAPI.AUTHOR_SITE); }; v1.loadNewgrounds = function (special) { if (special) { var v1 = {'page': special}; } NewgroundsAPI.SendLink(NewgroundsAPI.NEWGROUNDS, v1); }; v1.logCustomEvent = function (event_name) { if (!event_name) { NewgroundsAPI.SendError('Missing required \'event_name\' parameter in NewgroundsAPI.logCustomEvent(event_name:String)'); } else { if (!NewgroundsAPI.custom_events[event_name]) { NewgroundsAPI.SendError('Attempted to log undefined custom event: ' + event_name); } else { NewgroundsAPI.SendEvent(NewgroundsAPI.custom_events[event_name]); } } }; v1.loadCustomLink = function (link_name) { if (!link_name) { NewgroundsAPI.SendError('Missing required \'link_name\' parameter in NewgroundsAPI.loadCustomLink(link_name:String)'); } else { if (!NewgroundsAPI.custom_links[link_name]) { NewgroundsAPI.SendError('Attempted to open undefined custom link: ' + link_name); } else { NewgroundsAPI.SendLink(NewgroundsAPI.custom_links[link_name]); } } }; v1.getAdURL = function () { return NewgroundsAPI.movie_options.ad_url; }; v1.getMovieURL = function () { if (NewgroundsAPI.movie_options.movie_url) { return NewgroundsAPI.movie_options.movie_url; } else { return 'Newgrounds.com'; } }; v1.getNewVersionURL = function () { return NewgroundsAPI.GATEWAY_URL + '?&id=' + NewgroundsAPI.tracker_id + '&host=' + escape(NewgroundsAPI.host) + '&stat=' + NewgroundsAPI.NEW_VERSION; }; v1.SendEvent = function (id) { NewgroundsAPI.SendStat(id, false); }; v1.SendLink = function (id, extra) { NewgroundsAPI.SendStat(id, true, extra); }; v1.ReadGatewayData = function (params) { for (var v2 in params) { params[v2] = unescape(params[v2]); NewgroundsAPI.movie_options[v2] = params[v2]; } if (params.settings_loaded) { NewgroundsAPI.SendMessage('You have successfully connected to the Newgrounds API gateway!'); NewgroundsAPI.SendMessage('Movie Identified as \'' + NewgroundsAPI.movie_options.movie_name + '\''); if (NewgroundsAPI.movie_options.message) { NewgroundsAPI.SendMessage(NewgroundsAPI.movie_options.message); } if (NewgroundsAPI.movie_options.ad_url) { NewgroundsAPI.SendMessage('Your movie has been approved to run Flash Ads'); NewgroundsAPI.onAdsApproved(NewgroundsAPI.movie_options.ad_url); } if (NewgroundsAPI.movie_options.movie_version and NewgroundsAPI.movie_options.movie_version.toString() != NewgroundsAPI.version.toString()) { NewgroundsAPI.SendMessage('WARNING: The movie version configured in your API settings does not match this movie\'s version!'); NewgroundsAPI.onNewVersionAvailable(NewgroundsAPI.movie_options.movie_version, NewgroundsAPI.getMovieURL(), NewgroundsAPI.getNewVersionURL()); } if (NewgroundsAPI.movie_options.deny_host) { NewgroundsAPI.SendMessage('You have blocked \'localHost\' in your API settings.'); NewgroundsAPI.SendMessage('If you wish to test your movie you will need to remove this block.'); NewgroundsAPI.onDenyHost(NewgroundsAPI.host, NewgroundsAPI.getMovieURL(), NewgroundsAPI.getNewVersionURL()); } if (NewgroundsAPI.movie_options.request_portal_url == 1) { var v4 = NewgroundsAPI.GATEWAY_URL + '?&id=' + NewgroundsAPI.tracker_id + '&portal_url=' + escape(_url); var v3 = new XML(); v3.ignoreWhite = true; v3.load(v4); } } else { if (!NewgroundsAPI.movie_options.settings_loaded) { NewgroundsAPI.SendError('Could not establish connection to the API gateway.'); } } }; v1.SendStat = function (stat_id, open_in_browser, extra) { if (!NewgroundsAPI.tracker_id) { NewgroundsAPI.SendError('API calls cannot be made without a valid movie id.'); NewgroundsAPI.SendError('Did you remember to add the "NewgroundsAPI.connectMovie()" code?'); } else { var v7 = NewgroundsAPI.GATEWAY_URL + '?&id=' + NewgroundsAPI.tracker_id + '&host=' + escape(NewgroundsAPI.host) + '&stat=' + stat_id; for (var v9 in extra) { v7 += '&' + escape(v9) + '=' + escape(extra[v9]); } trace(v7); if (NewgroundsAPI.debug) { v7 += '&debug=1'; } if (open_in_browser) { getURL(v7, '_blank'); } else { var v10 = new XML(); v10.ignoreWhite = true; v10.onLoad = function (success) { var v6 = new Object(); var v3 = 0; while (v3 < this.firstChild.childNodes.length) { var v4 = this.firstChild.childNodes[v3]; var v5 = v4.nodeName; var v2 = v4.attributes.value; if (v2 == Number(v2)) { v2 = Number(v2); } v6[v5] = v2; ++v3; } NewgroundsAPI.ReadGatewayData(v6); }; v10.load(v7); } } }; v1.SendError = function (msg) { trace('[NEWGROUNDS API ERROR] :: ' + msg); }; v1.SendMessage = function (msg) { trace('[NEWGROUNDS API] :: ' + msg); }; v1.InitTextFormats = function () { if (!NewgroundsAPI.error_format) { NewgroundsAPI.error_format = new TextFormat(); NewgroundsAPI.error_format.font = 'Arial Black'; NewgroundsAPI.error_format.size = 48; NewgroundsAPI.error_format.color = 16711680; } if (!NewgroundsAPI.header_format) { NewgroundsAPI.header_format = new TextFormat(); NewgroundsAPI.header_format.font = 'Arial Black'; NewgroundsAPI.header_format.size = 24; NewgroundsAPI.header_format.color = 16777215; } if (!NewgroundsAPI.normal_format) { NewgroundsAPI.normal_format = new TextFormat(); NewgroundsAPI.normal_format.font = 'Arial'; NewgroundsAPI.normal_format.bold = true; NewgroundsAPI.normal_format.size = 12; NewgroundsAPI.normal_format.color = 16777215; } if (!NewgroundsAPI.link_format) { NewgroundsAPI.link_format = new TextFormat(); NewgroundsAPI.link_format.color = 16776960; NewgroundsAPI.link_format.underline = true; } }; v1.onNewVersionAvailable = function (version, movie_url, redirect_url) { NewgroundsAPI.InitTextFormats(); var v2 = new Object(); v2.x = Stage.width / 2; v2.y = Stage.height / 2; _root.createEmptyMovieClip('NGAPI_new_version_overlay', _root.getNextHighestDepth()); _root.NGAPI_new_version_overlay.lineStyle(1, 0, 100); _root.NGAPI_new_version_overlay.beginFill(0, 70); _root.NGAPI_new_version_overlay.moveTo(-10, -10); _root.NGAPI_new_version_overlay.lineTo(-10, 1000); _root.NGAPI_new_version_overlay.lineTo(1000, 1000); _root.NGAPI_new_version_overlay.lineTo(1000, -10); _root.NGAPI_new_version_overlay.lineTo(-10, -10); _root.NGAPI_new_version_overlay.endFill(); _root.NGAPI_new_version_overlay.lineStyle(10, 0, 100); _root.NGAPI_new_version_overlay.beginFill(51); _root.NGAPI_new_version_overlay.moveTo(v2.x - 240, v2.y - 120); _root.NGAPI_new_version_overlay.lineTo(v2.x + 240, v2.y - 120); _root.NGAPI_new_version_overlay.lineTo(v2.x + 240, v2.y + 80); _root.NGAPI_new_version_overlay.lineTo(v2.x - 240, v2.y + 80); _root.NGAPI_new_version_overlay.lineTo(v2.x - 240, v2.y - 120); _root.NGAPI_new_version_overlay.endFill(); _root.NGAPI_new_version_overlay.createEmptyMovieClip('exit', 1000); _root.NGAPI_new_version_overlay.exit.lineStyle(2, 39423, 100); _root.NGAPI_new_version_overlay.exit.beginFill(0, 50); _root.NGAPI_new_version_overlay.exit.moveTo(v2.x + 210, v2.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 230, v2.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 230, v2.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 210, v2.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 210, v2.y - 110); _root.NGAPI_new_version_overlay.exit.endFill(); _root.NGAPI_new_version_overlay.exit.moveTo(v2.x + 214, v2.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 226, v2.y - 94); _root.NGAPI_new_version_overlay.exit.moveTo(v2.x + 226, v2.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(v2.x + 214, v2.y - 94); _root.NGAPI_new_version_overlay.exit.onMouseUp = function () { if (_root.NGAPI_new_version_overlay.exit.hitTest(_root._xmouse, _root._ymouse)) { _root.NGAPI_new_version_overlay.removeMovieClip(); } }; var v3 = 'Version ' + version + ' is now available at:' + '\n'; var v5 = v3.length; v3 += movie_url; var v4 = v3.length; _root.NGAPI_new_version_overlay.createTextField('mouseblocker', 99, -10, -10, 1000, 1000); _root.NGAPI_new_version_overlay.createTextField('newversion', 100, v2.x - 210, v2.y - 90, 400, 80); _root.NGAPI_new_version_overlay.newversion.text = 'New Version Available!'; _root.NGAPI_new_version_overlay.newversion.setTextFormat(NewgroundsAPI.header_format); _root.NGAPI_new_version_overlay.createTextField('message', 101, (Stage.width - 400) / 2, Stage.height / 2, 400, 40); _root.NGAPI_new_version_overlay.message.text = v3; _root.NGAPI_new_version_overlay.message.multiline = true; _root.NGAPI_new_version_overlay.message.wordWrap = true; _root.NGAPI_new_version_overlay.message.html = true; _root.NGAPI_new_version_overlay.message.setTextFormat(NewgroundsAPI.normal_format); NewgroundsAPI.link_format.url = redirect_url; _root.NGAPI_new_version_overlay.message.setTextFormat(v5, v4, NewgroundsAPI.link_format); }; v1.onDenyHost = function (hostname, movie_url, redirect_url) { NewgroundsAPI.InitTextFormats(); _root.createEmptyMovieClip('NGAPI_deny_host_overlay', _root.getNextHighestDepth()); _root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100); _root.NGAPI_deny_host_overlay.beginFill(6684672); _root.NGAPI_deny_host_overlay.moveTo(0, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, 0); _root.NGAPI_deny_host_overlay.endFill(); var v2 = 'This movie has not been approved for use on ' + hostname + '.'; v2 += '\r\rFor an aproved copy, please visit:\r'; var v4 = v2.length; v2 += movie_url; var v3 = v2.length; _root.NGAPI_deny_host_overlay.createTextField('mousekill', 100, 0, 0, Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.createTextField('error', 101, (Stage.width - 400) / 2, Stage.height / 2 - 100, 400, 200); _root.NGAPI_deny_host_overlay.error.text = 'ERROR!'; _root.NGAPI_deny_host_overlay.error.setTextFormat(NewgroundsAPI.error_format); _root.NGAPI_deny_host_overlay.createTextField('message', 102, (Stage.width - 400) / 2, Stage.height / 2, 400, 200); _root.NGAPI_deny_host_overlay.message.text = v2; _root.NGAPI_deny_host_overlay.message.multiline = true; _root.NGAPI_deny_host_overlay.message.wordWrap = true; _root.NGAPI_deny_host_overlay.message.html = true; _root.NGAPI_deny_host_overlay.message.setTextFormat(NewgroundsAPI.normal_format); NewgroundsAPI.link_format.url = redirect_url; _root.NGAPI_deny_host_overlay.message.setTextFormat(v4, v3, NewgroundsAPI.link_format); }; v1.isInstalled = function () { return true; }; v1.onAdsApproved = function (ad_url) {}; v1.movie_options = new Object(); v1.custom_events = new Object(); v1.custom_links = new Object(); v1.MOVIE_VIEWS = 1; v1.AUTHOR_SITE = 2; v1.NEWGROUNDS = 3; v1.NEW_VERSION = 4; v1.CUSTOM_STATS = 50; v1.GATEWAY_URL = 'http://www.ngads.com/gateway.php'; ASSetPropFlags(_global.NewgroundsAPI.prototype, null, 1); } #endinitclip } frame 26 { snd.stop('Kimpotent - Japan 2.mp3'); } // unknown tag 88 length 73 // unknown tag 88 length 59 movieClip 74 { frame 6 { stop(); } } movieClip 93 { } frame 51 { stop(); } frame 51 { var snd = new Sound(); snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(100); snd.start(0, 99); } button 94 { on (release) { getURL('http://blazinggamer.newgrounds.com/news/', '_blank'); } } button 95 { on (release) { gotoAndPlay(11663); } } button 96 { on (release) { gotoAndPlay(86); } } button 97 { on (release) { gotoAndPlay(51); } } movieClip 101 { } frame 71 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(90); } frame 72 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(80); } frame 73 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(70); } frame 74 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(60); } frame 75 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(50); } frame 76 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(40); } frame 77 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(30); } frame 78 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(20); } frame 79 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(10); } frame 80 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(5); } frame 81 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(4); } frame 82 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(3); } frame 83 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(2); } frame 84 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(1); } frame 85 { gotoAndPlay(261); var snd = new Sound(); snd.attachSound('Kimpotent - Japan 2.mp3'); snd.stop('Kimpotent - Japan 2.mp3'); } frame 86 { stop(); } button 104 { on (release) { gotoAndPlay(26); } } movieClip 115 { } button 116 { on (release) { gotoAndPlay(112); } } movieClip 119 { } button 120 { on (release) { gotoAndPlay(87); } } movieClip 123 { } button 124 { on (release) { gotoAndPlay(137); } } movieClip 127 { } button 128 { on (release) { gotoAndPlay(162); } } movieClip 131 { } button 132 { on (release) { gotoAndPlay(187); } } movieClip 135 { } button 136 { on (release) { gotoAndPlay(212); } } movieClip 139 { } button 140 { on (release) { gotoAndPlay(237); } } button 143 { on (release) { gotoAndPlay(85); } } button 144 { on (release) { gotoAndPlay(1); } } button 145 { on (release) { gotoAndPlay(1); } } frame 91 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(90); } frame 92 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(80); } frame 93 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(70); } frame 94 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(60); } frame 95 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(50); } frame 96 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(40); } frame 97 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(30); } frame 98 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(20); } frame 99 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(10); } frame 100 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(5); } frame 101 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(4); } frame 102 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(3); } frame 103 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(2); } frame 104 { snd.stop('Kimpotent - Japan 2.mp3'); } frame 105 { snd.setVolume(100); } frame 105 { gotoAndPlay(2414); } frame 111 { stop(); } frame 116 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(90); } frame 117 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(80); } frame 118 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(70); } frame 119 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(60); } frame 120 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(50); } frame 121 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(40); } frame 122 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(30); } frame 123 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(20); } frame 124 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(10); } frame 125 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(5); } frame 126 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(4); } frame 127 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(3); } frame 128 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(2); } frame 129 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(1); } frame 130 { gotoAndPlay(261); snd.attachSound('Kimpotent - Japan 2.mp3'); snd.stop('Kimpotent - Japan 2.mp3'); } frame 136 { stop(); } frame 141 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(90); } frame 142 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(80); } frame 143 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(70); } frame 144 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(60); } frame 145 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(50); } frame 146 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(40); } frame 147 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(30); } frame 148 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(20); } frame 149 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(10); } frame 150 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(5); } frame 151 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(4); } frame 152 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(3); } frame 153 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(2); } frame 154 { snd.stop('Kimpotent - Japan 2.mp3'); } frame 155 { snd.setVolume(100); } frame 155 { gotoAndPlay(3687); } frame 161 { stop(); } frame 166 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(90); } frame 167 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(80); } frame 168 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(70); } frame 169 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(60); } frame 170 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(50); } frame 171 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(40); } frame 172 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(30); } frame 173 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(20); } frame 174 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(10); } frame 175 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(5); } frame 176 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(4); } frame 177 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(3); } frame 178 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(2); } frame 179 { snd.stop('Kimpotent - Japan 2.mp3'); } frame 180 { snd.setVolume(100); } frame 180 { gotoAndPlay(7082); } frame 186 { stop(); } frame 191 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(90); } frame 192 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(80); } frame 193 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(70); } frame 194 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(60); } frame 195 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(50); } frame 196 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(40); } frame 197 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(30); } frame 198 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(20); } frame 199 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(10); } frame 200 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(5); } frame 201 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(4); } frame 202 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(3); } frame 203 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(2); } frame 204 { snd.stop('Kimpotent - Japan 2.mp3'); } frame 205 { snd.setVolume(100); } frame 205 { gotoAndPlay(8450); } frame 211 { stop(); } frame 216 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(90); } frame 217 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(80); } frame 218 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(70); } frame 219 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(60); } frame 220 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(50); } frame 221 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(40); } frame 222 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(30); } frame 223 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(20); } frame 224 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(10); } frame 225 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(5); } frame 226 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(4); } frame 227 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(3); } frame 228 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(2); } frame 229 { snd.stop('Kimpotent - Japan 2.mp3'); } frame 230 { snd.setVolume(100); } frame 230 { gotoAndPlay(9598); } frame 236 { stop(); } frame 241 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(90); } frame 242 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(80); } frame 243 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(70); } frame 244 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(60); } frame 245 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(50); } frame 246 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(40); } frame 247 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(30); } frame 248 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(20); } frame 249 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(10); } frame 250 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(5); } frame 251 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(4); } frame 252 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(3); } frame 253 { snd.attachSound('Kimpotent - Japan 2.mp3'); snd.setVolume(2); } frame 254 { snd.stop('Kimpotent - Japan 2.mp3'); } frame 255 { snd.setVolume(100); } frame 255 { gotoAndPlay(10762); } movieClip 155 { } frame 297 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.mp3'); Song.setVolume(100); Song.start(0, 99); } // unknown tag 88 length 66 movieClip 161 { } frame 1035 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.2.mp3'); Song.setVolume(80); } frame 1061 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.2.mp3'); Song.setVolume(60); } frame 1085 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.2.mp3'); Song.setVolume(40); } frame 1135 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.mp3'); Song.setVolume(20); } frame 1156 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.mp3'); Song.setVolume(10); } frame 1167 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.mp3'); Song.setVolume(5); } frame 1168 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.mp3'); Song.setVolume(4); } frame 1169 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.mp3'); Song.setVolume(3); } frame 1170 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.mp3'); Song.setVolume(2); } frame 1171 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.mp3'); Song.setVolume(1); } frame 1174 { Song = new Sound(); Song.attachSound('BlazingDragon - Sadness and Sorrow v.mp3'); Song.setVolume(0); } frame 1175 { Song.stop('BlazingDragon - Sadness and Sorrow v.mp3'); } frame 1189 { Song.setVolume(100); } frame 1190 { _root.createEmptyMovieClip('s1', 1); _root.createEmptyMovieClip('s2', 2); background = new Sound(s1); background.attachSound('Beach'); background.setVolume(5); background.start(0, 99); } movieClip 164 { } // unknown tag 88 length 68 movieClip 171 { } movieClip 180 { } movieClip 190 { } frame 1804 { blast = new Sound(s2); blast.attachSound('Yoshi 1'); blast.setVolume(100); blast.start(0, 1); } movieClip 225 { } movieClip 237 { } frame 2408 { background.setVolume(5); } frame 2409 { background.setVolume(4); } frame 2410 { background.setVolume(3); } frame 2411 { background.setVolume(2); } frame 2412 { background.setVolume(1); } frame 2413 { gotoAndPlay(2414); background.stop('Beach'); } frame 2414 { snd.setVolume(100); } frame 2433 { _root.createEmptyMovieClip('s1', 1); _root.createEmptyMovieClip('s2', 2); background = new Sound(s1); background.attachSound('Bosaki\'s Lair BGM'); background.setVolume(10); background.start(0, 99); } movieClip 241 { } frame 2868 { background.attachSound('Bosaki\'s Lair BGM'); background.setVolume(5); } frame 2938 { blast = new Sound(s2); blast.attachSound('Air Roar'); blast.setVolume(50); blast.start(0, 1); } movieClip 256 { } frame 3018 { blast.attachSound('Air Roar'); blast.setVolume(25); } frame 3019 { blast.attachSound('Air Roar'); blast.setVolume(15); } frame 3020 { blast.attachSound('Air Roar'); blast.setVolume(10); } frame 3021 { blast.attachSound('Air Roar'); blast.setVolume(5); } frame 3022 { blast.attachSound('Air Roar'); blast.setVolume(3); } frame 3023 { blast.attachSound('Air Roar'); blast.setVolume(1); } movieClip 274 { } frame 3398 { background.attachSound('Bosaki\'s Lair BGM'); background.setVolume(5); } movieClip 280 { } frame 3520 { background.attachSound('Bosaki\'s Lair BGM'); background.setVolume(4); } frame 3521 { background.attachSound('Bosaki\'s Lair BGM'); background.setVolume(3); } frame 3522 { background.attachSound('Bosaki\'s Lair BGM'); background.setVolume(2); } frame 3523 { background.attachSound('Bosaki\'s Lair BGM'); background.setVolume(1); } frame 3524 { background.stop('Bosaki\'s Lair BGM'); } movieClip 288 { } frame 3679 { gotoAndPlay(3687); } movieClip 299 { } movieClip 305 { } movieClip 315 { } movieClip 324 { } frame 3862 { _root.createEmptyMovieClip('s1', 1); _root.createEmptyMovieClip('s2', 2); background = new Sound(s1); background.attachSound('Battle'); background.setVolume(100); background.start(0, 99); } movieClip 356 { } movieClip 365 { } movieClip 384 { } movieClip 401 { } movieClip 404 { } movieClip 410 { } movieClip 411 { } movieClip 415 { } frame 4435 { background.attachSound('Battle'); background.setVolume(50); } movieClip 432 { } movieClip 439 { } frame 4620 { background.attachSound('Battle'); background.setVolume(45); } frame 4621 { background.attachSound('Battle'); background.setVolume(40); } frame 4622 { background.attachSound('Battle'); background.setVolume(35); } frame 4623 { background.attachSound('Battle'); background.setVolume(30); } frame 4624 { background.attachSound('Battle'); background.setVolume(25); } frame 4625 { background.attachSound('Battle'); background.setVolume(20); } frame 4626 { background.attachSound('Battle'); background.setVolume(15); } frame 4627 { background.attachSound('Battle'); background.setVolume(10); } frame 4628 { background.attachSound('Battle'); background.setVolume(5); } frame 4629 { background.attachSound('Battle'); background.setVolume(4); } frame 4630 { background.attachSound('Battle'); background.setVolume(3); } frame 4631 { background.attachSound('Battle'); background.setVolume(2); } frame 4632 { background.attachSound('Battle'); background.setVolume(1); } movieClip 450 { } movieClip 456 { } frame 4835 { background.attachSound('Battle'); background.setVolume(1); } frame 4836 { background.attachSound('Battle'); background.setVolume(2); } frame 4837 { background.attachSound('Battle'); background.setVolume(3); } frame 4838 { background.attachSound('Battle'); background.setVolume(4); } frame 4839 { background.attachSound('Battle'); background.setVolume(5); } frame 4840 { background.attachSound('Battle'); background.setVolume(10); } frame 4841 { background.attachSound('Battle'); background.setVolume(15); } frame 4842 { background.attachSound('Battle'); background.setVolume(20); } frame 4843 { background.attachSound('Battle'); background.setVolume(25); } frame 4844 { background.attachSound('Battle'); background.setVolume(30); } frame 4845 { background.attachSound('Battle'); background.setVolume(35); } frame 4846 { background.attachSound('Battle'); background.setVolume(40); } frame 4847 { background.attachSound('Battle'); background.setVolume(45); } frame 4848 { background.attachSound('Battle'); background.setVolume(50); } movieClip 473 { } movieClip 478 { } frame 5058 { background.attachSound('Battle'); background.setVolume(45); } frame 5059 { background.attachSound('Battle'); background.setVolume(40); } frame 5060 { background.attachSound('Battle'); background.setVolume(35); } frame 5061 { background.attachSound('Battle'); background.setVolume(30); } frame 5062 { background.attachSound('Battle'); background.setVolume(25); } frame 5063 { background.attachSound('Battle'); background.setVolume(20); } frame 5064 { background.attachSound('Battle'); background.setVolume(15); } frame 5065 { background.attachSound('Battle'); background.setVolume(10); } frame 5066 { background.attachSound('Battle'); background.setVolume(5); } frame 5067 { background.attachSound('Battle'); background.setVolume(4); } frame 5068 { background.attachSound('Battle'); background.setVolume(3); } frame 5069 { background.attachSound('Battle'); background.setVolume(2); } frame 5070 { background.attachSound('Battle'); background.setVolume(1); } movieClip 486 { } movieClip 493 { } movieClip 495 { } movieClip 512 { } movieClip 514 { } frame 5933 { background.attachSound('Battle'); background.setVolume(1); } frame 5934 { background.attachSound('Battle'); background.setVolume(2); } movieClip 521 { } frame 5935 { background.attachSound('Battle'); background.setVolume(3); } frame 5936 { background.attachSound('Battle'); background.setVolume(4); } frame 5937 { background.attachSound('Battle'); background.setVolume(5); } frame 5938 { background.attachSound('Battle'); background.setVolume(10); } movieClip 523 { } frame 5939 { background.attachSound('Battle'); background.setVolume(15); } frame 5940 { background.attachSound('Battle'); background.setVolume(20); } frame 5941 { background.attachSound('Battle'); background.setVolume(25); } frame 5942 { background.attachSound('Battle'); background.setVolume(30); } frame 5943 { background.attachSound('Battle'); background.setVolume(35); } frame 5944 { background.attachSound('Battle'); background.setVolume(40); } frame 5945 { background.attachSound('Battle'); background.setVolume(45); } movieClip 526 { } movieClip 533 { } movieClip 541 { } movieClip 548 { } movieClip 550 { } frame 6544 { background.setVolume(0); } frame 6544 { background.setVolume(0); } frame 6577 { background.setVolume(50); } frame 6577 { background.setVolume(50); } movieClip 567 { } frame 7032 { background.setVolume(45); } frame 7037 { background.setVolume(40); } frame 7042 { background.setVolume(35); } frame 7047 { background.setVolume(30); } frame 7051 { background.setVolume(25); } frame 7055 { background.setVolume(25); } frame 7059 { background.setVolume(20); } frame 7063 { background.setVolume(15); } frame 7068 { background.setVolume(10); } frame 7073 { background.setVolume(5); } frame 7077 { background.setVolume(4); } frame 7078 { background.setVolume(3); } frame 7079 { background.setVolume(2); } frame 7080 { background.setVolume(1); } frame 7081 { background.setVolume(0); } frame 7081 { gotoAndPlay(7082); } frame 7082 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.start(0, 99); bgSound.setVolume(50); } movieClip 593 { } movieClip 594 { } movieClip 597 { } movieClip 598 { } movieClip 601 { } frame 7644 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(45); } frame 7648 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(40); } frame 7652 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(35); } frame 7656 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(30); } frame 7660 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(25); } frame 7664 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(20); } frame 7668 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(15); } frame 7672 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(10); } frame 7676 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(5); } frame 7680 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(4); } frame 7684 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(3); } frame 7688 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(2); } frame 7692 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(1); } frame 7696 { bgSound.stop(); } frame 7697 { bgSound.setVolume(100); } frame 8019 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.start(0, 99); bgSound.setVolume(25); } movieClip 617 { } movieClip 618 { } movieClip 629 { } // unknown tag 88 length 68 frame 8440 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(22); } frame 8441 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(18); } frame 8442 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(14); } frame 8443 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(9); } frame 8444 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(5); } frame 8445 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(4); } frame 8446 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(3); } frame 8447 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(2); } frame 8448 { bgSound = new Sound(this); bgSound.attachSound('AVisionMusix'); bgSound.setVolume(1); } frame 8449 { bgSound.stop('AVisionMusix'); } frame 8449 { gotoAndPlay(8450); } frame 8450 { background.setVolume(100); background.stop('Battle'); } frame 8555 { bgSound = new Sound(this); bgSound.attachSound('FriendinmyHeart'); bgSound.start(0, 99); bgSound.setVolume(150); } frame 8787 { bgSound.stop('FriendinmyHeart'); } frame 8929 { bgSound = new Sound(this); bgSound.attachSound('FriendinmyHeart'); bgSound.start(0, 99); bgSound.setVolume(10); } frame 8930 { bgSound.setVolume(20); } frame 8931 { bgSound.setVolume(30); } frame 8932 { bgSound.setVolume(40); } frame 8933 { bgSound.setVolume(50); } frame 8934 { bgSound.setVolume(60); } frame 8935 { bgSound.setVolume(70); } frame 8936 { bgSound.setVolume(80); } frame 8937 { bgSound.setVolume(90); } frame 8938 { bgSound.setVolume(100); } frame 9568 { bgSound.setVolume(95); } frame 9569 { bgSound.setVolume(90); } frame 9570 { bgSound.setVolume(85); } frame 9571 { bgSound.setVolume(80); } frame 9572 { bgSound.setVolume(75); } frame 9573 { bgSound.setVolume(70); } frame 9574 { bgSound.setVolume(65); } frame 9575 { bgSound.setVolume(60); } frame 9576 { bgSound.setVolume(55); } frame 9577 { bgSound.setVolume(50); } frame 9578 { bgSound.setVolume(45); } frame 9579 { bgSound.setVolume(40); } frame 9580 { bgSound.setVolume(35); } frame 9581 { bgSound.setVolume(30); } frame 9582 { bgSound.setVolume(25); } frame 9583 { bgSound.setVolume(20); } frame 9584 { bgSound.setVolume(15); } frame 9585 { bgSound.setVolume(10); } frame 9586 { bgSound.setVolume(9); } frame 9587 { bgSound.setVolume(8); } frame 9588 { bgSound.setVolume(7); } frame 9589 { bgSound.setVolume(6); } frame 9590 { bgSound.setVolume(5); } frame 9591 { bgSound.setVolume(4); } frame 9592 { bgSound.setVolume(3); } frame 9593 { bgSound.setVolume(2); } frame 9594 { bgSound.setVolume(1); } frame 9595 { bgSound.stop(); } frame 9598 { bgSound.setVolume(100); } frame 9690 { _root.createEmptyMovieClip('s3', 3); _root.createEmptyMovieClip('s4', 4); background = new Sound(s3); background.attachSound('Peaceful Day'); background.setVolume(1); background.start(0, 99); } frame 9691 { background.setVolume(2); } frame 9692 { background.setVolume(3); } frame 9693 { background.setVolume(4); } frame 9694 { background.setVolume(5); } frame 9695 { background.setVolume(6); } frame 9696 { background.setVolume(7); } frame 9697 { background.setVolume(8); } frame 9698 { background.setVolume(9); } frame 9699 { background.setVolume(10); } frame 9948 { background.stop(); } movieClip 696 { } frame 10096 { _root.createEmptyMovieClip('s3', 3); _root.createEmptyMovieClip('s4', 4); background = new Sound(s3); background.attachSound('Peaceful Day'); background.setVolume(10); background.start(0, 99); } // unknown tag 88 length 63 frame 10719 { background.setVolume(9); } frame 10720 { background.setVolume(8); } frame 10721 { background.setVolume(7); } frame 10722 { background.setVolume(6); } frame 10723 { background.setVolume(5); } frame 10724 { background.setVolume(4); } frame 10725 { background.setVolume(3); } frame 10726 { background.setVolume(2); } frame 10727 { background.setVolume(1); } frame 10728 { background.stop('Peaceful Day'); } frame 10761 { gotoAndPlay(10762); } frame 10762 { _root.createEmptyMovieClip('s3', 3); _root.createEmptyMovieClip('s4', 4); background = new Sound(s3); background.attachSound('Ending'); background.setVolume(50); background.start(0, 99); } frame 10987 { blast = new Sound(); blast.attachSound('Air Roar'); blast.setVolume(100); blast.start(0, 1); } frame 11059 { blast.stop('Air Roar'); } movieClip 743 { } movieClip 747 { } movieClip 751 { } movieClip 755 { } frame 11560 { background.stop('Ending'); } movieClip 756 { } frame 11662 { gotoAndPlay(11663); } frame 11663 { snd.stop('Kimpotent - Japan 2.mp3'); } button 765 { on (release) { gotoAndPlay(1); } } frame 11672 { stop(); }




http://swfchan.com/11/54351/info.shtml
Created: 21/4 -2019 19:18:01 Last modified: 21/4 -2019 19:18:01 Server time: 17/05 -2024 10:54:27