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

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

Sonic Hedgehog Canon - fire your sonic furry down the stage to gain distance.swf

This is the info page for
Flash #89156

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { NewgroundsAPI.connectMovie(6945); NewgroundsAPI.addCustomEvent(1, 'HyperSonicEngaged'); } movieClip 3062 __Packages.NewgroundsAPI { #initclip if (!_global.NewgroundsAPI) { _global.NewgroundsAPI = function () {}; var v1 = _global.NewgroundsAPI.prototype; _global.NewgroundsAPI.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); } } }; _global.NewgroundsAPI.setMovieVersion = function (movie_version) { if (!movie_version) { NewgroundsAPI.SendError('Missing required \'version\' in NewgroundsAPI.setMovieVersion(version:String)'); } else { NewgroundsAPI.version = movie_version; } }; _global.NewgroundsAPI.debugMode = function () { NewgroundsAPI.debug = true; }; _global.NewgroundsAPI.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); } } }; _global.NewgroundsAPI.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); } } }; _global.NewgroundsAPI.loadMySite = function () { NewgroundsAPI.SendLink(NewgroundsAPI.AUTHOR_SITE); }; _global.NewgroundsAPI.loadNewgrounds = function (special) { if (special) { var v1 = {'page': special}; } NewgroundsAPI.SendLink(NewgroundsAPI.NEWGROUNDS, v1); }; _global.NewgroundsAPI.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]); } } }; _global.NewgroundsAPI.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]); } } }; _global.NewgroundsAPI.getAdURL = function () { return NewgroundsAPI.movie_options.ad_url; }; _global.NewgroundsAPI.getMovieURL = function () { if (NewgroundsAPI.movie_options.movie_url) { return NewgroundsAPI.movie_options.movie_url; } else { return 'Newgrounds.com'; } }; _global.NewgroundsAPI.getNewVersionURL = function () { return NewgroundsAPI.GATEWAY_URL + '?&id=' + NewgroundsAPI.tracker_id + '&host=' + escape(NewgroundsAPI.host) + '&stat=' + NewgroundsAPI.NEW_VERSION; }; _global.NewgroundsAPI.SendEvent = function (id) { NewgroundsAPI.SendStat(id, false); }; _global.NewgroundsAPI.SendLink = function (id, extra) { NewgroundsAPI.SendStat(id, true, extra); }; _global.NewgroundsAPI.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.'); } } }; _global.NewgroundsAPI.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); } } }; _global.NewgroundsAPI.SendError = function (msg) { trace('[NEWGROUNDS API ERROR] :: ' + msg); }; _global.NewgroundsAPI.SendMessage = function (msg) { trace('[NEWGROUNDS API] :: ' + msg); }; _global.NewgroundsAPI.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; } }; _global.NewgroundsAPI.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); }; _global.NewgroundsAPI.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); }; _global.NewgroundsAPI.isInstalled = function () { return true; }; _global.NewgroundsAPI.onAdsApproved = function (ad_url) {}; _global.NewgroundsAPI.movie_options = new Object(); _global.NewgroundsAPI.custom_events = new Object(); _global.NewgroundsAPI.custom_links = new Object(); _global.NewgroundsAPI.MOVIE_VIEWS = 1; _global.NewgroundsAPI.AUTHOR_SITE = 2; _global.NewgroundsAPI.NEWGROUNDS = 3; _global.NewgroundsAPI.NEW_VERSION = 4; _global.NewgroundsAPI.CUSTOM_STATS = 50; _global.NewgroundsAPI.GATEWAY_URL = 'http://www.ngads.com/gateway.php'; ASSetPropFlags(_global.NewgroundsAPI.prototype, null, 1); } #endinitclip } frame 2 { stop(); } movieClip 131 { } movieClip 133 { } instance tipsbox of movieClip 133 { onClipEvent (load) { tipsie = new Array(); tipsie[1] = 'How to play :\nStep 1 – Buy a character from the main menu.\nStep 2 – Click on a purchased character to start.\nStep 3 - Select a level to play on or spin the randomizer.'; tipsie[2] = 'Firing the cannon :\nStep 1 : Hold up or down to angle the cannon\nStep 2 : Hold right to charge up power\nStep 3 : Tap space to fire.'; tipsie[3] = 'How To Fly : \nCertain characters have the ability to fly when they hit an orange fly gate. Simply tap the arrow key that appears on screen to get a small boost in flight.'; tipsie[4] = 'Quick keys : \nAt the menu you can tap R to go to a random purchased character. Also anywhere during the game you can hold “Z” for 3 seconds to abort your current run. Tap “X” to turn off the sound effects. Tap “M” to skip the current song.'; tipsie[5] = 'Goals :\nLonger distances merits more rings that you can use to purchase new characters and store items. Rings can also be obtained from the minigames once you unlock them.'; tipsie[6] = 'Ring multiplier :\nEvery 10 characters that you unlock gives you a ring multiplier that can give you more rings after each run. So in turn, the game gets easier as it goes along.'; tipsie[7] = 'Store :\nAll the locked characters and content can be unlocked from store items. A new item appears each day so come back everyday to get them all! This may be tough so if you don’t have the time, feel free to cheat the system clock.'; tipsie[8] = 'Shields and features :\nShields and other features found on the main menu can be found in the store on special days. These can greatly assist your characters by allowing them to go for longer distances.'; tipsie[9] = 'Game Progress :\nOff the store page you can find the Vault and the Progress pages. Here you can check how far you have come and how far you must go before unlocking all of the content.'; tipsie[10] = 'Options :\nIn the options menu, you can set the camera’s zoom, sound effects volume and on-off switch, music on-off switch, quality, and if you want to save the high scores of the next few runs (good for amusing little siblings without ruining your game).'; tipsie[11] = 'Music options :\nOff the main options is the music options page. If you don’t like a particular song you can shut it off. You can also set the songs to play in a random order or in the preset playlist'; tipsie[12] = 'Saving / Loading : \nThere are 3 quick slots you can load or save from. Be careful about using these with multiple users because they can be easily over written. The custom slot is used for unlimited files with a small password. Just don’t forget the word you saved the file under.'; var counter = 1; _root.tips = tipsie[counter]; } } button 136 { on (release) { if (_root.tipsbox.counter < 12) { _root.tipsbox.counter += 1; } _root.tips = _root.tipsbox.tipsie[_root.tipsbox.counter]; } } button 137 { on (release) { if (_root.tipsbox.counter > 1) { _root.tipsbox.counter -= 1; } _root.tips = _root.tipsbox.tipsie[_root.tipsbox.counter]; } } button 140 { on (press) { _root.play(); } } movieClip 145 { } movieClip 150 { frame 1 { stop(); } } instance of movieClip 150 { onClipEvent (load) { if (_root.getBytesLoaded() / _root.getBytesTotal() != 1) { } else {} this.gotoAndStop((_root.getBytesLoaded() / _root.getBytesTotal()) * 100 + 1); } onClipEvent (enterFrame) { if (_root.getBytesLoaded() / _root.getBytesTotal() != 1) { _root.playbut._visible = false; _root.pcent = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + '%'; } else { _root.pcent = ''; _root.pbox._visible = false; _root.loadingtext.gotoAndStop(1); _root.playbut._visible = true; } this.gotoAndStop(Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100) + 1); } } movieClip 152 { } movieClip 154 { } movieClip 156 { } movieClip 158 { } movieClip 160 { } movieClip 162 { } movieClip 164 { } movieClip 166 { } movieClip 167 { } button 170 { on (release) { getURL('http://www.jtcoflash.tk', _blank); } } movieClip 172 { } movieClip 174 { } movieClip 176 { } movieClip 181 { } instance of movieClip 181 { onClipEvent (load) { _global.safepass = 'yessir'; } } instance of movieClip 181 { onClipEvent (load) { _global.safepass = 'yessir'; } } instance of movieClip 181 { onClipEvent (load) { _global.safepass = 'yessir'; } } instance of movieClip 181 { onClipEvent (load) { _global.safepass = 'yessir'; } } instance of movieClip 181 { onClipEvent (load) { _global.safepass = 'yessir'; } } instance of movieClip 181 { onClipEvent (load) { _global.safepass = 'yessir'; } } instance of movieClip 181 { onClipEvent (load) { _global.safepass = 'yessir'; } } frame 125 { _global.musicnuke = false; _global.musicreset = false; _global.playtype = 'noplay'; _global.bgsound = true; } movieClip 185 { frame 1 { gotoAndPlay(60); } frame 3959 { _global.musicreset = true; stop(); } } movieClip 187 { frame 3524 { _global.musicreset = true; stop(); } } movieClip 189 { frame 3117 { _global.musicreset = true; stop(); } } movieClip 191 { frame 3131 { _global.musicreset = true; stop(); } } movieClip 193 { frame 2234 { _global.musicreset = true; stop(); } } movieClip 195 { frame 3372 { _global.musicreset = true; stop(); } } movieClip 197 { frame 3464 { _global.musicreset = true; stop(); } } movieClip 199 { frame 8879 { _global.musicreset = true; stop(); } } movieClip 200 { } instance musicmaster of movieClip 200 { onClipEvent (load) { if (this._name == 'musicmaster') { this.duplicateMovieClip('musicclip', 6534); } else { var songcount = 1; } } onClipEvent (enterFrame) { if (this._name != 'musicmaster') { if (!_global.bgsound) { this.gotoAndStop(9); } else { if (_global.musicreset) { do { if (_global.playtype == 'playlist') { songcount += 1; } else { if (_global.playtype == 'random') { songcount = random(8) + 1; } else { if (_global.playtype == 'noplay') { break; } } } if (songcount == 6 && !_global.boughtstore[17]) { songcount += 1; } if (songcount == 7 && !_global.boughtstore[27]) { songcount += 1; } if (songcount == 8 && !_global.boughtstore[7]) { songcount += 1; } if (songcount >= 9) { songcount = 1; } if (_global.songsactive[songcount] == undefined) { _global.songsactive[songcount] = true; } } while (!_global.songsactive[songcount]); _global.musicreset = false; this.gotoAndStop(songcount); this.musicbox.gotoAndPlay(1); } this.gotoAndStop(songcount); if (_global.musicnuke) { this.removeMovieClip(); } } } } } movieClip 204 { } instance quickkeymaster of movieClip 204 { onClipEvent (load) { if (this._name == 'quickkeymaster') { this.duplicateMovieClip('quickkey', 6535); } else { var aborter = 0; } } onClipEvent (keyUp) { if (Key.getCode() == 88) { _global.soundfx = !_global.soundfx; } if (Key.getCode() == 77) { _global.musicreset = true; } } onClipEvent (enterFrame) { if (Key.isDown(90)) { aborter += 1; } else { aborter = 0; } if (aborter >= 75 && _global.reshoot == false) { _global.reshoot = true; _global.aroundflag = false; _root.soundplay('wrongring'); _root.gotoAndStop('charmenu'); } } } movieClip 208 { } movieClip 210 { } movieClip 212 { 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 214 { instance of movieClip 133 { onClipEvent (load) { _root.cslot = _global.customsave; } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { _root.cslot = ''; } } } } instance of movieClip 214 { onClipEvent (load) { var faketimer = 0; this._alpha = 0; } onClipEvent (mouseDown) { faketimer = 1; this._alpha = 75; } onClipEvent (keyUp) { faketimer = 1; this._alpha = 75; } onClipEvent (keyDown) { if (Key.getCode() == 32) { _root.gotoAndPlay('vars'); } } onClipEvent (enterFrame) { if (faketimer >= 30) { this._alpha = 0; this._visible = false; this._x = 1000; this._y = 1000; faketimer = 0; } else { if (faketimer >= 25) { this._alpha -= faketimer; } else { if (faketimer >= 1) { faketimer += 1; this._xscale = (100 / _root._xscale) * 100; this._yscale = (100 / _root._yscale) * 100; } } } this._x = _root._xmouse; this._y = _root._ymouse; } } movieClip 217 { } frame 130 { if (!Key.isDown(32)) { } } movieClip 228 { } movieClip 231 { } movieClip 235 { } movieClip 238 { } movieClip 239 { } movieClip 248 { } movieClip 251 { } movieClip 252 { } movieClip 255 { } movieClip 258 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav = _root.char1.grav * -1.5 + 20; if (_root.char1.speed < 1) { _root.char1.speed = 1; } _root.char1.speed *= 1.5; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } if (_global.soundfx) { _root.soundplay('spring'); } _parent.play(); } } } } instance of movieClip 258 { onClipEvent (load) { this.play(); } onClipEvent (enterFrame) { this.play(); } } instance of movieClip 258 { onClipEvent (enterFrame) { this.play(); } } movieClip 262 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav = _root.char1.grav * -1.5 + 20; if (_root.char1.speed < 1) { _root.char1.speed = 1; } _root.char1.speed *= 1.5; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _root.soundplay('spring'); _parent.play(); } } } } instance of movieClip 262 { onClipEvent (load) { this.gotoAndStop(7); } } instance of movieClip 262 { onClipEvent (load) { this.gotoAndStop(1); } } movieClip 264 { } movieClip 269 { } movieClip 274 { } movieClip 278 { } movieClip 280 { } movieClip 282 { } movieClip 284 { } movieClip 285 { instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { _root.char1.action = 'fly'; } } } } movieClip 292 { } movieClip 293 { } movieClip 294 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { _root.char1.grav = -1.1 * _root.char1.grav; _root.char1.speed += 3; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } if (_global.soundfx) { } _root.soundplay('pop'); _parent.gotoAndStop(6); } } } } instance of movieClip 294 { onClipEvent (load) { this.gotoAndStop(6); } } movieClip 301 { } movieClip 318 { } movieClip 320 { instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _global.shieldfocus != 6) { _root.char1.speed /= 1.5; _root.char1.action = 'hurt'; if (_root.char1._x > _parent._x) { _root.char1._x += 3; } else { _root.char1._x -= 3; } } } } } movieClip 321 { } movieClip 327 { } movieClip 332 { instance a1 of movieClip 255 { onClipEvent (load) { var allreadyhurt = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav > -10) { if (_root.char1.speed < 1) { _root.char1.speed = 1; } _root.char1.grav = (_root.char1.grav / 2) * -1; _root.char1.speed *= 1.01; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } do { _root.char1._y -= 1; } while (this.hitTest(_root.char1)); _root.char1._y += 1; } else { if (this.hitTest(_root.char1) && _root.char1.grav <= -10 && allreadyhurt == false && _global.shieldfocus != 6) { if (_root.char1.speed < 1) { _root.char1.speed = 1; } _root.char1.grav = (_root.char1.grav / _root.char1.bounce) * -1; _root.char1.speed /= _root.char1.bounce; _root.char1.action = 'hurt'; allreadyhurt = true; } } } } } instance obj2 of movieClip 332 { } movieClip 336 { } movieClip 338 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav > 0) { _root.char1.grav *= -1.5; _root.soundplay('bumper'); } } } } movieClip 345 { } instance of movieClip 338 { onClipEvent (enterFrame) { this.play(); } } movieClip 351 { } instance of movieClip 338 { onClipEvent (enterFrame) { this.play(); } } movieClip 356 { } instance of movieClip 338 { onClipEvent (enterFrame) { this.play(); } } frame 1122 { if (done != 'yep') { var compound = 0; var mass = 0; var bounce = 0; var ahwho = ''; var letter = ''; _global.statsmass = new Array(); _global.statsbounce = new Array(); _global.chars = new Array(); _global.chars[0] = 'chao'; _global.statsmass[0] = 30; _global.statsbounce[0] = 1.3; _global.chars[1] = 'sonic'; _global.statsmass[1] = 35; _global.statsbounce[1] = 1.5; _global.chars[2] = 'amy'; _global.statsmass[2] = 30; _global.statsbounce[2] = 1.6; _global.chars[3] = 'knux'; _global.statsmass[3] = 40; _global.statsbounce[3] = 1.7; _global.chars[4] = 'cream'; _global.statsmass[4] = 32; _global.statsbounce[4] = 1.9; _global.chars[5] = 'metal'; _global.statsmass[5] = 60; _global.statsbounce[5] = 1.4; _global.chars[6] = 'silversonic'; _global.statsmass[6] = 80; _global.statsbounce[6] = 1.5; _global.chars[7] = 'rouge'; _global.statsmass[7] = 33; _global.statsbounce[7] = 1.5; _global.chars[8] = 'shadow'; _global.statsmass[8] = 36; _global.statsbounce[8] = 1.6; _global.chars[9] = 'tails'; _global.statsmass[9] = 34; _global.statsbounce[9] = 1.9; _global.chars[10] = 'zero'; _global.statsmass[10] = 40; _global.statsbounce[10] = 1.26; _global.chars[11] = 'vector'; _global.statsmass[11] = 42; _global.statsbounce[11] = 1.7; _global.chars[12] = 'mighty'; _global.statsmass[12] = 38; _global.statsbounce[12] = 1.44; _global.chars[13] = 'espio'; _global.statsmass[13] = 33; _global.statsbounce[13] = 1.47; _global.chars[14] = 'charmy'; _global.statsmass[14] = 29; _global.statsbounce[14] = 1.3; _global.chars[15] = 'wechnia'; _global.statsmass[15] = 37; _global.statsbounce[15] = 1.65; _global.chars[16] = 'tikal'; _global.statsmass[16] = 33; _global.statsbounce[16] = 1.68; _global.chars[17] = 'tailsdoll'; _global.statsmass[17] = 32; _global.statsbounce[17] = 1.67; _global.chars[18] = 'mechatails'; _global.statsmass[18] = 57; _global.statsbounce[18] = 1.55; _global.chars[19] = 'big'; _global.statsmass[19] = 43; _global.statsbounce[19] = 1.56; _global.chars[20] = 'metalknux'; _global.statsmass[20] = 65; _global.statsbounce[20] = 1.5; _global.chars[21] = 'metalshadow'; _global.statsmass[21] = 63; _global.statsbounce[21] = 1.5; _global.chars[22] = 'lightchao'; _global.statsmass[22] = 28; _global.statsbounce[22] = 1.29; _global.chars[23] = 'darkchao'; _global.statsmass[23] = 32; _global.statsbounce[23] = 1.4; _global.chars[24] = 'chaoschao'; _global.statsmass[24] = 30; _global.statsbounce[24] = 1.3; _global.chars[25] = 'ray'; _global.statsmass[25] = 35; _global.statsbounce[25] = 1.47; _global.chars[26] = 'bark'; _global.statsmass[26] = 40; _global.statsbounce[26] = 1.65; _global.chars[27] = 'bean'; _global.statsmass[27] = 36; _global.statsbounce[27] = 1.53; _global.chars[28] = 'creamdoll'; _global.statsmass[28] = 33; _global.statsbounce[28] = 1.8; _global.chars[29] = 'ashura'; _global.statsmass[29] = 37; _global.statsbounce[29] = 1.58; _global.chars[30] = 'jet'; _global.statsmass[30] = 36; _global.statsbounce[30] = 1.47; _global.chars[31] = 'nack'; _global.statsmass[31] = 38; _global.statsbounce[31] = 1.51; _global.chars[32] = 'silver'; _global.statsmass[32] = 32; _global.statsbounce[32] = 1.65; _global.chars[33] = 'blaze'; _global.statsmass[33] = 31; _global.statsbounce[33] = 1.45; _global.chars[34] = 'wave'; _global.statsmass[34] = 34; _global.statsbounce[34] = 1.43; _global.chars[35] = 'supersonic'; _global.statsmass[35] = 30; _global.statsbounce[35] = 1.29; _global.chars[36] = 'supershadow'; _global.statsmass[36] = 31; _global.statsbounce[36] = 1.29; _global.chars[37] = 'superknux'; _global.statsmass[37] = 35; _global.statsbounce[37] = 1.29; _global.chars[38] = 'supertails'; _global.statsmass[38] = 29; _global.statsbounce[38] = 1.29; _global.chars[39] = 'hypersonic'; _global.statsmass[39] = 25; _global.statsbounce[39] = 1.299; _global.chars[40] = 'bunnie'; _global.statsmass[40] = 32; _global.statsbounce[40] = 1.5; _global.chars[41] = 'chip'; _global.statsmass[41] = 31; _global.statsbounce[41] = 1.299; _global.chars[42] = 'mephiles'; _global.statsmass[42] = 36; _global.statsbounce[42] = 1.4; _global.chars[43] = 'sally'; _global.statsmass[43] = 31; _global.statsbounce[43] = 1.36; _global.chars[44] = 'sonia'; _global.statsmass[44] = 33; _global.statsbounce[44] = 1.31; _global.chars[45] = 'gamma'; _global.statsmass[45] = 60; _global.statsbounce[45] = 1.5; _global.chars[46] = 'werehog'; _global.statsmass[46] = 35; _global.statsbounce[46] = 1.35; _global.chars[47] = 'tiara'; _global.statsmass[47] = 33; _global.statsbounce[47] = 1.3; _global.chars[48] = 'manic'; _global.statsmass[48] = 33; _global.statsbounce[48] = 1.35; _global.chars[49] = 'supersilver'; _global.statsmass[49] = 31; _global.statsbounce[49] = 1.299; _global.chars[50] = 'darkspine'; _global.statsmass[50] = 30.5; _global.statsbounce[50] = 1.31; _global.chars[51] = 'burningblaze'; _global.statsmass[51] = 29; _global.statsbounce[51] = 1.31; _global.menufocus = 1; var bg = new Array(); bg[1] = 'metal'; bg[2] = 'rock'; bg[3] = 'moon'; bg[4] = 'grass'; bg[5] = 'ice'; _global.boughtchar = new Array(); _global.boughtstore = new Array(); _global.charhighscore = new Array(); i = 0; while (i < _global.chars.length) { _global.boughtchar[i] = false; _global.unlockchar[i] = false; _global.boughtstore[i] = false; _global.charhighscore[i] = 0; ++i; } done = 'yep'; _global.rings = 100000; _global.blastgrounds = 'moon'; _global.customsave = 'name?'; _global.zoomfactor = 50; _global.characterlist = new Array(); _global.characterlist[0] = 'random tap r'; _global.characterlist[1] = 'sonic the hedgehog'; _global.characterlist[2] = 'knuckles echidna'; _global.characterlist[3] = 'tails miles prower'; _global.characterlist[4] = 'cream the rabbit'; _global.characterlist[5] = 'amy the hedgehog'; _global.characterlist[6] = 'shadow hedgehog'; _global.characterlist[7] = 'rouge the bat'; _global.characterlist[8] = 'tikal the echidna'; _global.characterlist[9] = 'big the cat'; _global.characterlist[10] = 'chaos zero'; _global.characterlist[11] = 'mighty armadillo'; _global.characterlist[12] = 'espio chameleon'; _global.characterlist[13] = 'charmy the bee'; _global.characterlist[14] = 'vector crocodile'; _global.characterlist[15] = 'bark the bear'; _global.characterlist[16] = 'bean the duck'; _global.characterlist[17] = 'ray the squirrel'; _global.characterlist[18] = 'princess sally'; _global.characterlist[19] = 'bunnie rabbot'; _global.characterlist[20] = 'sonia the hedgehog'; _global.characterlist[21] = 'manic the hedgehog'; _global.characterlist[22] = 'tiara Boobowski'; _global.characterlist[23] = 'metal sonic'; _global.characterlist[24] = 'metal shadow'; _global.characterlist[25] = 'mecha knuckles'; _global.characterlist[26] = 'silver sonic'; _global.characterlist[27] = 'mecha tails'; _global.characterlist[28] = 'tails doll'; _global.characterlist[29] = 'cream doll'; _global.characterlist[30] = 'e gamma'; _global.characterlist[31] = 'the wechina'; _global.characterlist[32] = 'ashura sonic'; _global.characterlist[33] = 'blaze the cat'; _global.characterlist[34] = 'silver hedgehog'; _global.characterlist[35] = 'mephiles the dark'; _global.characterlist[36] = 'jet the hawk'; _global.characterlist[37] = 'wave the sparrow'; _global.characterlist[38] = 'chip gaia'; _global.characterlist[39] = 'sonic the werehog'; _global.characterlist[40] = 'nack the weasel'; _global.characterlist[41] = 'chao'; _global.characterlist[42] = 'dark chaos chao'; _global.characterlist[43] = 'chaos chao'; _global.characterlist[44] = 'light chaos chao'; _global.characterlist[45] = 'super sonic'; _global.characterlist[46] = 'super shadow'; _global.characterlist[47] = 'darkspine sonic'; _global.characterlist[48] = 'burningblaze'; _global.characterlist[49] = 'super silver'; _global.characterlist[50] = 'hyper tails'; _global.characterlist[51] = 'hyper knuckles'; _global.characterlist[52] = 'hyper sonic'; _global.translate = new Array(); _global.translate[0] = -1; _global.translate[1] = 1; _global.translate[2] = 3; _global.translate[3] = 9; _global.translate[4] = 4; _global.translate[5] = 2; _global.translate[6] = 8; _global.translate[7] = 7; _global.translate[8] = 16; _global.translate[9] = 19; _global.translate[10] = 10; _global.translate[11] = 12; _global.translate[12] = 13; _global.translate[13] = 14; _global.translate[14] = 11; _global.translate[15] = 26; _global.translate[16] = 27; _global.translate[17] = 25; _global.translate[18] = 43; _global.translate[19] = 40; _global.translate[20] = 44; _global.translate[21] = 48; _global.translate[22] = 47; _global.translate[23] = 5; _global.translate[24] = 21; _global.translate[25] = 20; _global.translate[26] = 6; _global.translate[27] = 18; _global.translate[28] = 17; _global.translate[29] = 28; _global.translate[30] = 45; _global.translate[31] = 15; _global.translate[32] = 29; _global.translate[33] = 33; _global.translate[34] = 32; _global.translate[35] = 42; _global.translate[36] = 30; _global.translate[37] = 34; _global.translate[38] = 41; _global.translate[39] = 46; _global.translate[40] = 31; _global.translate[41] = 0; _global.translate[42] = 23; _global.translate[43] = 24; _global.translate[44] = 22; _global.translate[45] = 35; _global.translate[46] = 36; _global.translate[47] = 50; _global.translate[48] = 51; _global.translate[49] = 49; _global.translate[50] = 38; _global.translate[51] = 37; _global.translate[52] = 39; _global.translate[53] = -1; _global.daystore = new Array(); _global.daystore[1] = 'chaos emerald'; _global.daystore[2] = 'fire shield'; _global.daystore[3] = 'ark shot'; _global.daystore[4] = 'chaos amethyst'; _global.daystore[5] = 'omnichao'; _global.daystore[6] = 'super aquamarine'; _global.daystore[7] = 'sonic medley'; _global.daystore[8] = 'chaos diamond'; _global.daystore[9] = 'chao egg'; _global.daystore[10] = 'super ruby'; _global.daystore[11] = 'emerald pop'; _global.daystore[12] = 'chaos topaz'; _global.daystore[13] = 'electric shield'; _global.daystore[14] = 'super topaz'; _global.daystore[15] = 'stats card'; _global.daystore[16] = 'chaos sapphire'; _global.daystore[17] = 'snk catapult'; _global.daystore[18] = 'super sapphire'; _global.daystore[19] = 'bubble shield'; _global.daystore[20] = 'chaos aquamarine'; _global.daystore[21] = 'around the world'; _global.daystore[22] = 'super emerald'; _global.daystore[23] = 'basic shield'; _global.daystore[24] = 'super diamond'; _global.daystore[25] = 'egg catcher'; _global.daystore[26] = 'chaos ruby'; _global.daystore[27] = 'space machine ocr'; _global.daystore[28] = 'super amethyst'; _global.daystore[29] = 'boss battles'; _global.daystore[30] = 'beta emerald'; _global.daystore[31] = 'floating balloon'; _global.shieldfocus = 1; _global.textsliders = true; _global.soundfx = true; _global.bgsound = true; _global.savetoday = true; _global.gusername = ''; _global.gscore = ''; _global.gchar = ''; _global.ringmultiplier = 1; _global.losefocus = 1; _global.songsactive = new Array(); _global.medals = new Array(); i = 1; while (i < 14) { _global.songsactive[i] = true; _global.medals[i] = false; ++i; } _global.playtype = 'playlist'; _global.feedback = true; _global.soundfactor = 100; _global.reshoot = true; } } frame 1123 { stop(); } button 359 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.creditsbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { gotoAndStop('creditsstart'); } } button 361 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.loadbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { gotoAndStop('load'); } } button 363 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.newbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { var chars = new Array(); chars[0] = 'chao'; chars[1] = 'sonic'; chars[2] = 'amy'; chars[3] = 'knux'; chars[4] = 'cream'; chars[5] = 'metal'; chars[6] = 'silversonic'; chars[7] = 'rouge'; chars[8] = 'shadow'; chars[9] = 'tails'; chars[10] = 'zero'; chars[11] = 'vector'; chars[12] = 'mighty'; chars[13] = 'espio'; chars[14] = 'charmy'; chars[15] = 'wechnia'; chars[16] = 'tikal'; chars[17] = 'tailsdoll'; chars[18] = 'mechatails'; chars[19] = 'big'; chars[20] = 'metalknux'; chars[21] = 'metalshadow'; chars[22] = 'lightchao'; chars[23] = 'darkchao'; chars[24] = 'chaoschao'; chars[25] = 'ray'; chars[26] = 'bark'; chars[27] = 'bean'; chars[28] = 'creamdoll'; chars[29] = 'ashura'; chars[30] = 'jet'; chars[31] = 'nack'; chars[32] = 'silver'; chars[33] = 'blaze'; chars[34] = 'wave'; chars[35] = 'supersonic'; chars[36] = 'supershadow'; chars[37] = 'superknux'; chars[38] = 'supertails'; chars[39] = 'hypersonic'; chars[51] = 'yeppers'; _global.menufocus = 1; _global.boughtchar = new Array(); _global.boughtstore = new Array(); _global.charhighscore = new Array(); i = 0; while (i < chars.length) { _global.boughtchar[i] = false; _global.unlockchar[i] = false; _global.boughtstore[i] = false; _global.charhighscore[i] = 0; done = 'yep'; ++i; } _global.rings = 1000; _global.blastgrounds = 'moon'; _global.customsave = 'name?'; _global.zoomfactor = 80; _global.shieldfocus = 1; _global.textsliders = true; _global.soundfx = true; _global.bgsound = true; _global.savetoday = true; _global.gusername = ''; _global.gscore = ''; _global.gchar = ''; _global.ringmultiplier = 1; _global.losefocus = 1; _global.songsactive = new Array(); _global.medals = new Array(); i = 1; while (i < 14) { _global.songsactive[i] = true; _global.medals[i] = false; ++i; } _global.playtype = 'playlist'; nextFrame(); } } button 365 { on (rollOver) { var sheame = new Object(); if (_global.started == true) { sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; } else { sheame = {'ra': '100', 'rb': '230', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; } var sheama = new Color(this.conbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { if (_global.started == true) { if (_global.soundfx) { var rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.soundfx) { var wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 367 { on (release) { textcreator('i got a lovely bunch of coconuts', 5, 300); } } movieClip 370 { } frame 1124 { function checkallchars() { var v2 = 0; i = 1; while (i <= 52) { if (_global.boughtchar[i]) { v2 += 1; } ++i; } if (_global.medals[1] == false && v2 >= 52) { _global.medals[1] = true; trace('all characters medal get!'); } } _root.noslidetext = ''; if (_global.boughtchar[_global.menufocus - 1]) { if (_global.textsliders) { _root.textcreator(_global.characterlist[_global.menufocus], 20, 275); } else { _root.noslidetext = _global.characterlist[_global.menufocus]; } _root.wn.gotoAndStop(Math.round(_global.statsmass[_global.translate[_global.menufocus]] / 10)); _root.bn.gotoAndStop(Math.round(10 - (_global.statsbounce[_global.translate[_global.menufocus]] - 1) * 10)); } } frame 1124 { function textcreator(inner, x, y) { var v3 = 0; _global.nuke = false; inner = inner.toLowerCase(); while (_root['h' + (v3 + 1) + 'h'].tag != undefined) { _root['h' + (v3 + 1) + 'h'].removeMovieClip(); v3 += 1; } v3 = 0; while (v3 < inner.length) { _root[inner.charAt(v3) + inner.charAt(v3)].duplicateMovieClip('h' + (v3 + 1) + 'h', v3 + 1); _root['h' + (v3 + 1) + 'h']._x = x + v3 + 1; _root['h' + (v3 + 1) + 'h']._y = y; v3 += 1; } } } frame 1124 { _global.started = true; stop(); } movieClip 373 { } instance of movieClip 373 { onClipEvent (load) { if (_global.boughtstore[15] == false) { this._visible = false; } } onClipEvent (enterFrame) { if (_global.boughtstore[15] == true) { this._visible = true; } } } movieClip 375 { } movieClip 377 { } button 378 { on (release) { if (_global.rings >= 5000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } movieClip 382 { } movieClip 386 { } button 387 { on (release) { _global.char = 'chao'; _global.idtag = 0; _root.nextFrame(); } } movieClip 388 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char41 of movieClip 388 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[9] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 390 { on (release) { if (_global.rings >= 1000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 1000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 392 { on (release) { _global.char = 'sonic'; _global.idtag = 1; _root.nextFrame(); } } movieClip 393 { frame 1 { stop(); } frame 2 { stop(); } } instance char1 of movieClip 393 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 395 { on (release) { if (_global.rings >= 1000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 1000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 396 { on (release) { _global.char = 'knux'; _global.idtag = 3; _root.nextFrame(); } } movieClip 397 { frame 1 { stop(); } frame 2 { stop(); } } instance char2 of movieClip 397 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 399 { on (release) { if (_global.rings >= 1000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 1000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 400 { on (release) { _global.char = 'tails'; _global.idtag = 9; _root.nextFrame(); } } movieClip 401 { frame 1 { stop(); } frame 2 { stop(); } } instance char3 of movieClip 401 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 403 { on (release) { if (_global.rings >= 1000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 1000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 404 { on (release) { _global.char = 'amy'; _global.idtag = 2; _root.nextFrame(); } } movieClip 405 { frame 1 { stop(); } frame 2 { stop(); } } instance char5 of movieClip 405 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 407 { on (release) { if (_global.rings >= 1000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 1000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 408 { on (release) { _global.char = 'shadow'; _global.idtag = 8; _root.nextFrame(); } } movieClip 409 { frame 1 { stop(); } frame 2 { stop(); } } instance char6 of movieClip 409 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 411 { on (release) { if (_global.rings >= 1000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 1000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 412 { on (release) { _global.char = 'rouge'; _global.idtag = 7; _root.nextFrame(); } } movieClip 413 { frame 1 { stop(); } frame 2 { stop(); } } instance char7 of movieClip 413 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 415 { on (release) { if (_global.rings >= 2500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 417 { on (release) { _global.char = 'metal'; _global.idtag = 5; _root.nextFrame(); } } movieClip 418 { frame 1 { stop(); } frame 2 { stop(); } } instance char23 of movieClip 418 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 420 { on (release) { if (_global.rings >= 1500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 1500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 422 { on (release) { _global.char = 'silversonic'; _global.idtag = 6; _root.nextFrame(); } } movieClip 423 { frame 1 { stop(); } frame 2 { stop(); } } instance char26 of movieClip 423 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 425 { on (release) { if (_global.rings >= 2000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 427 { on (release) { _global.char = 'big'; _global.idtag = 19; _root.nextFrame(); } } movieClip 428 { frame 1 { stop(); } frame 2 { stop(); } } instance char9 of movieClip 428 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 430 { on (release) { if (_global.rings >= 4000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 4000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 432 { on (release) { _global.char = 'charmy'; _global.idtag = 14; _root.nextFrame(); } } movieClip 433 { frame 1 { stop(); } frame 2 { stop(); } } instance char13 of movieClip 433 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 435 { on (release) { if (_global.rings >= 2000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 436 { on (release) { _global.char = 'espio'; _global.idtag = 13; _root.nextFrame(); } } movieClip 437 { frame 1 { stop(); } frame 2 { stop(); } } instance char12 of movieClip 437 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 439 { on (release) { if (_global.rings >= 4000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 4000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 440 { on (release) { _global.char = 'mighty'; _global.idtag = 12; _root.nextFrame(); } } movieClip 441 { frame 1 { stop(); } frame 2 { stop(); } } instance char11 of movieClip 441 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 443 { on (release) { if (_global.rings >= 2000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 444 { on (release) { _global.char = 'vector'; _global.idtag = 11; _root.nextFrame(); } } movieClip 445 { frame 1 { stop(); } frame 2 { stop(); } } instance char14 of movieClip 445 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 447 { on (release) { if (_global.rings >= 3000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 449 { on (release) { _global.char = 'zero'; _global.idtag = 10; _root.nextFrame(); } } movieClip 450 { frame 1 { stop(); } frame 2 { stop(); } } instance char10 of movieClip 450 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 452 { } button 453 { on (release) { if (_global.rings >= 6000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 6000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 455 { on (release) { _global.char = 'wechnia'; _global.idtag = 15; _root.nextFrame(); } } movieClip 456 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char31 of movieClip 456 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[30] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 458 { on (release) { if (_global.rings >= 3500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 460 { on (release) { _global.char = 'tailsdoll'; _global.idtag = 17; _root.nextFrame(); } } movieClip 461 { frame 1 { stop(); } frame 2 { stop(); } } instance char28 of movieClip 461 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 463 { on (release) { if (_global.rings >= 2500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 464 { on (release) { _global.char = 'mechatails'; _global.idtag = 18; _root.nextFrame(); } } movieClip 465 { frame 1 { stop(); } frame 2 { stop(); } } instance char27 of movieClip 465 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 467 { on (release) { if (_global.rings >= 2000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 468 { on (release) { _global.char = 'tikal'; _global.idtag = 16; _root.nextFrame(); } } movieClip 469 { frame 1 { stop(); } frame 2 { stop(); } } instance char8 of movieClip 469 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 471 { on (release) { if (_global.rings >= 2500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 472 { on (release) { _global.char = 'metalknux'; _global.idtag = 20; _root.nextFrame(); } } movieClip 473 { frame 1 { stop(); } frame 2 { stop(); } } instance char25 of movieClip 473 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 475 { on (release) { if (_global.rings >= 2500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 476 { on (release) { _global.char = 'metalshadow'; _global.idtag = 21; _root.nextFrame(); } } movieClip 477 { frame 1 { stop(); } frame 2 { stop(); } } instance char24 of movieClip 477 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 479 { } button 480 { on (release) { if (_global.rings >= 5000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 481 { on (release) { _global.char = 'darkchao'; _global.idtag = 23; _root.nextFrame(); } } movieClip 482 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char42 of movieClip 482 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[9] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 484 { } button 485 { on (release) { if (_global.rings >= 5000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 486 { on (release) { _global.char = 'chaoschao'; _global.idtag = 24; _root.nextFrame(); } } movieClip 487 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char43 of movieClip 487 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[9] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 489 { } button 490 { on (release) { if (_global.rings >= 5000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 491 { on (release) { _global.char = 'lightchao'; _global.idtag = 22; _root.nextFrame(); } } movieClip 492 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char44 of movieClip 492 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[9] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 494 { on (release) { if (_global.rings >= 4000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 4000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 495 { on (release) { _global.char = 'wave'; _global.idtag = 34; _root.nextFrame(); } } movieClip 496 { frame 1 { stop(); } frame 2 { stop(); } } instance char37 of movieClip 496 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 498 { on (release) { if (_global.rings >= 3000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 499 { on (release) { _global.char = 'silver'; _global.idtag = 32; _root.nextFrame(); } } movieClip 500 { frame 1 { stop(); } frame 2 { stop(); } } instance char34 of movieClip 500 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 502 { on (release) { if (_global.rings >= 3500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 503 { on (release) { _global.char = 'creamdoll'; _global.idtag = 28; _root.nextFrame(); } } movieClip 504 { frame 1 { stop(); } frame 2 { stop(); } } instance char29 of movieClip 504 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 506 { on (release) { if (_global.rings >= 2000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 507 { on (release) { _global.char = 'bark'; _global.idtag = 26; _root.nextFrame(); } } movieClip 508 { frame 1 { stop(); } frame 2 { stop(); } } instance char15 of movieClip 508 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 510 { on (release) { if (_global.rings >= 2000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 511 { on (release) { _global.char = 'bean'; _global.idtag = 27; _root.nextFrame(); } } movieClip 512 { frame 1 { stop(); } frame 2 { stop(); } } instance char16 of movieClip 512 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 514 { on (release) { if (_global.rings >= 3000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 515 { on (release) { _global.char = 'ray'; _global.idtag = 25; _root.nextFrame(); } } movieClip 516 { frame 1 { stop(); } frame 2 { stop(); } } instance char17 of movieClip 516 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 518 { } button 519 { on (release) { if (_global.rings >= 6000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 6000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 520 { on (release) { _global.char = 'ashura'; _global.idtag = 29; _root.nextFrame(); } } movieClip 521 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char32 of movieClip 521 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[30] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 523 { on (release) { if (_global.rings >= 3000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 524 { on (release) { _global.char = 'jet'; _global.idtag = 30; _root.nextFrame(); } } movieClip 525 { frame 1 { stop(); } frame 2 { stop(); } } instance char36 of movieClip 525 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 527 { on (release) { if (_global.rings >= 3000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 528 { on (release) { _global.char = 'nack'; _global.idtag = 31; _root.nextFrame(); } } movieClip 529 { frame 1 { stop(); } frame 2 { stop(); } } instance char40 of movieClip 529 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 531 { on (release) { if (_global.rings >= 3000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 532 { on (release) { _global.char = 'blaze'; _global.idtag = 33; _root.nextFrame(); } } movieClip 533 { frame 1 { stop(); } frame 2 { stop(); } } instance char33 of movieClip 533 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 535 { } button 536 { on (release) { if (_global.rings >= 10000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 538 { on (release) { _global.char = 'supersonic'; _global.idtag = 35; _root.nextFrame(); } } movieClip 539 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char45 of movieClip 539 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[1] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 541 { } button 542 { on (release) { if (_global.rings >= 10000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 543 { on (release) { _global.char = 'supershadow'; _global.idtag = 36; _root.nextFrame(); } } movieClip 544 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char46 of movieClip 544 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[16] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 546 { } button 547 { on (release) { if (_global.rings >= 32999 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 32999; NewgroundsAPI.logCustomEvent('HyperSonicEngaged'); if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 549 { on (release) { _global.char = 'hypersonic'; _global.idtag = 39; _root.nextFrame(); } } movieClip 550 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char52 of movieClip 550 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[1] == true && _global.boughtstore[4] == true && _global.boughtstore[8] == true && _global.boughtstore[12] == true && _global.boughtstore[16] == true && _global.boughtstore[20] == true && _global.boughtstore[26] == true && _global.boughtstore[6] == true && _global.boughtstore[10] == true && _global.boughtstore[14] == true && _global.boughtstore[18] == true && _global.boughtstore[22] == true && _global.boughtstore[24] == true && _global.boughtstore[28] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 552 { } button 553 { on (release) { if (_global.rings >= 10000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 554 { on (release) { _global.char = 'supertails'; _global.idtag = 38; _root.nextFrame(); } } movieClip 555 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char50 of movieClip 555 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[12] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 557 { } button 558 { on (release) { if (_global.rings >= 10000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 559 { on (release) { _global.char = 'superknux'; _global.idtag = 37; _root.nextFrame(); } } movieClip 560 { frame 1 { stop(); } frame 2 { stop(); } frame 3 { stop(); } } instance char51 of movieClip 560 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[26] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 562 { on (release) { if (_global.rings >= 1000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 1000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 563 { on (release) { _global.char = 'cream'; _global.idtag = 4; _root.nextFrame(); } } movieClip 564 { frame 1 { stop(); } frame 2 { stop(); } } instance char4 of movieClip 564 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 568 { on (release) { var randoo = Math.floor(Math.random() * 38 + 2); var randooo = randoo; while (!false) { if (_global.boughtchar[randoo] && randoo != _global.menufocus - 1) { _global.menufocus = randoo + 1; if (_global.textsliders) { _root.textcreator(_global.characterlist[_global.menufocus], 20, 275); } else { _root.noslidetext = _global.characterlist[_global.menufocus]; } _root.wn.gotoAndStop(Math.round(_global.statsmass[_global.translate[_global.menufocus]] / 10)); _root.bn.gotoAndStop(Math.round(10 - (_global.statsbounce[_global.translate[_global.menufocus]] - 1) * 10)); break; } else { randoo += 1; if (randoo >= 40) { randoo = 0; } if (randoo == randooo) { break; } } } } } movieClip 569 { } instance char0 of movieClip 569 { onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } onClipEvent (keyUp) { if (Key.getCode() == 82) { var randoo = Math.floor(Math.random() * 50 + 2); var randooo = randoo; while (!false) { if (_global.boughtchar[randoo] && randoo != _global.menufocus - 1) { _global.menufocus = randoo + 1; if (_global.textsliders) { _root.textcreator(_global.characterlist[_global.menufocus], 20, 275); } else { _root.noslidetext = _global.characterlist[_global.menufocus]; } _root.wn.gotoAndStop(Math.round(_global.statsmass[_global.translate[_global.menufocus]] / 10)); _root.bn.gotoAndStop(Math.round(10 - (_global.statsbounce[_global.translate[_global.menufocus]] - 1) * 10)); break; } else { randoo += 1; if (randoo >= 52) { randoo = 0; } if (randoo == randooo) { break; } } } } } } button 571 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.storebut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _global.nuke = true; gotoAndStop('store'); } } button 573 { on (release) { _global.nuke = true; gotoAndStop('save'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.savebut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 575 { on (release) { _global.nuke = true; gotoAndStop('minigames'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.minigamesbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 577 { on (release) { _global.nuke = true; prevFrame(); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 578 { on (release) { if (_global.menufocus < 53) { _global.menufocus += 1; if (_global.boughtchar[_global.menufocus - 1]) { if (_global.textsliders) { _root.textcreator(_global.characterlist[_global.menufocus], 20, 275); } else { _root.noslidetext = _global.characterlist[_global.menufocus]; } _root.wn.gotoAndStop(Math.round(_global.statsmass[_global.translate[_global.menufocus]] / 10)); _root.bn.gotoAndStop(Math.round(10 - (_global.statsbounce[_global.translate[_global.menufocus]] - 1) * 10)); } else { _root.wn.gotoAndStop(1); _root.bn.gotoAndStop(1); _global.nuke = true; _root.noslidetext = ''; } } } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.ar2but); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 579 { on (release) { if (_global.menufocus > 0) { _global.menufocus -= 1; if (_global.boughtchar[_global.menufocus - 1] || _global.menufocus == 0) { if (_global.textsliders) { _root.textcreator(_global.characterlist[_global.menufocus], 20, 275); } else { _root.noslidetext = _global.characterlist[_global.menufocus]; } _root.wn.gotoAndStop(Math.round(_global.statsmass[_global.translate[_global.menufocus]] / 10)); _root.bn.gotoAndStop(Math.round(10 - (_global.statsbounce[_global.translate[_global.menufocus]] - 1) * 10)); } else { _root.wn.gotoAndStop(1); _root.bn.gotoAndStop(1); _global.nuke = true; _root.noslidetext = ''; } } } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.ar1but); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 581 { on (release) { _global.nuke = true; gotoAndStop('options'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.optionsbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } instance of movieClip 386 { onClipEvent (load) { _root.ringsbox = _global.rings; } onClipEvent (enterFrame) { _root.ringsbox = _global.rings; } } instance of movieClip 133 { } movieClip 584 { } movieClip 585 { frame 1 { stop(); } } instance bn of movieClip 585 { onClipEvent (enterFrame) { if (_global.boughtstore[15] == false) { this._visible = false; } } onClipEvent (enterFrame) { if (_global.boughtstore[15] == true) { this._visible = true; } } } instance wn of movieClip 585 { onClipEvent (enterFrame) { if (_global.boughtstore[15] == false) { this._visible = false; } } onClipEvent (enterFrame) { if (_global.boughtstore[15] == true) { this._visible = true; } } } button 586 { on (release) { _global.shieldfocus -= 1; trace(_global.shieldfocus + ' outer'); for (;;) { if (!(_global.shieldfocus == 0 || _global.boughtstore[_root.shield.shieldlist[_global.shieldfocus]] != true)) break; if (_global.shieldfocus == 1) { trace(_global.shieldfocus + ' onebreak'); break; } _global.shieldfocus -= 1; trace(_global.shieldfocus + ' inner'); if (_global.shieldfocus < 1) { trace(_global.shieldfocus + ' set seven'); _global.shieldfocus = 7; } } _global.losefocus = _global.shieldfocus; _root.shield.gotoAndStop(_global.shieldfocus); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.ar3but); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 587 { on (release) { _global.shieldfocus += 1; while (_global.boughtstore[_root.shield.shieldlist[_global.shieldfocus]] != true) { _global.shieldfocus += 1; if (_global.shieldfocus > 7) { _global.shieldfocus = 1; break; } } _global.losefocus = _global.shieldfocus; _root.shield.gotoAndStop(_global.shieldfocus); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.ar4but); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } instance aa of movieClip 158 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 591 { } instance bb of movieClip 591 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 593 { } instance cc of movieClip 593 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance dd of movieClip 160 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 595 { } instance ee of movieClip 595 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 597 { } instance ff of movieClip 597 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance gg of movieClip 166 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 599 { } instance hh of movieClip 599 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance ii of movieClip 162 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 601 { } instance jj of movieClip 601 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 603 { } instance kk of movieClip 603 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance ll of movieClip 154 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 605 { } instance mm of movieClip 605 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance nn of movieClip 164 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance oo of movieClip 156 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 607 { } instance pp of movieClip 607 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 609 { } instance qq of movieClip 609 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 611 { } instance rr of movieClip 611 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 613 { } instance ss of movieClip 613 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 615 { } instance tt of movieClip 615 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 617 { } instance uu of movieClip 617 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 619 { } instance vv of movieClip 619 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 621 { } instance ww of movieClip 621 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 623 { } instance xx of movieClip 623 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 625 { } instance yy of movieClip 625 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 627 { } instance zz of movieClip 627 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 628 { } instance of movieClip 628 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 630 { } movieClip 634 { } movieClip 640 { } movieClip 653 { } movieClip 657 { } movieClip 663 { } movieClip 668 { frame 1 { stop(); } } instance shield of movieClip 668 { onClipEvent (load) { shieldlist = new Array(0, 0, 2, 5, 13, 19, 23, 31); this.gotoAndStop(_global.shieldfocus); } } button 672 { on (release) { if (_global.rings >= 2500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 673 { on (release) { _global.char = 'bunnie'; _global.idtag = 40; _root.nextFrame(); } } movieClip 674 { frame 1 { stop(); } } instance char19 of movieClip 674 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 676 { on (release) { if (_global.rings >= 4500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 4500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 678 { on (release) { _global.char = 'chip'; _global.idtag = 41; _root.nextFrame(); } } movieClip 679 { frame 1 { stop(); } } instance char38 of movieClip 679 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 681 { on (release) { if (_global.rings >= 3500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 682 { on (release) { _global.char = 'mephiles'; _global.idtag = 42; _root.nextFrame(); } } movieClip 683 { frame 1 { stop(); } } instance char35 of movieClip 683 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 685 { on (release) { if (_global.rings >= 2000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 2000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 686 { on (release) { _global.char = 'sally'; _global.idtag = 43; _root.nextFrame(); } } movieClip 687 { frame 1 { stop(); } } instance char18 of movieClip 687 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 689 { on (release) { if (_global.rings >= 3000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 690 { on (release) { _global.char = 'sonia'; _global.idtag = 44; _root.nextFrame(); } } movieClip 691 { frame 1 { stop(); } } instance char20 of movieClip 691 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 693 { on (release) { if (_global.rings >= 4000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 4000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 694 { on (release) { _global.char = 'gamma'; _global.idtag = 45; _root.nextFrame(); } } movieClip 695 { frame 1 { stop(); } } instance char30 of movieClip 695 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 697 { on (release) { if (_global.rings >= 3500 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 698 { on (release) { _global.char = 'werehog'; _global.idtag = 46; _root.nextFrame(); } } movieClip 699 { frame 1 { stop(); } } instance char39 of movieClip 699 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 701 { on (release) { if (_global.rings >= 4000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 4000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 702 { on (release) { _global.char = 'tiara'; _global.idtag = 47; _root.nextFrame(); } } movieClip 703 { frame 1 { stop(); } } instance char22 of movieClip 703 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 705 { } button 706 { on (release) { if (_global.rings >= 10000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 707 { on (release) { _global.char = 'supersilver'; _global.idtag = 49; _root.nextFrame(); } } movieClip 708 { frame 1 { stop(); } } instance char49 of movieClip 708 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[8] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 710 { } button 711 { on (release) { if (_global.rings >= 10000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 712 { on (release) { _global.char = 'burningblaze'; _global.idtag = 51; _root.nextFrame(); } } movieClip 713 { frame 1 { stop(); } } instance char48 of movieClip 713 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[4] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 715 { } button 716 { on (release) { if (_global.rings >= 10000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 717 { on (release) { _global.char = 'darkspine'; _global.idtag = 50; _root.nextFrame(); } } movieClip 718 { frame 1 { stop(); } } instance char47 of movieClip 718 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(3); } else { if (_global.boughtstore[20] == true) { this.gotoAndStop(2); } } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } button 720 { on (release) { if (_global.rings >= 3000 && _global.boughtchar[tag - 1] == false && _global.menufocus == tag) { _global.boughtchar[tag - 1] = true; _root.checkallchars(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } nextFrame(); } else { if (_global.menufocus == tag) { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } } button 721 { on (release) { _global.char = 'manic'; _global.idtag = 48; _root.nextFrame(); } } movieClip 722 { frame 1 { stop(); } } instance char21 of movieClip 722 { onClipEvent (enterFrame) { if (_global.boughtchar[tag - 1] == true) { this.gotoAndStop(2); } } onClipEvent (load) { var tag = Number(this._name.slice(4)); var variance = 200; var uppervariance = 550 + variance; var lowervariance = 550 - variance; var evenlowervariance = lowervariance - variance - variance; var evenuppervariance = uppervariance + variance + variance; var changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x = 275; } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x = lowervariance / 2; } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x = uppervariance / 2; } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x = evenlowervariance; } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x = evenuppervariance; } } } } } } onClipEvent (enterFrame) { if (_global.menufocus != changefocus) { changefocus = NaN; if (_global.menufocus == tag && (this._x >= 276 || this._x <= 274)) { this._x += -1 * Math.abs((this._x - 275) / 4) * (this._x - 275) / Math.abs(this._x - 275); } else { if (_global.menufocus > tag && tag == _global.menufocus - 1 && (this._x >= lowervariance / 2 + 1 || this._x <= lowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - lowervariance / 2) / 4) * (this._x - lowervariance / 2) / Math.abs(this._x - lowervariance / 2); } else { if (_global.menufocus < tag && tag == _global.menufocus + 1 && (this._x >= uppervariance / 2 + 1 || this._x <= uppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - uppervariance / 2) / 4) * (this._x - uppervariance / 2) / Math.abs(this._x - uppervariance / 2); } else { if (_global.menufocus - 1 > tag && (this._x >= evenlowervariance / 2 + 1 || this._x <= evenlowervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenlowervariance / 2) / 4) * (this._x - evenlowervariance / 2) / Math.abs(this._x - evenlowervariance / 2); } else { if (_global.menufocus + 1 < tag && (this._x >= evenuppervariance / 2 + 1 || this._x <= evenuppervariance / 2 - 1)) { this._x += -1 * Math.abs((this._x - evenuppervariance / 2) / 4) * (this._x - evenuppervariance / 2) / Math.abs(this._x - evenuppervariance / 2); } else { changefocus = _global.menufocus; } } } } } } } } movieClip 725 { } instance highscore of movieClip 725 { onClipEvent (enterFrame) { if (_global.charhighscore[_global.translate[_global.menufocus]] != undefined) { _root.highscore = ' - ' + _global.charhighscore[_global.translate[_global.menufocus]]; } else { _root.highscore = ''; } } } button 727 { on (release) { if (_global.boughtchar[_global.menufocus - 1]) { _root.gotoAndStop('charactercredit'); } } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.charbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } frame 1125 { _global.nuke = true; } frame 1125 { stop(); } movieClip 731 { } movieClip 733 { } movieClip 734 { instance a3 of movieClip 731 { onClipEvent (load) { this._visible = false; } } } instance p2 of movieClip 133 { onClipEvent (load) { this._visible = false; _root.spinner._rotation += Math.random() * 360; var gospin = 0; var startspin = _root.spinner._rotation; var extraspin = 0; var fix = 0; } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { gospin = 1; startspin = _root.spinner._rotation; extraspin = Math.random() * 360; } } onClipEvent (enterFrame) { if (gospin == 1) { _root.spinner._rotation += 30; if (_root.spinner._rotation == startspin) { gospin = 2; } } else { if (gospin == 2) { _root.spinner._rotation += 10; extraspin -= 10; if (extraspin <= 0) { if (_root.spinner.a3.hitTest(_root.pp1)) { _global.blastgrounds = 'moon'; _root.play(); } else { if (_root.spinner.a3.hitTest(_root.pp2)) { _global.blastgrounds = 'harbor'; _root.play(); } else { if (_root.spinner.a3.hitTest(_root.pp3)) { _global.blastgrounds = 'rock'; _root.play(); } else { if (_root.spinner.a3.hitTest(_root.pp4)) { _global.blastgrounds = 'grass'; _root.play(); } else { if (_root.spinner.a3.hitTest(_root.pp5)) { _global.blastgrounds = 'ice'; _root.play(); } else { _root.spinner._rotation += 5; } } } } } } } } } } instance pp5 of movieClip 133 { } instance pp4 of movieClip 133 { } button 736 { on (release) { _global.blastgrounds = 'ice'; play(); } } button 737 { on (release) { _global.blastgrounds = 'harbor'; play(); } } button 738 { on (release) { _global.blastgrounds = 'moon'; play(); } } button 739 { on (release) { _global.blastgrounds = 'rock'; play(); } } button 740 { on (release) { _global.blastgrounds = 'grass'; play(); } } button 741 { on (release) { if (_global.aroundflag) { _root.gotoAndStop('around'); } else { gotoAndStop('charmenu'); } } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 743 { on (release) { _global.blastgrounds = 'ice'; play(); } } button 745 { on (release) { _global.blastgrounds = 'grass'; play(); } } button 747 { on (release) { _global.blastgrounds = 'rock'; play(); } } instance pp1 of movieClip 133 { } button 749 { on (release) { _global.blastgrounds = 'moon'; play(); } } button 751 { on (release) { _global.blastgrounds = 'harbor'; play(); } } frame 1126 { if (_global.reshoot) { _global.reshoot = false; } else { _global.aroundflag = false; _root.prevFrame(); _global.reshoot = true; } } frame 1126 { if (_global.losefocus != _global.shieldfocus) { _global.shieldfocus = _global.losefocus; } if (_global.rings < 20) { _global.shieldfocus = 1; } if (_global.shieldfocus != 1) { _global.rings -= 20; } _global.ringmultiplier = 1; i = 0; while (i <= 52) { if (_global.boughtchar[i]) { _global.ringmultiplier += 0.1; } ++i; } _global.ringmultiplier = Math.floor(_global.ringmultiplier); } frame 1127 { function soundplay(path) { if (_global.soundfx) { var v3 = random(10); if (path == 'ring') { path += random(3); } _root.createEmptyMovieClip('soundclip' + v3, 6789 + v3); _global['sound' + v3] = new Sound('soundclip' + v3); _global['sound' + v3].attachSound(path); _global['sound' + v3].setVolume(_global.soundfactor); _global['sound' + v3].start(); _global['sound' + v3] = null; } } } frame 1127 { stop(); } movieClip 756 { } movieClip 759 { } movieClip 762 { } movieClip 765 { } movieClip 768 { } movieClip 769 { } instance paradax of movieClip 769 { onClipEvent (load) { var place = _global.blastgrounds; var mainfocus = 'bgs1'; var notfocus = 'bgs2'; var temp = ''; trace(this[mainfocus]._x + '-main : out-' + this[notfocus]._x); } onClipEvent (enterFrame) { this.gotoAndStop(place); if (_root.char1._x >= 275 && _root.char1.speed > 0.5) { if (this[mainfocus]._x <= -1 * this[mainfocus]._width + _root.char1.speed / 3) { this[mainfocus]._x = this[mainfocus]._width; temp = mainfocus; mainfocus = notfocus; notfocus = temp; } if (!_root.char1.ending) { this[mainfocus]._x -= _root.char1.speed / 3; this[notfocus]._x = this[mainfocus]._x + this[mainfocus]._width - 2; } } } } movieClip 779 { frame 5 { stop(); } } movieClip 780 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav *= -1.3; _root.char1.speed *= 1.3; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _global.rings += 50; _root.soundplay('tvbreak'); _root.char1.collection += 50; _parent.play(); } } } frame 2 { stop(); } } movieClip 787 { frame 1 { stop(); } } movieClip 788 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav *= -1.3; _root.char1.speed *= 1.3; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } trace(_parent.rando); if (_parent.rando == 1) { _global.shieldfocus = 6; } else { if (_parent.rando == 2) { _global.shieldfocus = 2; } else { if (_parent.rando == 3) { _global.shieldfocus = 4; } else { if (_parent.rando == 4) { _global.shieldfocus = 5; } else { if (_parent.rando == 5) { _root.char1.speed += 5; } } } } } _root.soundplay('tvbreak'); _root.soundplay('elecshiledfx'); _parent.play(); } } } frame 2 { stop(); } } movieClip 793 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav = _root.char1.grav * -1.3 + 10; _root.char1.speed *= 1.3; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _root.soundplay('spring'); _parent.play(); } } } } movieClip 798 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav = _root.char1.grav * -1.5 + 20; _root.char1.speed *= 1.5; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _root.soundplay('spring'); _parent.play(); } } } } movieClip 808 { frame 8 { stop(); } } movieClip 811 { } movieClip 813 { } movieClip 815 { } movieClip 817 { } movieClip 818 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav *= -2; _root.char1.speed *= 2; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _parent.play(); _root.soundplay('explode'); } } } frame 8 { stop(); } } movieClip 819 { } movieClip 821 { } movieClip 823 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav = _root.char1.grav * -1.5 + 20; if (_root.char1.speed < 1) { _root.char1.speed = 1; } _root.char1.speed *= 1.5; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _root.soundplay('spring'); _parent.play(); } } } } movieClip 825 { } movieClip 826 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && !_root.char1.ending) { _root.char1.speed = _root.char1.speed * 2 + 3; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _parent.play(); } } } } movieClip 831 { instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && !_root.char1.ending) { if (_root.char1.speed < 1) { _root.char1.speed = 1; } _root.char1.grav = (_root.char1.grav / 2) * -1; _root.char1.speed *= 1.01; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } do { _root.char1._y -= 1; } while (this.hitTest(_root.char1)); _root.char1._y += 1; } } } } movieClip 833 { } movieClip 837 { } movieClip 838 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _global.shieldfocus != 6) { _root.char1.speed /= 1.5; _root.char1.action = 'hurt'; } } } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { _root.char1.grav += 8; if (_root.char1.speed < 1) { _root.char1.speed = 1; } } } } } movieClip 842 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _global.shieldfocus != 6) { _parent.play(); _root.char1.speed /= 1.5; _root.char1.action = 'hurt'; } } } frame 5 { stop(); } } movieClip 843 { instance obj8 of movieClip 788 { onClipEvent (load) { var rando = random(5) + 1; this.shields.gotoAndStop(rando); } } instance obj2 of movieClip 332 { } instance of movieClip 838 { onClipEvent (load) { if (_global.blastgrounds == 'ice') { this.gotoAndStop(1); } else { if (_global.blastgrounds == 'harbor') { this.gotoAndStop(2); } else { this.gotoAndStop(6); } } } onClipEvent (enterFrame) { if (_global.blastgrounds == 'ice') { this.gotoAndStop(1); } else { if (_global.blastgrounds == 'harbor') { this.gotoAndStop(2); } else { this.gotoAndStop(6); } } } } } movieClip 845 { instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _global.shieldfocus != 6) { _root.char1.speed /= 1.5; _root.char1.action = 'hurt'; if (_root.char1._x > _parent._x) { _root.char1._x += 3; } else { _root.char1._x -= 3; } } } } } movieClip 847 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav *= -1.5; _root.char1.speed *= 1.5; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _root.soundplay('bumper'); _parent.play(); } } } } movieClip 848 { instance a1 of movieClip 255 { onClipEvent (load) { var soundoff = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { _root.char1.grav = (_root.char1.grav / Math.abs(_root.char1.grav)) * 2 * _root.char1.grav; _root.char1.speed += 1; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } if (!soundoff) { soundoff = true; _root.soundplay('intosky'); } } else { soundoff = false; } } } } movieClip 850 { } movieClip 851 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { _root.char1.speed *= 2; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _parent.play(); if (_global.soundfx) { } } } } } movieClip 853 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { _root.char1.grav = -1.3 * _root.char1.grav; _root.char1.speed += 5; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _parent.play(); _root.soundplay('bumper'); } } } } movieClip 855 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav *= -1.3; _root.char1.speed *= 1.3; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _root.soundplay('explode'); _parent.play(); } } } frame 2 { stop(); } } movieClip 858 { instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _global.shieldfocus != 6) { _root.char1.speed /= 1.5; _root.char1.action = 'hurt'; if (_root.char1._x > _parent._x) { _root.char1._x += 3; } else { _root.char1._x -= 3; } } } } } movieClip 860 { } movieClip 866 { frame 6 { stop(); } } movieClip 867 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.grav < 0) { _root.char1.grav *= -1; _root.char1.speed *= 1.4; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _parent.play(); _root.soundplay('explode'); } } } frame 2 { stop(); } } movieClip 869 { } movieClip 871 { } movieClip 872 { } movieClip 873 { frame 1 { stop(); } } movieClip 878 { } movieClip 879 { instance a1 of movieClip 255 { onClipEvent (load) { var savegrav; var savespeed; var switchit = 'ready'; var faketimer = 0; var rando = 0; var upper = ''; var dirr = ''; } onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && switchit == 'ready') { savegrav = _root.char1.grav; savespeed = _root.char1.speed; _root.char1.grav = 0; _root.char1.speed = 0; switchit = 'on'; } if (switchit == 'on') { _root.char1.grav = 0; _root.char1.speed = 0; faketimer += 1; } if (faketimer == 15) { _root.char1.grav = savegrav; _root.char1.speed = savespeed; rando = random(8) + 1; if (rando == 1) { _root.char1.grav *= 2; upper = 'down'; } else { if (rando == 2) { _root.char1.grav *= -2; upper = 'up'; } else { if (rando == 3) { _root.char1.speed *= 2; dirr = 'forw'; } else { if (rando == 4) { _root.char1.speed /= 2; dirr = 'back'; } else { if (rando == 5) { _root.char1.grav *= 2; _root.char1.speed *= 2; upper = 'down'; dirr = 'forw'; } else { if (rando == 6) { _root.char1.grav *= 2; _root.char1.speed /= 2; upper = 'down'; dirr = 'back'; } else { if (rando == 7) { _root.char1.grav *= -2; _root.char1.speed *= 2; upper = 'up'; dirr = 'forw'; } else { if (rando == 8) { _root.char1.grav *= -2; _root.char1.speed /= 2; upper = 'up'; dirr = 'back'; } } } } } } } } _root.soundplay('intosky'); _parent[upper + dirr]._visible = true; faketimer = 0; switchit = 'off'; } } } instance up of movieClip 878 { onClipEvent (load) { this._visible = false; } } instance back of movieClip 878 { onClipEvent (load) { this._visible = false; } } instance forw of movieClip 878 { onClipEvent (load) { this._visible = false; } } instance down of movieClip 878 { onClipEvent (load) { this._visible = false; } } instance upfor of movieClip 878 { onClipEvent (load) { this._visible = false; } } instance upback of movieClip 878 { onClipEvent (load) { this._visible = false; } } instance downforw of movieClip 878 { onClipEvent (load) { this._visible = false; } } instance downback of movieClip 878 { onClipEvent (load) { this._visible = false; } } } movieClip 880 { instance of movieClip 294 { onClipEvent (load) { this.gotoAndStop(random(5) + 1); } } instance of movieClip 873 { onClipEvent (load) { if (_global.blastgrounds == 'moon') { this.gotoAndStop(1); } else { if (_global.blastgrounds == 'grass') { this.gotoAndStop(2); } else { this.gotoAndStop(6); } } } onClipEvent (enterFrame) { if (_global.blastgrounds == 'moon') { this.gotoAndStop(1); } else { if (_global.blastgrounds == 'grass') { this.gotoAndStop(2); } else { this.gotoAndStop(6); } } } } } movieClip 895 { frame 1 { stop(); } instance a1 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance go of movieClip 843 { onClipEvent (load) { var resetitem = false; var gtclip = random(15) + 1; var saferest = gtclip; this.gotoAndStop(gtclip); } onClipEvent (enterFrame) { if (resetitem) { while (saferest == gtclip) { gtclip = random(16) + 1; } saferest = gtclip; resetitem = false; } this.gotoAndStop(gtclip); } } instance ao of movieClip 880 { onClipEvent (load) { var resetitem = false; var gtclip = random(30) + 1; var saferest = gtclip; this.gotoAndStop(gtclip); this._x = random(200); this._y = -150 - random(100); } onClipEvent (enterFrame) { if (resetitem) { while (saferest == gtclip) { gtclip = random(30) + 1; } saferest = gtclip; this._x = random(200) - random(200); this._y = -150 - random(100); resetitem = false; } this.gotoAndStop(gtclip); } } frame 2 { stop(); } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 3 { stop(); } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 4 { stop(); } instance a12 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a11 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a10 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a9 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a8 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a7 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 5 { stop(); } frame 6 { stop(); } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a8 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a7 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a9 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 7 { stop(); } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 8 { stop(); } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a9 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a8 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a10 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a7 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } } movieClip 912 { frame 1 { stop(); } instance a1 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance go of movieClip 843 { onClipEvent (load) { var resetitem = false; var gtclip = random(15) + 1; var saferest = gtclip; this.gotoAndStop(gtclip); } onClipEvent (enterFrame) { if (resetitem) { while (saferest == gtclip) { gtclip = random(16) + 1; } saferest = gtclip; resetitem = false; } this.gotoAndStop(gtclip); } } instance ao of movieClip 880 { onClipEvent (load) { var resetitem = false; var gtclip = random(30) + 1; var saferest = gtclip; this.gotoAndStop(gtclip); this._x = random(200); this._y = -150 - random(100); } onClipEvent (enterFrame) { if (resetitem) { while (saferest == gtclip) { gtclip = random(30) + 1; } saferest = gtclip; this._x = random(200) - random(200); this._y = -150 - random(100); resetitem = false; } this.gotoAndStop(gtclip); } } frame 2 { stop(); } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a7 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 3 { stop(); } frame 4 { stop(); } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 5 { stop(); } frame 6 { stop(); } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a10 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a8 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a9 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a7 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 7 { stop(); } frame 8 { stop(); } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } } movieClip 929 { frame 1 { stop(); } instance a1 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance go of movieClip 843 { onClipEvent (load) { var resetitem = false; var gtclip = random(15) + 1; var saferest = gtclip; this.gotoAndStop(gtclip); } onClipEvent (enterFrame) { if (resetitem) { while (saferest == gtclip) { gtclip = random(16) + 1; } saferest = gtclip; resetitem = false; } this.gotoAndStop(gtclip); } } instance ao of movieClip 880 { onClipEvent (load) { var resetitem = false; var gtclip = random(30) + 1; var saferest = gtclip; this.gotoAndStop(gtclip); this._x = random(200); this._y = -150 - random(100); } onClipEvent (enterFrame) { if (resetitem) { while (saferest == gtclip) { gtclip = random(30) + 1; } saferest = gtclip; this._x = random(200) - random(200); this._y = -150 - random(100); resetitem = false; } this.gotoAndStop(gtclip); } } frame 2 { stop(); } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a8 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a7 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 3 { stop(); } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 4 { stop(); } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 5 { stop(); } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a7 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a10 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a9 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a8 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 6 { stop(); } instance a1 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 7 { stop(); } frame 8 { stop(); } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } } movieClip 946 { frame 1 { stop(); } instance a1 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance go of movieClip 843 { onClipEvent (load) { var resetitem = false; var gtclip = random(15) + 1; var saferest = gtclip; this.gotoAndStop(gtclip); } onClipEvent (enterFrame) { if (resetitem) { while (saferest == gtclip) { gtclip = random(16) + 1; } saferest = gtclip; resetitem = false; } this.gotoAndStop(gtclip); } } instance ao of movieClip 880 { onClipEvent (load) { var resetitem = false; var gtclip = random(30) + 1; var saferest = gtclip; this.gotoAndStop(gtclip); this._x = random(200); this._y = -150 - random(100); } onClipEvent (enterFrame) { if (resetitem) { while (saferest == gtclip) { gtclip = random(30) + 1; } saferest = gtclip; this._x = random(200) - random(200); this._y = -150 - random(100); resetitem = false; } this.gotoAndStop(gtclip); } } frame 2 { stop(); } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 3 { stop(); } frame 4 { stop(); } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a2 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 5 { stop(); } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 6 { stop(); } frame 7 { stop(); } instance a3 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } frame 8 { stop(); } instance a4 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a5 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a6 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance a7 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } } movieClip 947 { frame 1 { stop(); } instance a1 of movieClip 731 { onClipEvent (load) { _parent.aparts += 1; this._visible = false; } } instance go of movieClip 843 { onClipEvent (load) { var resetitem = false; var gtclip = random(15) + 1; var saferest = gtclip; this.gotoAndStop(gtclip); } onClipEvent (enterFrame) { if (resetitem) { while (saferest == gtclip) { gtclip = random(16) + 1; } saferest = gtclip; resetitem = false; } this.gotoAndStop(gtclip); } } instance ao of movieClip 880 { onClipEvent (load) { var resetitem = false; var gtclip = random(30) + 1; var saferest = gtclip; this.gotoAndStop(gtclip); this._x = random(200); this._y = -150 - random(100); } onClipEvent (enterFrame) { if (resetitem) { while (saferest == gtclip) { gtclip = random(30) + 1; } saferest = gtclip; this._x = random(200) - random(200); this._y = -150 - random(100); resetitem = false; } this.gotoAndStop(gtclip); } } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } } movieClip 948 { instance bgs1 of movieClip 895 { onClipEvent (load) { var aparts = 0; var fixgrav = false; var bouncefix = 0; if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } } onClipEvent (enterFrame) { if (aparts != 0) { i = 1; while (i <= aparts) { if (_root.char1.xx.hitTest(this['a' + i])) { do { _root.char1._y -= 1; } while (_root.char1.xx.hitTest(this['a' + i])); _root.char1._y += 1; if (_root.char1.speed < 0.5 && _root.char1.startoff) { _root.char1.ending = true; _root.char1.grav = 0; _root.char1._rotation = this['a' + i]._rotation; } else { if (_root.char1.grav <= -5) { _root.soundplay('thud'); } fixgrav = true; if (_root.char1.speed < 0.5 && !_root.char1.startoff && _global.aroundflag) { _root.char1._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = _root.char1._x; _root.cannoncore._y = _root.char1._y; _root.base._x = _root.char1._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; } } } ++i; } if (fixgrav) { if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } else { bouncefix = 0; } _root.char1.grav = Math.abs(_root.char1.grav / (_root.char1.bounce - bouncefix)); _root.char1.speed /= _root.char1.bounce; fixgrav = false; } } } } instance bgs2 of movieClip 895 { onClipEvent (load) { var aparts = 0; var fixgrav = false; var bouncefix = 0; if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } } onClipEvent (enterFrame) { if (aparts != 0) { i = 1; while (i <= aparts) { if (_root.char1.xx.hitTest(this['a' + i])) { do { _root.char1._y -= 1; } while (_root.char1.xx.hitTest(this['a' + i])); _root.char1._y += 1; if (_root.char1.speed < 0.5 && _root.char1.startoff) { _root.char1.ending = true; _root.char1.grav = 0; _root.char1._rotation = this['a' + i]._rotation; } else { if (_root.char1.grav <= -5) { _root.soundplay('thud'); } fixgrav = true; if (_root.char1.speed < 0.5 && !_root.char1.startoff && _global.aroundflag) { _root.char1._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = _root.char1._x; _root.cannoncore._y = _root.char1._y; _root.base._x = _root.char1._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; } } } ++i; } if (fixgrav) { if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } else { bouncefix = 0; } _root.char1.grav = Math.abs(_root.char1.grav / (_root.char1.bounce - bouncefix)); _root.char1.speed /= _root.char1.bounce; fixgrav = false; } } } } instance bgs1 of movieClip 912 { onClipEvent (load) { var aparts = 0; var fixgrav = false; var bouncefix = 0; if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } } onClipEvent (enterFrame) { if (aparts != 0) { i = 1; while (i <= aparts) { if (_root.char1.xx.hitTest(this['a' + i])) { do { _root.char1._y -= 1; } while (_root.char1.xx.hitTest(this['a' + i])); _root.char1._y += 1; if (_root.char1.speed < 0.5 && _root.char1.startoff) { _root.char1.ending = true; _root.char1.grav = 0; _root.char1._rotation = this['a' + i]._rotation; } else { if (_root.char1.grav <= -5) { _root.soundplay('thud'); } fixgrav = true; if (_root.char1.speed < 0.5 && !_root.char1.startoff && _global.aroundflag) { _root.char1._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = _root.char1._x; _root.cannoncore._y = _root.char1._y; _root.base._x = _root.char1._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; } } } ++i; } if (fixgrav) { if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } else { bouncefix = 0; } _root.char1.grav = Math.abs(_root.char1.grav / (_root.char1.bounce - bouncefix)); _root.char1.speed /= _root.char1.bounce; fixgrav = false; } } } } instance bgs2 of movieClip 912 { onClipEvent (load) { var aparts = 0; var fixgrav = false; var bouncefix = 0; if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } } onClipEvent (enterFrame) { if (aparts != 0) { i = 1; while (i <= aparts) { if (_root.char1.xx.hitTest(this['a' + i])) { do { _root.char1._y -= 1; } while (_root.char1.xx.hitTest(this['a' + i])); _root.char1._y += 1; if (_root.char1.speed < 0.5 && _root.char1.startoff) { _root.char1.ending = true; _root.char1.grav = 0; _root.char1._rotation = this['a' + i]._rotation; } else { if (_root.char1.grav <= -5) { _root.soundplay('thud'); } fixgrav = true; if (_root.char1.speed < 0.5 && !_root.char1.startoff && _global.aroundflag) { _root.char1._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = _root.char1._x; _root.cannoncore._y = _root.char1._y; _root.base._x = _root.char1._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; } } } ++i; } if (fixgrav) { if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } else { bouncefix = 0; } _root.char1.grav = Math.abs(_root.char1.grav / (_root.char1.bounce - bouncefix)); _root.char1.speed /= _root.char1.bounce; fixgrav = false; } } } } instance bgs1 of movieClip 929 { onClipEvent (load) { var aparts = 0; var fixgrav = false; var bouncefix = 0; if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } } onClipEvent (enterFrame) { if (aparts != 0) { i = 1; while (i <= aparts) { if (_root.char1.xx.hitTest(this['a' + i])) { do { _root.char1._y -= 1; } while (_root.char1.xx.hitTest(this['a' + i])); _root.char1._y += 1; if (_root.char1.speed < 0.5 && _root.char1.startoff) { _root.char1.ending = true; _root.char1.grav = 0; _root.char1._rotation = this['a' + i]._rotation; } else { if (_root.char1.grav <= -5) { _root.soundplay('thud'); } fixgrav = true; if (_root.char1.speed < 0.5 && !_root.char1.startoff && _global.aroundflag) { _root.char1._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = _root.char1._x; _root.cannoncore._y = _root.char1._y; _root.base._x = _root.char1._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; } } } ++i; } if (fixgrav) { if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } else { bouncefix = 0; } _root.char1.grav = Math.abs(_root.char1.grav / (_root.char1.bounce - bouncefix)); _root.char1.speed /= _root.char1.bounce; fixgrav = false; } } } } instance bgs2 of movieClip 929 { onClipEvent (load) { var aparts = 0; var fixgrav = false; var bouncefix = 0; if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } } onClipEvent (enterFrame) { if (aparts != 0) { i = 1; while (i <= aparts) { if (_root.char1.xx.hitTest(this['a' + i])) { do { _root.char1._y -= 1; } while (_root.char1.xx.hitTest(this['a' + i])); _root.char1._y += 1; if (_root.char1.speed < 0.5 && _root.char1.startoff) { _root.char1.ending = true; _root.char1.grav = 0; _root.char1._rotation = this['a' + i]._rotation; } else { if (_root.char1.grav <= -5) { _root.soundplay('thud'); } fixgrav = true; if (_root.char1.speed < 0.5 && !_root.char1.startoff && _global.aroundflag) { _root.char1._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = _root.char1._x; _root.cannoncore._y = _root.char1._y; _root.base._x = _root.char1._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; } } } ++i; } if (fixgrav) { if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } else { bouncefix = 0; } _root.char1.grav = Math.abs(_root.char1.grav / (_root.char1.bounce - bouncefix)); _root.char1.speed /= _root.char1.bounce; fixgrav = false; } } } } instance bgs1 of movieClip 946 { onClipEvent (load) { var aparts = 0; var fixgrav = false; var bouncefix = 0; if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } } onClipEvent (enterFrame) { if (aparts != 0) { i = 1; while (i <= aparts) { if (_root.char1.xx.hitTest(this['a' + i])) { do { _root.char1._y -= 1; } while (_root.char1.xx.hitTest(this['a' + i])); _root.char1._y += 1; if (_root.char1.speed < 0.5 && _root.char1.startoff) { _root.char1.ending = true; _root.char1.grav = 0; _root.char1._rotation = this['a' + i]._rotation; } else { if (_root.char1.grav <= -5) { _root.soundplay('thud'); } fixgrav = true; if (_root.char1.speed < 0.5 && !_root.char1.startoff && _global.aroundflag) { _root.char1._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = _root.char1._x; _root.cannoncore._y = _root.char1._y; _root.base._x = _root.char1._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; } } } ++i; } if (fixgrav) { if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } else { bouncefix = 0; } _root.char1.grav = Math.abs(_root.char1.grav / (_root.char1.bounce - bouncefix)); _root.char1.speed /= _root.char1.bounce; fixgrav = false; } } } } instance bgs2 of movieClip 946 { onClipEvent (load) { var aparts = 0; var fixgrav = false; var bouncefix = 0; if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } } onClipEvent (enterFrame) { if (aparts != 0) { i = 1; while (i <= aparts) { if (_root.char1.xx.hitTest(this['a' + i])) { do { _root.char1._y -= 1; } while (_root.char1.xx.hitTest(this['a' + i])); _root.char1._y += 1; if (_root.char1.speed < 0.5 && _root.char1.startoff) { _root.char1.ending = true; _root.char1.grav = 0; _root.char1._rotation = this['a' + i]._rotation; } else { if (_root.char1.grav <= -5) { _root.soundplay('thud'); } fixgrav = true; if (_root.char1.speed < 0.5 && !_root.char1.startoff && _global.aroundflag) { _root.char1._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = _root.char1._x; _root.cannoncore._y = _root.char1._y; _root.base._x = _root.char1._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; } } } ++i; } if (fixgrav) { if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } else { bouncefix = 0; } _root.char1.grav = Math.abs(_root.char1.grav / (_root.char1.bounce - bouncefix)); _root.char1.speed /= _root.char1.bounce; fixgrav = false; } } } } instance bgs1 of movieClip 947 { onClipEvent (load) { var aparts = 0; var fixgrav = false; var bouncefix = 0; if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } } onClipEvent (enterFrame) { if (aparts != 0) { i = 1; while (i <= aparts) { if (_root.char1.xx.hitTest(this['a' + i])) { do { _root.char1._y -= 1; } while (_root.char1.xx.hitTest(this['a' + i])); _root.char1._y += 1; if (_root.char1.speed < 0.5 && _root.char1.startoff) { _root.char1.ending = true; _root.char1.grav = 0; _root.char1._rotation = this['a' + i]._rotation; } else { if (_root.char1.grav <= -5) { _root.soundplay('thud'); } fixgrav = true; if (_root.char1.speed < 0.5 && !_root.char1.startoff && _global.aroundflag) { _root.char1._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = _root.char1._x; _root.cannoncore._y = _root.char1._y; _root.base._x = _root.char1._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; } } } ++i; } if (fixgrav) { if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } else { bouncefix = 0; } _root.char1.grav = Math.abs(_root.char1.grav / (_root.char1.bounce - bouncefix)); _root.char1.speed /= _root.char1.bounce; fixgrav = false; } } } } instance bgs2 of movieClip 947 { onClipEvent (load) { var aparts = 0; var fixgrav = false; var bouncefix = 0; if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } } onClipEvent (enterFrame) { if (aparts != 0) { i = 1; while (i <= aparts) { if (_root.char1.xx.hitTest(this['a' + i])) { do { _root.char1._y -= 1; } while (_root.char1.xx.hitTest(this['a' + i])); _root.char1._y += 1; if (_root.char1.speed < 0.5 && _root.char1.startoff) { _root.char1.ending = true; _root.char1.grav = 0; _root.char1._rotation = this['a' + i]._rotation; } else { if (_root.char1.grav <= -5) { _root.soundplay('thud'); } fixgrav = true; if (_root.char1.speed < 0.5 && !_root.char1.startoff && _global.aroundflag) { _root.char1._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = _root.char1._x; _root.cannoncore._y = _root.char1._y; _root.base._x = _root.char1._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; } } } ++i; } if (fixgrav) { if (_global.shieldfocus == 5) { bouncefix = (_root.char1.bounce - 1) / 2; } else { bouncefix = 0; } _root.char1.grav = Math.abs(_root.char1.grav / (_root.char1.bounce - bouncefix)); _root.char1.speed /= _root.char1.bounce; fixgrav = false; } } } } } instance mainbg of movieClip 948 { onClipEvent (load) { var place = _global.blastgrounds; var mainfocus = 'bgs1'; var notfocus = 'bgs2'; var temp = ''; this[notfocus].gotoAndStop(random(8) + 1); } onClipEvent (enterFrame) { this.gotoAndStop(place); if (_root.char1._x >= 275 && _root.char1.speed > 0.5) { if (this[mainfocus]._x <= -1 * this[mainfocus]._width + _root.char1.speed) { this[mainfocus]._x = this[notfocus]._x + this[mainfocus]._width; temp = mainfocus; mainfocus = notfocus; notfocus = temp; this[notfocus].ao.resetitem = true; this[notfocus].go.resetitem = true; this[notfocus].gotoAndStop(random(8) + 1); } if (!_root.char1.ending) { this[mainfocus]._x -= _root.char1.speed; this[notfocus]._x = this[mainfocus]._x + this[mainfocus]._width; } } } } movieClip 954 { } movieClip 957 { } movieClip 959 { } movieClip 960 { frame 1 { stop(); } instance of movieClip 634 { onClipEvent (enterFrame) { this._rotation = -1 * _root.char1.grav; } } instance of movieClip 957 { onClipEvent (enterFrame) { if (_root.char1.action == 'fly') { this._visible = true; } else { this._visible = false; } } } } movieClip 966 { frame 8 { stop(); } } movieClip 974 { frame 13 { stop(); } } movieClip 980 { } movieClip 984 { frame 17 { stop(); } } movieClip 989 { frame 7 { stop(); } } movieClip 998 { } movieClip 1001 { } movieClip 1004 { } movieClip 1008 { } movieClip 1010 { } movieClip 1011 { } movieClip 1014 { } movieClip 1016 { } movieClip 1019 { } movieClip 1022 { } movieClip 1038 { frame 14 { stop(); } } movieClip 1045 { } movieClip 1049 { } movieClip 1053 { } movieClip 1058 { } movieClip 1062 { } movieClip 1063 { frame 30 { stop(); } } movieClip 1065 { } movieClip 1067 { } movieClip 1075 { frame 14 { stop(); } } movieClip 1080 { } movieClip 1082 { } movieClip 1083 { } movieClip 1085 { } movieClip 1087 { } movieClip 1088 { } movieClip 1094 { } movieClip 1096 { } movieClip 1101 { frame 9 { stop(); } } movieClip 1106 { } movieClip 1108 { } movieClip 1109 { } movieClip 1116 { } movieClip 1118 { } movieClip 1123 { } movieClip 1129 { } movieClip 1131 { } movieClip 1137 { frame 20 { gotoAndPlay('poke'); } } movieClip 1143 { } movieClip 1145 { } movieClip 1147 { } movieClip 1152 { } movieClip 1154 { } movieClip 1156 { } movieClip 1158 { } movieClip 1163 { } movieClip 1166 { } movieClip 1170 { frame 35 { stop(); } } movieClip 1172 { } movieClip 1174 { } movieClip 1176 { } movieClip 1178 { } movieClip 1180 { } movieClip 1183 { } movieClip 1185 { } movieClip 1188 { } movieClip 1190 { } movieClip 1195 { } movieClip 1197 { } movieClip 1200 { } movieClip 1201 { frame 33 { stop(); } } movieClip 1206 { } movieClip 1208 { } movieClip 1210 { frame 33 { stop(); } } movieClip 1215 { } movieClip 1218 { } movieClip 1220 { frame 33 { stop(); } } movieClip 1222 { } movieClip 1224 { } movieClip 1226 { } movieClip 1230 { } movieClip 1232 { } movieClip 1233 { } movieClip 1238 { } movieClip 1239 { } movieClip 1241 { } movieClip 1243 { } movieClip 1249 { } movieClip 1251 { } movieClip 1254 { frame 8 { stop(); } } movieClip 1256 { } movieClip 1258 { } movieClip 1260 { } movieClip 1266 { } movieClip 1268 { } movieClip 1269 { } movieClip 1271 { } movieClip 1273 { } movieClip 1277 { frame 7 { stop(); } } movieClip 1279 { } movieClip 1281 { } movieClip 1286 { } movieClip 1291 { } movieClip 1293 { } movieClip 1294 { } movieClip 1296 { } movieClip 1298 { } movieClip 1299 { } movieClip 1306 { frame 8 { gotoAndPlay('rawr'); } } movieClip 1308 { } movieClip 1314 { frame 9 { stop(); } } movieClip 1320 { } movieClip 1322 { } movieClip 1327 { } movieClip 1330 { } movieClip 1333 { } movieClip 1338 { } movieClip 1341 { } movieClip 1349 { } movieClip 1352 { } movieClip 1355 { } movieClip 1360 { } movieClip 1363 { } movieClip 1372 { } movieClip 1379 { } movieClip 1384 { } movieClip 1386 { } movieClip 1389 { frame 8 { stop(); } } movieClip 1391 { } movieClip 1393 { } movieClip 1395 { } movieClip 1397 { } movieClip 1399 { } movieClip 1401 { } movieClip 1406 { } movieClip 1409 { } movieClip 1411 { } movieClip 1416 { frame 10 { stop(); } } movieClip 1418 { } movieClip 1420 { } movieClip 1425 { } movieClip 1430 { } movieClip 1434 { } movieClip 1436 { } movieClip 1438 { } movieClip 1440 { } movieClip 1442 { } movieClip 1446 { frame 9 { stop(); } } movieClip 1448 { } movieClip 1450 { } movieClip 1452 { } movieClip 1454 { } movieClip 1456 { } movieClip 1458 { } movieClip 1463 { } movieClip 1465 { } movieClip 1467 { } movieClip 1469 { } movieClip 1471 { } movieClip 1473 { } movieClip 1475 { } movieClip 1477 { } movieClip 1479 { } movieClip 1480 { frame 1 { stop(); } instance shield of movieClip 960 { onClipEvent (load) { this._visible = false; } } instance down of movieClip 878 { onClipEvent (load) { this._visible = false; var startx = this._x; var starty = this._y; } onClipEvent (enterFrame) { if (this._visible) { this._xscale = 100; this._yscale = 100; this._x = startx; this._y = starty; } else { if (!this._visible) { this._xscale = 1; this._yscale = 1; this._x = _root.char1.xx._x; this._y = _root.char1.xx._y; } } } } instance right of movieClip 878 { onClipEvent (load) { this._visible = false; var startx = this._x; var starty = this._y; } onClipEvent (enterFrame) { if (this._visible) { this._xscale = 100; this._yscale = 100; this._x = startx; this._y = starty; } else { if (!this._visible) { this._xscale = 1; this._yscale = 1; this._x = _root.char1.xx._x; this._y = _root.char1.xx._y; } } } } instance left of movieClip 878 { onClipEvent (load) { this._visible = false; var startx = this._x; var starty = this._y; } onClipEvent (enterFrame) { if (this._visible) { this._xscale = 100; this._yscale = 100; this._x = startx; this._y = starty; } else { if (!this._visible) { this._xscale = 1; this._yscale = 1; this._x = _root.char1.xx._x; this._y = _root.char1.xx._y; } } } } instance up of movieClip 878 { onClipEvent (load) { this._visible = false; var startx = this._x; var starty = this._y; } onClipEvent (enterFrame) { if (this._visible) { this._xscale = 100; this._yscale = 100; this._x = startx; this._y = starty; } else { if (!this._visible) { this._xscale = 1; this._yscale = 1; this._x = _root.char1.xx._x; this._y = _root.char1.xx._y; } } } } frame 2 { stop(); } frame 3 { stop(); } frame 4 { stop(); } frame 5 { stop(); } frame 6 { stop(); } frame 7 { stop(); } frame 8 { stop(); } frame 9 { stop(); } frame 10 { stop(); } frame 11 { stop(); } frame 12 { stop(); } frame 13 { stop(); } frame 14 { stop(); } frame 15 { stop(); } frame 16 { stop(); } frame 17 { stop(); } frame 18 { stop(); } frame 19 { stop(); } frame 20 { stop(); } frame 21 { stop(); } frame 22 { stop(); } frame 23 { stop(); } frame 24 { stop(); } frame 25 { stop(); } frame 26 { stop(); } frame 27 { stop(); } frame 28 { stop(); } frame 29 { stop(); } frame 30 { stop(); } frame 31 { stop(); } frame 32 { stop(); } frame 33 { stop(); } frame 34 { stop(); } frame 35 { stop(); } frame 36 { stop(); } frame 37 { stop(); } frame 38 { stop(); } frame 39 { stop(); } frame 40 { stop(); } frame 41 { stop(); } frame 42 { stop(); } frame 43 { stop(); } frame 44 { stop(); } frame 45 { stop(); } frame 46 { stop(); } frame 47 { stop(); } frame 48 { stop(); } frame 49 { stop(); } frame 50 { stop(); } frame 51 { stop(); } frame 52 { stop(); } frame 53 { stop(); } frame 54 { stop(); } frame 55 { stop(); } frame 56 { stop(); } frame 57 { stop(); } frame 58 { stop(); } frame 59 { stop(); } frame 60 { stop(); } frame 61 { stop(); } frame 62 { stop(); } frame 63 { stop(); } frame 64 { stop(); } frame 65 { stop(); } frame 66 { stop(); } frame 67 { stop(); } frame 68 { stop(); } frame 69 { stop(); } frame 70 { stop(); } frame 71 { stop(); } frame 72 { stop(); } frame 73 { stop(); } frame 74 { stop(); } frame 75 { stop(); } frame 76 { stop(); } frame 77 { stop(); } frame 78 { stop(); } frame 79 { stop(); } frame 80 { stop(); } frame 81 { stop(); } frame 82 { stop(); } frame 83 { stop(); } frame 84 { stop(); } frame 85 { stop(); } frame 86 { stop(); } frame 87 { stop(); } frame 88 { stop(); } frame 89 { stop(); } frame 90 { stop(); } frame 91 { stop(); } frame 92 { stop(); } frame 93 { stop(); } frame 94 { stop(); } frame 95 { stop(); } frame 96 { stop(); } frame 97 { stop(); } frame 98 { stop(); } frame 99 { stop(); } frame 100 { stop(); } frame 101 { stop(); } frame 102 { stop(); } frame 103 { stop(); } frame 104 { stop(); } frame 105 { stop(); } frame 106 { stop(); } frame 107 { stop(); } frame 108 { stop(); } frame 109 { stop(); } frame 110 { stop(); } frame 111 { stop(); } frame 112 { stop(); } frame 113 { stop(); } frame 114 { stop(); } frame 115 { stop(); } frame 116 { stop(); } frame 117 { stop(); } frame 118 { stop(); } frame 119 { stop(); } frame 120 { stop(); } frame 121 { stop(); } frame 122 { stop(); } frame 123 { stop(); } frame 124 { stop(); } frame 125 { stop(); } frame 126 { stop(); } frame 127 { stop(); } frame 128 { stop(); } frame 129 { stop(); } frame 130 { stop(); } frame 131 { stop(); } frame 132 { stop(); } frame 133 { stop(); } frame 134 { stop(); } frame 135 { stop(); } frame 136 { stop(); } frame 137 { stop(); } frame 138 { stop(); } frame 139 { stop(); } frame 140 { stop(); } frame 141 { stop(); } frame 142 { stop(); } frame 143 { stop(); } frame 144 { stop(); } frame 145 { stop(); } frame 146 { stop(); } frame 147 { stop(); } frame 148 { stop(); } frame 149 { stop(); } frame 150 { stop(); } frame 151 { stop(); } frame 152 { stop(); } frame 153 { stop(); } frame 154 { stop(); } frame 155 { stop(); } frame 156 { stop(); } frame 157 { stop(); } frame 158 { stop(); } frame 159 { stop(); } frame 160 { stop(); } frame 161 { stop(); } frame 162 { stop(); } frame 163 { stop(); } frame 164 { stop(); } frame 165 { stop(); } frame 166 { stop(); } frame 167 { stop(); } frame 168 { stop(); } frame 169 { stop(); } frame 170 { stop(); } frame 171 { stop(); } frame 172 { stop(); } frame 173 { stop(); } frame 174 { stop(); } } instance char1 of movieClip 1480 { onClipEvent (load) { if (_global.shieldfocus != 1) { this.shield._visible = true; } var aroundcount = 1; var aroundchar = 0; if (_global.aroundflag) { while (!_global.boughtchar[aroundcount - 1]) { trace(_global.chars[_global.translate[aroundcount]]); aroundcount += 1; } aroundchar += 1; } this.shield.gotoAndStop(_global.shieldfocus); if (_global.aroundflag) { var who = _global.chars[_global.translate[aroundcount]]; var whotag = _global.translate[aroundcount]; } else { var who = _global.char; var whotag = _global.idtag; } var action = 'spin'; var tempaction = ''; var grav = 0; var shot = false; var speed = 0; var mass = _global.statsmass[whotag]; var bounce = _global.statsbounce[whotag]; var floatfix = 0; var decay = (9.800000000000001 - floatfix) / 625; if (_global.shieldfocus == 7) { floatfix = mass * 0.3; } trace(decay + ' ' + (9.800000000000001 - floatfix)); var shot = false; var rings = 0; var distance = 0; var startoff = false; var startspeed = 0; var slopex = 0; var slopey = 0; var ending = false; var injur = false; var elecshield = false; var faketimer = 0; var collection = 0; if (who == 'chao' || who == 'tails' || who == 'espio') { this._rotation = 90; } var sounded = new Sound(); var hurtsound = false; var posesound = false; var soundcompile = who; var flytimer = 15; var flycount = 1; var flysave = 1; var randfly = -1; var flystart = -1; var flyend = -1; this.gotoAndStop(who + action); this.xx._visible = false; } onClipEvent (enterFrame) { if (_global.shieldfocus == 7) { floatfix = mass * 0.3; if (_global.statsmass[whotag] == mass) { mass -= floatfix; } } else { mass = _global.statsmass[whotag]; } if (speed > 520) { speed = 520; trace('maxspeed hit'); } if (_global.shieldfocus != 1) { this.shield._visible = true; } this.shield.gotoAndStop(_global.shieldfocus); this.xx._visible = false; if (ending == false) { distance += speed; } if (ending || action == 'hurt') { this.right._visible = false; this.left._visible = false; this.up._visible = false; this.down._visible = false; } if (ending == false && action != 'fly') { grav -= mass * decay; } else { if (action == 'fly' && (ending == false && who != 'sonic' && who != 'amy' && who != 'shadow' && who != 'chao' && who != 'zero' && who != 'tailsdoll' && who != 'vector' && who != 'espio' && who != 'mighty' && who != 'big' && who != 'mechatails' && who != 'lightchao' && who != 'darkchao' && who != 'chaoschao' && who != 'creamdoll' && who != 'bean' && who != 'ashura' && who != 'bark' && who != 'silver' && who != 'blaze' && who != 'nack' && who != 'wave' && who != 'supersonic' && who != 'supershadow' && who != 'sonia' && who != 'mephiles' && who != 'supersilver' && who != 'burningblaze' && who != 'werehog' && who != 'tiara' && who != 'sally' && who != 'darkspine' && who != 'bunnie' && who != 'manic' && who != '' || _global.shieldfocus == 3)) { if (flystart == -1) { flystart = distance; } grav = -2; flytimer -= 1; trace(flytimer + ' ' + flysave + ' ' + flycount + ' ' + randfly); if (flytimer <= 0) { if (randfly == -1) { randfly = random(4); } else { if (randfly == 1) { this.right._visible = true; if (Key.isDown(39)) { this.right._visible = false; flycount -= 1; if (flycount <= 0) { flysave += 1; flycount = flysave; randfly = -1; flytimer = 25; } else { flytimer = 14; randfly = -1; } } } else { if (randfly == 2) { this.down._visible = true; if (Key.isDown(40)) { this.down._visible = false; flycount -= 1; if (flycount <= 0) { flysave += 1; flycount = flysave; randfly = -1; flytimer = 25; } else { flytimer = 14; randfly = -1; } } } else { if (randfly == 3) { this.left._visible = true; if (Key.isDown(37)) { this.left._visible = false; flycount -= 1; if (flycount <= 0) { flysave += 1; flycount = flysave; randfly = -1; flytimer = 25; } else { flytimer = 14; randfly = -1; } } } else { if (randfly == 0) { this.up._visible = true; if (Key.isDown(38)) { this.up._visible = false; flycount -= 1; if (flycount <= 0) { flysave += 1; flycount = flysave; randfly = -1; flytimer = 25; } else { flytimer = 14; randfly = -1; } } } } } } } } else { if (flytimer >= 15) { this._y -= flytimer; } } } else { if (action == 'fly' && _global.shieldfocus != 3) { grav -= mass * decay; action = 'spin'; } } } if (shot) { this._visible = true; if (startoff == false) { this._x = _global.ppx; this._y = _global.ppy; startspeed = _root.cannoncore.power / 250; slopex = _global.ppx - _global.pp2x; slopey = _global.pp2y - _global.ppy; speed = slopex * startspeed; grav = slopey * startspeed; startoff = true; } else { if (this._x < 275 && !ending) { this._x += speed; } } } if (action == 'hurt') { if (flystart != -1 && flyend == -1) { flyend = distance; if (_global.medals[5] == false && flyend - flystart >= 20000) { _global.medals[5] = true; trace('flight medal get!'); } } this._rotation = grav; if (hurtsound == false) { soundcompile = who + 'hurt'; _root.soundplay(soundcompile); hurtsound = true; } } if (ending) { if (flystart != -1 && flyend == -1) { flyend = distance; if (_global.medals[5] == false && flyend - flystart >= 20000) { _global.medals[5] = true; trace('flight medal get!'); } } if (action != 'hurt') { action = 'pose'; if (posesound == false) { soundcompile = who + 'pose'; _root.soundplay(soundcompile); posesound = true; } } faketimer += 1; if (faketimer >= 15) { if (_global.aroundflag) { this._x = 275; action = 'spin'; faketimer = 0; do { aroundcount += 1; if (aroundcount > 52) { _global.arounddist = distance; _global.aroundring = collection; _root.gotoAndStop('aroundend'); } trace(_global.chars[_global.translate[aroundcount]]); } while (!_global.boughtchar[aroundcount - 1]); aroundchar += 1; if (_global.medals[9] == false && aroundchar >= 32) { _global.medals[9] = true; trace('around medal get!'); } ending = false; startoff = false; shot = false; grav = 0; speed = 0; this._y -= 15; _root.cannoncore._rotation = 0; _root.cannoncore._x = this._x; _root.cannoncore._y = this._y; _root.base._x = this._x; _root.base._y = _root.cannoncore._y + 15; _root.meter._x = _root.cannoncore._x - 50; _root.meter._y = _root.cannoncore._y; hurtsound = false; posesound = false; soundcompile = who; who = _global.chars[_global.translate[aroundcount]]; whotag = _global.translate[aroundcount]; mass = _global.statsmass[whotag]; bounce = _global.statsbounce[whotag]; this._y -= 75; } else { if (_global.medals[3] == false && distance >= 100000) { _global.medals[3] = true; trace('100k medal get!'); } _root.camcam._visible = true; _root.camcam.distvar = '' + Math.round(distance) + 'm'; _root.camcam.ringsearnedvar = '' + Math.round((Math.round(distance) / 100) * _global.ringmultiplier); _root.camcam.ringscollectedvar = '' + collection; } } } if (_global.shieldfocus == 3 && action == 'fly') { tempaction = 'fly'; action = 'spin'; } this._y -= grav; this.gotoAndStop(who + action); this.xx._visible = false; if (this._y > 400) { this._y = 350; } if (_global.shieldfocus == 3 && tempaction == 'fly') { tempaction = ''; action = 'fly'; } } } movieClip 1481 { instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (_parent._name != 'cannoncoremaster') { point = new Object(); point.x = this._x; point.y = this._y; localToGlobal(point); _global.ppx = point.x; _global.ppy = point.y; } } } instance a2 of movieClip 255 { onClipEvent (enterFrame) { if (_parent._name != 'cannoncoremaster') { point2 = new Object(); point2.x = this._x; point2.y = this._y; localToGlobal(point2); _global.pp2x = point2.x; _global.pp2y = point2.y; } } } } instance cannoncore of movieClip 1481 { onClipEvent (load) { var turn = false; var fire = false; var turnspeed = 0; var power = 0; var shot = false; var moveout = false; } onClipEvent (enterFrame) { if (shot == false) { if (moveout) { if (_root.char1.ending == false) { this._x -= _root.char1.speed; _root.power._x -= _root.char1.speed; _root.stand._x -= _root.char1.speed; _root.disrot = ''; } } else { _root.meter.degreee = Math.round(this._rotation) + '°'; } if (Key.isDown(38) && this._rotation >= 0 && turn) { if (turnspeed < 100) { turnspeed += 1; } this._rotation -= 0.1 * turnspeed; if (this._rotation <= 0) { this._rotation = 0; } } else { if (Key.isDown(40) && this._rotation <= 90 && turn) { if (turnspeed < 100) { turnspeed += 1; } this._rotation += 0.1 * turnspeed; if (this._rotation >= 90) { this._rotation = 90; } } else { turnspeed = 0; } } if (Key.isDown(39)) { if (power < 100) { power += 2; } } else { if (Key.isDown(37)) { if (power > 1) { power -= 1; } } else { if (power > 1) { power -= 1; } } } _root.meter.gotoAndStop(power); if (Key.isDown(32)) { shot = true; _root.char1.shot = true; } } else { if (_root.char1._x >= 272 && this._x > -300) { if (_root.char1.ending == false) { this._x -= _root.char1.speed; _root.base._x -= _root.char1.speed; _root.meter._x -= _root.char1.speed; } } } } } movieClip 1482 { instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { if (_global.medals[12] == false && _root.char1.shot) { _global.medals[12] = true; trace('trickshot medal get!'); } _root.char1.grav = 0; _root.cannoncore.turn = true; do { _root.char1._y -= 1; } while (this.hitTest(_root.char1)); _root.char1._visible = false; _root.char1._rotation = 0; _root.char1.shot = false; _root.cannoncore.shot = false; _root.char1.startoff = false; } } } } instance of movieClip 204 { onClipEvent (keyUp) { if (Key.getCode() == 33 && Key.isDown(65)) { _root.char1.speed += 5; } else { if (Key.getCode() == 34 && Key.isDown(65)) { _root.char1._y -= 1000; } else { if (Key.getCode() == 36 && Key.isDown(65)) { _root.char1.action = 'fly'; } } } } } movieClip 1486 { } movieClip 1527 { frame 1 { stop(); } } movieClip 1533 { } movieClip 1534 { frame 1 { stop(); } instance elec1 of movieClip 1527 { onClipEvent (load) { stop(); } } frame 100 { stop(); } instance of movieClip 1533 { onClipEvent (enterFrame) { _parent.elec1.play(); } } } movieClip 1537 { instance of movieClip 386 { onClipEvent (load) { _root.ringer.ringsbox = _global.rings; } onClipEvent (enterFrame) { if (_root.camcam._visible == false) { _root.ringer.ringsbox = _global.rings; } else { _root.ringer.ringsbox = _global.rings + Math.round((Math.round(_root.char1.distance) / 100) * _global.ringmultiplier); } } } instance of movieClip 133 { } } instance ringer of movieClip 1537 { onClipEvent (enterFrame) { if (_root.camcam._visible == false) { this._xscale = _root.camcam._xscale; this._yscale = _root.camcam._yscale; this._y = _root.camcam._y - _root.camcam._height / 2 + this._height / 2; } else { this._xscale = _root.camcam._xscale * 2; this._yscale = _root.camcam._yscale * 2; this._y = _root.camcam._y + _root.camcam._height / 2 - this._height / 2; } this._x = _root.camcam._x - _root.camcam._width / 2 + this._width / 2; } } movieClip 1538 { } movieClip 1540 { instance of movieClip 133 { } } instance of movieClip 1540 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_root.char1._y < 0) { if (_global.medals[4] == false && Math.abs(Math.floor(_root.char1._y)) >= 10000) { _global.medals[4] = true; trace('10k air medal get!'); } this._visible = true; this.updist = Math.abs(Math.floor(_root.char1._y)); this._xscale = _root.camcam._xscale; this._yscale = _root.camcam._yscale; this._x = _root.camcam._x + _root.camcam._width / 2 - this._width; this._y = _root.camcam._y - _root.camcam._height / 2 + this._height / 2; } else { this._visible = false; } } } movieClip 1541 { } movieClip 1542 { } instance ring1 of movieClip 1542 { onClipEvent (load) { var starter = this._x; this._y = random(300); } onClipEvent (enterFrame) { if (this._x < 550 && this._x > 0 && _global.shieldfocus == 4) { this._x -= (this._x - _root.char1._x) / 10; this._y -= (this._y - _root.char1._y) / 10; } else { if (_root.char1.ending == false && _root.char1._x > 265) { this._x -= _root.char1.speed; } } if (this._x < -150) { this._x = starter; this._y = random(300); } if (this.hitTest(_root.char1)) { this._x = starter; this._y = random(300); _global.rings += 1; _root.char1.collection += 1; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _root.soundplay('ring'); } } } instance ring2 of movieClip 1542 { onClipEvent (load) { var starter = this._x; this._y = random(300); } onClipEvent (enterFrame) { if (this._x < 550 && this._x > 0 && _global.shieldfocus == 4) { this._x -= (this._x - _root.char1._x) / 10; this._y -= (this._y - _root.char1._y) / 10; } else { if (_root.char1.ending == false && _root.char1._x > 265) { this._x -= _root.char1.speed; } } if (this._x < -150) { this._x = starter; this._y = random(300); } if (this.hitTest(_root.char1)) { this._x = starter; this._y = random(300); _global.rings += 1; _root.char1.collection += 1; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _root.soundplay('ring'); } } } instance ring3 of movieClip 1542 { onClipEvent (load) { var starter = this._x; this._y = random(300); } onClipEvent (enterFrame) { if (this._x < 550 && this._x > 0 && _global.shieldfocus == 4) { this._x -= (this._x - _root.char1._x) / 10; this._y -= (this._y - _root.char1._y) / 10; } else { if (_root.char1.ending == false && _root.char1._x > 265) { this._x -= _root.char1.speed; } } if (this._x < -150) { this._x = starter; this._y = random(300); } if (this.hitTest(_root.char1)) { this._x = starter; this._y = random(300); _global.rings += 1; _root.char1.collection += 1; if (_global.shieldfocus == 2) { _root.char1.speed += 1; } _root.soundplay('ring'); } } } button 1545 { on (release) { if (_global.losefocus != _global.shieldfocus) { _global.shieldfocus = _global.losefocus; } _global.reshoot = true; _global.rings += Math.round((Math.round(_root.char1.distance) / 100) * _global.ringmultiplier); _global.gscore = _root.char1.distance; _global.gchar = _global.char; _root.gotoAndStop('submit'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.submitbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 1547 { on (release) { _global.rings += Math.round((Math.round(_root.char1.distance) / 100) * _global.ringmultiplier); _global.reshoot = true; _root.gotoAndPlay('restart'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.reshootbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 1549 { on (release) { if (_global.losefocus != _global.shieldfocus) { _global.shieldfocus = _global.losefocus; } _global.reshoot = true; _global.rings += Math.round((Math.round(_root.char1.distance) / 100) * _global.ringmultiplier); _root.gotoAndStop('charmenu'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.menubut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } movieClip 1551 { } movieClip 1553 { } movieClip 1559 { } movieClip 1560 { } movieClip 1563 { } movieClip 1564 { frame 1 { function camControl() { if (_root.char1._x >= 270 && _root.char1.ending == false) { if (_root.char1._y > this._y && _root.char1._y > this._y + 10) { this._y += this._xscale / 10; makechange = true; } else { if (_root.char1._y < this._y && _root.char1._y < this._y - 10) { this._y -= this._xscale / 10; makechange = true; } } while (this._y > 400 - this._height / 2) { this._y -= 1; makechange = true; } while (this._y < +(this._height / 2)) { this._y += 1; makechange = true; } if (_root.char1._y >= 0 && _root.char1._y <= 400 && this._xscale > _global.zoomfactor) { this._xscale -= 1; this._yscale -= 1; makechange = true; while (this._y > 400 - this._height / 2) { this._y -= 1; } while (this._y < +(this._height / 2)) { this._y += 1; } } else { if ((_root.char1._y <= 0 || _root.char1._y >= 400) && this._xscale < 100) { this._xscale += 1; this._yscale += 1; makechange = true; while (this._y < +(this._height / 2)) { this._y += 1; } while (this._y > 400 - this._height / 2) { this._y -= 1; } } } if (makechange == true && _root.char1.ending == false || makechange == true && this._xscale > _global.zoomfactor) { parentColor.setTransform(camColor.getTransform()); var v6 = sX / this._width; var v5 = sY / this._height; _parent._x = cX - this._x * v6; _parent._y = cY - this._y * v5; _parent._xscale = 100 * v6; _parent._yscale = 100 * v5; makechange = false; } } } 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; var makechange = false; Stage.scaleMode = oldMode; var camColor = new Color(this); var parentColor = new Color(_parent); this.onEnterFrame = camControl; camControl(); this.onUnload = resetStage; } instance of movieClip 1560 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.charhighscore[_global.idtag] < Math.round(_root.char1.distance) && _global.savetoday == true) { this._visible = true; _global.charhighscore[_global.idtag] = Math.round(_root.char1.distance); } else { if (_global.savetoday == false) { _root.camcam.offscores._visible = true; } } } } instance offscores of movieClip 1563 { onClipEvent (load) { this._visible = false; } } } frame 1128 { _global.aroundflag = false; _root.gotoAndStop('charmenu'); } frame 1129 { function saveas(path) { _global.statcode = ''; i = 0; while (i < 52) { if (_global.boughtchar[i] == true) { _global.statcode += 't'; } else { if (_global.boughtchar[i] == false) { _global.statcode += 'f'; } else { trace('unlock fails ' + i); } } ++i; } _global.statcode += '&'; i = 1; while (i < 32) { if (_global.boughtstore[i] == true) { _global.statcode += 't'; } else { if (_global.boughtstore[i] == false) { _global.statcode += 'f'; } else { trace('store fails ' + i); } } ++i; } _global.statcode += '$' + _global.rings + '$'; _global.statcode += '#'; _global.statcode += '%'; i = 0; while (i < 52) { _global.statcode += _global.charhighscore[i] + '%'; ++i; } _global.statcode += 'C' + _global.zoomfactor + 'C'; if (_global.textsliders == true) { _global.statcode += 't'; } else { if (_global.textsliders == false) { _global.statcode += 'f'; } } if (_global.soundfx == true) { _global.statcode += 't'; } else { if (_global.soundfx == false) { _global.statcode += 'f'; } } if (_global.bgsound == true) { _global.statcode += 't'; } else { if (_global.bgsound == false) { _global.statcode += 'f'; } } if (_quality == 'HIGH') { _global.statcode += 'h'; } else { if (_quality == 'MEDIUM') { _global.statcode += 'm'; } else { if (_quality == 'LOW') { _global.statcode += 'l'; } } } _global.statcode += 'V' + _global.soundfactor + 'V'; i = 1; while (i < 9) { if (_global.songsactive[i] == true) { _global.statcode += 't'; } else { if (_global.songsactive[i] == false) { _global.statcode += 'f'; } else { trace('music faILS ' + i); } } ++i; } _global.statcode += 'P'; i = 1; while (i < 14) { if (_global.medals[i] == true) { _global.statcode += 't'; } else { if (_global.medals[i] == false) { _global.statcode += 'f'; } else { trace('music faILS ' + i); } } ++i; } trace(_global.statcode); localData = SharedObject.getLocal('sonicboomcookie' + path); localData.data.statcode = _global.statcode; _global.feedback = true; var v3 = localData.flush(); if (v3 == false || v3 == 'pending') { trace('cookie fail'); _global.feedback = false; } _root.gotoAndStop('feedbacksave'); } stop(); } button 1566 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.slot1but); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.saveas('slot1'); } } button 1568 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.slot2but); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.saveas('slot2'); } } button 1570 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.slot3but); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.saveas('slot3'); } } button 1571 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.slotcbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { if (_root.cslot != '' && _root.cslot != 'name?') { _global.customsave = _root.cslot; _root.saveas('slot' + _global.customsave); } } } instance of movieClip 133 { onClipEvent (load) { _root.cslot = _global.customsave; } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { _root.cslot = ''; } } } button 1574 { on (release) { gotoAndStop('charmenu'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } frame 1130 { function loadas(path) { _global.statcode = ''; localData = SharedObject.getLocal('sonicboomcookie' + path); trace('getting data'); _global.feedback = true; if (localData.data.statcode == undefined) { trace('data missing'); _global.feedback = false; _root.gotoAndStop('feedbackload'); } else { trace('data found: ' + localData.data.statcode); _global.statcode = localData.data.statcode; i = 0; while (i < 52) { if (_global.statcode.charAt(i) == 't') { _global.boughtchar[i] = true; } else { if (_global.statcode.charAt(i) == 'f') { _global.boughtchar[i] = false; } else { trace('unlock fails ' + i + ' ' + _global.statcode.charAt(i)); } } ++i; } i = 1; while (i < 32) { if (_global.statcode.charAt(i + 52) == 't') { _global.boughtstore[i] = true; } else { if (_global.statcode.charAt(i + 52) == 'f') { _global.boughtstore[i] = false; } else { trace('store fails ' + i + ' ' + _global.statcode.charAt(i + 40)); } } ++i; } _global.rings = Number(_global.statcode.slice(_global.statcode.indexOf('$') + 1, _global.statcode.lastIndexOf('$'))); var v3 = _global.statcode.indexOf('#') + 1; i = 0; while (i < 52) { charhighscore[i] = Number(_global.statcode.slice(_global.statcode.indexOf('%', v3) + 1, _global.statcode.indexOf('%', v3 + 1))); v3 = _global.statcode.indexOf('%', v3 + 1); ++i; } _global.zoomfactor = Number(_global.statcode.slice(_global.statcode.indexOf('C') + 1, _global.statcode.lastIndexOf('C'))); v3 = _global.statcode.lastIndexOf('C') + 1; if (_global.statcode.charAt(v3) == 't') { _global.textsliders = true; } else { if (_global.statcode.charAt(v3) == 'f') { _global.textsliders = false; } } v3 += 1; if (_global.statcode.charAt(v3) == 't') { _global.soundfx = true; } else { if (_global.statcode.charAt(v3) == 'f') { _global.soundfx = false; } } v3 += 1; if (_global.statcode.charAt(v3) == 't') { _global.bgsound = true; } else { if (_global.statcode.charAt(v3) == 'f') { _global.bgsound = false; } } v3 += 1; if (_global.statcode.charAt(v3) == 'h') { _quality = 'HIGH'; } else { if (_global.statcode.charAt(v3) == 'm') { _quality = 'MEDIUM'; } else { if (_global.statcode.charAt(v3) == 'l') { _quality = 'LOW'; } } } _global.soundfactor = Number(_global.statcode.slice(_global.statcode.indexOf('V') + 1, _global.statcode.lastIndexOf('V'))); v3 = _global.statcode.lastIndexOf('V') + 1; i = v3; while (i < v3 + 8) { if (_global.statcode.charAt(i) == 't') { _global.songsactive[i - v3 + 1] = true; } else { if (_global.statcode.charAt(i) == 'f') { _global.songsactive[i - v3 + 1] = false; } } ++i; } v3 = _global.statcode.lastIndexOf('P') + 1; i = v3; while (i < v3 + 13) { trace(_global.statcode.charAt(i) + ' ' + i); if (_global.statcode.charAt(i) == 't') { _global.medals[i - v3 + 1] = true; } else { if (_global.statcode.charAt(i) == 'f') { _global.medals[i - v3 + 1] = false; } } ++i; } if (_global.medals[13] == false) { _global.medals[13] = true; trace('load medal get!'); } _root.gotoAndStop('charmenu'); } } stop(); } button 1578 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.slot1but); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.loadas('slot1'); } } button 1579 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.slot2but); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.loadas('slot2'); } } button 1580 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.slot3but); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.loadas('slot3'); } } button 1581 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.slotcbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { if (_root.cslot != '' && _root.cslot != 'name?') { _global.customsave = _root.cslot; _root.loadas('slot' + _global.customsave); } } } instance of movieClip 133 { onClipEvent (load) { _root.cslot = _global.customsave; } onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { _root.cslot = ''; } } } button 1583 { on (release) { gotoAndStop('intromenu'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } frame 1131 { function checkallitems() { var v2 = 0; i = 1; while (i <= 31) { if (_global.boughtstore[i]) { v2 += 1; } ++i; } if (_global.medals[2] == false && v2 >= 31) { _global.medals[2] = true; trace('all items medal get!'); } } _root.noslidetext = ''; var test1 = new Date(); var datetag = test1.getDate(); if (_global.textsliders) { _root.textcreator(_global.daystore[datetag], 25, 325); } else { _root.noslidetext = _global.daystore[datetag]; } } frame 1131 { function textcreator(inner, x, y) { var v3 = 0; _global.nuke = false; inner = inner.toLowerCase(); while (_root['h' + (v3 + 1) + 'h'].tag != undefined) { _root['h' + (v3 + 1) + 'h'].removeMovieClip(); v3 += 1; } v3 = 0; while (v3 < inner.length) { _root[inner.charAt(v3) + inner.charAt(v3)].duplicateMovieClip('h' + (v3 + 1) + 'h', v3 + 1); _root['h' + (v3 + 1) + 'h']._x = x + v3 + 1; _root['h' + (v3 + 1) + 'h']._y = y; v3 += 1; } } } frame 1131 { stop(); } movieClip 1589 { } button 1590 { on (release) { _global.nuke = true; gotoAndStop('charmenu'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } movieClip 1592 { } movieClip 1594 { } button 1595 { on (release) { if (_global.boughtstore[1] == false && _global.rings >= 2500) { _global.boughtstore[1] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1596 { on (release) { if (_global.boughtstore[2] == false && _global.rings >= 10000) { _global.boughtstore[2] = true; _root.checkallitems(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1599 { on (release) { if (_global.boughtstore[3] == false && _global.rings >= 2500) { _global.boughtstore[3] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1601 { } button 1602 { on (release) { if (_global.boughtstore[4] == false && _global.rings >= 2500) { _global.boughtstore[4] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1603 { on (release) { if (_global.boughtstore[5] == false && _global.rings >= 10000) { _global.boughtstore[5] = true; _root.checkallitems(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1605 { } button 1606 { on (release) { if (_global.boughtstore[6] == false && _global.rings >= 5000) { _global.boughtstore[6] = true; _root.checkallitems(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1609 { on (release) { if (_global.boughtstore[7] == false && _global.rings >= 3000) { _global.boughtstore[7] = true; _root.checkallitems(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1611 { } button 1612 { on (release) { if (_global.boughtstore[8] == false && _global.rings >= 2500) { _global.boughtstore[8] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1614 { } button 1615 { on (release) { if (_global.boughtstore[9] == false && _global.rings >= 10000) { _global.boughtstore[9] = true; _root.checkallitems(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1617 { } button 1618 { on (release) { if (_global.boughtstore[10] == false && _global.rings >= 5000) { _global.boughtstore[10] = true; _root.checkallitems(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1619 { } movieClip 1621 { } movieClip 1623 { } button 1624 { on (release) { if (_global.boughtstore[11] == false && _global.rings >= 2500) { _global.boughtstore[11] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1626 { } button 1627 { on (release) { if (_global.boughtstore[12] == false && _global.rings >= 2500) { _global.boughtstore[12] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1628 { on (release) { if (_global.boughtstore[13] == false && _global.rings >= 10000) { _global.boughtstore[13] = true; _root.checkallitems(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1630 { } button 1631 { on (release) { if (_global.boughtstore[14] == false && _global.rings >= 5000) { _global.boughtstore[14] = true; _root.checkallitems(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1633 { on (release) { if (_global.boughtstore[15] == false && _global.rings >= 25000) { _global.boughtstore[15] = true; _root.checkallitems(); _global.rings -= 25000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1634 { on (release) { if (_global.boughtstore[16] == false && _global.rings >= 2500) { _global.boughtstore[16] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1638 { on (release) { if (_global.boughtstore[17] == false && _global.rings >= 3000) { _global.boughtstore[17] = true; _root.checkallitems(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1640 { } button 1641 { on (release) { if (_global.boughtstore[18] == false && _global.rings >= 5000) { _global.boughtstore[18] = true; _root.checkallitems(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1643 { on (release) { if (_global.boughtstore[19] == false && _global.rings >= 10000) { _global.boughtstore[19] = true; _root.checkallitems(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1645 { } button 1646 { on (release) { if (_global.boughtstore[20] == false && _global.rings >= 2500) { _global.boughtstore[20] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1649 { on (release) { if (_global.boughtstore[21] == false && _global.rings >= 2500) { _global.boughtstore[21] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1651 { } button 1652 { on (release) { if (_global.boughtstore[22] == false && _global.rings >= 5000) { _global.boughtstore[22] = true; _root.checkallitems(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1653 { on (release) { if (_global.boughtstore[23] == false && _global.rings >= 10000) { _global.boughtstore[23] = true; _root.checkallitems(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1655 { } button 1656 { on (release) { if (_global.boughtstore[24] == false && _global.rings >= 5000) { _global.boughtstore[24] = true; _root.checkallitems(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1659 { on (release) { if (_global.boughtstore[25] == false && _global.rings >= 2500) { _global.boughtstore[25] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1661 { } button 1662 { on (release) { if (_global.boughtstore[26] == false && _global.rings >= 2500) { _global.boughtstore[26] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1665 { on (release) { if (_global.boughtstore[27] == false && _global.rings >= 3000) { _global.boughtstore[27] = true; _root.checkallitems(); _global.rings -= 3000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1667 { } button 1668 { on (release) { if (_global.boughtstore[28] == false && _global.rings >= 5000) { _global.boughtstore[28] = true; _root.checkallitems(); _global.rings -= 5000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1671 { on (release) { if (_global.boughtstore[29] == false && _global.rings >= 2500) { _global.boughtstore[29] = true; _root.checkallitems(); _global.rings -= 2500; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1673 { } button 1674 { on (release) { if (_global.boughtstore[30] == false && _global.rings >= 10000) { _global.boughtstore[30] = true; _root.checkallitems(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } button 1675 { on (release) { if (_global.boughtstore[31] == false && _global.rings >= 10000) { _global.boughtstore[31] = true; _root.checkallitems(); _global.rings -= 10000; if (_global.soundfx) { rightsound = new Sound(); rightsound.attachSound('rightring'); rightsound.start(0, 0); } } else { if (_global.soundfx) { wrongsound = new Sound(); wrongsound.attachSound('wrongring'); wrongsound.start(0, 0); } } } } movieClip 1676 { instance of movieClip 1592 { onClipEvent (load) { if (_global.boughtstore[_parent.datetag - 1] == false) { this._visible = false; } } onClipEvent (enterFrame) { if (_global.boughtstore[_parent.datetag - 1] == false) { this._visible = false; } else { this._visible = true; } } } } instance items of movieClip 1676 { onClipEvent (load) { var test1 = new Date(); var datetag = test1.getDate() + 1; this.gotoAndStop(datetag); } onClipEvent (enterFrame) { this.gotoAndStop(datetag); } } instance of movieClip 386 { onClipEvent (load) { _root.ringsbox = _global.rings; } onClipEvent (enterFrame) { _root.ringsbox = _global.rings; } } instance of movieClip 133 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { _root.cslot = ''; } } } button 1679 { on (release) { _global.nuke = true; gotoAndStop('vault'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.vaultbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } instance aa of movieClip 158 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance bb of movieClip 591 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance cc of movieClip 593 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance dd of movieClip 160 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance ee of movieClip 595 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance ff of movieClip 597 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance gg of movieClip 166 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance hh of movieClip 599 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance ii of movieClip 162 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance jj of movieClip 601 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance kk of movieClip 603 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance ll of movieClip 154 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance mm of movieClip 605 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance nn of movieClip 164 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance oo of movieClip 156 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance pp of movieClip 607 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance qq of movieClip 609 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance rr of movieClip 611 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance ss of movieClip 613 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance tt of movieClip 615 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance uu of movieClip 617 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance vv of movieClip 619 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance ww of movieClip 621 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance xx of movieClip 623 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance yy of movieClip 625 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance zz of movieClip 627 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } instance of movieClip 628 { onClipEvent (load) { var tag = Number(this._name.slice(1, this._name.lastIndexOf('h'))); var tagget = tag - 1; tagget = 'h' + tagget + 'h'; } onClipEvent (enterFrame) { if (!isNaN(tag)) { if ((this.hitTest(_root[tagget]) || this._x <= _root[tagget]._x) && tag != 1) { this._x += 7; } if (_global.nuke) { this.removeMovieClip(); } } } } button 1681 { on (release) { _global.nuke = true; gotoAndStop('progress'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.progbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } frame 1132 { stop(); } movieClip 1685 { } button 1686 { on (rollOver) { _root.desc = 'Set off as mighty to save the earth. A approaching meteor hangs above the earth ready to strike. The only thing that can stop it is the ark but it has been sealed by the mecha badnics. Blast off from the underground to reach the ark in this pinball like puzzle adventure. Hurry, youre racing the clock!'; } on (rollOut) { _root.desc = 'Select a minigame above!\nWatch the store to unlock more minigames.\nRoll over the images to read a description of each game.'; } on (release) { _root.gotoAndStop('arkshotgame'); } } movieClip 1687 { frame 1 { stop(); } } instance of movieClip 1687 { onClipEvent (load) { if (_global.boughtstore[3]) { this.gotoAndStop(2); } } onClipEvent (mouseUp) { if (hitTest(_root._xmouse, _root._ymouse, false) && Key.isDown(65)) { _root.gotoAndPlay('arkshotgame'); } } } movieClip 1688 { } button 1689 { on (rollOver) { _root.desc = 'Take all your characters around the world to create one massive high score! This game uses all the characters you have unlocked so far.'; } on (rollOut) { _root.desc = 'Select a minigame above!\nWatch the store to unlock more minigames.\nRoll over the images to read a description of each game.'; } on (release) { _root.gotoAndPlay('around'); } } movieClip 1690 { frame 1 { stop(); } } instance of movieClip 1690 { onClipEvent (load) { if (_global.boughtstore[21]) { this.gotoAndStop(2); } } onClipEvent (mouseUp) { if (hitTest(_root._xmouse, _root._ymouse, false) && Key.isDown(65)) { _root.gotoAndPlay('around'); } } } movieClip 1691 { } button 1692 { on (rollOver) { _root.desc = 'Remember all of the classic sonic final battles? Wouldnt it be fun to shoot the bosses with a canon? Well here\'s your lucky chance!'; } on (rollOut) { _root.desc = 'Select a minigame above!\nWatch the store to unlock more minigames.\nRoll over the images to read a description of each game.'; } on (release) { _root.gotoAndPlay('bossbattles'); } } movieClip 1693 { frame 1 { stop(); } } instance of movieClip 1693 { onClipEvent (load) { if (_global.boughtstore[29]) { this.gotoAndStop(2); } } onClipEvent (mouseUp) { if (hitTest(_root._xmouse, _root._ymouse, false) && Key.isDown(65)) { _root.gotoAndPlay('bossbattles'); } } } movieClip 1694 { } button 1695 { on (rollOver) { _root.desc = 'Run around and watch your step!\nGrab the gems and rings while avoiding the fireballs.\nCollect all the gems to turn super and knock out your opponent.\nYou can play the computer or a 2nd person!'; } on (rollOut) { _root.desc = 'Select a minigame above!\nWatch the store to unlock more minigames.\nRoll over the images to read a description of each game.'; } on (release) { _root.gotoAndStop('empopgamemenu'); } } movieClip 1696 { frame 1 { stop(); } } instance of movieClip 1696 { onClipEvent (load) { if (_global.boughtstore[11]) { this.gotoAndStop(2); } } onClipEvent (mouseUp) { if (hitTest(_root._xmouse, _root._ymouse, false) && Key.isDown(65)) { _root.gotoAndStop('empopgamemenu'); } } } movieClip 1697 { } button 1698 { on (release) { _root.gotoAndStop('eggcatchergame'); } on (rollOver) { _root.desc = 'The Chao eggs are falling... from... the sky! Quick! You must catch them before they break!'; } on (rollOut) { _root.desc = 'Select a minigame above!\nWatch the store to unlock more minigames.\nRoll over the images to read a description of each game.'; } } movieClip 1699 { frame 1 { stop(); } } instance of movieClip 1699 { onClipEvent (load) { if (_global.boughtstore[25]) { this.gotoAndStop(2); } } onClipEvent (mouseUp) { if (hitTest(_root._xmouse, _root._ymouse, false) && Key.isDown(65)) { _root.gotoAndPlay('eggcatchergame'); } } } instance of movieClip 133 { onClipEvent (load) { _root.desc = 'Select a minigame above!\nWatch the store to unlock more minigames.\nRoll over the images to read a description of each game.'; } } frame 1133 { stop(); } button 1705 { on (release) { gotoAndStop('charmenu'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 1707 { on (release) { gotoAndStop('musicoptions'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.musicbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 1710 { on (press) { startDrag(this, true, 200, this._y, 400, this._y); } on (release) { stopDrag(); } } movieClip 1712 { } instance of movieClip 1712 { onClipEvent (load) { this.tage = 100 - _global.zoomfactor + '%'; this._x = 200 + (100 - _global.zoomfactor) * 4; } onClipEvent (enterFrame) { this.tage = Math.floor((this._x - 200) / 4) + '%'; _global.zoomfactor = 100 - Math.floor((this._x - 200) / 4); } } button 1713 { on (press) { startDrag(this, true, startx, this._y, startx + 200, this._y); } on (release) { stopDrag(); } } movieClip 1715 { } instance of movieClip 1715 { onClipEvent (load) { this._x = 328; var startx = this._x; this.tage = _global.soundfactor + '%'; this._x = startx + 2 * _global.soundfactor; } onClipEvent (enterFrame) { this.tage = Math.floor((this._x - startx) / 2) + '%'; _global.soundfactor = Math.floor((this._x - startx) / 2); } } button 1730 { on (release) { _quality = 'MEDIUM'; gotoAndPlay('ltom'); } } button 1731 { on (release) { _quality = 'HIGH'; gotoAndPlay('ltoh'); } } button 1732 { on (release) { _quality = 'HIGH'; gotoAndPlay('mtoh'); } } button 1733 { on (release) { _quality = 'LOW'; gotoAndPlay(44); } } button 1734 { on (release) { _quality = 'MEDIUM'; gotoAndPlay('htom'); } } button 1735 { on (release) { _quality = 'LOW'; gotoAndPlay('htol'); } } movieClip 1736 { frame 1 { stop(); } frame 15 { stop(); } frame 30 { stop(); } frame 50 { stop(); gotoAndStop(1); } frame 70 { stop(); gotoAndStop(30); } frame 85 { gotoAndStop(15); } } instance of movieClip 1736 { onClipEvent (load) { if (_quality == 'LOW') { this.gotoAndStop(1); } else { if (_quality == 'MEDIUM') { this.gotoAndStop(15); } else { if (_quality == 'HIGH') { this.gotoAndStop(30); } } } } } button 1737 { on (release) { changes = false; play(); } } button 1741 { on (release) { changes = true; play(); } } movieClip 1742 { frame 1 { stop(); } frame 16 { stop(); } } instance of movieClip 1742 { onClipEvent (load) { var changes = _global.textsliders; if (changes) { this.gotoAndStop('onframe'); } else { this.gotoAndStop('offframe'); } } onClipEvent (enterFrame) { _global.textsliders = changes; } } instance of movieClip 1742 { onClipEvent (load) { var changes = _global.soundfx; if (changes) { this.gotoAndStop('onframe'); } else { this.gotoAndStop('offframe'); } } onClipEvent (enterFrame) { _global.soundfx = changes; } } instance of movieClip 1742 { onClipEvent (load) { var changes = _global.bgsound; if (changes) { this.gotoAndStop('onframe'); } else { this.gotoAndStop('offframe'); } } onClipEvent (enterFrame) { _global.bgsound = changes; } } instance of movieClip 1742 { onClipEvent (load) { var changes = _global.savetoday; if (changes) { this.gotoAndStop('onframe'); } else { this.gotoAndStop('offframe'); } } onClipEvent (enterFrame) { _global.savetoday = changes; } } frame 1134 { stop(); } button 1745 { on (release) { gotoAndStop('options'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } movieClip 1747 { } movieClip 1749 { } instance of movieClip 1749 { onClipEvent (load) { if (_global.boughtstore[17] == false) { this._visible = false; } } } movieClip 1751 { } instance of movieClip 1751 { onClipEvent (load) { if (_global.boughtstore[27] == false) { this._visible = false; } } } movieClip 1753 { } instance of movieClip 1753 { onClipEvent (load) { if (_global.boughtstore[7] == false) { this._visible = false; } } } button 1759 { on (release) { trace(num); _global.songsactive[num] = false; this.nextFrame(); } } button 1761 { on (release) { trace(num); _global.songsactive[num] = true; this.prevFrame(); } } movieClip 1762 { frame 1 { stop(); } } instance of movieClip 1762 { onClipEvent (load) { var num = 1; if (_global.songsactive[num] == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 1762 { onClipEvent (load) { if (_global.boughtstore[17] == false) { this._visible = false; } } onClipEvent (load) { var num = 6; if (_global.songsactive[num] == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 1762 { onClipEvent (load) { var num = 2; if (_global.songsactive[num] == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 1762 { onClipEvent (load) { var num = 3; if (_global.songsactive[num] == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 1762 { onClipEvent (load) { var num = 4; if (_global.songsactive[num] == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 1762 { onClipEvent (load) { var num = 5; if (_global.songsactive[num] == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 1762 { onClipEvent (load) { if (_global.boughtstore[27] == false) { this._visible = false; } } onClipEvent (load) { var num = 7; if (_global.songsactive[num] == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } instance of movieClip 1762 { onClipEvent (load) { if (_global.boughtstore[7] == false) { this._visible = false; } } onClipEvent (load) { var num = 8; if (_global.songsactive[num] == true) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } button 1763 { on (release) { _global.playtype = 'random'; _root.p2.gotoAndStop(1); this.nextFrame(); } } button 1764 { on (release) { trace(num); _global.playtype = 'playlist'; _root.p2.gotoAndStop(2); this.prevFrame(); } } movieClip 1765 { frame 1 { stop(); } } instance p1 of movieClip 1765 { onClipEvent (load) { var num = 11; if (_global.playtype == 'playlist') { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } button 1766 { on (release) { trace(num); _global.playtype = 'playlist'; _root.p1.gotoAndStop(1); this.nextFrame(); } } button 1767 { on (release) { trace(num); _global.playtype = 'random'; _root.p1.gotoAndStop(2); this.prevFrame(); } } movieClip 1768 { frame 1 { stop(); } } instance p2 of movieClip 1768 { onClipEvent (load) { var num = 11; if (_global.playtype == 'random') { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } frame 1135 { stop(); } button 1772 { on (release) { gotoAndStop('store'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 1773 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1774 { } instance of movieClip 1774 { onClipEvent (load) { if (_global.boughtstore[1] == false) { this._visible = false; } } } button 1775 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1776 { } instance of movieClip 1776 { onClipEvent (load) { if (_global.boughtstore[26] == false) { this._visible = false; } } } button 1777 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1778 { } instance of movieClip 1778 { onClipEvent (load) { if (_global.boughtstore[20] == false) { this._visible = false; } } } button 1779 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1780 { } instance of movieClip 1780 { onClipEvent (load) { if (_global.boughtstore[16] == false) { this._visible = false; } } } button 1781 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1782 { } instance of movieClip 1782 { onClipEvent (load) { if (_global.boughtstore[12] == false) { this._visible = false; } } } button 1783 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1784 { } instance of movieClip 1784 { onClipEvent (load) { if (_global.boughtstore[4] == false) { this._visible = false; } } } button 1785 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1786 { } instance of movieClip 1786 { onClipEvent (load) { if (_global.boughtstore[8] == false) { this._visible = false; } } } button 1787 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1788 { } instance of movieClip 1788 { onClipEvent (load) { if (_global.boughtstore[22] == false) { this._visible = false; } } } button 1789 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1790 { } instance of movieClip 1790 { onClipEvent (load) { if (_global.boughtstore[10] == false) { this._visible = false; } } } button 1791 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1792 { } instance of movieClip 1792 { onClipEvent (load) { if (_global.boughtstore[6] == false) { this._visible = false; } } } button 1793 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1794 { } instance of movieClip 1794 { onClipEvent (load) { if (_global.boughtstore[18] == false) { this._visible = false; } } } button 1795 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1796 { } instance of movieClip 1796 { onClipEvent (load) { if (_global.boughtstore[28] == false) { this._visible = false; } } } button 1797 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1798 { } instance of movieClip 1798 { onClipEvent (load) { if (_global.boughtstore[14] == false) { this._visible = false; } } } button 1799 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1800 { } instance of movieClip 1800 { onClipEvent (load) { if (_global.boughtstore[24] == false) { this._visible = false; } } } button 1801 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1802 { } instance of movieClip 1802 { onClipEvent (load) { if (_global.boughtstore[30] == false) { this._visible = false; } } } button 1804 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1805 { } instance of movieClip 1805 { onClipEvent (load) { if (_global.boughtstore[23] == false) { this._visible = false; } } } button 1806 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1807 { } instance of movieClip 1807 { onClipEvent (load) { if (_global.boughtstore[19] == false) { this._visible = false; } } } button 1808 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1809 { } instance of movieClip 1809 { onClipEvent (load) { if (_global.boughtstore[31] == false) { this._visible = false; } } } button 1810 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1811 { } instance of movieClip 1811 { onClipEvent (load) { if (_global.boughtstore[3] == false) { this._visible = false; } } } button 1812 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1813 { } instance of movieClip 1813 { onClipEvent (load) { if (_global.boughtstore[21] == false) { this._visible = false; } } } button 1814 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1815 { } instance of movieClip 1815 { onClipEvent (load) { if (_global.boughtstore[29] == false) { this._visible = false; } } } button 1816 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1817 { } instance of movieClip 1817 { onClipEvent (load) { if (_global.boughtstore[11] == false) { this._visible = false; } } } button 1818 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1819 { } instance of movieClip 1819 { onClipEvent (load) { if (_global.boughtstore[25] == false) { this._visible = false; } } } button 1820 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1821 { } instance of movieClip 1821 { onClipEvent (load) { if (_global.boughtstore[7] == false) { this._visible = false; } } } button 1822 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1823 { } instance of movieClip 1823 { onClipEvent (load) { if (_global.boughtstore[17] == false) { this._visible = false; } } } button 1824 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1825 { } instance of movieClip 1825 { onClipEvent (load) { if (_global.boughtstore[27] == false) { this._visible = false; } } } button 1828 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1829 { } instance of movieClip 1829 { onClipEvent (load) { if (_global.boughtstore[15] == false) { this._visible = false; } } } button 1830 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1831 { } instance of movieClip 1831 { onClipEvent (load) { if (_global.boughtstore[2] == false) { this._visible = false; } } } button 1833 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1834 { } instance of movieClip 1834 { onClipEvent (load) { if (_global.boughtstore[13] == false) { this._visible = false; } } } button 1835 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1836 { } instance of movieClip 1836 { onClipEvent (load) { if (_global.boughtstore[5] == false) { this._visible = false; } } } button 1837 { on (press) { startDrag(this, true); } on (release) { stopDrag(); } } movieClip 1838 { } instance of movieClip 1838 { onClipEvent (load) { if (_global.boughtstore[9] == false) { this._visible = false; } } } frame 1136 { stop(); } movieClip 1844 { } movieClip 1846 { } movieClip 1848 { } movieClip 1850 { } movieClip 1852 { } movieClip 1854 { } movieClip 1856 { } movieClip 1858 { } movieClip 1860 { } movieClip 1862 { } movieClip 1864 { } movieClip 1866 { } movieClip 1867 { frame 1 { stop(); } } instance of movieClip 1867 { onClipEvent (load) { var count = 0; i = 0; while (i < 52) { if (_global.boughtchar[i]) { count += 1; } ++i; } this.gotoAndStop(count + 1); } } instance of movieClip 1867 { onClipEvent (load) { this.gotoAndStop(53); } } instance of movieClip 1867 { onClipEvent (load) { var count = 0; i = 0; while (i < 52) { if (_global.boughtchar[i]) { count += 1; } ++i; } count = Math.floor(count / 10) + 1; this.gotoAndStop(count + 1); } } instance of movieClip 1867 { onClipEvent (load) { this.gotoAndStop(7); } } instance of movieClip 1867 { onClipEvent (load) { var count = 0; if (_global.boughtstore[1]) { count += 1; } if (_global.boughtstore[4]) { count += 1; } if (_global.boughtstore[8]) { count += 1; } if (_global.boughtstore[12]) { count += 1; } if (_global.boughtstore[16]) { count += 1; } if (_global.boughtstore[20]) { count += 1; } if (_global.boughtstore[26]) { count += 1; } this.gotoAndStop(count + 1); } } instance of movieClip 1867 { onClipEvent (load) { this.gotoAndStop(8); } } instance of movieClip 1867 { onClipEvent (load) { var count = 0; if (_global.boughtstore[6]) { count += 1; } if (_global.boughtstore[10]) { count += 1; } if (_global.boughtstore[14]) { count += 1; } if (_global.boughtstore[18]) { count += 1; } if (_global.boughtstore[22]) { count += 1; } if (_global.boughtstore[24]) { count += 1; } if (_global.boughtstore[28]) { count += 1; } this.gotoAndStop(count + 1); } } instance of movieClip 1867 { onClipEvent (load) { this.gotoAndStop(8); } } instance of movieClip 1867 { onClipEvent (load) { var count = 0; if (_global.boughtstore[7]) { count += 1; } if (_global.boughtstore[17]) { count += 1; } if (_global.boughtstore[27]) { count += 1; } this.gotoAndStop(count + 1); } } instance of movieClip 1867 { onClipEvent (load) { this.gotoAndStop(4); } } instance of movieClip 1867 { onClipEvent (load) { var count = 0; if (_global.boughtstore[2]) { count += 1; } if (_global.boughtstore[5]) { count += 1; } if (_global.boughtstore[13]) { count += 1; } if (_global.boughtstore[19]) { count += 1; } if (_global.boughtstore[23]) { count += 1; } if (_global.boughtstore[31]) { count += 1; } this.gotoAndStop(count + 1); } } instance of movieClip 1867 { onClipEvent (load) { this.gotoAndStop(7); } } instance of movieClip 1867 { onClipEvent (load) { var count = 0; if (_global.boughtstore[3]) { count += 1; } if (_global.boughtstore[11]) { count += 1; } if (_global.boughtstore[21]) { count += 1; } if (_global.boughtstore[25]) { count += 1; } if (_global.boughtstore[29]) { count += 1; } this.gotoAndStop(count + 1); } } instance of movieClip 1867 { onClipEvent (load) { this.gotoAndStop(6); } } instance of movieClip 1867 { onClipEvent (load) { var count = 0; i = 1; while (i <= 31) { if (_global.boughtstore[i]) { count += 1; } ++i; } this.gotoAndStop(count + 1); } } instance of movieClip 1867 { onClipEvent (load) { this.gotoAndStop(32); } } frame 1137 { gotoAndStop('charmenu'); } frame 1138 { _root.username = _global.gusername; _root.userscore = Math.round(_global.gscore); _root.userchar = _global.gchar; _root.usercomment = ''; } frame 1138 { stop(); } movieClip 1873 { } movieClip 1875 { } instance of movieClip 1875 { } movieClip 1877 { } button 1880 { on (release) { _global.gusername = _root.username; var sendtext = ''; sendtext = _root.username; i = _root.username.length; while (i <= 16) { sendtext += ' '; ++i; } sendtext += _root.userchar; i = _root.userchar.length; while (i <= 16) { sendtext += ' '; ++i; } var curdate = new Date(); sendtext += _root.userscore + ''; var fixme = _root.userscore + ''; trace(fixme.length); i = fixme.length; while (i <= 9) { sendtext += ' '; ++i; } sendtext += curdate.toString() + '\t' + _root.usercomment; var stringtowrite = sendtext; if (_root.username != '') { getURL('http://jtcoflash.freehostia.com/sonicboom.php', '_blank', 'POST'); _root.gotoAndStop('feedbacksubmit'); } trace(sendtext); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.submitbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } instance of movieClip 133 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { _root.cslot = ''; } } } instance of movieClip 133 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { _root.cslot = ''; } } } instance of movieClip 133 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { _root.cslot = ''; } } } movieClip 1885 { } instance of movieClip 133 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { _root.cslot = ''; } } } frame 1139 { gotoAndStop('charmenu'); } button 1887 { on (release) { if (feedback) { gotoAndStop('charmenu'); } else { gotoAndStop('save'); } } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } movieClip 1894 { } instance of movieClip 1894 { onClipEvent (load) { if (feedback) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } movieClip 1899 { } instance of movieClip 1899 { onClipEvent (load) { if (feedback) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } button 1904 { on (release) { gotoAndStop('intromenu'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } movieClip 1911 { } instance of movieClip 1911 { } frame 1144 { _global.nuke = true; stop(); } button 1918 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.gotoAndStop('minigames'); } } button 1921 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.nextbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.nextFrame(); } } frame 1145 { _global.nuke = false; _global.ringcollect = 0; _global.ringearn = 0; stop(); } button 1924 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.prevFrame(); } } movieClip 1927 { } frame 1146 { play(); } frame 1147 { function soundplay(path) { if (_global.soundfx) { var v3 = random(10); if (path == 'ring') { path += random(3); } _root.createEmptyMovieClip('soundclip' + v3, 6789 + v3); _global['sound' + v3] = new Sound('soundclip' + v3); _global['sound' + v3].attachSound(path); _global['sound' + v3].setVolume(_global.soundfactor); _global['sound' + v3].start(); _global['sound' + v3] = null; } } _root.blackin.play(); stop(); } movieClip 1932 { frame 16 { stop(); } } instance blackinmaster of movieClip 1932 { onClipEvent (load) { if (this._name == 'blackinmaster') { this.duplicateMovieClip('blackin', 4000); this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'blackinmaster') { if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 1936 { } movieClip 1939 { } movieClip 1940 { } movieClip 1942 { } movieClip 1948 { } movieClip 1950 { } movieClip 1951 { frame 1 { stop(); } } movieClip 1952 { } movieClip 1953 { } movieClip 1954 { } movieClip 1955 { } movieClip 1958 { } movieClip 1960 { } movieClip 1965 { } movieClip 1966 { instance obj5 of movieClip 1940 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } } } instance of movieClip 1942 { onClipEvent (load) { var rando = random(5); if (rando != 0) { this._visible = false; } this._rotation = random(40) - random(40); } } instance obj1 of movieClip 1948 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } } } instance obj4 of movieClip 1950 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } } } instance obj3 of movieClip 264 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.speed += 10; _root.char1.grav = -15; this.play(); if (_root.char1.speed > 40) { _root.char1.speed = 40; } } } } } instance obj2 of movieClip 1951 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false && _root.char1._visible) { _root.char1.speed += 10; this.play(); if (_root.char1.speed > 40) { _root.char1.speed = 40; } } } } } instance ring1 of movieClip 1952 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring3 of movieClip 1953 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring4 of movieClip 1952 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring2 of movieClip 1954 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring5 of movieClip 1955 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance of movieClip 1958 { onClipEvent (load) { var rando = random(5); if (rando != 0) { this._visible = false; } this._rotation = random(40) - random(40); } } instance obj6 of movieClip 837 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.grav = -25; _root.char1._y -= 3; _root.char1.jump = true; this.play(); if (_root.char1.speed > 40) { _root.char1.speed = 40; } } } } } instance of movieClip 1960 { onClipEvent (load) { var rando = random(5); if (rando != 0) { this._visible = false; } this._rotation = random(40) - random(40); } } instance obj7 of movieClip 1965 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } } } instance ring6 of movieClip 1952 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring7 of movieClip 1952 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } } instance mapmaster of movieClip 1966 { onClipEvent (load) { if (this._name == 'mapmaster') { var pieces = 40; i = 1; while (i <= pieces) { this.duplicateMovieClip('map' + i, 100 + i); if (i == 1) { _root['map' + i]._x = 275; } else { _root['map' + i]._x = _root.map1._x + _root.map1._width; _root['map' + i]._visible = false; } ++i; } this._visible = false; } else { var rando = random(5) + 1; var reset = false; this['obj' + rando].vis = 'on'; this['ring' + rando].vis = 'on'; } } onClipEvent (enterFrame) { if (reset) { this['obj' + rando].vis = 'off'; this['ring' + rando].vis = 'off'; this['obj' + rando]._visible = false; this['ring' + rando]._visible = false; rando = random(5 + (3 - _root.boss.lives)) + 1; this['obj' + rando].vis = 'on'; this['ring' + rando].vis = 'on'; this['obj' + rando]._visible = true; this['ring' + rando]._visible = true; reset = false; } if (_global.nuke) { this.removeMovieClip(); } } } instance cannoncoremaster of movieClip 1481 { onClipEvent (load) { if (this._name == 'cannoncoremaster') { this.duplicateMovieClip('cannoncore', 1002); this._visible = false; } else { var turn = true; var fire = false; var turnspeed = 0; var power = 0; var shot = false; } } onClipEvent (enterFrame) { if (this._name != 'cannoncoremaster') { if (shot == false) { if (Key.isDown(38) && this._rotation >= 0 && turn) { if (turnspeed < 100) { turnspeed += 1; } this._rotation -= 0.1 * turnspeed; if (this._rotation <= 0) { this._rotation = 0; } } else { if (Key.isDown(40) && this._rotation <= 90 && turn) { if (turnspeed < 100) { turnspeed += 1; } this._rotation += 0.1 * turnspeed; if (this._rotation >= 90) { this._rotation = 90; } } else { turnspeed = 0; } } if (Key.isDown(32)) { shot = true; _root.char1.shot = true; } } else { this._x -= _root.char1.speed; } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 1969 { } instance logmaster of movieClip 1969 { onClipEvent (load) { if (this._name == 'logmaster') { this.duplicateMovieClip('logbase', 2004); this._visible = false; } } onClipEvent (enterFrame) { this._x -= _root.char1.speed; if (_global.nuke) { this.removeMovieClip(); } } } movieClip 1970 { instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1) && _root.char1.shot == false) { _root.char1.grav = 0; _root.cannoncore.turn = true; do { _root.char1._y -= 1; } while (this.hitTest(_root.char1)); _root.char1._visible = false; _root.char1._rotation = 0; _root.char1.shot = false; _root.cannoncore.shot = false; _root.char1.startoff = false; } } } } instance cannonbasemaster of movieClip 1970 { onClipEvent (load) { if (this._name == 'cannonbasemaster') { this.duplicateMovieClip('cannonbase', 2003); this._x = -550; this._visible = false; } } onClipEvent (enterFrame) { this._x -= _root.char1.speed; if (_global.nuke) { trace(this._name); this.removeMovieClip(); } } } instance a2 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { _root.char1.grav = 0; _root.char1.jump = false; while (this.hitTest(_root.char1)) { _root.char1._y -= 1; } } } } movieClip 1973 { } movieClip 1980 { frame 1 { stop(); } } movieClip 1983 { } movieClip 1984 { } movieClip 1991 { } movieClip 2042 { frame 26 { stop(); } } movieClip 2043 { instance body of movieClip 1984 { onClipEvent (load) { this.head.gotoAndStop(2); } } instance body of movieClip 1984 { onClipEvent (load) { this.head.gotoAndStop(1); } } frame 66 { _root.soundplay('zerohurt'); } instance body of movieClip 1984 { onClipEvent (load) { this.head.gotoAndStop(3); } } instance body of movieClip 1984 { onClipEvent (load) { this.head.gotoAndStop(2); } } frame 125 { stop(); _root.boss.gotoAndStop(1); } instance body of movieClip 1984 { onClipEvent (load) { this.head.gotoAndStop(1); } } } movieClip 2051 { } movieClip 2058 { frame 13 { stop(); } } movieClip 2059 { frame 1 { stop(); } } movieClip 2060 { frame 1 { _root.soundplay('zeropose'); } instance body of movieClip 1984 { onClipEvent (load) { this.head.gotoAndStop(2); } } instance body of movieClip 1984 { onClipEvent (load) { this.head.gotoAndStop(3); } } instance body of movieClip 1984 { onClipEvent (load) { this.head.gotoAndStop(1); } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } instance of movieClip 2059 { onClipEvent (load) { var faketimer = 0; var speed = 0; } onClipEvent (enterFrame) { faketimer += 1; if (faketimer >= 50) { this.gotoAndStop(2); } speed += random(5); this._y += speed; } } frame 66 { _root.nuke = true; _root.blackin.play(); _global.ringearn += 1; _root.gotoAndPlay('boss2play'); stop(); } } movieClip 2061 { frame 1 { stop(); } } instance bossmaster of movieClip 2061 { onClipEvent (load) { function reseti() { _global.ringearn += 1; _root.char1._x = 30; _root.char1._y = -20; _root.cannoncore._rotation = 0; _root.cannoncore._x = 10 + _root.cannoncore._width / 2; _root.cannonbase._x = 10 + _root.cannonbase._width / 2; _root.logbase._x = +(_root.logbase._width / 2); _root.map1._x = 275; _root.boss._x = 800; _root.char1.map = 1; _root.char1._visible = true; _root.char1.action = 'spin'; _root.char1.speed = 0; _root.char1.jump = true; _root.char1.hurt = false; _root.char1.grav = 0; _root.char1.shot = false; _root.char1.startoff = false; _root.char1.kick = false; _root.char1.hurttimer = 0; _root.map1._visible = true; _root.map1.reset = true; i = 2; while (i <= _root.mapmaster.pieces) { _root['map' + i]._x = 1000; _root['map' + i]._visible = flase; _root['map' + i].reset = true; ++i; } _root.blackin.play(); } if (this._name == 'bossmaster') { this.duplicateMovieClip('boss', 2010); this._visible = false; } else { var lives = 3; var faketimer = 0; } } onClipEvent (enterFrame) { if (this._name != 'bossmaster') { if (lives == 3) { if (this.body.body.hitTest(_root.char1)) { if (_root.char1.speed >= 30) { this.gotoAndStop('strike'); _root.char1._visible = false; faketimer = 1; } else { this.arm2._rotation -= 10; if (this.arm2._rotation < -50) { this.arm2._rotation = 0; reseti(); } } } } else { if (lives == 2) { if (this.hitTest(_root.char1)) { this.arm2._rotation -= 10; if (this.body.body.hitTest(_root.char1)) { if (_root.char1.speed >= 30) { this.gotoAndStop('strike'); _root.char1._visible = false; faketimer = 1; } else { this.arm2._rotation -= 10; if (this.arm2._rotation < -50) { this.arm2._rotation = 0; reseti(); } } } if (this.arm2._rotation < -50) { _root.char1.speed -= 4; if (_root.char1.speed < 0) { _root.char1.speed = 0; } this.arm2._rotation = 0; } } } else { if (lives == 1) { if (this.hitTest(_root.char1)) { this.arm2._rotation -= 10; this.arm2._rotation -= 5; if (this.body.body.hitTest(_root.char1)) { if (_root.char1.speed >= 30) { this.gotoAndStop('strike'); _root.char1._visible = false; faketimer = 1; } else { this.arm2._rotation -= 10; if (this.arm2._rotation < -50) { this.arm2._rotation = 0; reseti(); } } } if (this.arm2._rotation < -50) { _root.char1.speed -= 4; if (_root.char1.speed < 0) { _root.char1.speed = 0; } this.arm2._rotation = 0; } if (this.arm1._rotation < -50) { _root.char1.speed -= 4; if (_root.char1.speed < 0) { _root.char1.speed = 0; } this.arm1._rotation = 0; } } } } } if (faketimer != 0) { faketimer += 1; if (faketimer >= 120) { if (lives <= 1) { this.gotoAndStop(3); } else { reseti(); faketimer = 0; lives -= 1; } } } } } } movieClip 2066 { } movieClip 2067 { frame 1 { stop(); } } instance ballmaster of movieClip 2067 { onClipEvent (load) { if (this._name == 'ballmaster') { var count = 1; var lockout = false; this._visible = false; } else { var rando = random(2) + 1; } } onClipEvent (enterFrame) { if (this._name == 'ballmaster' && !lockout && random(40) == 0 && _root.char1.map != _root.char1.pieces) { this.duplicateMovieClip('ball' + count, 1050 + count); _root['ball' + count]._y = 250 + random(100); _root['ball' + count]._x = 560; lockout = true; count += 1; } else { if (this._name != 'ballmaster') { this.gotoAndStop(rando); this._x -= 2 + _root.char1.speed; if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; if (rando == 2) { this.waterball.gotoAndStop(2); _root.ballmaster.lockout = false; } } if (this._x < -20) { _root.ballmaster.lockout = false; this.removeMovieClip(); } } } } } movieClip 2079 { } movieClip 2081 { } instance charmaster of movieClip 2081 { onClipEvent (load) { if (this._name == 'charmaster') { this.duplicateMovieClip('char1', 2000); this._visible = false; } else { var action = 'spin'; var speed = 0; var jump = true; var hurt = false; var grav = 0; var shot = false; var map = 1; var pieces = _root.mapmaster.pieces; var shot = false; var startoff = false; var kick = false; var hurttimer = 0; } } onClipEvent (enterFrame) { if (this._name != 'charmaster') { if (shot) { if (startoff == false) { this._visible = true; this._x = _global.ppx; this._y = _global.ppy; startspeed = 0.4; slopex = _global.ppx - _global.pp2x; slopey = _global.pp2y - _global.ppy; speed = Math.floor(slopex * startspeed); grav = -1 * Math.floor(slopey * startspeed); startoff = true; trace(speed); } else { if (this._x < 275) { this._x += speed; } } i = 1; while (i <= pieces) { if (this.hitTest(_root['map' + i])) { map = i; break; } ++i; } if (!jump && Key.isDown(32) && shot && grav == 0) { jump = true; grav = -15; } if (jump) { action = 'spin'; grav += 1; } else { action = 'walk'; grav = 0; } if (Key.isDown(39) && shot & !kick) { if (!(map == pieces && _root['map' + map]._x <= 325)) { if (speed < 25) { speed += 1; } } } else { if (speed != 0 && this._x >= 275) { speed -= speed / Math.abs(speed); } } if (speed == 0 && !jump) { kick = false; action = 'stand'; } if (!jump && speed > 30) { action = 'fly'; if (speed == 40) { this.blaze._visible = true; } else { this.blaze._visible = false; } } if (!hurt && shot && (speed > 10 || kick) && Key.isDown(40)) { action = 'kick'; kick = true; } else { kick = false; } if (hurt) { action = 'hurt'; this._rotation += 25; kick = false; hurttimer += 1; if (hurttimer >= 15) { hurt = false; this._rotation = 0; hurttimer = 0; } } this._y += grav; if (!(map == pieces && _root['map' + map]._x <= 325)) { _root['map' + map]._x -= speed; _root['map' + (map + 1)]._x = _root['map' + map]._x + _root['map' + map]._width; _root['map' + (map + 1)]._visible = true; _root['map' + (map - 1)]._x = _root['map' + map]._x - _root['map' + map]._width; _root['map' + (map - 1)]._visible = true; if (map + 1 == pieces) { _root.boss._x = _root['map' + (map + 1)]._x - 20; } else { if (map == pieces) { _root.boss._x = _root['map' + map]._x - 20; } } } _root['map' + (map - 2)]._visible = false; } else { if (this._visible) { this._y += 8; } } this.gotoAndStop(action); if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 2086 { frame 1 { stop(); } frame 21 { stop(); } } instance speedbarmaster of movieClip 2086 { onClipEvent (load) { if (this._name == 'speedbarmaster') { this.duplicateMovieClip('speedbar', 3000); this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'speedbarmaster') { this.gotoAndStop(Math.ceil(_root.char1.speed / 2) + 1); if (_root.char1.speed / 2 + 1 > 20) { _root.blaze._visible = true; } else { _root.blaze._visible = false; } if (_global.nuke) { this.removeMovieClip(); } } } } instance blazemaster of movieClip 2067 { onClipEvent (load) { if (this._name == 'blazemaster') { this.duplicateMovieClip('blaze', 3002); this._visible = false; } else { this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'blazemaster') { if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 2088 { } instance barmaster of movieClip 2088 { onClipEvent (load) { if (this._name == 'barmaster') { this.duplicateMovieClip('bar', 3001); this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'barmaster') { if (_global.nuke) { this.removeMovieClip(); } } } } frame 1148 { _global.nuke = true; } frame 1149 { _global.nuke = true; } frame 1151 { _global.nuke = false; } frame 1152 { function soundplay(path) { if (_global.soundfx) { var v3 = random(10); if (path == 'ring') { path += random(3); } _root.createEmptyMovieClip('soundclip' + v3, 6789 + v3); _global['sound' + v3] = new Sound('soundclip' + v3); _global['sound' + v3].attachSound(path); _global['sound' + v3].setVolume(_global.soundfactor); _global['sound' + v3].start(); _global['sound' + v3] = null; } } stop(); } instance blackinmaster of movieClip 1932 { onClipEvent (load) { if (this._name == 'blackinmaster') { this.duplicateMovieClip('blackin', 4000); this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'blackinmaster') { if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 2092 { } movieClip 2101 { } movieClip 2103 { } movieClip 2111 { } movieClip 2115 { } movieClip 2117 { } movieClip 2118 { } movieClip 2121 { } movieClip 2124 { } movieClip 2127 { } movieClip 2128 { instance obj4 of movieClip 2092 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } } } instance obj6 of movieClip 2101 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.grav = -25; _root.char1._y -= 3; _root.char1.jump = true; this.play(); if (_root.char1.speed > 40) { _root.char1.speed = 40; } } } } } instance obj1 of movieClip 2111 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } } } instance obj7 of movieClip 2115 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } } } instance obj3 of movieClip 264 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.speed += 10; _root.char1.grav = -15; this.play(); if (_root.char1.speed > 40) { _root.char1.speed = 40; } } } } } instance obj2 of movieClip 1951 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false && _root.char1._visible) { _root.char1.speed += 10; this.play(); if (_root.char1.speed > 40) { _root.char1.speed = 40; } } } } } instance obj5 of movieClip 2118 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } } } instance ring3 of movieClip 1953 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring2 of movieClip 1954 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring1 of movieClip 1952 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring5 of movieClip 1952 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring4 of movieClip 1952 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring6 of movieClip 1952 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring7 of movieClip 1955 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance of movieClip 2121 { onClipEvent (load) { var rando = random(5); if (rando != 0) { this._visible = false; } this._rotation = random(40) - random(40); } } instance of movieClip 2124 { onClipEvent (load) { var rando = random(5); if (rando != 0) { this._visible = false; } this._rotation = random(40) - random(40); } } instance of movieClip 2124 { onClipEvent (load) { var rando = random(5); if (rando != 0) { this._visible = false; } this._rotation = random(40) - random(40); } } instance of movieClip 2127 { onClipEvent (load) { var rando = random(5); if (rando != 0) { this._visible = false; } this._rotation = random(40) - random(40); } } } instance mapmaster of movieClip 2128 { onClipEvent (load) { if (this._name == 'mapmaster') { var pieces = 40; i = 1; while (i <= pieces) { this.duplicateMovieClip('map' + i, 100 + i); if (i == 1) { _root['map' + i]._x = 275; } else { _root['map' + i]._x = _root.map1._x + _root.map1._width; _root['map' + i]._visible = false; } ++i; } this._visible = false; } else { var rando = random(5) + 1; var reset = false; this['obj' + rando].vis = 'on'; this['ring' + rando].vis = 'on'; } } onClipEvent (enterFrame) { if (reset) { this['obj' + rando].vis = 'off'; this['ring' + rando].vis = 'off'; this['obj' + rando]._visible = false; this['ring' + rando]._visible = false; rando = random(5 + (3 - _root.boss.lives)) + 1; this['obj' + rando].vis = 'on'; this['ring' + rando].vis = 'on'; this['obj' + rando]._visible = true; this['ring' + rando]._visible = true; reset = false; } if (_global.nuke) { this.removeMovieClip(); } } } movieClip 2131 { } movieClip 2134 { } movieClip 2139 { frame 1 { stop(); } } movieClip 2140 { frame 36 { _root.soundplay('zerohurt'); } instance biohead of movieClip 2139 { onClipEvent (load) { this.gotoAndStop(2); } } instance biohead of movieClip 2139 { onClipEvent (load) { this.gotoAndStop(1); } } frame 74 { stop(); } } movieClip 2143 { } movieClip 2144 { frame 10 { stop(); } } movieClip 2145 { frame 73 { _root.soundplay('zerohurt'); } instance head of movieClip 2139 { onClipEvent (load) { this.gotoAndStop(2); } } frame 88 { stop(); } instance head of movieClip 2139 { onClipEvent (load) { this.gotoAndStop(1); } } } movieClip 2146 { } movieClip 2147 { instance of movieClip 2146 { onClipEvent (load) { this.head.gotoAndStop(2); } } frame 41 { _root.soundplay('zeropose'); } instance of movieClip 2146 { onClipEvent (load) { this.head.gotoAndStop(1); } } frame 77 { stop(); _global.nuke = true; _root.blackin.play(); _global.ringearn += 1; _root.gotoAndPlay('boss3play'); } } movieClip 2148 { frame 1 { stop(); } } instance bossmaster of movieClip 2148 { onClipEvent (load) { function reseti() { _global.ringearn += 1; _root.char1._x = 30; _root.char1._y = -20; _root.cannoncore._rotation = 0; _root.cannoncore._x = 10 + _root.cannoncore._width / 2; _root.cannonbase._x = 10 + _root.cannonbase._width / 2; _root.logbase._x = +(_root.logbase._width / 2); _root.map1._x = 275; _root.boss._x = 1000; _root.char1.map = 1; _root.char1._visible = true; _root.char1.action = 'spin'; _root.char1.speed = 0; _root.char1.jump = true; _root.char1.hurt = false; _root.char1.grav = 0; _root.char1.shot = false; _root.char1.startoff = false; _root.char1.kick = false; _root.char1.hurttimer = 0; _root.map1._visible = true; _root.map1.reset = true; this.gotoAndStop(1); i = 2; while (i <= _root.mapmaster.pieces) { _root['map' + i]._x = 1000; _root['map' + i]._visible = flase; _root['map' + i].reset = true; ++i; } _root.blackin.play(); } if (this._name == 'bossmaster') { this.duplicateMovieClip('boss', 2010); this._visible = false; } else { var lives = 3; var faketimer = 0; var fakertimer = 0; } } onClipEvent (enterFrame) { if (this._name != 'bossmaster') { if (lives == 3) { if (this.hitTest(_root.char1)) { if (_root.char1.speed >= 30) { this.gotoAndStop(2); _root.char1._visible = false; faketimer = 1; } else { if (faketimer == 0 && fakertimer == 0) { fakertimer = 1; } } } } else { if (lives == 2) { if (this.hitTest(_root.char1)) { if (_root.char1.speed >= 30) { this.gotoAndStop(2); _root.char1._visible = false; faketimer = 1; } else { if (faketimer == 0 && fakertimer == 0) { fakertimer = 1; } } } } else { if (lives == 1) { if (this.hitTest(_root.char1)) { if (_root.char1.speed >= 30) { this.gotoAndStop(3); _root.char1._visible = false; faketimer = 1; } else { if (faketimer == 0 && fakertimer == 0) { fakertimer = 1; } } } } } } if (fakertimer != 0) { fakertimer += 1; this.head.gotoAndStop(2); if (fakertimer >= 25) { this.head.gotoAndStop(1); reseti(); fakertimer = 0; } } if (faketimer != 0) { faketimer += 1; if (faketimer >= 75) { if (lives <= 1) { this.gotoAndStop(4); } else { reseti(); faketimer = 0; lives -= 1; } } } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 2152 { } movieClip 2154 { } movieClip 2155 { } movieClip 2156 { frame 1 { stop(); } } instance ballmaster of movieClip 2156 { onClipEvent (load) { if (this._name == 'ballmaster') { var count = 1; var lockout = false; this._visible = false; } else { var rando = random(2) + 1; } } onClipEvent (enterFrame) { if (this._name == 'ballmaster' && !lockout && random(40) == 0 && _root.char1.map != _root.char1.pieces) { this.duplicateMovieClip('ball' + count, 1050 + count); _root['ball' + count]._y = 250 + random(100); _root['ball' + count]._x = 560; lockout = true; count += 1; } else { if (this._name != 'ballmaster') { this.gotoAndStop(rando); this._x -= 2 + _root.char1.speed; if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; if (rando == 2) { this.waterball.gotoAndStop(2); _root.ballmaster.lockout = false; } } if (this._x < -20) { _root.ballmaster.lockout = false; this.removeMovieClip(); } } } } } instance a2 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { _root.char1.grav = 0; _root.char1.jump = false; while (this.hitTest(_root.char1)) { _root.char1._y -= 1; } } } } instance cannoncoremaster of movieClip 1481 { onClipEvent (load) { if (this._name == 'cannoncoremaster') { this.duplicateMovieClip('cannoncore', 1002); this._visible = false; } else { var turn = true; var fire = false; var turnspeed = 0; var power = 0; var shot = false; } } onClipEvent (enterFrame) { if (this._name != 'cannoncoremaster') { if (shot == false) { if (Key.isDown(38) && this._rotation >= 0 && turn) { if (turnspeed < 100) { turnspeed += 1; } this._rotation -= 0.1 * turnspeed; if (this._rotation <= 0) { this._rotation = 0; } } else { if (Key.isDown(40) && this._rotation <= 90 && turn) { if (turnspeed < 100) { turnspeed += 1; } this._rotation += 0.1 * turnspeed; if (this._rotation >= 90) { this._rotation = 90; } } else { turnspeed = 0; } } if (Key.isDown(32)) { shot = true; _root.char1.shot = true; } } else { this._x -= _root.char1.speed; } if (_global.nuke) { this.removeMovieClip(); } } } } instance cannonbasemaster of movieClip 1970 { onClipEvent (load) { if (this._name == 'cannonbasemaster') { this.duplicateMovieClip('cannonbase', 1003); this._x = -550; this._visible = false; } } onClipEvent (enterFrame) { this._x -= _root.char1.speed; if (_global.nuke) { this.removeMovieClip(); } } } instance charmaster of movieClip 2081 { onClipEvent (load) { if (this._name == 'charmaster') { this.duplicateMovieClip('char1', 1000); this._visible = false; } else { var action = 'spin'; var speed = 0; var jump = true; var hurt = false; var grav = 0; var shot = false; var map = 1; var pieces = _root.mapmaster.pieces; var shot = false; var startoff = false; var kick = false; var hurttimer = 0; } } onClipEvent (enterFrame) { if (this._name != 'charmaster') { if (shot) { if (startoff == false) { this._visible = true; this._x = _global.ppx; this._y = _global.ppy; startspeed = 0.4; slopex = _global.ppx - _global.pp2x; slopey = _global.pp2y - _global.ppy; speed = Math.floor(slopex * startspeed); grav = -1 * Math.floor(slopey * startspeed); startoff = true; trace(speed); } else { if (this._x < 275) { this._x += speed; } } i = 1; while (i <= pieces) { if (this.hitTest(_root['map' + i])) { map = i; break; } ++i; } if (!jump && Key.isDown(32) && shot && grav == 0) { jump = true; grav = -15; } if (jump) { action = 'spin'; grav += 1; } else { action = 'walk'; grav = 0; } if (Key.isDown(39) && shot & !kick) { if (!(map == pieces && _root['map' + map]._x <= 325)) { if (speed < 25) { speed += 1; } } } else { if (speed != 0 && this._x >= 275) { speed -= speed / Math.abs(speed); } } if (speed == 0 && !jump) { kick = false; action = 'stand'; } if (!jump && speed > 30) { action = 'fly'; if (speed == 40) { this.blaze._visible = true; } else { this.blaze._visible = false; } } if (!hurt && shot && (speed > 10 || kick) && Key.isDown(40)) { action = 'kick'; kick = true; } else { kick = false; } if (hurt) { action = 'hurt'; this._rotation += 25; kick = false; hurttimer += 1; if (hurttimer >= 15) { hurt = false; this._rotation = 0; hurttimer = 0; } } this._y += grav; if (!(map == pieces && _root['map' + map]._x <= 325)) { _root['map' + map]._x -= speed; _root['map' + (map + 1)]._x = _root['map' + map]._x + _root['map' + map]._width; _root['map' + (map + 1)]._visible = true; _root['map' + (map - 1)]._x = _root['map' + map]._x - _root['map' + map]._width; _root['map' + (map - 1)]._visible = true; if (map + 1 == pieces) { _root.boss._x = _root['map' + (map + 1)]._x + 20; } else { if (map == pieces) { _root.boss._x = _root['map' + map]._x + 20; } } } _root['map' + (map - 2)]._visible = false; } else { if (this._visible) { this._y += 8; } } this.gotoAndStop(action); if (_global.nuke) { this.removeMovieClip(); } } } } instance speedbarmaster of movieClip 2086 { onClipEvent (load) { if (this._name == 'speedbarmaster') { this.duplicateMovieClip('speedbar', 3000); this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'speedbarmaster') { this.gotoAndStop(Math.ceil(_root.char1.speed / 2) + 1); if (_root.char1.speed / 2 + 1 > 20) { _root.blaze._visible = true; } else { _root.blaze._visible = false; } if (_global.nuke) { this.removeMovieClip(); } } } } instance blazemaster of movieClip 2067 { onClipEvent (load) { if (this._name == 'blazemaster') { this.duplicateMovieClip('blaze', 3002); this._visible = false; } else { this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'blazemaster') { if (_global.nuke) { this.removeMovieClip(); } } } } instance barmaster of movieClip 2088 { onClipEvent (load) { if (this._name == 'barmaster') { this.duplicateMovieClip('bar', 3001); this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'barmaster') { if (_global.nuke) { this.removeMovieClip(); } } } } frame 1153 { _global.nuke = true; gotoAndStop('bosses'); } frame 1154 { _global.nuke = true; } frame 1156 { _global.nuke = false; } frame 1157 { function soundplay(path) { if (_global.soundfx) { var v3 = random(10); if (path == 'ring') { path += random(3); } _root.createEmptyMovieClip('soundclip' + v3, 6789 + v3); _global['sound' + v3] = new Sound('soundclip' + v3); _global['sound' + v3].attachSound(path); _global['sound' + v3].setVolume(_global.soundfactor); _global['sound' + v3].start(); _global['sound' + v3] = null; } } stop(); } instance blackinmaster of movieClip 1932 { onClipEvent (load) { if (this._name == 'blackinmaster') { this.duplicateMovieClip('blackin', 4000); this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'blackinmaster') { if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 2160 { } movieClip 2163 { } movieClip 2165 { } movieClip 2167 { } movieClip 2168 { } movieClip 2169 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { _parent.play(); } } } frame 5 { stop(); } } movieClip 2171 { frame 1 { stop(); } } movieClip 2173 { } movieClip 2174 { instance obj3 of movieClip 264 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.speed += 10; _root.char1.grav = -15; this.play(); if (_root.char1.speed > 40) { _root.char1.speed = 40; } } } } } instance obj2 of movieClip 1951 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false && _root.char1._visible) { _root.char1.speed += 10; this.play(); if (_root.char1.speed > 40) { _root.char1.speed = 40; } } } } } instance ring3 of movieClip 1953 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring2 of movieClip 1954 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance obj4 of movieClip 2168 { onClipEvent (load) { if (vis != 'on') { this._visible = false; _parent.miniojb4._visible = false; } else { _parent.miniojb4._visible = true; } } onClipEvent (enterFrame) { if (this._visible) { _parent.miniojb4._visible = true; if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } else { _parent.miniojb4._visible = false; } } } instance obj1 of movieClip 2169 { onClipEvent (load) { if (vis != 'on') { this._visible = false; _parent.miniojb4._visible = false; } else {} } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } } } instance ring1 of movieClip 1955 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance obj5 of movieClip 2168 { onClipEvent (load) { if (vis != 'on') { this._visible = false; _parent.miniojb5._visible = false; } else { _parent.miniojb5._visible = true; } } onClipEvent (enterFrame) { if (this._visible) { _parent.miniojb5._visible = true; if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } else { _parent.miniojb5._visible = false; } } } instance obj6 of movieClip 2173 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.speed -= 5; _root.char1.grav = -15; _root.char1.hurt = true; this.play(); if (_root.char1.speed > 40) { _root.char1.speed = 40; } } } } } instance ring6 of movieClip 1953 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring4 of movieClip 1955 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance ring5 of movieClip 1955 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } instance obj7 of movieClip 833 { onClipEvent (load) { if (vis != 'on') { this._visible = false; _parent.miniojb4._visible = false; } else {} } onClipEvent (enterFrame) { if (this._visible) { if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; _root.char1.grav = -10; _root.char1.speed -= 5; if (_root.char1.speed < 0) { _root.char1.speed = 0; } } } } } instance ring7 of movieClip 1952 { onClipEvent (load) { if (vis != 'on') { this._visible = false; } } onClipEvent (enterFrame) { if (this._visible && this.hitTest(_root.char1)) { i = 1; while (i <= 5) { if (this['ring' + i]._visible && this['ring' + i].hitTest(_root.char1)) { _root.soundplay('ring4'); this['ring' + i]._visible = false; _global.ringcollect += 1; } ++i; } } } } } instance mapmaster of movieClip 2174 { onClipEvent (load) { if (this._name == 'mapmaster') { var pieces = 40; i = 1; while (i <= pieces) { this.duplicateMovieClip('map' + i, 100 + i); if (i == 1) { _root['map' + i]._x = 275; } else { _root['map' + i]._x = _root.map1._x + _root.map1._width; _root['map' + i]._visible = false; } ++i; } this._visible = false; } else { var rando = random(5) + 1; var reset = false; this['obj' + rando].vis = 'on'; this['ring' + rando].vis = 'on'; } } onClipEvent (enterFrame) { if (reset) { this['obj' + rando].vis = 'off'; this['ring' + rando].vis = 'off'; this['obj' + rando]._visible = false; this['miniobj' + rando]._visible = false; this['ring' + rando]._visible = false; rando = random(5 + (3 - _root.boss.lives)) + 1; this['obj' + rando].vis = 'on'; this['ring' + rando].vis = 'on'; this['miniobj' + rando]._visible = true; this['obj' + rando]._visible = true; this['ring' + rando]._visible = true; reset = false; } if (_global.nuke) { this.removeMovieClip(); } } } movieClip 2176 { } movieClip 2178 { } movieClip 2180 { } movieClip 2182 { } movieClip 2184 { } movieClip 2186 { } movieClip 2188 { } movieClip 2190 { } movieClip 2192 { } movieClip 2193 { } movieClip 2194 { } movieClip 2196 { } movieClip 2197 { } movieClip 2198 { frame 14 { _root.soundplay('explode'); } frame 29 { _root.soundplay('explode'); } frame 62 { _root.soundplay('zerohurt'); } frame 100 { stop(); } } movieClip 2199 { frame 15 { _root.soundplay('explode'); } frame 26 { _root.soundplay('explode'); } frame 38 { _root.soundplay('explode'); } frame 47 { _root.soundplay('explode'); } frame 60 { _root.soundplay('zeropose'); _root.soundplay('explode'); } frame 75 { stop(); _global.nuke = true; _root.blackin.play(); _global.ringearn += 1; _root.gotoAndPlay('bossbattlesending'); } } movieClip 2200 { frame 1 { stop(); } instance ball of movieClip 2197 { onClipEvent (load) { this._visible = false; } } } instance bossmaster of movieClip 2200 { onClipEvent (load) { function reseti() { _global.ringearn += 1; _root.char1._x = 30; _root.char1._y = -20; _root.cannoncore._rotation = 0; _root.cannoncore._x = 10 + _root.cannoncore._width / 2; _root.cannonbase._x = 10 + _root.cannonbase._width / 2; _root.logbase._x = +(_root.logbase._width / 2); _root.map1._x = 275; _root.boss._x = 1000; _root.char1.map = 1; _root.char1._visible = true; _root.char1.action = 'spin'; _root.char1.speed = 0; _root.char1.jump = true; _root.char1.hurt = false; _root.char1.grav = 0; _root.char1.shot = false; _root.char1.startoff = false; _root.char1.kick = false; _root.char1.hurttimer = 0; _root.map1._visible = true; _root.map1.reset = true; this.gotoAndStop(1); i = 2; while (i <= _root.mapmaster.pieces) { _root['map' + i]._x = 1000; _root['map' + i]._visible = flase; _root['map' + i].reset = true; ++i; } _root.blackin.play(); } if (this._name == 'bossmaster') { this.duplicateMovieClip('boss', 2010); this._visible = false; } else { var lives = 3; var faketimer = 0; var fakertimer = 0; } } onClipEvent (enterFrame) { if (this._name != 'bossmaster') { if (lives == 3) { if (this.hitTest(_root.char1)) { if (_root.char1.speed >= 30) { this.gotoAndStop(2); _root.char1._visible = false; faketimer = 1; } else { if (faketimer == 0 && fakertimer == 0) { fakertimer = 1; } } } } else { if (lives == 2) { if (this.hitTest(_root.char1)) { if (_root.char1.speed >= 30) { this.gotoAndStop(2); _root.char1._visible = false; faketimer = 1; } else { if (faketimer == 0 && fakertimer == 0) { fakertimer = 1; } } } } else { if (lives == 1) { if (this.hitTest(_root.char1)) { if (_root.char1.speed >= 30) { this.gotoAndStop(2); _root.char1._visible = false; faketimer = 1; } else { if (faketimer == 0 && fakertimer == 0) { fakertimer = 1; } } } } } } if (fakertimer != 0) { fakertimer += 1; this.ball._visible = true; this.ball._rotation += 30; this.ball._alpha -= 1; this.ball._xscale += 45; this.ball._yscale += 45; if (fakertimer >= 25) { this.ball._alpha = 100; this.ball._xscale = 100; this.ball._yscale = 100; this.ball._visible = false; reseti(); fakertimer = 0; } } if (faketimer != 0) { faketimer += 1; if (faketimer >= 100) { if (lives <= 1) { this.gotoAndStop(4); } else { reseti(); faketimer = 0; lives -= 1; } } } if (_global.nuke) { this.removeMovieClip(); } } } } movieClip 2201 { frame 1 { stop(); } } instance ballmaster of movieClip 2201 { onClipEvent (load) { if (this._name == 'ballmaster') { var count = 1; var lockout = false; this._visible = false; } else { var rando = random(2) + 1; } } onClipEvent (enterFrame) { if (this._name == 'ballmaster' && !lockout && random(40) == 0 && _root.char1.map != _root.char1.pieces) { this.duplicateMovieClip('ball' + count, 1050 + count); _root['ball' + count]._y = 150 + random(100); _root['ball' + count]._x = 560; lockout = true; count += 1; } else { if (this._name != 'ballmaster') { this.gotoAndStop(rando); this._x -= 2 + _root.char1.speed; if (this.hitTest(_root.char1) && _root.char1.hurt == false) { _root.char1.hurt = true; if (rando == 2) { this.waterball.gotoAndStop(2); _root.ballmaster.lockout = false; } } if (this._x < -20) { _root.ballmaster.lockout = false; this.removeMovieClip(); } } } } } instance a2 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.char1)) { _root.char1.grav = 0; _root.char1.jump = false; while (this.hitTest(_root.char1)) { _root.char1._y -= 1; } } } } instance cannoncoremaster of movieClip 1481 { onClipEvent (load) { if (this._name == 'cannoncoremaster') { this.duplicateMovieClip('cannoncore', 1002); this._visible = false; } else { var turn = true; var fire = false; var turnspeed = 0; var power = 0; var shot = false; } } onClipEvent (enterFrame) { if (this._name != 'cannoncoremaster') { if (shot == false) { if (Key.isDown(38) && this._rotation >= 0 && turn) { if (turnspeed < 100) { turnspeed += 1; } this._rotation -= 0.1 * turnspeed; if (this._rotation <= 0) { this._rotation = 0; } } else { if (Key.isDown(40) && this._rotation <= 90 && turn) { if (turnspeed < 100) { turnspeed += 1; } this._rotation += 0.1 * turnspeed; if (this._rotation >= 90) { this._rotation = 90; } } else { turnspeed = 0; } } if (Key.isDown(32)) { shot = true; _root.char1.shot = true; } } else { this._x -= _root.char1.speed; } if (_global.nuke) { this.removeMovieClip(); } } } } instance cannonbasemaster of movieClip 1970 { onClipEvent (load) { if (this._name == 'cannonbasemaster') { this.duplicateMovieClip('cannonbase', 1003); this._x = -550; this._visible = false; } } onClipEvent (enterFrame) { this._x -= _root.char1.speed; if (_global.nuke) { this.removeMovieClip(); } } } instance charmaster of movieClip 2081 { onClipEvent (load) { if (this._name == 'charmaster') { this.duplicateMovieClip('char1', 1000); this._visible = false; } else { var action = 'spin'; var speed = 0; var jump = true; var hurt = false; var grav = 0; var shot = false; var map = 1; var pieces = _root.mapmaster.pieces; var shot = false; var startoff = false; var kick = false; var hurttimer = 0; } } onClipEvent (enterFrame) { if (this._name != 'charmaster') { if (shot) { if (startoff == false) { this._visible = true; this._x = _global.ppx; this._y = _global.ppy; startspeed = 0.4; slopex = _global.ppx - _global.pp2x; slopey = _global.pp2y - _global.ppy; speed = Math.floor(slopex * startspeed); grav = -1 * Math.floor(slopey * startspeed); startoff = true; trace(speed); } else { if (this._x < 275) { this._x += speed; } } i = 1; while (i <= pieces) { if (this.hitTest(_root['map' + i])) { map = i; break; } ++i; } if (!jump && Key.isDown(32) && shot && grav == 0) { jump = true; grav = -15; } if (jump) { action = 'spin'; grav += 1; } else { action = 'walk'; grav = 0; } if (Key.isDown(39) && shot & !kick) { if (!(map == pieces && _root['map' + map]._x <= 325)) { if (speed < 25) { speed += 1; } } } else { if (speed != 0 && this._x >= 275) { speed -= speed / Math.abs(speed); } } if (speed == 0 && !jump) { kick = false; action = 'stand'; } if (!jump && speed > 30) { action = 'fly'; if (speed == 40) { this.blaze._visible = true; } else { this.blaze._visible = false; } } if (!hurt && shot && (speed > 10 || kick) && Key.isDown(40)) { action = 'kick'; kick = true; } else { kick = false; } if (hurt) { action = 'hurt'; this._rotation += 25; kick = false; hurttimer += 1; if (hurttimer >= 15) { hurt = false; this._rotation = 0; hurttimer = 0; } } this._y += grav; if (!(map == pieces && _root['map' + map]._x <= 325)) { _root['map' + map]._x -= speed; _root['map' + (map + 1)]._x = _root['map' + map]._x + _root['map' + map]._width; _root['map' + (map + 1)]._visible = true; _root['map' + (map - 1)]._x = _root['map' + map]._x - _root['map' + map]._width; _root['map' + (map - 1)]._visible = true; if (map + 1 == pieces) { _root.boss._x = _root['map' + (map + 1)]._x - 20; } else { if (map == pieces) { _root.boss._x = _root['map' + map]._x - 20; } } } _root['map' + (map - 2)]._visible = false; } else { if (this._visible) { this._y += 8; } } this.gotoAndStop(action); if (_global.nuke) { this.removeMovieClip(); } } } } instance speedbarmaster of movieClip 2086 { onClipEvent (load) { if (this._name == 'speedbarmaster') { this.duplicateMovieClip('speedbar', 3000); this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'speedbarmaster') { this.gotoAndStop(Math.ceil(_root.char1.speed / 2) + 1); if (_root.char1.speed / 2 + 1 > 20) { _root.blaze._visible = true; } else { _root.blaze._visible = false; } if (_global.nuke) { this.removeMovieClip(); } } } } instance barmaster of movieClip 2088 { onClipEvent (load) { if (this._name == 'barmaster') { this.duplicateMovieClip('bar', 3001); this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'barmaster') { if (_global.nuke) { this.removeMovieClip(); } } } } instance blazemaster of movieClip 2067 { onClipEvent (load) { if (this._name == 'blazemaster') { this.duplicateMovieClip('blaze', 3002); this._visible = false; } else { this._visible = false; } } onClipEvent (enterFrame) { if (this._name != 'blazemaster') { if (_global.nuke) { this.removeMovieClip(); } } } } frame 1158 { _global.nuke = true; gotoAndStop('bosses'); } frame 1159 { _global.nuke = true; } frame 1161 { _global.nuke = false; if (_global.medals[7] == false) { _global.medals[7] = true; trace('bossmaster medal get!'); } stop(); } movieClip 2204 { } instance of movieClip 2204 { onClipEvent (load) { _root.ringcolbox = _global.ringcollect * 10; if (_global.ringearn <= 13) { _root.ringearnbox = (13 - _global.ringearn) * 1000; } else { _root.ringearnbox = 'not fast enough'; } } } movieClip 2207 { } button 2210 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _global.rings += _global.ringcollect * 10; if (_global.ringearn <= 13) { _global.rings += (13 - _global.ringearn) * 1000; } _root.gotoAndPlay('bossbattles'); } } frame 1162 { _global.nuke = true; gotoAndStop('bosses'); } frame 1163 { stop(); } movieClip 2215 { } button 2220 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.nextbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.nextFrame(); } } button 2223 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.gotoAndStop('minigames'); } } movieClip 2229 { } movieClip 2234 { } movieClip 2236 { frame 1 { stop(); } instance of movieClip 2229 { onClipEvent (load) { var curframe = 1; } onClipEvent (enterFrame) { if (_root.canoncore.speed > 0) { curframe += 1; if (curframe >= 8) { curframe = 1; } } else { if (_root.canoncore.speed < 0) { curframe -= 1; if (curframe <= 0) { curframe = 8; } } } this.gotoAndStop(curframe); } } instance of movieClip 2234 { onClipEvent (load) { var curframe = 1; } onClipEvent (enterFrame) { if (_root.canoncore.speed > 0) { curframe += 1; if (curframe >= 8) { curframe = 1; } } else { if (_root.canoncore.speed < 0) { curframe -= 1; if (curframe <= 0) { curframe = 8; } } } this.gotoAndStop(curframe); } } frame 2 { stop(); } } movieClip 2237 { frame 16 { stop(); } } frame 1164 { _global.eggringhold = 0; _global.fruitcatch = 0; _global.eggholdend = 0; _global.eggcatch = ''; _global.eggcrack = 5; _global.egghold = 0; _global.nuke = true; stop(); } button 2238 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.prevFrame(); } } instance fruitgauge of movieClip 2086 { onClipEvent (enterFrame) { this.gotoAndStop(9); } } frame 1165 { function soundplay(path) { if (_global.soundfx) { var v3 = random(10); _root.createEmptyMovieClip('soundclip' + v3, 6789 + v3); _global['sound' + v3] = new Sound('soundclip' + v3); _global['sound' + v3].attachSound(path); _global['sound' + v3].setVolume(_global.soundfactor); _global['sound' + v3].start(); _global['sound' + v3] = null; } } _global.nuke = false; stop(); } movieClip 2273 { instance of movieClip 292 { onClipEvent (enterFrame) { this._rotation += _parent.speed; } } } instance egg of movieClip 2273 { onClipEvent (load) { var rando = random(90) + 1; this.gotoAndStop(rando); var layering = 1000; var faketimer = 0; var speed = random(7) + 1; var maxtimer = 75; var rightsound = new Sound(); var volset = 0; } onClipEvent (enterFrame) { if (this._name == 'egg') { _root.eggbreaktext = _global.eggcrack; _root.eggholdtext = _global.egghold; if (!(_global.fruitcatch >= 20 && _global.eggcatch != '')) { if (faketimer == maxtimer) { maxtimer -= 1; if (maxtimer == 0) { maxtimer = 75; } faketimer = 0; this.duplicateMovieClip('egg' + layering, layering); _root['egg' + layering]._x = random(500) + 25; layering -= 1; if (layering < 100) { layering = 1000; } } else { faketimer += 1; } } } else { if (_global.nuke) { this.removeMovieClip(); } if (this.b1.hitTest(_root.canoncore.a1)) { _root.soundplay('xport'); if (rando >= 11 && rando <= 85) { _global.fruitcatch += 1; } else { if (rando <= 10) { switch (rando) { case 1: _global.eggcatch += 'n'; break; case 2: _global.eggcatch += 'r'; break; case 3: _global.eggcatch += 'b'; break; case 4: _global.eggcatch += 'o'; break; case 5: _global.eggcatch += 'p'; break; case 6: _global.eggcatch += 'a'; break; case 7: _global.eggcatch += 'u'; break; case 8: _global.eggcatch += 's'; break; case 9: _global.eggcatch += 'e'; break; case 10: _global.eggcatch += 'g'; break; default: trace('notta hoppa'); } _global.egghold += 1; } else { if (rando > 85) { _root.soundplay('ring'); _global.eggringhold += 5; _global.rings += 5; } } } this.removeMovieClip(); } if (!(_global.fruitcatch >= 20 && _global.eggcatch != '')) { this._y += speed; this._alpha = 100; } else { this._alpha = 50; } if (this._y > 353) { speed = 0; faketimer += 1; if (faketimer <= 20) { if (faketimer % 5 == 0) { this._alpha = 50; } else { this._alpha = 100; } } else { if (rando <= 10) { _global.eggcrack -= 1; if (_global.soundfx) { volset = _global.eggholdend * 2; if (volset < 0) { volset = 0; } else { if (volset > 100) { volset = 100; } } rightsound.attachSound('chaohurt'); rightsound.setVolume(volset); rightsound.start(0, 0); } } this.removeMovieClip(); } } } } } instance fruitgauge of movieClip 2086 { onClipEvent (enterFrame) { this.gotoAndStop(_global.fruitcatch + 1); } } instance canoncorezero of movieClip 2236 { onClipEvent (load) { if (this._name == 'canoncorezero') { this.duplicateMovieClip('canoncore', 2000, this); this._visible = false; } else { var speed = 0; var chaodown = 1999; var chaodownbu = 0; } } onClipEvent (enterFrame) { if (this._name == 'canoncore') { if (_global.nuke) { this.removeMovieClip(); } if (_global.fruitcatch >= 20 && _global.eggcatch != '') { speed = 0; _global.eggholdend += _global.egghold; _global.egghold = 0; this.gotoAndStop('dump'); } else { if (Key.isDown(39)) { speed += 0.5; } else { if (Key.isDown(37)) { speed -= 0.5; } else { if (speed != 0) { speed += (speed / Math.abs(speed)) * -0.5; } } } if (speed > 10) { speed = 10; } else { if (speed < -10) { speed = -10; } } if (this._x <= 0) { this._x = 1; speed = 0; } else { if (this._x >= 550) { this._x = 549; speed = 0; } } this._x += speed; this.gotoAndStop('push'); } } } } movieClip 2277 { } movieClip 2280 { frame 1 { stop(); } } movieClip 2285 { } movieClip 2288 { frame 1 { stop(); } } movieClip 2292 { } movieClip 2295 { frame 1 { stop(); } } movieClip 2299 { } movieClip 2302 { frame 1 { stop(); } } movieClip 2307 { } movieClip 2310 { frame 1 { stop(); } } movieClip 2315 { } movieClip 2318 { frame 1 { stop(); } } movieClip 2323 { } movieClip 2326 { frame 1 { stop(); } } movieClip 2331 { } movieClip 2334 { frame 1 { stop(); } } movieClip 2339 { } movieClip 2342 { frame 1 { stop(); } } movieClip 2347 { } movieClip 2350 { frame 1 { stop(); } } movieClip 2351 { } instance chaomaster of movieClip 2351 { onClipEvent (load) { if (this._name != 'chaomaster') { var keyswitch = 'start'; var stoppage = random(530) + 10; var id; var lives = 'pancakes'; var jump = 0; var gone = 0; } else { var chaolife = 1999; var drain = false; } this.stop(); } onClipEvent (enterFrame) { if (this._name != 'chaomaster') { if (_global.nuke) { this.removeMovieClip(); } if (keyswitch == 'start') { this._xscale = -100; this._x += 5; this.gotoAndStop(id + 'walk'); if (this._x > 570) { this._y = 385; keyswitch = 'lower'; } } else { if (keyswitch == 'lower') { this._xscale = 100; this._x -= 5; this.gotoAndStop(id + 'walk'); if (this._x <= stoppage) { keyswitch = 'jump'; this.swapDepths(this.getDepth() + 1000); } } else { if (keyswitch == 'jump') { this.gotoAndStop(id + 'jump'); if (jump == 0) { jump = random(6) + 4; gone = jump; this.jumper.gotoAndStop(1); } else { this._y -= gone; this.jumper.gotoAndStop(2); if (gone == jump - 2 * jump) { jump = 0; if (random(2) == 1) { this._xscale = 100; } else { this._xscale = -100; } this.jumper.gotoAndStop(1); } else { gone -= 1; } } } } } } else { if (_global.fruitcatch >= 20 && _global.eggcatch != '') { if (_root['chao' + chaolife].lives == 'pancakes') { if (_root['chao' + chaolife].hitTest(_root.canoncore.c1)) { } else { chaolife -= 1; if (chaolife == 1001) { chaolife = 1999; } _global.eggcatch = _global.eggcatch.slice(1); } } else { if (_root['chao' + chaolife].lives != 'pancakes') { drain = true; _root.soundplay('chaoschaopose'); _root.chaomaster.duplicateMovieClip('chao' + chaolife, chaolife); _root['chao' + chaolife]._x = _root.canoncore._x + 25; _root['chao' + chaolife]._y = 340; _root['chao' + chaolife].id = _global.eggcatch.slice(0, 1); } } } else { if (drain) { drain = false; _global.fruitcatch = 0; } } } } } movieClip 2355 { } movieClip 2357 { } instance of movieClip 255 { onClipEvent (enterFrame) { if (_global.eggcrack <= 0) { _root.gotoAndStop('eggcatcherend'); } } } frame 1166 { _global.nuke = true; _root.gotoAndStop('eggcatchergame'); } frame 1167 { _global.nuke = true; stop(); } movieClip 2362 { } instance of movieClip 2362 { onClipEvent (load) { _root.eggsvar = _global.eggholdend; if (_global.medals[8] == false && _global.eggholdend >= 50) { _global.medals[8] = true; trace('Chao hatcher medal get!'); } _root.ringsvar = _global.eggholdend * 100 + _global.eggringhold; _global.rings += _global.eggholdend * 100; } } button 2366 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.gotoAndStop('eggcatchergame'); } } frame 1168 { _global.nuke = true; _root.gotoAndStop('eggcatchergame'); } frame 1169 { stop(); } movieClip 2372 { } movieClip 2374 { } movieClip 2375 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2376 { instance nose of movieClip 2375 { onClipEvent (enterFrame) { if (_global.arkevent == 20 || _global.arkevent == 23) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } button 2381 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.gotoAndStop('minigames'); } } button 2384 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.nextbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.nextFrame(); } } movieClip 2386 { } button 2388 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.prevFrame(); } } movieClip 2390 { } movieClip 2392 { } movieClip 2394 { } movieClip 2396 { } movieClip 2398 { } movieClip 2399 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } frame 5 { _root.bgmaster.flipper5.force = 'reset'; if (Key.isDown(37)) { stop(); } } instance flip of movieClip 2398 { onClipEvent (enterFrame) { if (!Key.isDown(37)) { _parent.play(); } } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } frame 9 { _root.bgmaster.flipper5.force = 'off'; gotoAndStop(2); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } } instance flipper5 of movieClip 2399 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper5', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(15 - i, 'a'); } break; } ++i; } if (Key.isDown(37) && force == 'off') { this.play(); force = 'go'; } } } instance of movieClip 2399 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper5', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(15 - i, 'a'); } break; } ++i; } if (Key.isDown(37) && force == 'off') { this.play(); force = 'go'; } } } instance of movieClip 2399 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper5', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(15 - i, 'a'); } break; } ++i; } if (Key.isDown(37) && force == 'off') { this.play(); force = 'go'; } } } movieClip 2400 { } frame 1171 { _global.arkevent = 0; _global.arkshottimer = 0; _global.ringcollect = 0; stop(); } movieClip 2403 { } button 2407 { on (release) { _root.nextFrame(); } } movieClip 2413 { } movieClip 2415 { frame 1 { stop(); } frame 2 { stop(); } instance explo6 of movieClip 808 { onClipEvent (load) { this._visible = false; } } instance explo3 of movieClip 808 { onClipEvent (load) { this._visible = false; } } instance explo5 of movieClip 808 { onClipEvent (load) { this._visible = false; } } instance explo2 of movieClip 808 { onClipEvent (load) { this._visible = false; } } instance explo4 of movieClip 808 { onClipEvent (load) { this._visible = false; } } instance explo1 of movieClip 808 { onClipEvent (load) { this._visible = false; } } frame 3 { stop(); } } movieClip 2418 { } movieClip 2421 { } movieClip 2423 { frame 475 { stop(); _root.nextFrame(); } } frame 1172 { stop(); } frame 1172 { function soundplay(path) { if (_global.soundfx) { var v3 = random(10); _root.createEmptyMovieClip('soundclip' + v3, 6789 + v3); _global['sound' + v3] = new Sound('soundclip' + v3); _global['sound' + v3].attachSound(path); _global['sound' + v3].setVolume(_global.soundfactor); _global['sound' + v3].start(); _global['sound' + v3] = null; } } function invertspeed(offset) { _root.bgmaster.mighty.speed = -1 * (_root.bgmaster.mighty.speed + offset); } function adjustspeed(offset, type) { if (!isNaN(offset)) { if (type == 'a') { _root.bgmaster.mighty.speed += offset; } else { _root.bgmaster.mighty.speed = offset; } } else {} } function adjustgrav(offset) { _root.bgmaster.mighty.grav = offset; } function stopgrav(by, sub) { if (_root.bgmaster[by][sub].hitTest(_root.bgmaster.mighty)) { while (_root.bgmaster[by][sub].hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty._y -= 1; } _root.bgmaster.mighty.stopgrav = true; _root.bgmaster.grav = 0; _root.bgmaster.mighty.stoppedby = by; _root.bgmaster.mighty.stoppedsubby = sub; return true; } return false; } function bouncegrav(by, sub, ang) { if (_root.bgmaster[by][sub].hitTest(_root.bgmaster.mighty)) { while (_root.bgmaster[by][sub].hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty._y -= 1; } _root.bgmaster.mighty._y += 1; _root.adjustgrav(_root.bgmaster.mighty.grav * -1 / 2); _root.adjustspeed(ang / 100, 'a'); return true; } return false; } function invertbouncegrav(by, sub, ang) { if (_root.bgmaster[by][sub].hitTest(_root.bgmaster.mighty)) { while (_root.bgmaster[by][sub].hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty._y += 1; } _root.adjustgrav(_root.bgmaster.mighty.grav * -1); _root.adjustspeed(ang / 100, 'a'); return true; } return false; } } movieClip 2426 { } movieClip 2429 { } movieClip 2432 { } movieClip 2436 { } movieClip 2439 { } movieClip 2442 { frame 8 { _root.bgmaster.missile1.reset = 'go'; _root.bgmaster.missile1.explo += 1; stop(); } } movieClip 2443 { frame 1 { stop(); } instance of movieClip 2442 { onClipEvent (load) { var switchit = false; var faketimer = 0; this._visible = false; } onClipEvent (enterFrame) { if (switchit || random(5) == 0) { this.play(); this._visible = true; switchit = true; faketimer += 1; if (faketimer >= 8) { switchit = false; faketimer = 0; } } else { this._visible = false; } } } instance of movieClip 2442 { onClipEvent (load) { var switchit = false; var faketimer = 0; this._visible = false; } onClipEvent (enterFrame) { if (switchit || random(5) == 0) { this.play(); this._visible = true; switchit = true; faketimer += 1; if (faketimer >= 8) { switchit = false; faketimer = 0; } } else { this._visible = false; } } } instance of movieClip 2442 { onClipEvent (load) { var switchit = false; var faketimer = 0; this._visible = false; } onClipEvent (enterFrame) { if (switchit || random(5) == 0) { this.play(); this._visible = true; switchit = true; faketimer += 1; if (faketimer >= 8) { switchit = false; faketimer = 0; } } else { this._visible = false; } } } instance of movieClip 2442 { onClipEvent (load) { var switchit = false; var faketimer = 0; this._visible = false; } onClipEvent (enterFrame) { if (switchit || random(5) == 0) { this.play(); this._visible = true; switchit = true; faketimer += 1; if (faketimer >= 8) { switchit = false; faketimer = 0; } } else { this._visible = false; } } } instance of movieClip 2442 { onClipEvent (load) { var switchit = false; var faketimer = 0; this._visible = false; } onClipEvent (enterFrame) { if (switchit || random(5) == 0) { this.play(); this._visible = true; switchit = true; faketimer += 1; if (faketimer >= 8) { switchit = false; faketimer = 0; } } else { this._visible = false; } } } } movieClip 2445 { } movieClip 2447 { } movieClip 2449 { } movieClip 2451 { } movieClip 2453 { } movieClip 2455 { } movieClip 2457 { } movieClip 2459 { } movieClip 2461 { } movieClip 2463 { } movieClip 2465 { } movieClip 2466 { frame 1 { stop(); } frame 21 { stop(); } } movieClip 2469 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2472 { instance a53 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a52 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a51 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a50 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a49 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a48 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a47 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a46 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a45 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a44 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a43 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a42 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a41 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a40 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a39 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a38 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a37 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a36 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a35 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a34 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a33 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a32 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a31 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a30 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a29 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a28 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a27 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a25 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a24 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a23 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a22 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a21 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 40; } } instance a20 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a19 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a18 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a17 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a16 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 10; } } instance a54 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a55 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a57 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a58 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a59 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a60 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a61 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a62 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a63 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a64 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a65 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -2; } } instance a66 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -3; } } instance a67 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -3; } } instance a68 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -3; } } instance a69 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -3; } } instance a70 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -3; } } instance a71 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -3; } } instance a72 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -3; } } instance a73 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -3; } } instance b53 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b52 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b51 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b50 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b49 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b48 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b47 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b46 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b45 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b44 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b43 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b42 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b41 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b40 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b39 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b38 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b37 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b36 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b35 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b34 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b33 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b32 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b31 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b30 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b29 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b28 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b27 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b25 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b24 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b23 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b22 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b21 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 40; } } instance b20 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b19 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b18 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b17 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b16 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b15 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b14 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b13 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b12 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b11 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b10 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b9 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b8 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 30; } } instance b7 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 20; } } instance b6 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 20; } } instance b5 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 20; } } instance b4 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 20; } } instance b3 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 20; } } instance b2 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = 20; } } instance b1 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -10; } } instance b54 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b55 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b57 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b58 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b59 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b60 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b61 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b62 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b63 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b64 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b65 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -20; } } instance b66 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } instance b67 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } instance b68 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } instance b69 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } instance b70 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } instance b71 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } instance b72 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } instance b73 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } instance b74 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } instance b75 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } instance b76 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -30; } } } movieClip 2474 { } movieClip 2475 { } movieClip 2476 { frame 1 { stop(); } frame 56 { _root.soundplay('explode'); _global.arkevent = 4; } frame 71 { stop(); } } movieClip 2479 { } movieClip 2480 { frame 1 { stop(); } } movieClip 2482 { } movieClip 2485 { frame 1 { stop(); } frame 9 { gotoAndPlay(2); } } movieClip 2490 { frame 10 { stop(); } frame 11 { stop(); } } movieClip 2493 { frame 1 { stop(); } } movieClip 2494 { frame 1 { stop(); } frame 9 { gotoAndPlay(2); } } movieClip 2495 { frame 1 { stop(); } frame 2 { _root.soundplay('thud'); } frame 18 { stop(); } frame 19 { _root.soundplay('thud'); } frame 30 { stop(); } frame 31 { _root.soundplay('thud'); } frame 38 { _global.arkevent = 3; stop(); } } movieClip 2496 { frame 1 { stop(); } } movieClip 2499 { instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -10; } } instance b1 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -10; } } } movieClip 2502 { instance b1 of movieClip 255 { onClipEvent (load) { _parent.partb += 1; var angle = -10; } } } movieClip 2504 { } movieClip 2508 { instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -10; } } frame 2 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -10; } } } movieClip 2511 { instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 10; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -10; } } } movieClip 2513 { instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } } movieClip 2515 { } movieClip 2516 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } frame 5 { _root.bgmaster.flipper6.force = 'reset'; if (Key.isDown(39)) { stop(); } } instance flip of movieClip 2398 { onClipEvent (enterFrame) { if (!Key.isDown(39)) { _parent.play(); } } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } frame 9 { _root.bgmaster.flipper6.force = 'off'; gotoAndStop(2); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } } movieClip 2518 { } movieClip 2520 { } movieClip 2522 { } movieClip 2524 { } movieClip 2525 { frame 1 { stop(); } frame 67 { _visible = false; stop(); } } movieClip 2527 { } movieClip 2529 { } movieClip 2530 { frame 1 { stop(); } frame 22 { _visible = false; stop(); } } movieClip 2532 { } movieClip 2534 { } movieClip 2536 { } movieClip 2538 { } movieClip 2540 { } movieClip 2542 { } movieClip 2544 { } movieClip 2545 { frame 1 { stop(); } frame 70 { _visible = false; stop(); } } movieClip 2546 { instance a1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } } movieClip 2548 { } movieClip 2552 { } movieClip 2554 { } movieClip 2556 { } movieClip 2557 { frame 1 { stop(); } frame 25 { stop(); } frame 48 { stop(); } frame 71 { stop(); } frame 94 { stop(); } frame 147 { stop(); } frame 148 { stop(); } frame 149 { stop(); } } movieClip 2558 { } movieClip 2559 { } movieClip 2560 { } movieClip 2561 { instance outerlink of movieClip 2560 { onClipEvent (load) { this.stop(); } onClipEvent (enterFrame) { if (_global.arkevent == 17) { this.play(); } } } } movieClip 2567 { frame 11 { stop(); } } movieClip 2570 { instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a16 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a17 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a19 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a20 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a22 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a23 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a21 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a24 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a25 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a26 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a27 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a28 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a29 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a31 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a30 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a32 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a18 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a34 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a35 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a37 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a38 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a36 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a39 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a40 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a41 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a42 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a43 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a44 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a46 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a45 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a48 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a33 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a49 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a50 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a52 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a51 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a53 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a54 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a56 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a57 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a55 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a58 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a59 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a60 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a61 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a62 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a63 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a65 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a64 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a66 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a68 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a69 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a71 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a72 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a70 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a73 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a74 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a75 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a76 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a77 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a78 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a80 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a79 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a81 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a67 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a83 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a84 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a86 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a87 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a85 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a88 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a89 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a90 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a91 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a92 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a93 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a95 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a94 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a96 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a82 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a97 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a98 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a100 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a99 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a101 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } } movieClip 2574 { instance explo3 of movieClip 808 { onClipEvent (load) { this._visible = false; } } instance explo2 of movieClip 808 { onClipEvent (load) { this._visible = false; } } instance explo1 of movieClip 808 { onClipEvent (load) { this._visible = false; } } instance explo4 of movieClip 808 { onClipEvent (load) { this._visible = false; } } } movieClip 2575 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } frame 5 { _root.bgmaster.flipper7.force = 'reset'; if (Key.isDown(37)) { stop(); } } instance flip of movieClip 2398 { onClipEvent (enterFrame) { if (!Key.isDown(37)) { _parent.play(); } } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } frame 9 { _root.bgmaster.flipper7.force = 'off'; gotoAndStop(2); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } } movieClip 2576 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } frame 5 { _root.bgmaster.flipper8.force = 'reset'; if (Key.isDown(39)) { stop(); } } instance flip of movieClip 2398 { onClipEvent (enterFrame) { if (!Key.isDown(39)) { _parent.play(); } } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } frame 9 { _root.bgmaster.flipper8.force = 'off'; gotoAndStop(2); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } } movieClip 2579 { frame 1 { stop(); } frame 25 { stop(); } } movieClip 2582 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2589 { } movieClip 2590 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2591 { frame 1 { stop(); } instance bug2 of movieClip 2582 { onClipEvent (load) { var dead = false; } onClipEvent (enterFrame) { if (!dead && this.hitTest(_root.bgmaster.mighty)) { _root.soundplay('explode'); _root.bgmaster.mighty.speed *= -1; dead = true; this.gotoAndStop(2); } } } instance bug5 of movieClip 2582 { onClipEvent (load) { var dead = false; } onClipEvent (enterFrame) { if (!dead && this.hitTest(_root.bgmaster.mighty)) { _root.soundplay('explode'); dead = true; _root.bgmaster.mighty.speed *= -1; this.gotoAndStop(2); } } } instance bug4 of movieClip 2582 { onClipEvent (load) { var dead = false; } onClipEvent (enterFrame) { if (!dead && this.hitTest(_root.bgmaster.mighty)) { _root.soundplay('explode'); dead = true; _root.bgmaster.mighty.speed *= -1; this.gotoAndStop(2); } } } instance bug3 of movieClip 2582 { onClipEvent (load) { var dead = false; } onClipEvent (enterFrame) { if (!dead && this.hitTest(_root.bgmaster.mighty)) { _root.soundplay('explode'); dead = true; _root.bgmaster.mighty.speed *= -1; this.gotoAndStop(2); } } } instance bug1 of movieClip 2582 { onClipEvent (load) { var dead = false; } onClipEvent (enterFrame) { if (!dead && this.hitTest(_root.bgmaster.mighty)) { _root.soundplay('explode'); _root.bgmaster.mighty.speed *= -1; dead = true; this.gotoAndStop(2); } } } frame 2 { stop(); } instance bug2 of movieClip 2590 { onClipEvent (load) { var dead = false; } onClipEvent (enterFrame) { if (!dead && this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.missile2.attach) { _root.soundplay('explode'); dead = true; _root.bgmaster.missile2.reset = true; _root.bgmaster.mighty.speed *= -1; this.gotoAndStop(2); } } } instance bug4 of movieClip 2590 { onClipEvent (load) { var dead = false; } onClipEvent (enterFrame) { if (!dead && this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.missile2.attach) { _root.soundplay('explode'); dead = true; _root.bgmaster.missile2.reset = true; _root.bgmaster.mighty.speed *= -1; this.gotoAndStop(2); } } } instance bug3 of movieClip 2590 { onClipEvent (load) { var dead = false; } onClipEvent (enterFrame) { if (!dead && this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.missile2.attach) { _root.soundplay('explode'); dead = true; _root.bgmaster.missile2.reset = true; _root.bgmaster.mighty.speed *= -1; this.gotoAndStop(2); } } } instance bug5 of movieClip 2590 { onClipEvent (load) { var dead = false; } onClipEvent (enterFrame) { if (!dead && this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.missile2.attach) { _root.soundplay('explode'); dead = true; _root.bgmaster.missile2.reset = true; _root.bgmaster.mighty.speed *= -1; this.gotoAndStop(2); } } } instance bug1 of movieClip 2590 { onClipEvent (load) { var dead = false; } onClipEvent (enterFrame) { if (!dead && this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.missile2.attach) { _root.soundplay('explode'); dead = true; _root.bgmaster.missile2.reset = true; _root.bgmaster.mighty.speed *= -1; this.gotoAndStop(2); } } } } movieClip 2592 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } frame 5 { _root.bgmaster.flipper9.force = 'reset'; if (Key.isDown(37)) { stop(); } } instance flip of movieClip 2398 { onClipEvent (enterFrame) { if (!Key.isDown(37)) { _parent.play(); } } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } frame 9 { _root.bgmaster.flipper9.force = 'off'; gotoAndStop(2); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } } movieClip 2593 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } frame 5 { _root.bgmaster.flipper10.force = 'reset'; if (Key.isDown(39)) { stop(); } } instance flip of movieClip 2398 { onClipEvent (enterFrame) { if (!Key.isDown(39)) { _parent.play(); } } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } frame 9 { _root.bgmaster.flipper10.force = 'off'; gotoAndStop(2); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } } movieClip 2596 { frame 1 { stop(); } instance a28 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 10; } } frame 2 { stop(); } instance explo4 of movieClip 808 { onClipEvent (load) { this._visible = false; } } } movieClip 2601 { frame 1 { stop(); } } movieClip 2602 { instance of movieClip 2601 { onClipEvent (enterFrame) { if (random(30) == 1) { this.play(); } } } } movieClip 2604 { } movieClip 2605 { instance explo1 of movieClip 808 { onClipEvent (load) { this._visible = false; } } } movieClip 2607 { } movieClip 2609 { } movieClip 2610 { instance explo1 of movieClip 808 { onClipEvent (load) { this._visible = false; } } } movieClip 2612 { } movieClip 2614 { } movieClip 2616 { } movieClip 2617 { instance explo1 of movieClip 808 { onClipEvent (load) { this._visible = false; } } } movieClip 2619 { } movieClip 2621 { } movieClip 2622 { instance explo1 of movieClip 808 { onClipEvent (load) { this._visible = false; } } } movieClip 2625 { instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a16 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a17 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a18 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a19 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a20 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a21 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a22 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a23 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a24 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a25 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a26 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a27 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a28 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 10; } } instance a31 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a32 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a33 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a34 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a35 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a36 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a36 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a37 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a38 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a39 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a40 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a41 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a42 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a43 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a44 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a45 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a46 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a47 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a48 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a49 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a50 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a51 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a52 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a53 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a54 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a30 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -10; } } } movieClip 2626 { } movieClip 2629 { instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a16 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a17 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a18 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 20; } } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 10; } } } movieClip 2630 { instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a16 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a17 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a18 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -10; } } } movieClip 2631 { frame 1 { stop(); } } movieClip 2632 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } frame 5 { _root.bgmaster.flipper1.force = 'reset'; if (Key.isDown(37)) { stop(); } } instance flip of movieClip 2398 { onClipEvent (enterFrame) { if (!Key.isDown(37)) { _parent.play(); } } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } frame 9 { _root.bgmaster.flipper1.force = 'off'; gotoAndStop(2); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } } movieClip 2633 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } frame 5 { _root.bgmaster.flipper2.force = 'reset'; if (Key.isDown(39)) { stop(); } } instance flip of movieClip 2398 { onClipEvent (enterFrame) { if (!Key.isDown(39)) { _parent.play(); } } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } frame 9 { _root.bgmaster.flipper2.force = 'off'; gotoAndStop(2); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } } movieClip 2640 { } movieClip 2643 { instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a16 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a17 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a18 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a19 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a20 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a21 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a22 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a23 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a24 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a25 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -50; } } instance a26 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a28 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a27 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -20; } } instance a29 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -10; } } } movieClip 2645 { } movieClip 2647 { instance rightside1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.bgmaster.mighty.speed = -3; _root.bgmaster.mighty.grav = -10; } } } } movieClip 2648 { frame 1 { stop(); } frame 6 { _global.arkevent = 15; stop(); } } movieClip 2652 { } movieClip 2656 { } movieClip 2657 { frame 1 { stop(); } frame 50 { _root.soundplay('pop'); _global.arkevent = 14; } frame 101 { stop(); } } movieClip 2660 { instance of movieClip 2648 { onClipEvent (enterFrame) { if (_global.arkevent == 14) { this.play(); } } } instance of movieClip 2496 { onClipEvent (load) { this._visible = false; var soundoff = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 11) { this._visible = true; if (!this.hitTest(_root.bgmaster.mighty)) { soundoff = false; } if (this.hitTest(_root.bgmaster.mighty)) { if (!soundoff) { _root.soundplay('spring'); soundoff = true; } _root.bgmaster.mighty.grav = 5; _root.bgmaster.mighty.speed = 40; this.play(); } } } } instance mushroom1 of movieClip 2652 { onClipEvent (load) { var dist = false; var grav = 0; } onClipEvent (enterFrame) { if (dist) { grav += 1; this._y += grav; if (grav > 40) { this._visible = false; dist = false; } } } } instance rightside1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance rightside2 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance rightside4 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < 0 && _global.arkevent == 12) { _root.bgmaster.logger1.mushroom1.dist = true; _global.arkevent = 13; } } } instance of movieClip 2657 { onClipEvent (enterFrame) { if (_global.arkevent == 13) { this.play(); } } } instance rightside3 of movieClip 255 { onClipEvent (load) { var soundoff = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 15) { if (!this.hitTest(_root.bgmaster.mighty)) { soundoff = false; } if (this.hitTest(_root.bgmaster.mighty)) { if (!soundoff) { _root.soundplay('spring'); soundoff = true; } _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -25; } } } } instance of movieClip 2496 { onClipEvent (load) { this._visible = false; var soundoff = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 11) { this._visible = true; if (!this.hitTest(_root.bgmaster.mighty)) { soundoff = false; } if (this.hitTest(_root.bgmaster.mighty)) { if (!soundoff) { _root.soundplay('spring'); soundoff = true; } _root.bgmaster.mighty.grav = -5; _root.bgmaster.mighty.speed = -40; this.play(); } } } } instance of movieClip 2496 { onClipEvent (load) { this._visible = false; var soundoff = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 11) { this._visible = true; if (!this.hitTest(_root.bgmaster.mighty)) { soundoff = false; } if (this.hitTest(_root.bgmaster.mighty)) { if (!soundoff) { _root.soundplay('spring'); soundoff = true; } _root.bgmaster.mighty.grav = -20; _root.bgmaster.mighty.speed = 30; this.play(); } } } } } movieClip 2661 { instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a16 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a17 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a18 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a19 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a20 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a21 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a22 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a23 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a24 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a25 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a26 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a28 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a27 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } instance a29 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 50; } } } movieClip 2662 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = 30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } frame 5 { _root.bgmaster.flipper3.force = 'reset'; if (Key.isDown(37)) { stop(); } } instance flip of movieClip 2398 { onClipEvent (enterFrame) { if (!Key.isDown(37)) { _parent.play(); } } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } frame 9 { _root.bgmaster.flipper3.force = 'off'; gotoAndStop(2); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } } movieClip 2663 { frame 1 { stop(); } instance a1 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { _parent.part += 1; var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } frame 5 { _root.bgmaster.flipper4.force = 'reset'; if (Key.isDown(39)) { stop(); } } instance flip of movieClip 2398 { onClipEvent (enterFrame) { if (!Key.isDown(39)) { _parent.play(); } } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = 30; } } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } frame 9 { _root.bgmaster.flipper4.force = 'off'; gotoAndStop(2); } instance a1 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a2 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a3 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a4 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a5 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a6 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a7 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a8 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a9 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a10 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a11 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a12 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a13 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a14 of movieClip 255 { onClipEvent (load) { var angle = -30; } } instance a15 of movieClip 255 { onClipEvent (load) { var angle = -30; } } } movieClip 2665 { } movieClip 2667 { } movieClip 2669 { } movieClip 2670 { } movieClip 2672 { instance fluid of movieClip 2670 { onClipEvent (load) { trace(_parent._y + ' inner'); var potion = 3; var sheame = new Object(); sheame = null; var clean = new Object(); clean = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; var sheama = new Color(this); var cleaner = new Color(_root.bgmaster.mighty); } onClipEvent (enterFrame) { if (_root.bgmaster.mighty.ob != null && this.hitTest(_root.bgmaster.mighty)) { _root.soundplay('emerald'); sheame = _root.bgmaster.mighty.ob; sheama.setTransform(sheame); cleaner.setTransform(clean); _root.bgmaster.mighty.ob = null; potion -= 1; if (potion <= 0) { _root.soundplay('xport'); _root.bgmaster.mighty._x = _parent._x; _root.bgmaster.mighty._y = _parent._y - 400; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -4; } } else { if (this.hitTest(_root.bgmaster.mighty) && potion <= 0) { _root.bgmaster.mighty._x = _parent._x; _root.bgmaster.mighty._y = _parent._y; _root.bgmaster.mighty._y -= 400; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -4; } } } } } movieClip 2674 { } movieClip 2676 { } movieClip 2680 { } movieClip 2681 { frame 1 { stop(); } frame 2 { stop(); } } movieClip 2685 { } movieClip 2686 { instance of movieClip 2685 { onClipEvent (load) { this._visible = false; var area2 = false; var area3 = false; var area4 = false; var area5 = false; var faketimer = 0; var pastarea = 0; } onClipEvent (enterFrame) { if (!area2 && _global.arkevent >= 10 && _root.bgmaster.mighty.hitTest(_root.bgmaster.area2)) { this._visible = true; area2 = true; this.timebox = Math.floor(((_global.arkshottimer - pastarea) / 25 / 60) * 10) / 10 + 'mins'; pastarea = _global.arkshottimer; faketimer = 1; } else { if (!area3 && _global.arkevent >= 15 && _root.bgmaster.mighty.hitTest(_root.bgmaster.area3)) { this._visible = true; area3 = true; this.timebox = Math.floor(((_global.arkshottimer - pastarea) / 25 / 60) * 10) / 10 + 'mins'; pastarea = _global.arkshottimer; faketimer = 1; } else { if (!area4 && _global.arkevent >= 18 && _root.bgmaster.mighty.hitTest(_root.bgmaster.area4)) { this._visible = true; area4 = true; this.timebox = Math.floor(((_global.arkshottimer - pastarea) / 25 / 60) * 10) / 10 + 'mins'; pastarea = _global.arkshottimer; faketimer = 1; } else { if (!area5 && _root.bgmaster.mighty.hitTest(_root.bgmaster.area5)) { this._visible = true; area5 = true; this.timebox = Math.floor(((_global.arkshottimer - pastarea) / 25 / 60) * 10) / 10 + 'mins'; pastarea = _global.arkshottimer; faketimer = 1; } } } } if (faketimer != 0) { faketimer += 1; if (faketimer >= 30) { this._alpha -= 10; } if (faketimer >= 40) { faketimer = 0; this._visible = false; this._alpha = 100; } } } } } movieClip 2687 { instance vine5 of movieClip 2439 { onClipEvent (load) { var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } } } instance vine6 of movieClip 2439 { onClipEvent (load) { var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } } } instance deathegg of movieClip 2443 { onClipEvent (load) { var faketimer = 0; } onClipEvent (enterFrame) { if (_global.arkevent == 9) { this._alpha = 50 + random(30); this.gotoAndStop(2); faketimer += 1; if (random(20) == 0) { _root.soundplay('explode'); } if (faketimer >= 150) { this.gotoAndStop(3); _global.arkevent = 10; } } } } instance box2 of movieClip 2466 { onClipEvent (enterFrame) { if (_global.arkevent == 6 && this.hitTest(_root.bgmaster.mighty)) { _global.arkevent = 7; this.play(); _root.invertspeed(10); } } } instance switch1 of movieClip 2469 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.arkevent == 7 && this.hitTest(_root.bgmaster.mighty)) { _root.soundplay('elecshiledfx'); _root.soundplay('alarm'); _global.arkevent = 8; this.gotoAndStop(2); _root.invertspeed(10); this._visible = true; } else { if (_global.arkevent < 7) { this._visible = false; } else { this._visible = true; } } } } instance plat2 of movieClip 2472 { onClipEvent (load) { var part = 0; var partb = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty)) { if (_root.bgmaster.mighty._y > this._y) { i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('plat2', 'b' + i, this['b' + i].angle)) { break; } ++i; } i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('plat2', 'a' + i, this['a' + i].angle)) { break; } ++i; } } else { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('plat2', 'a' + i, this['a' + i].angle)) { break; } ++i; } i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('plat2', 'b' + i, this['b' + i].angle)) { break; } ++i; } } } } } instance of movieClip 2476 { onClipEvent (enterFrame) { if (_global.arkevent == 3) { this.play(); } } } instance missile1 of movieClip 2480 { onClipEvent (load) { var upswitch = false; var reset = 'off'; var startx = this._x; var starty = this._y; var explo = 0; } onClipEvent (enterFrame) { if (reset == 'go') { this._x = startx; this._y = starty; this.gotoAndStop(1); this._rotation = 0; reset = 'off'; upswitch = false; } if (_global.arkevent == 8) { if (explo >= 3) { trace('force10'); _global.arkevent = 9; } if (!upswitch) { this._x += 10; if (this._x >= 315) { this._x = -315; } if (this.hitTest(_root.bgmaster.mighty)) { upswitch = true; } } else { if (upswitch && reset == 'off') { this._rotation = -90; this._y -= 15; if (this.hitTest(_root.bgmaster.deathegg.a1)) { _root.soundplay('explode'); reset = 'temp'; this.gotoAndStop(2); } } } } } } instance box1 of movieClip 2466 { onClipEvent (enterFrame) { if (_global.arkevent == 5 && this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.grav > 0) { _global.arkevent = 6; this.play(); _root.invertspeed(10); } } } instance siren1 of movieClip 2485 { onClipEvent (enterFrame) { if (_global.arkevent == 8) { this.play(); } } } instance siren1 of movieClip 2485 { onClipEvent (enterFrame) { if (_global.arkevent == 8) { this.play(); } } } instance mole1 of movieClip 2490 { onClipEvent (enterFrame) { if (_global.arkevent == 4) { this.gotoAndStop(11); _global.arkevent = 5; } else { if (_global.arkevent == 3) { this.gotoAndStop(10); } else { if (this.hitTest(_root.bgmaster.mighty)) { this.gotoAndPlay(1); } else { if (_global.arkevent < 5) { } } } } } } instance green3 of movieClip 2493 { onClipEvent (load) { var hit = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < 0) { _root.soundplay('bumper'); _root.invertspeed(-2); this.gotoAndStop(2); hit = true; } } } instance green2 of movieClip 2493 { onClipEvent (load) { var hit = false; } onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < 0) { _root.soundplay('bumper'); _root.invertspeed(-2); this.gotoAndStop(2); hit = true; } } } instance green1 of movieClip 2493 { onClipEvent (load) { var hit = true; } onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < 0) { _root.soundplay('bumper'); _root.bgmaster.mighty.speed /= -2; this.gotoAndStop(2); hit = true; } } } instance of movieClip 2494 { onClipEvent (load) { var setit = false; } onClipEvent (enterFrame) { if (!setit && _root.bgmaster.green1.hit && _root.bgmaster.green2.hit && _root.bgmaster.green3.hit) { setit = true; _global.arkevent = 2; this.gotoAndPlay(2); } else { if (setit && _global.arkevent < 8) { if (this.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty.grav = 0; _root.bgmaster.mighty.speed = -50; } } else { this.stop(); } } } } instance of movieClip 2495 { onClipEvent (enterFrame) { if (_global.arkevent == 2 && this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < -35) { this.play(); } } } instance of movieClip 2496 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 10) { this._visible = true; if (!this.hitTest(_root.bgmaster.mighty)) { soundoff = false; } if (this.hitTest(_root.bgmaster.mighty)) { if (!soundoff) { _root.soundplay('spring'); soundoff = true; } _root.bgmaster.mighty.grav = -30; _root.bgmaster.mighty.speed = 30; this.play(); } } } } instance stage2plat4 of movieClip 2499 { onClipEvent (load) { var part = 0; var partb = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty)) { if (_root.bgmaster.mighty._y > this._y) { i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('stage2plat4', 'b' + i, this['b' + i].angle)) { break; } ++i; } i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('stage2plat4', 'a' + i, this['a' + i].angle)) { break; } ++i; } } else { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('stage2plat4', 'a' + i, this['a' + i].angle)) { break; } ++i; } i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('stage2plat4', 'b' + i, this['b' + i].angle)) { break; } ++i; } } } } } instance log5 of movieClip 2502 { onClipEvent (load) { var partb = 0; var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } if (!fall && this.hitTest(_root.bgmaster.mighty)) { i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('log5', 'b' + i, this['b' + i].angle)) { break; } ++i; } } } } instance log4 of movieClip 2502 { onClipEvent (load) { var partb = 0; var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } if (!fall && this.hitTest(_root.bgmaster.mighty)) { i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('log4', 'b' + i, this['b' + i].angle)) { break; } ++i; } } } } instance vine7 of movieClip 2439 { onClipEvent (load) { var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } } } instance log7 of movieClip 2502 { onClipEvent (load) { var partb = 0; var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } if (!fall && this.hitTest(_root.bgmaster.mighty)) { i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('log7', 'b' + i, this['b' + i].angle)) { break; } ++i; } } } } instance log6 of movieClip 2502 { onClipEvent (load) { var partb = 0; var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } if (!fall && this.hitTest(_root.bgmaster.mighty)) { i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('log6', 'b' + i, this['b' + i].angle)) { break; } ++i; } } } } instance log3 of movieClip 2502 { onClipEvent (load) { var partb = 0; var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } if (!fall && this.hitTest(_root.bgmaster.mighty)) { i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('log3', 'b' + i, this['b' + i].angle)) { break; } ++i; } } } } instance vine3 of movieClip 2439 { onClipEvent (load) { var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } } } instance vine4 of movieClip 2439 { onClipEvent (load) { var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } } } instance arrow1 of movieClip 2504 { onClipEvent (load) { var startx = this._x; var fire = false; } onClipEvent (enterFrame) { if (fire) { this._x += 30; if (this.hitTest(_root.bgmaster.blaster1)) { _root.soundplay('explode'); fire = false; this._x = startx; _root.bgmaster.blaster1.gotoAndStop(2); } else { if (this.hitTest(_root.bgmaster.blaster2)) { _root.soundplay('explode'); _root.bgmaster.blaster2.gotoAndStop(2); fire = false; this._x = startx; } else { if (this.hitTest(_root.bgmaster.blaster3)) { _root.soundplay('explode'); _root.bgmaster.blaster3.gotoAndStop(2); fire = false; this._x = startx; } else { if (this.hitTest(_root.bgmaster.target1)) { _root.soundplay('tvbreak'); fire = false; this._x = startx; _root.bgmaster.vinecontrol.swatch = true; _root.bgmaster.target1.fall = true; } } } } } } } instance of movieClip 2508 { onClipEvent (load) { var faketimer = 0; var swatch = false; } onClipEvent (enterFrame) { if (swatch) { if (faketimer < 20) { this.gotoAndStop(3); faketimer += 1; } else { if (faketimer < 30) { this.gotoAndStop(4); faketimer += 1; } else { swatch = false; this.gotoAndStop(2); faketimer = 0; } } } else { if (this.a1.hitTest(_root.bgmaster.mighty) && !_root.bgmaster.arrow1.fire) { _root.soundplay('elecshiledfx'); _root.bgmaster.arrow1.fire = true; swatch = true; } } } } instance vinecontrol of movieClip 2173 { onClipEvent (load) { var faketimer = 0; var swatch = false; var logcount = 1; var vinecount = 1; } onClipEvent (enterFrame) { if (swatch) { faketimer += 1; if (faketimer == 10) { _root.soundplay('tvbreak'); _root.bgmaster['log' + logcount].fall = true; logcount += 1; _root.bgmaster['vine' + vinecount].fall = true; vinecount += 1; } else { if (faketimer == 20) { _root.soundplay('tvbreak'); _root.bgmaster['vine' + vinecount].fall = true; vinecount += 1; _root.bgmaster['log' + logcount].fall = true; logcount += 1; } else { if (faketimer == 30) { _root.soundplay('tvbreak'); _root.bgmaster['vine' + vinecount].fall = true; vinecount += 1; faketimer = 0; } } } if (logcount >= 8) { swatch = false; _global.arkevent = 11; } } } } instance stage2plat3 of movieClip 2499 { onClipEvent (load) { var part = 0; var partb = 0; } onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty)) { if (_root.bgmaster.mighty._y > this._y) { i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('stage2plat3', 'b' + i, this['b' + i].angle)) { break; } ++i; } i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('stage2plat3', 'a' + i, this['a' + i].angle)) { break; } ++i; } } else { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('stage2plat3', 'a' + i, this['a' + i].angle)) { break; } ++i; } i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('stage2plat3', 'b' + i, this['b' + i].angle)) { break; } ++i; } } } } } instance stage3plat1 of movieClip 2511 { onClipEvent (load) { var part = 0; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_global.arkevent >= 15 && _root.bgmaster.mighty.grav > 0 && _root.bouncegrav('stage3plat1', 'a' + i, this['a' + i].angle)) { break; } ++i; } } } instance of movieClip 2513 { onClipEvent (enterFrame) { if (this.a1.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance of movieClip 2513 { onClipEvent (enterFrame) { if (this.a1.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance flipper5 of movieClip 2399 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper5', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(15 - i, 'a'); } break; } ++i; } if (Key.isDown(37) && force == 'off') { this.play(); force = 'go'; } } } instance flipper6 of movieClip 2516 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper6', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(-15 + i, 'a'); } break; } ++i; } if (Key.isDown(39) && force == 'off') { this.play(); force = 'go'; } } } instance of movieClip 2546 { onClipEvent (load) { var fallnum = 0; var swatch = false; } onClipEvent (enterFrame) { if (!swatch && this.a1.hitTest(_root.bgmaster.mighty)) { swatch = true; fallnum += 1; _root.soundplay('break'); this['fall' + fallnum].play(); _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 1.5)); if (fallnum == 4 || fallnum == 7 || fallnum == 11 || fallnum == 15) { _root.bgmaster.bugrider.play(); } else { if (fallnum == 19) { _root.bgmaster.bugrider.play(); _global.arkevent = 16; this.a1._xscale = 1; this.a1._yscale = 1; this.a1._visible = false; } } } else { if (swatch && !this.a1.hitTest(_root.bgmaster.mighty)) { swatch = false; this.a1._y -= 23; } } } } instance of movieClip 2496 { onClipEvent (load) { this._visible = false; var soundoff = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 10) { this._visible = true; if (!this.hitTest(_root.bgmaster.mighty)) { soundoff = false; } if (this.hitTest(_root.bgmaster.mighty)) { if (!soundoff) { _root.soundplay('spring'); soundoff = true; } _root.bgmaster.mighty.grav = -25; _root.bgmaster.mighty.speed = 20; this.play(); } } } } instance of movieClip 2496 { onClipEvent (load) { this._visible = false; var soundoff = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 10) { this._visible = true; if (!this.hitTest(_root.bgmaster.mighty)) { soundoff = false; } if (this.hitTest(_root.bgmaster.mighty)) { if (!soundoff) { _root.soundplay('spring'); soundoff = true; } _root.bgmaster.mighty.grav = -25; _root.bgmaster.mighty.speed = -20; this.play(); } } } } instance of movieClip 2496 { onClipEvent (load) { this._visible = false; var soundoff = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 10) { this._visible = true; if (!this.hitTest(_root.bgmaster.mighty)) { soundoff = false; } if (this.hitTest(_root.bgmaster.mighty)) { if (!soundoff) { _root.soundplay('spring'); soundoff = true; } _root.bgmaster.mighty.grav = -20; _root.bgmaster.mighty.speed = 20; this.play(); } } } } instance of movieClip 2496 { onClipEvent (load) { this._visible = false; var soundoff = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 10) { this._visible = true; if (!this.hitTest(_root.bgmaster.mighty)) { soundoff = false; } if (this.hitTest(_root.bgmaster.mighty)) { if (!soundoff) { _root.soundplay('spring'); soundoff = true; } _root.bgmaster.mighty.grav = -20; _root.bgmaster.mighty.speed = -20; this.play(); } } } } instance of movieClip 2561 { onClipEvent (load) { var starty = this._y; var swatch = false; var swatch2 = false; var health = 5; var faketimer = 0; } onClipEvent (enterFrame) { if (_global.arkevent == 17) { if (health <= 0) { faketimer += 1; this._alpha = random(80) + 50; this['explo' + (random(4) + 1)].play(); if (random(20) == 0) { _root.soundplay('explode'); } if (faketimer >= 50) { this._visible = false; _global.arkevent = 18; } } else { if (!swatch) { this._x += 3; this._xscale = 100; this.chainlink._xscale = 100; } else { if (swatch) { this._x -= 3; this._xscale = -100; this.chainlink._xscale = -100; } } if (this._x >= 200 || this._x <= -200) { swatch = !swatch; } if (!swatch2 && this.a1.hitTest(_root.bgmaster.mighty)) { _root.soundplay('explode'); _root.bgmaster.mighty.grav *= -1; _root.bgmaster.mighty.speed *= -1; this.explo1.play(); health -= 1; swatch2 = true; } else { if (!swatch2 && this.outerlink.chainlink.balla.a1.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty.grav *= -1; _root.bgmaster.mighty.speed *= -1; swatch2 = true; } else { if (!this.a1.hitTest(_root.bgmaster.mighty) && !this.outerlink.chainlink.balla.a1.hitTest(_root.bgmaster.mighty)) { swatch2 = false; } } } } } else { if (_global.arkevent == 16) { this._y += 5; if (this._y > starty + 650) { _global.arkevent = 17; } } } } } instance teleporter of movieClip 2567 { onClipEvent (load) { this._visible = false; var swatch = false; var faketimer = 1; var soundoff = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 18) { this._visible = true; if (!this.hitTest(_root.bgmaster.mighty)) { soundoff = false; } if (this.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.light1._xscale = 1; _root.bgmaster.mighty.grav = 0; swatch = true; this.play(); if (!soundoff) { _root.soundplay('xport'); soundoff = true; } } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -10; _root.bgmaster.mighty._y -= faketimer; _root.bgmaster.light1._visible = true; _root.bgmaster.light1._xscale += 10; if (faketimer >= 200) { _root.bgmaster.mighty._y -= 100; swatch = false; faketimer = 1; _root.bgmaster.light1._visible = false; _root.bgmaster.light1._xscale = 1; } faketimer *= 2; } } } } instance of movieClip 2496 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 10) { this._visible = true; if (this.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty.grav = -40; _root.bgmaster.mighty.speed = 0; this.play(); } } } } instance stage5plat1 of movieClip 2570 { onClipEvent (load) { var part = 0; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_global.arkevent >= 15 && _root.bgmaster.mighty.grav > 0 && _root.bouncegrav('stage5plat1', 'a' + i, this['a' + i].angle)) { break; } ++i; } } } instance knux of movieClip 2574 { onClipEvent (load) { this.stop(); this._visible = false; var health = 10; var speed = 0; var action = 'stand'; var fireswitch = false; var faketimer = 0; var rando = 0; var dir = true; } onClipEvent (enterFrame) { if (_global.arkevent == 22) { faketimer += 1; if (!fireswitch && faketimer >= 25) { rando = random(2); if (rando == 0) { this._xscale = 100; } else { this._xscale = -100; } _root.bgmaster.missile2.shot = true; _root.bgmaster.missile2._x = this._x; _root.bgmaster.missile2._y = this._y; _root.bgmaster.missile2._rotation = 0; _root.bgmaster.missile2._xscale = -100; action = 'fire'; fireswitch = true; } else { if (!_root.bgmaster.missile2.shot && fireswitch) { fireswitch = false; faketimer = 0; action = 'stand'; } } } else { if (_global.arkevent == 23) { if (faketimer > 0) { faketimer = -1; fireswitch = false; this._xscale = 100; action = 'stand'; } else { faketimer -= 1; } if (faketimer <= -100) { this.shield._visible = false; _global.arkevent = 24; faketimer = 0; } if (random(20) == 0) { _root.soundplay('explode'); } i = 1; while (i < 4) { if (random(2) == 1) { this['explo' + i]._visible = true; this['explo' + i].play(); } ++i; } } else { if (_global.arkevent == 24) { if (Math.abs(this._x + speed + speed) > 275 && !(speed > -1 && speed < 1)) { speed /= 2; } if (dir) { speed += 1; } else { speed -= 1; } if (Math.abs(this._x) > 275) { this._x = (Math.abs(this._x) / this._x) * 550 / 2; speed = 0; } if (speed > -1 && speed < 1) { dir = !dir; this._y += 1; } if (speed > 0) { this._xscale = 100; } else { this._xscale = -100; } this._y += Math.sin(this._x) * 10; action = 'fly'; if (faketimer == 0 && this.flyer.hitTest(_root.bgmaster.mighty)) { faketimer = 1; _root.soundplay('explode'); this['explo' + (random(3) + 1)].play(); _root.bgmaster.mighty.speed *= -1; } if (faketimer >= 1) { faketimer += 1; if (faketimer >= 10) { faketimer = 0; health -= 1; if (health <= 0) { _global.arkevent = 25; } } } this._x += speed; } else { if (_global.arkevent == 20) { this._visible = true; } else { if (_global.arkevent == 25) { faketimer += 1; if (faketimer <= 100) { if (random(20) == 0) { _root.soundplay('explode'); } this._alpha = 50 + random(30); this['explo' + (random(3) + 1)].play(); } else { if (faketimer == 101) { this.explo4._visible = true; this.explo4.play(); this.flyer._visible = false; } else { if (faketimer == 102) { _root.blackout.play(); } else { if (faketimer >= 152) { _root.gotoAndStop('endmovie'); } } } } } } } } } this.gotoAndStop(action); } } instance flipper7 of movieClip 2575 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper7', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(15 - i, 'a'); } break; } ++i; } if (Key.isDown(37) && force == 'off') { this.play(); force = 'go'; } } } instance flipper8 of movieClip 2576 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper8', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(-15 + i, 'a'); } break; } ++i; } if (Key.isDown(39) && force == 'off') { this.play(); force = 'go'; } } } instance seal of movieClip 2591 { onClipEvent (load) { } onClipEvent (enterFrame) { if (_global.arkevent == 18 && _root.bgmaster.mighty.hitTest(_root.bgmaster.area5)) { this.mask.gotoAndPlay(2); _global.arkevent = 19; } else { if (_global.arkevent == 19) { if (this.bug1.dead && this.bug2.dead && this.bug3.dead && this.bug4.dead && this.bug5.dead) { this.mask.gotoAndStop(1); _global.arkevent = 20; } } else { if (_global.arkevent == 21) { this.mask.gotoAndPlay(2); this.gotoAndStop(2); _global.arkevent = 22; } else { if (_global.arkevent == 22) { if (this.bug1.dead && this.bug2.dead && this.bug3.dead && this.bug4.dead && this.bug5.dead) { this.mask.gotoAndStop(1); _global.arkevent = 23; } } } } } } } instance flipper9 of movieClip 2592 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper9', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(15 - i, 'a'); } break; } ++i; } if (Key.isDown(37) && force == 'off') { this.play(); force = 'go'; } } } instance flipper10 of movieClip 2593 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper10', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(-15 + i, 'a'); } break; } ++i; } if (Key.isDown(39) && force == 'off') { this.play(); force = 'go'; } } } instance of movieClip 2415 { onClipEvent (load) { var faketimer = 0; } onClipEvent (enterFrame) { if (_global.arkevent >= 19 && this._x > 0) { this._x -= 2; } else { if (_global.arkevent == 20) { this.gotoAndStop(2); faketimer += 1; if (random(20) == 0) { _root.soundplay('explode'); } i = 0; while (i < 14) { if (random(2) == 1) { this['breakrock' + i]._alpha = 150 - this['breakrock' + i]._alpha; } ++i; } i = 0; while (i < 6) { if (random(2) == 1) { this['explo' + i]._visible = true; this['explo' + i].play(); } ++i; } if (faketimer >= 75) { this.gotoAndStop(3); _global.arkevent = 21; } } } } } instance metalsonicmaster of movieClip 2596 { onClipEvent (load) { var action = 'lay'; var faketimer = 0; var subevent = 0; } onClipEvent (enterFrame) { if (subevent == 0 && _global.arkevent < 2) { action = 'lay'; } else { if (_global.arkevent >= 2) { if (subevent == 0) { action = 'stand'; if (this.a28.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 10) { _root.soundplay('explode'); subevent = 0.5; while (this.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty._x += 1; } } } else { if (subevent == 0.5) { if (this.a28.hitTest(_root.bgmaster.mighty) == false) { _root.soundplay('explode'); subevent = 1; } } else { if (subevent == 1) { action = 'pain'; if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 10) { action = 'hurt'; while (this.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty._x += 1; } subevent = 1.5; } } else { if (subevent == 1.5) { if (this.a28.hitTest(_root.bgmaster.mighty) == false) { subevent = 2; } } else { if (subevent == 2) { action = 'hurt'; this.hurtclip._alpha = 50 + random(30); faketimer += 1; this['explo' + (random(3) + 1)].play(); if (random(20) == 0) { _root.soundplay('explode'); } if (faketimer >= 25) { this.explo4._visible = true; this.explo4.play(); this.hurtclip._visible = false; subevent = 3; } } } } } } } } this.gotoAndStop(action); } } instance of movieClip 2605 { onClipEvent (load) { var rando = 0; var swatch = false; var faketimer = 0; } onClipEvent (enterFrame) { if (!swatch) { rando = random(1000); if (rando == 0) { this._x = 305; swatch = true; } } else { if (faketimer == 0 && this.hitTest(_root.bgmaster.mighty)) { _global.ringcollect += 100; _root.soundplay('explode'); faketimer = 1; } if (faketimer > 0) { this.explo1._visible = true; this.explo1.play(); faketimer += 1; if (faketimer >= 8) { this._x = 305; swatch = false; } } this._x -= 2; if (this._x < -275) { this._x = 305; swatch = false; } } } } instance of movieClip 2610 { onClipEvent (load) { var rando = 0; var swatch = false; var faketimer = 0; } onClipEvent (enterFrame) { if (!swatch) { rando = random(1000); if (rando == 0) { this._x = 305; swatch = true; } } else { if (faketimer == 0 && this.hitTest(_root.bgmaster.mighty)) { _root.soundplay('explode'); _global.ringcollect += 100; faketimer = 1; } if (faketimer > 0) { this.explo1._visible = true; this.explo1.play(); faketimer += 1; if (faketimer >= 8) { this._x = 305; swatch = false; } } this._x -= 2; if (this._x < -315) { this._x = 305; swatch = false; } } } } instance of movieClip 2617 { onClipEvent (load) { var rando = 0; var swatch = false; var faketimer = 0; } onClipEvent (enterFrame) { if (!swatch) { rando = random(1000); if (rando == 0) { this._x = 305; swatch = true; } } else { if (faketimer == 0 && this.hitTest(_root.bgmaster.mighty)) { _root.soundplay('explode'); _global.ringcollect += 100; faketimer = 1; } if (faketimer > 0) { this.explo1._visible = true; this.explo1.play(); faketimer += 1; if (faketimer >= 8) { this._x = 305; swatch = false; } } this._x -= 2; if (this._x < -315) { this._x = 305; swatch = false; } } } } instance of movieClip 2622 { onClipEvent (load) { var rando = 0; var swatch = false; var faketimer = 0; } onClipEvent (enterFrame) { if (!swatch) { rando = random(1000); if (rando == 0) { this._x = 305; swatch = true; } } else { if (faketimer == 0 && this.hitTest(_root.bgmaster.mighty)) { _root.soundplay('explode'); _global.ringcollect += 100; faketimer = 1; } if (faketimer > 0) { this.explo1._visible = true; this.explo1.play(); faketimer += 1; if (faketimer >= 8) { this._x = 305; swatch = false; } } this._x -= 2; if (this._x < -315) { this._x = 305; swatch = false; } } } } instance plat1 of movieClip 2625 { onClipEvent (load) { var part = 0; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('plat1', 'a' + i, this['a' + i].angle)) { break; } ++i; } } } instance stage4plat1 of movieClip 2629 { onClipEvent (load) { var part = 0; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_global.arkevent >= 18 && _root.bouncegrav('stage4plat1', 'a' + i, this['a' + i].angle)) { break; } ++i; } } } instance stage4plat2 of movieClip 2630 { onClipEvent (load) { var part = 0; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_global.arkevent >= 18 && _root.bouncegrav('stage4plat2', 'a' + i, this['a' + i].angle)) { break; } ++i; } } } instance mighty of movieClip 2631 { onClipEvent (load) { var speed = 0; var grav = 0; var action = 'spin'; var hurttimer = 0; var stopgrav = false; var stoppedby = ''; var stoppedsubby = ''; var starty = this._y; var ob = null; } onClipEvent (enterFrame) { if (hurttimer != 0) { hurttimer += 1; action = 'hurt'; this._alpha = random(30) + 50; if (hurttimer >= 35) { hurttimer = 0; this._alpha = 100; } } if (speed >= 0) { this._xscale = 100; } else { this._xscale = -100; } if (stopgrav) { if (this.hitTest(_root.bgmaster[stoppedby][stoppedsubby]) == false) { stopgrav = false; stoppedby = ''; stoppedsubby = ''; } } else { grav += 1; } this._x += speed; this._y += grav; this.gotoAndStop('mighty' + action); } } instance flipper1 of movieClip 2632 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { if (_global.arkevent >= 1 && this._x < startx + 30) { this._x += 5; } i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper1', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(15 - i, 'a'); } break; } ++i; } if (Key.isDown(37) && force == 'off') { this.play(); force = 'go'; } } } instance flipper2 of movieClip 2633 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { if (_global.arkevent >= 1 && this._x > startx - 30) { this._x -= 5; } i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper2', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(-15 + i, 'a'); } break; } ++i; } if (Key.isDown(39) && force == 'off') { this.play(); force = 'go'; } } } instance cannoncore of movieClip 2400 { onClipEvent (load) { var starty = this._y; var alter = 2; } onClipEvent (enterFrame) { if (_global.arkevent == 0) { if (_root.stopgrav('cannoncore', 'a1')) { if (Key.isDown(32)) { _root.soundplay('xport'); _global.arkevent = 1; _root.adjustgrav(-20); _root.adjustspeed(1); } } } else { if (this._y < starty + 70) { this._y += 2; this._x += alter; alter *= -1; } } } } instance of movieClip 2640 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty.grav = -20; } } } instance of movieClip 2640 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty.grav = -20; } } } instance of movieClip 2640 { onClipEvent (enterFrame) { if (_global.arkevent >= 1 && this.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty.grav = -20; } } } instance of movieClip 2640 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty.grav = -20; } } } instance of movieClip 2640 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty)) { _root.bgmaster.mighty.grav = -20; } } } instance rightside2 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance leftside1 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance rightside3 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance leftside2 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance stage2plat1 of movieClip 2643 { onClipEvent (load) { var part = 0; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bouncegrav('stage2plat1', 'a' + i, this['a' + i].angle)) { break; } ++i; } } } instance logger1 of movieClip 2660 { onClipEvent (load) { var starty = this._y; } onClipEvent (enterFrame) { if (_global.arkevent == 11) { this._y += 2; if (this._y >= starty + 106) { _global.arkevent = 12; } } } } instance stage2plat2 of movieClip 2661 { onClipEvent (load) { var part = 0; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bouncegrav('stage2plat2', 'a' + i, this['a' + i].angle)) { break; } ++i; } } } instance flipper3 of movieClip 2662 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper3', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(15 - i, 'a'); } break; } ++i; } if (Key.isDown(37) && force == 'off') { this.play(); force = 'go'; } } } instance flipper4 of movieClip 2663 { onClipEvent (load) { var startx = this._x; var part = 0; var force = 'off'; } onClipEvent (enterFrame) { i = 1; while (i <= part) { if (_root.bgmaster.mighty.grav > 0 && _root.bouncegrav('flipper4', 'a' + i, this['a' + i].angle)) { if (force == 'go') { _root.adjustgrav(-10 - (20 - i)); _root.adjustspeed(-15 + i, 'a'); } break; } ++i; } if (Key.isDown(39) && force == 'off') { this.play(); force = 'go'; } } } instance log2 of movieClip 2502 { onClipEvent (load) { var partb = 0; var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } if (!fall && this.hitTest(_root.bgmaster.mighty)) { i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('log2', 'b' + i, this['b' + i].angle)) { break; } ++i; } } } } instance vine1 of movieClip 2439 { onClipEvent (load) { var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } } } instance vine2 of movieClip 2439 { onClipEvent (load) { var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } } } instance log1 of movieClip 2502 { onClipEvent (load) { var partb = 0; var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } if (!fall && this.hitTest(_root.bgmaster.mighty)) { i = 1; while (i <= partb) { if (_root.bgmaster.mighty.grav < 0 && _root.invertbouncegrav('log1', 'b' + i, this['b' + i].angle)) { break; } ++i; } } } } instance target1 of movieClip 2665 { onClipEvent (load) { var grav = -20; } onClipEvent (enterFrame) { if (fall) { this._y += grav; grav += 2; this._rotation += 4; if (grav >= 80) { fall = false; } } } } instance rightside4 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance leftside3 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance rightside5 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance leftside4 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance light1 of movieClip 2372 { onClipEvent (load) { this._visible = false; this._xscale = 1; } } instance rightside6 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed > 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance leftside5 of movieClip 255 { onClipEvent (enterFrame) { if (this.hitTest(_root.bgmaster.mighty) && _root.bgmaster.mighty.speed < 0) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 3)); } } } instance of movieClip 2088 { onClipEvent (load) { this._visible = true; var sheama; var sheame = new Object(); sheame = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; } onClipEvent (enterFrame) { if (_root.bgmaster.mighty.ob == null && this._visible && this.hitTest(_root.bgmaster.mighty)) { sheama = new Color(_root.bgmaster.mighty); _root.bgmaster.mighty.ob = sheame; sheama.setTransform(sheame); this._visible = false; } } } instance of movieClip 2667 { onClipEvent (load) { this._visible = true; var sheama; var sheame = new Object(); sheame = {'ra': '100', 'rb': '255', 'ga': '100', 'gb': '170', 'ba': '100', 'bb': '255', 'aa': '100', 'ab': '0'}; } onClipEvent (enterFrame) { if (_root.bgmaster.mighty.ob == null && this._visible && this.hitTest(_root.bgmaster.mighty)) { sheama = new Color(_root.bgmaster.mighty); _root.bgmaster.mighty.ob = sheame; this._visible = false; sheama.setTransform(sheame); } } } instance of movieClip 2669 { onClipEvent (load) { this._visible = true; var sheama; var sheame = new Object(); sheame = {'ra': '0', 'rb': '0', 'ga': '0', 'gb': '0', 'ba': '0', 'bb': '255', 'aa': '100', 'ab': '0'}; } onClipEvent (enterFrame) { if (_root.bgmaster.mighty.ob == null && this._visible && this.hitTest(_root.bgmaster.mighty)) { sheama = new Color(_root.bgmaster.mighty); _root.bgmaster.mighty.ob = sheame; sheama.setTransform(sheame); this._visible = false; } } } instance of movieClip 2672 { onClipEvent (load) { trace(this._y + ' outer'); } } instance of movieClip 2674 { onClipEvent (load) { var faketimer = 0; var swatch = false; var fire = false; var randdir = 1; var ingrav = 0; var inspeed = 0; } onClipEvent (enterFrame) { if (this.a1.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { trace(_root.bgmaster.mighty.grav + ' ' + _root.bgmaster.mighty.speed); ingrav = _root.bgmaster.mighty.grav; inspeed = _root.bgmaster.mighty.speed; randir = random(3) + 1; swatch = true; } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { } else { _root.soundplay('pop'); if (randir == 1 && ingrav < 10) { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -20; } else { if (randir <= 2 && inspeed < 10) { _root.bgmaster.mighty.speed = -20; _root.bgmaster.mighty.grav = 0; } else { if (randir <= 3 && ingrav > -10) { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 20; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -20; } } } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance of movieClip 2676 { onClipEvent (load) { this._rotation = -90; var faketimer = 0; var swatch = false; var dir = 1; var fire = false; var randdir = 1; var invert = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 18) { if ((this.a1.hitTest(_root.bgmaster.mighty) || this.a2.hitTest(_root.bgmaster.mighty)) && !swatch && !fire && !invert) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 1.5)); invert = true; } else { if (this.a3.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { swatch = true; } else { invert = false; } } } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { if (dir == 1) { this._rotation += 3.6; } else { this._rotation -= 3.6; } } else { _root.soundplay('pop'); if (dir == 1) { _root.bgmaster.mighty.speed = 40; _root.bgmaster.mighty.grav = -1; dir = 2; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -30; dir = 1; } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance of movieClip 2681 { onClipEvent (load) { var swatch = false; var letgo = false; this.gotoAndStop(1); } onClipEvent (enterFrame) { if (_root.bgmaster.mighty.hitTest(_root.bgmaster.area4)) { if (Key.isDown(39) && this._x < 275) { this._x += 2; } else { if (Key.isDown(37) && this._x > -275) { this._x -= 2; } } if (this.a1.hitTest(_root.bgmaster.mighty) && !letgo) { swatch = true; this.gotoAndStop(2); } if (swatch && !letgo) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y + 1; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; if (Key.isDown(32)) { this.gotoAndStop(1); letgo = true; } } if (swatch && letgo) { if (!this.a1.hitTest(_root.bgmaster.mighty)) { letgo = false; swatch = false; } } } else { this._x = 0; } } } instance of movieClip 2676 { onClipEvent (load) { this._rotation = -90; var faketimer = 0; var swatch = false; var dir = 1; var fire = false; var randdir = 1; var invert = false; } onClipEvent (enterFrame) { if (_global.arkevent >= 18) { if ((this.a1.hitTest(_root.bgmaster.mighty) || this.a2.hitTest(_root.bgmaster.mighty)) && !swatch && !fire && !invert) { _root.invertspeed(0); invert = true; } else { if (this.a3.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { randir = random(2) + 1; swatch = true; } else { invert = false; } } } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { if (dir == 1) { this._rotation -= 3.6; } else { this._rotation += 3.6; } } else { _root.soundplay('pop'); if (dir == 1) { _root.bgmaster.mighty.speed = -40; _root.bgmaster.mighty.grav = -1; dir = 2; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -30; dir = 1; } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance of movieClip 2676 { onClipEvent (load) { this._rotation = 90; var faketimer = 0; var swatch = false; var dir = 1; var fire = false; var randdir = 1; var invert = false; } onClipEvent (enterFrame) { if ((this.a1.hitTest(_root.bgmaster.mighty) || this.a2.hitTest(_root.bgmaster.mighty)) && !swatch && !fire && !invert) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 1.5)); invert = true; } else { if (this.a3.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { swatch = true; } else { invert = false; } } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { if (dir == 1) { this._rotation -= 3.6; } else { this._rotation += 3.6; } } else { _root.soundplay('pop'); if (dir == 1) { _root.bgmaster.mighty.speed = 40; _root.bgmaster.mighty.grav = -7; dir = 2; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 30; dir = 1; } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance of movieClip 2676 { onClipEvent (load) { this._rotation = 90; var faketimer = 0; var swatch = false; var dir = 1; var fire = false; var randdir = 1; var invert = false; } onClipEvent (enterFrame) { if ((this.a1.hitTest(_root.bgmaster.mighty) || this.a2.hitTest(_root.bgmaster.mighty)) && !swatch && !fire && !invert) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 1.5)); invert = true; } else { if (this.a3.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { swatch = true; } else { invert = false; } } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { if (dir == 1) { this._rotation += 3.6; } else { this._rotation -= 3.6; } } else { _root.soundplay('pop'); if (dir == 1) { _root.bgmaster.mighty.speed = -40; _root.bgmaster.mighty.grav = -7; dir = 2; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 30; dir = 1; } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance of movieClip 2674 { onClipEvent (load) { var faketimer = 0; var swatch = false; var fire = false; var randdir = 1; var ingrav = 0; var inspeed = 0; } onClipEvent (enterFrame) { if (this.a1.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { trace(_root.bgmaster.mighty.grav + ' ' + _root.bgmaster.mighty.speed); ingrav = _root.bgmaster.mighty.grav; inspeed = _root.bgmaster.mighty.speed; randir = random(3) + 1; swatch = true; } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { } else { _root.soundplay('pop'); if (randir == 1 && ingrav < 10) { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -20; } else { if (randir <= 2 && inspeed < 10) { _root.bgmaster.mighty.speed = -20; _root.bgmaster.mighty.grav = 0; } else { if (randir <= 3 && ingrav > -10) { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 20; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -20; } } } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance of movieClip 2674 { onClipEvent (load) { var faketimer = 0; var swatch = false; var fire = false; var randdir = 1; var ingrav = 0; var inspeed = 0; } onClipEvent (enterFrame) { if (this.a1.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { ingrav = _root.bgmaster.mighty.grav; inspeed = _root.bgmaster.mighty.speed; randir = random(3) + 1; swatch = true; } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { } else { _root.soundplay('pop'); if (randir == 1 && ingrav < 10) { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -20; } else { if (randir <= 2 && inspeed > -10) { _root.bgmaster.mighty.speed = 20; _root.bgmaster.mighty.grav = 0; } else { if (randir <= 3 && ingrav > -10) { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 20; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -20; } } } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance of movieClip 2674 { onClipEvent (load) { var faketimer = 0; var swatch = false; var fire = false; var randdir = 1; var ingrav = 0; var inspeed = 0; } onClipEvent (enterFrame) { if (this.a1.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { ingrav = _root.bgmaster.mighty.grav; inspeed = _root.bgmaster.mighty.speed; randir = random(3) + 1; swatch = true; } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { } else { _root.soundplay('pop'); if (randir == 1 && ingrav < 10) { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -20; } else { if (randir <= 2 && inspeed > -10) { _root.bgmaster.mighty.speed = 20; _root.bgmaster.mighty.grav = 0; } else { if (randir <= 3 && ingrav > -10) { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 20; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = -20; } } } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance of movieClip 2674 { onClipEvent (load) { var faketimer = 0; var swatch = false; var fire = false; var randdir = 1; var ingrav = 0; var inspeed = 0; } onClipEvent (enterFrame) { if (this.a1.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { ingrav = _root.bgmaster.mighty.grav; inspeed = _root.bgmaster.mighty.speed; randir = random(3) + 1; swatch = true; } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { } else { _root.soundplay('pop'); if (randir == 1 && inspeed < 10) { _root.bgmaster.mighty.speed = -40; _root.bgmaster.mighty.grav = -5; } else { if (randir <= 2 && inspeed > -10) { _root.bgmaster.mighty.speed = 40; _root.bgmaster.mighty.grav = -5; } else { if (randir <= 3 && ingrav > -10) { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 20; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 20; } } } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance of movieClip 2676 { onClipEvent (load) { this._rotation = 90; var faketimer = 0; var swatch = false; var dir = 1; var fire = false; var randdir = 1; var invert = false; } onClipEvent (enterFrame) { if ((this.a1.hitTest(_root.bgmaster.mighty) || this.a2.hitTest(_root.bgmaster.mighty)) && !swatch && !fire && !invert) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 1.5)); invert = true; } else { if (this.a3.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { swatch = true; } else { invert = false; } } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { if (dir == 1) { this._rotation -= 3.6; } else { this._rotation += 3.6; } } else { _root.soundplay('pop'); if (dir == 1) { _root.bgmaster.mighty.speed = 40; _root.bgmaster.mighty.grav = -1; dir = 2; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 30; dir = 1; } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance of movieClip 2676 { onClipEvent (load) { this._rotation = 90; var faketimer = 0; var swatch = false; var dir = 1; var fire = false; var randdir = 1; var invert = false; } onClipEvent (enterFrame) { if ((this.a1.hitTest(_root.bgmaster.mighty) || this.a2.hitTest(_root.bgmaster.mighty)) && !swatch && !fire && !invert) { _root.invertspeed(-1 * (_root.bgmaster.mighty.speed / 1.5)); invert = true; } else { if (this.a3.hitTest(_root.bgmaster.mighty) && !swatch && !fire) { swatch = true; } else { invert = false; } } if (swatch) { _root.bgmaster.mighty._x = this._x; _root.bgmaster.mighty._y = this._y; _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 1; faketimer += 1; if (faketimer <= 25) { if (dir == 1) { this._rotation += 3.6; } else { this._rotation -= 3.6; } } else { _root.soundplay('pop'); if (dir == 1) { _root.bgmaster.mighty.speed = -40; _root.bgmaster.mighty.grav = -1; dir = 2; } else { _root.bgmaster.mighty.speed = 0; _root.bgmaster.mighty.grav = 30; dir = 1; } swatch = false; fire = true; faketimer = 0; } } if (fire) { if (!this.hitTest(_root.bgmaster.mighty)) { fire = false; } } } } instance missile2 of movieClip 2480 { onClipEvent (load) { var shot = false; var attach = false; var reset = false; } onClipEvent (enterFrame) { if (reset) { shot = false; attach = false; reset = false; this._x = -500; this._rotation = 0; } if (shot) { if (!attach) { this._x -= (this._x - _root.bgmaster.mighty._x) / 25; this._y -= (this._y - _root.bgmaster.mighty._y) / 25; this._rotation = -Math.atan2(this._x - _root.bgmaster.mighty._x, this._y - _root.bgmaster.mighty._y) / 0.0174532925199433 + 45; if (this.hitTest(_root.bgmaster.mighty)) { attach = true; } } else { if (attach) { this._x = _root.bgmaster.mighty._x; this._y = _root.bgmaster.mighty._y; this._rotation += 2; } } } } } } instance bgmaster of movieClip 2687 { onClipEvent (load) { this._y = 398.95; var starty = this._y; var offset = 0; var areaoffocus = 1; } onClipEvent (enterFrame) { if (_global.arkevent >= 18 && this.mighty.hitTest(area5)) { offset = 2400; } else { if (_global.arkevent >= 18 && this.mighty.hitTest(area4)) { offset = 1800; } else { if (this.mighty.hitTest(area3)) { offset = 1200; areaoffocus = 3; } else { if (this.mighty.hitTest(area2)) { offset = 600; areaoffocus = 2; } else { offset = 0; areaoffocus = 1; } } } } if (this.mighty._y < this.eye._y - 50 && this._y < starty + 200 + offset) { this._y += 10; this.eye._y -= 10; } else { if (this.mighty._y > this.eye._y + 50 && this._y > starty + offset) { this._y -= 10; this.eye._y += 10; } } if (this.mighty._y < this.eye._y - 120 && this._y < starty + 200 + offset) { this._y += 10; this.eye._y -= 10; } else { if (this.mighty._y > this.eye._y + 150 && this._y > starty + offset) { this._y -= 10; this.eye._y += 10; } } if (this._y < starty + offset) { this._y += 10; this.eye._y -= 10; } } } movieClip 2689 { frame 1 { stop(); } frame 50 { stop(); } } instance blackout of movieClip 2689 { onClipEvent (load) { var timer = 0; } onClipEvent (enterFrame) { timer += 1; _global.arkshottimer = timer; } } frame 1173 { _root.gotoAndStop('arkshotgame'); } frame 1174 { stop(); } movieClip 2696 { } movieClip 2698 { } movieClip 2702 { } movieClip 2704 { } movieClip 2707 { frame 285 { stop(); _root.nextFrame(); } } frame 1175 { if (_global.medals[6] == false) { _global.medals[6] = true; trace('arkshot medal get!'); } } movieClip 2713 { } instance of movieClip 2713 { onClipEvent (load) { _root.timevar = Math.floor((_global.arkshottimer / 25 / 60) * 10) / 10 + ' Minutes'; if (_global.arkshottimer <= 20000) { _root.ringbox = 20000 - _global.arkshottimer + _global.ringcollect; } else { _root.ringbox = _global.ringcollect; } } } button 2714 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { if (_global.arkshottimer <= 20000) { _global.rings += 20000 - _global.arkshottimer + _global.ringcollect; } else { _global.rings += _global.ringcollect; } _root.gotoAndStop('arkshotgame'); } } instance of movieClip 2605 { onClipEvent (load) { var rando = 0; var swatch = false; var faketimer = 0; } onClipEvent (enterFrame) { if (!swatch) { rando = random(1000); if (rando == 0) { this._x = 305; swatch = true; } } else { if (faketimer == 0 && this.hitTest(_root.bgmaster.mighty)) { _global.ringcollect += 100; faketimer = 1; } if (faketimer > 0) { this.explo1._visible = true; this.explo1.play(); faketimer += 1; if (faketimer >= 8) { this._x = 305; swatch = false; } } this._x -= 2; if (this._x < -315) { this._x = 305; swatch = false; } } } } instance of movieClip 2622 { onClipEvent (load) { var rando = 0; var swatch = false; var faketimer = 0; } onClipEvent (enterFrame) { if (!swatch) { rando = random(1000); if (rando == 0) { this._x = 305; swatch = true; } } else { if (faketimer == 0 && this.hitTest(_root.bgmaster.mighty)) { _global.ringcollect += 100; faketimer = 1; } if (faketimer > 0) { this.explo1._visible = true; this.explo1.play(); faketimer += 1; if (faketimer >= 8) { this._x = 305; swatch = false; } } this._x -= 2; if (this._x < -315) { this._x = 305; swatch = false; } } } } instance of movieClip 2617 { onClipEvent (load) { var rando = 0; var swatch = false; var faketimer = 0; } onClipEvent (enterFrame) { if (!swatch) { rando = random(1000); if (rando == 0) { this._x = 305; swatch = true; } } else { if (faketimer == 0 && this.hitTest(_root.bgmaster.mighty)) { _global.ringcollect += 100; faketimer = 1; } if (faketimer > 0) { this.explo1._visible = true; this.explo1.play(); faketimer += 1; if (faketimer >= 8) { this._x = 305; swatch = false; } } this._x -= 2; if (this._x < -315) { this._x = 305; swatch = false; } } } } instance of movieClip 2610 { onClipEvent (load) { var rando = 0; var swatch = false; var faketimer = 0; } onClipEvent (enterFrame) { if (!swatch) { rando = random(1000); if (rando == 0) { this._x = 305; swatch = true; } } else { if (faketimer == 0 && this.hitTest(_root.bgmaster.mighty)) { _global.ringcollect += 100; faketimer = 1; } if (faketimer > 0) { this.explo1._visible = true; this.explo1.play(); faketimer += 1; if (faketimer >= 8) { this._x = 305; swatch = false; } } this._x -= 2; if (this._x < -315) { this._x = 305; swatch = false; } } } } frame 1177 { stop(); } movieClip 2718 { } movieClip 2721 { } movieClip 2724 { } button 2727 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.gotoAndStop('minigames'); } } button 2730 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.nextbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.nextFrame(); } } frame 1178 { stop(); } button 2732 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _root.prevFrame(); } } movieClip 2734 { } movieClip 2736 { } movieClip 2738 { } movieClip 2740 { } movieClip 2742 { } movieClip 2744 { } movieClip 2746 { } frame 1179 { stop(); _global.playerrings = 0; _global.empopmode = 20; _global.p1lives = 20; _global.p2lives = 20; _global.p1con = 'hum'; _global.p2con = 'hum'; _global.nuke = true; } movieClip 2748 { } movieClip 2752 { } movieClip 2754 { } movieClip 2755 { } movieClip 2757 { } movieClip 2760 { } movieClip 2761 { frame 1 { stop(); } instance of movieClip 2748 { onClipEvent (load) { _parent.option = 1; } } frame 2 { stop(); } instance of movieClip 2757 { onClipEvent (load) { _parent.option = 2; } } } instance p2 of movieClip 2761 { onClipEvent (load) { this.gotoAndStop(1); var option; } } movieClip 2763 { } movieClip 2765 { } movieClip 2767 { } movieClip 2768 { frame 1 { stop(); } instance of movieClip 2765 { onClipEvent (load) { _parent.option = 'hum'; } onClipEvent (mouseUp) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { nextFrame(); } } } frame 2 { stop(); } instance of movieClip 2767 { onClipEvent (load) { _parent.option = 'com'; } onClipEvent (mouseUp) { if (this.hitTest(_root._xmouse, _root._ymouse, false)) { prevFrame(); } } } } instance p4 of movieClip 2768 { onClipEvent (load) { this.gotoAndStop(1); var option; } } button 2769 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.nextbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { if (_root.p1.option == 1) { trace('p1-2 ' + _root.p1.option + ' ' + _root.p3.option + ' ' + _root.p4.option); _global.p1con = _root.p3.option; _global.p2con = _root.p4.option; _global.empopmode = 12; } else { if (_root.p1.option == 2) { trace('p2-1 ' + _root.p1.option + ' ' + _root.p3.option + ' ' + _root.p4.option); _global.p1con = _root.p4.option; _global.p2con = _root.p3.option; _global.empopmode = 21; } } _root.nextFrame(); } } instance p1 of movieClip 2761 { onClipEvent (load) { this.gotoAndStop(2); var option; } } instance p3 of movieClip 2768 { onClipEvent (load) { this.gotoAndStop(2); _root.p1.arrows._visible = false; var option; } } button 2770 { on (release) { _root.p1.play(); _root.p2.play(); } } button 2771 { on (release) { _root.p1.play(); _root.p2.play(); } } button 2772 { on (release) { _root.p3.play(); if (_root.p4.option == 'com' && _root.p3.option == 'hum') { _root.p4.play(); } } } button 2773 { on (release) { _root.p4.play(); if (_root.p3.option == 'com' && _root.p4.option == 'hum') { _root.p3.play(); } } } movieClip 2775 { } movieClip 2777 { } instance of movieClip 255 { onClipEvent (enterFrame) { if (_root.p3.option == 'com') { _root.p1.arrows._visible = false; } else { _root.p1.arrows._visible = true; } if (_root.p4.option == 'com') { _root.p2.arrows._visible = false; } else { _root.p2.arrows._visible = true; } } } movieClip 2779 { } movieClip 2781 { } frame 1180 { function soundplay(path) { if (_global.soundfx) { var v3 = random(10); _root.createEmptyMovieClip('soundclip' + v3, 6789 + v3); _global['sound' + v3] = new Sound('soundclip' + v3); _global['sound' + v3].attachSound(path); _global['sound' + v3].setVolume(_global.soundfactor); _global['sound' + v3].start(); _global['sound' + v3] = null; } } _global.nuke = false; stop(); } instance p1livesbar of movieClip 2086 { onClipEvent (enterFrame) { this.gotoAndStop(_global.p1lives + 1); if (_global.p1lives == 0) { _global.empopending = 1; _root.gotoAndStop('empopgameend'); } } } instance p2livesbar of movieClip 2086 { onClipEvent (enterFrame) { this.gotoAndStop(_global.p2lives + 1); if (_global.p2lives == 0) { _global.empopending = 2; _root.gotoAndStop('empopgameend'); } } } movieClip 2782 { } instance canoncorezero of movieClip 2782 { onClipEvent (load) { this.stop(); if (this._name == 'canoncorezero') { this.duplicateMovieClip('canoncore', 2000, this); this._visible = false; } else { var pose = 1; var faketimer = 0; var timerswitch = 75; var randsway = 0; var firespray = true; } } onClipEvent (enterFrame) { if (this._name != 'canoncorezero') { if (_global.nuke) { this.removeMovieClip(); } faketimer += 1; if (faketimer < timerswitch) { this.gotoAndStop('pose' + pose); } else { if (faketimer == timerswitch) { if (pose == 1) { randsway = random(2) + 2; if (randsway == 2) { this.gotoAndPlay(31); } else { if (randsway == 3) { this.play(); } } pose = randsway; } else { if (pose == 2) { this.play(); pose = 1; } else { if (pose == 3) { this.play(); pose = 1; } } } firespray = false; } else { if (faketimer < timerswitch + 10) { firespray = false; } else { if (faketimer >= timerswitch + 10) { this.stop(); firespray = true; faketimer = 0; } } } } } } } instance cbase of movieClip 152 { onClipEvent (load) { if (this._name == 'cbase') { this.duplicateMovieClip('cbaser', 2001, this); this._visible = false; } } onClipEvent (enterFrame) { if (_global.nuke) { this.removeMovieClip(); } } } movieClip 2789 { } instance emmaster of movieClip 2789 { onClipEvent (load) { this.stop(); if (this._name == 'emmaster') { var dep = 2010; var emgo = new Array(); i = 1; while (i < 8) { emgo[i] = false; ++i; } this._visible = false; var faketimer = 0; } else { var rando; var catchable; var tag; if (rando == undefined) { rando = random(50) + 1; catchable = 'on'; if (rando <= 7) { while (_root.emmaster.emgo[rando] == true) { rando += 1; if (rando == 8) { break; } } if (rando != 8) { _root.emmaster.emgo[rando] = true; } } } else {} this.gotoAndStop(rando); if (rando <= 7) { if (_root.char1.chase == 0 || _root.char1.chasetype == 'ring' || _root.char1.chasetype == '') { _root.char1.chase = tag; _root.char1.chasetype = 'em'; } if (_root.char2.chase == 0 || _root.char2.chasetype == 'ring' || _root.char2.chasetype == '') { trace('char2 setting chase - em' + tag); _root.char2.chase = tag; _root.char2.chasetype = 'em'; } } else { if (rando > 7 && rando <= 15) { if (_root.char1.fleetype == '') { _root.char1.flee = tag; _root.char1.fleetype = 'fire'; } if (_root.char2.fleetype == '') { trace('char2 setting fleee - fire' + tag); _root.char2.flee = tag; _root.char2.fleetype = 'fire'; } } else { if (rando > 15) { if (_root.char1.chase == 0 || _root.char1.chasetype == '') { _root.char1.chase = tag; _root.char1.chasetype = 'ring'; } if (_root.char2.chase == 0 || _root.char2.chasetype == '') { trace('char2 setting chase - ring' + tag); _root.char2.chase = tag; _root.char2.chasetype = 'ring'; } } } } var grav = random(20) + 5; var movepat; var degreevar = random(10); var shiftvar = random(2) + 1; var xert; if (movepat == 1) { if (shiftvar == 1) { xert = grav / 5; } else { xert = grav / -5; } } else { if (movepat == 2) { xert = random(grav / 4) + grav / 4 + 3; } else { if (movepat == 3) { xert = random(grav / 4) + grav / 4 + 3; } } } } } onClipEvent (enterFrame) { if (this._name == 'emmaster') { if (_root.canoncore.firespray) { faketimer += 1; if (faketimer >= 10) { this.duplicateMovieClip('em' + dep, dep, this); _root['em' + dep].movepat = _root.canoncore.pose; _root['em' + dep].tag = dep; if (_root.canoncore.pose == 1) { _root['em' + dep]._x = 270; _root['em' + dep]._y = 290; } else { if (_root.canoncore.pose == 2) { _root['em' + dep]._x = 250; _root['em' + dep]._y = 300; } else { if (_root.canoncore.pose == 3) { _root['em' + dep]._x = 290; _root['em' + dep]._y = 300; } } } dep += 1; faketimer = 0; } } } else { if (rando <= 7) { if (_root.char1.chase == 0 || _root.char1.chasetype == 'ring' || _root.char1.chasetype == '') { _root.char1.chase = tag; _root.char1.chasetype = 'em'; } if (_root.char2.chase == 0 || _root.char2.chasetype == 'ring' || _root.char2.chasetype == '') { trace('char2 setting chase - em' + tag); _root.char2.chase = tag; _root.char2.chasetype = 'em'; } } else { if (rando > 7 && rando <= 15) { if (_root.char1.fleetype == '') { _root.char1.flee = tag; _root.char1.fleetype = 'fire'; } if (_root.char2.fleetype == '') { trace('char2 setting fleee - fire' + tag); _root.char2.flee = tag; _root.char2.fleetype = 'fire'; } } else { if (rando > 15) { if (_root.char1.chase == 0 || _root.char1.chasetype == '') { _root.char1.chase = tag; _root.char1.chasetype = 'ring'; } if (_root.char2.chase == 0 || _root.char2.chasetype == '') { trace('char2 setting chase - ring' + tag); _root.char2.chase = tag; _root.char2.chasetype = 'ring'; } } } } if (movepat == 1) { this._x += xert; this._y -= grav; grav -= 1; } else { if (movepat == 2) { this._x -= xert; this._y -= grav; xert -= 0.2; if (xert < 0) { xert = 0; } grav -= 1; } else { if (movepat == 3) { this._x += xert; this._y -= grav; xert -= 0.2; if (xert < 0) { xert = 0; } grav -= 1; } } } if (this.hitTest(_root.char1) && catchable != 1) { if (_root.char1.chase == tag) { _root.char1.chase = 0; _root.char1.chasetype = ''; } if (_root.char1.flee == tag && _root.char1.fleetype != 'super') { _root.char1.flee = 0; _root.char1.fleetype = ''; } if (_root.char2.chase == tag) { trace('char2 removing chase' + tag); _root.char2.chase = 0; _root.char2.chasetype = ''; } if (_root.char2.flee == tag && _root.char2.fleetype != 'super') { trace('char2 removing flee' + tag); _root.char2.flee = 0; _root.char2.fleetype = ''; } if (rando <= 7) { _root.char1em['em' + rando]._visible = true; _root.soundplay('emerald'); this.removeMovieClip(); } else { if (rando > 7 && rando <= 15 && _root.char1.state != 'super') { i = 7; while (i > 0) { if (_root.char1em['em' + i]._visible) { _root.char1em['em' + i]._visible = false; rando = i; catchable = 1; movepat = 1; grav = random(20) + 5; if (this._x < 275) { xert = grav / 5; } else { xert = grav / -5; } _root.soundplay('break'); break; } --i; } } else { if (rando > 15) { _root.soundplay('ring4'); _root.char1ringsbox.ringup += 1; if (_global.p1con == 'hum') { _global.playerrings += 1; } this.removeMovieClip(); } } } } else { if (this.hitTest(_root.char2) && catchable != 2) { if (_root.char1.chase == tag) { _root.char1.chase = 0; _root.char1.chasetype = ''; } if (_root.char1.flee == tag && _root.char1.fleetype != 'super') { _root.char1.flee = 0; _root.char1.fleetype = ''; } if (_root.char2.chase == tag) { trace('char2 removing chase' + tag); _root.char2.chase = 0; _root.char2.chasetype = ''; } if (_root.char2.flee == tag && _root.char2.fleetype != 'super') { trace('char2 removing flee' + tag); _root.char2.flee = 0; _root.char2.fleetype = ''; } if (rando <= 7) { _root.char2em['em' + rando]._visible = true; _root.soundplay('emerald'); this.removeMovieClip(); } else { if (rando > 7 && rando <= 15 && _root.char2.state != 'super') { i = 7; while (i > 0) { if (_root.char2em['em' + i]._visible) { _root.char2em['em' + i]._visible = false; rando = i; catchable = 2; movepat = 1; grav = random(20) + 5; if (this._x < 275) { xert = grav / 5; } else { xert = grav / -5; } _root.soundplay('break'); break; } --i; } } else { if (rando > 15) { _root.soundplay('ring4'); _root.char2ringsbox.ringup += 1; if (_global.p2con == 'hum') { _global.playerrings += 1; } this.removeMovieClip(); } } } } } this.gotoAndStop(rando); if (this._y > 450 || _global.nuke) { if (rando <= 7) { _root.emmaster.emgo[rando] = false; } if (_root.char1.chase == tag) { _root.char1.chase = 0; _root.char1.chasetype = ''; } if (_root.char1.flee == tag && _root.char1.fleetype != 'super') { _root.char1.flee = 0; _root.char1.fleetype = ''; } if (_root.char2.chase == tag) { trace('char2 removing chase' + tag); _root.char2.chase = 0; _root.char2.chasetype = ''; } if (_root.char2.flee == tag && _root.char2.fleetype != 'super') { trace('char2 removing flee' + tag); _root.char2.flee = 0; _root.char2.fleetype = ''; } this.removeMovieClip(); } } } } movieClip 2798 { } movieClip 2800 { } movieClip 2804 { } movieClip 2808 { } movieClip 2818 { } movieClip 2819 { } movieClip 2820 { frame 22 { stop(); } instance g1 of movieClip 2819 { onClipEvent (enterFrame) { _parent._parent.event = ''; _parent._parent.state = 'super'; } } } movieClip 2824 { } movieClip 2827 { } movieClip 2832 { } movieClip 2833 { } movieClip 2842 { } movieClip 2852 { } movieClip 2856 { } movieClip 2863 { frame 21 { stop(); } } movieClip 2865 { } movieClip 2874 { } movieClip 2875 { } instance char of movieClip 2875 { onClipEvent (load) { this.stop(); if (this._name == 'char') { this.duplicateMovieClip('char1', 2002, this); this.duplicateMovieClip('char2', 2003, this); if (_global.empopmode == 12) { _root.char1.idtag = 'knux'; _root.char1.notme = 2; _root.char2.idtag = 'sonic'; _root.char2.notme = 1; } else { if (_global.empopmode == 21) { _root.char1.idtag = 'sonic'; _root.char1.notme = 2; _root.char2.idtag = 'knux'; _root.char2.notme = 1; } } _root.char1._x = 400; _root.char1._y = 347; _root.char2._x = 150; _root.char2._y = 347; } else { var notme; var idtag; var action = 'stand'; var ground = this._y; var jump = false; var speed = 0; var grav = 0; var limitspeed = 20; var state = ''; var faketimer = 0; var hurttimer = 0; var usurp = ''; var hurtxert = 0; var flee = 0; var fleetype = ''; var chase = 0; var chasetype = ''; var fakestop = true; var hittimer = 0; } } onClipEvent (enterFrame) { if (_global.nuke) { this.removeMovieClip(); } if (this._name == 'char1' && _global.p1con == 'hum' || this._name == 'char2' && _global.p2con == 'hum') { if (hurttimer == 0) { if (Key.isDown(39) && this._name == 'char1' && _global.p1con == 'hum' || Key.isDown(68) && this._name == 'char2' && _global.p2con == 'hum') { speed += 1; if (speed > limitspeed) { speed = limitspeed; } if (speed > 0) { action = 'run'; this._xscale = 100; } else { action = 'stop'; } } else { if (Key.isDown(37) && this._name == 'char1' && _global.p1con == 'hum' || Key.isDown(65) && this._name == 'char2' && _global.p2con == 'hum') { speed -= 1; if (speed < -1 * limitspeed) { speed = -1 * limitspeed; } if (speed < 0) { action = 'run'; this._xscale = -100; } else { action = 'stop'; } } else { if (speed != 0) { speed += -1 * (speed / Math.abs(speed)); } else { if (speed == 0) { action = 'stand'; } } } } } if ((Key.isDown(38) && this._name == 'char1' && _global.p1con == 'hum' || Key.isDown(87) && this._name == 'char2' && _global.p2con == 'hum') && !jump && hurttimer == 0) { grav = -15; jump = true; action = 'jump'; } else { if (jump) { grav += 1; action = 'jump'; if (this._y + grav > ground) { this._y = ground; grav = 0; jump = false; } } } if (this._x + speed > 545) { if (hurttimer != 0) { hurtxert *= -1; if (!jump) { grav = -15; jump = true; } speed = hurtxert; } else { speed = 0; } this._x = 545; } else { if (this._x + speed < 5) { if (hurttimer != 0) { hurtxert *= -1; if (!jump) { grav = -15; jump = true; } speed = hurtxert; } else { speed = 0; } this._x = 5; } } if (state == 'super' && _root.char1.hitTest(_root.char2)) { if (this._name == 'char1' && _root.char2.hurttimer == 0) { _global.p2lives -= 1; _root.char2.usurp = _root.char2.action; _root.char2.action = 'hurt'; _root.soundplay(_root.char2.idtag + 'hurt'); _root.char2.hurttimer += 1; if (this._x > _root.char2._x) { _root.char2.hurtxert = -10; } else { _root.char2.hurtxert = 10; } } else { if (this._name == 'char2' && _root.char1.hurttimer == 0) { _global.p1lives -= 1; _root.char1.usurp = _root.char1.action; _root.soundplay(_root.char1.idtag + 'hurt'); _root.char1.action = 'hurt'; _root.char1.hurttimer += 1; if (this._x > _root.char1._x) { _root.char1.hurtxert = -10; } else { _root.char1.hurtxert = 10; } } } } if (hurttimer == 0 && state != 'super' && _root['char' + (3 - notme) + 'swords']._visible && hittimer == 0 && (Key.isDown(40) && this._name == 'char1' && _global.p1con == 'hum' || Key.isDown(83) && this._name == 'char2' && _global.p2con == 'hum')) { hittimer = 1; action = 'attack'; speed = 0; if (this.hitTest(_root['char' + notme])) { _root['char' + notme].usurp = _root['char' + notme].action; _root['char' + notme].action = 'hurt'; _root.soundplay(_root['char' + notme].idtag + 'hurt'); _root['char' + notme].hurttimer += 1; _global['p' + notme + 'lives'] -= 1; if (this._x > _root['char' + notme]._x) { _root['char' + notme].hurtxert = -10; } else { _root['char' + notme].hurtxert = 10; } i = 7; while (i > 0) { if (_root['char' + notme + 'em']['em' + i]._visible) { _root['char' + notme + 'em']['em' + i]._visible = false; _root.emmaster.duplicateMovieClip('em' + _root.emmaster.dep, _root.emmaster.dep, _root.emmaster); _root['em' + _root.emmaster.dep]._x = _root['char' + notme]._x; _root['em' + _root.emmaster.dep]._y = _root['char' + notme]._y; _root['em' + _root.emmaster.dep].movepat = 1; _root['em' + _root.emmaster.dep].tag = _root.emmaster.dep; _root['em' + _root.emmaster.dep].rando = i; _root['em' + _root.emmaster.dep].catchable = notme; _root['em' + _root.emmaster.dep].movepat = 1; _root.emmaster.dep += 1; break; } --i; } } } else { if (hittimer >= 10) { hittimer = 0; action = 'stand'; _root['char' + (3 - notme) + 'swords']._visible = false; } else { if (hittimer != 0) { action = 'attack'; hittimer += 1; } } } if (hurttimer != 0) { action = 'hurt'; hurttimer += 1; this._alpha = random(40) + 40; if (hurttimer == 26) { hurttimer = 0; action = usurp; this._alpha = 100; } } this._y += grav; if (hurttimer != 0) { this._x += hurtxert; } else { this._x += speed; } this.gotoAndStop(state + idtag + action); } else { if (this._name == 'char1' && _global.p1con == 'com' || this._name == 'char2' && _global.p2con == 'com') { if (hurttimer == 0) { if (state == 'super' && this._x <= _root['char' + notme]._x || state != 'super' && fleetype == 'super' && _root['char' + notme]._x <= this._x || state != 'super' && fleetype == 'fire' && _root['em' + flee]._x <= this._x && (this._x <= 275 && _root['em' + flee]._x <= 275 || this._x >= 275 && _root['em' + flee]._x >= 275) || state != 'super' && fleetype != 'super' && chasetype == 'em' && _root['em' + chase]._x >= this._x || state != 'super' && fleetype != 'super' && chasetype == 'ring' && _root['em' + chase]._x >= this._x) { speed += 1; fakestop = false; if (speed > limitspeed) { speed = limitspeed; } if (speed > 0) { action = 'run'; this._xscale = 100; } else { action = 'stop'; } } else { if (state == 'super' && this._x >= _root['char' + notme]._x || state != 'super' && fleetype == 'super' && _root['char' + notme]._x >= this._x || state != 'super' && fleetype == 'fire' && _root['em' + flee]._x >= this._x && (this._x <= 275 && _root['em' + flee]._x <= 275 || this._x >= 275 && _root['em' + flee]._x >= 275) || state != 'super' && fleetype != 'super' && chasetype == 'em' && _root['em' + chase]._x <= this._x || state != 'super' && fleetype != 'super' && chasetype == 'ring' && _root['em' + chase]._x <= this._x) { speed -= 1; fakestop = false; if (speed < -1 * limitspeed) { speed = -1 * limitspeed; } if (speed < 0) { action = 'run'; this._xscale = -100; } else { action = 'stop'; } } } if (speed != 0 && fakestop) { speed += -1 * (speed / Math.abs(speed)); } else { if (speed == 0) { action = 'stand'; } } fakestop = true; } if ((fleetype == 'super' && (_root['char' + notme]._x >= this._x && _root['char' + notme]._x <= this._x + 90 || _root['char' + notme]._x <= this._x && _root['char' + notme]._x >= this._x - 90) || fleetype != 'super' && (chasetype == 'em' && (_root['em' + chase]._x <= this._x && _root['em' + chase]._x >= this._x - 50) || chasetype == 'em' && (_root['em' + chase]._x >= this._x && _root['em' + chase]._x <= this._x + 50) || (chasetype == 'ring' && (_root['em' + chase]._x <= this._x && _root['em' + chase]._x >= this._x - 50) || chasetype == 'ring' && (_root['em' + chase]._x >= this._x && _root['em' + chase]._x <= this._x + 50)))) && !jump && hurttimer == 0) { grav = -15; jump = true; action = 'jump'; } else { if (jump) { grav += 1; action = 'jump'; if (this._y + grav > ground) { this._y = ground; grav = 0; jump = false; } } } if (this._x + speed > 545) { if (hurttimer != 0) { hurtxert *= -1; if (!jump) { grav = -15; jump = true; } speed = hurtxert; } else { speed = 0; if (fleetype == 'super' && (_root['char' + notme]._x <= this._x && _root['char' + notme]._x >= this._x - 40) && hurttimer == 0) { speed = -7; } } this._x = 545; if (!jump) { action = 'stand'; } this._xscale = -100; } else { if (this._x + speed < 5) { if (hurttimer != 0) { hurtxert *= -1; if (!jump) { grav = -15; jump = true; } speed = hurtxert; } else { speed = 0; if (fleetype == 'super' && (_root['char' + notme]._x >= this._x && _root['char' + notme]._x <= this._x + 40) && hurttimer == 0) { speed = 7; } } this._x = 5; if (!jump) { action = 'stand'; } this._xscale = 100; } } if (state == 'super' && _root.char1.hitTest(_root.char2)) { if (this._name == 'char1' && _root.char2.hurttimer == 0) { _global.p2lives -= 1; _root.char2.usurp = _root.char2.action; _root.char2.action = 'hurt'; _root.soundplay(_root.char2.idtag + 'hurt'); _root.char2.hurttimer += 1; if (this._x > _root.char2._x) { _root.char2.hurtxert = -10; } else { _root.char2.hurtxert = 10; } } else { if (this._name == 'char2' && _root.char1.hurttimer == 0) { _global.p1lives -= 1; _root.char1.usurp = _root.char1.action; _root.soundplay(_root.char1.idtag + 'hurt'); _root.char1.action = 'hurt'; _root.char1.hurttimer += 1; if (this._x > _root.char1._x) { _root.char1.hurtxert = -10; } else { _root.char1.hurtxert = 10; } } } } if (hurttimer == 0 && state != 'super' && _root['char' + (3 - notme) + 'swords']._visible && random(25) + 1 == 1 && hittimer == 0 && this.hitTest(_root['char' + notme])) { hittimer = 1; action = 'attack'; speed = 0; if (this.hitTest(_root['char' + notme])) { _root['char' + notme].usurp = _root['char' + notme].action; _root['char' + notme].action = 'hurt'; _root.soundplay(_root['char' + notme].idtag + 'hurt'); _root['char' + notme].hurttimer += 1; _global['p' + notme + 'lives'] -= 1; if (this._x > _root['char' + notme]._x) { _root['char' + notme].hurtxert = -10; } else { _root['char' + notme].hurtxert = 10; } i = 7; while (i > 0) { if (_root['char' + notme + 'em']['em' + i]._visible) { _root['char' + notme + 'em']['em' + i]._visible = false; _root.emmaster.duplicateMovieClip('em' + _root.emmaster.dep, _root.emmaster.dep, _root.emmaster); _root['em' + _root.emmaster.dep]._x = _root['char' + notme]._x; _root['em' + _root.emmaster.dep]._y = _root['char' + notme]._y; _root['em' + _root.emmaster.dep].movepat = 1; _root['em' + _root.emmaster.dep].tag = _root.emmaster.dep; _root['em' + _root.emmaster.dep].rando = i; _root['em' + _root.emmaster.dep].catchable = notme; _root['em' + _root.emmaster.dep].movepat = 1; _root.emmaster.dep += 1; break; } --i; } } } else { if (hittimer >= 10) { hittimer = 0; action = 'stand'; _root['char' + (3 - notme) + 'swords']._visible = false; } else { if (hittimer != 0) { action = 'attack'; hittimer += 1; } } } if (hurttimer != 0) { action = 'hurt'; hurttimer += 1; this._alpha = random(40) + 40; if (hurttimer == 26) { hurttimer = 0; action = usurp; this._alpha = 100; } } this._y += grav; if (hurttimer != 0) { this._x += hurtxert; } else { this._x += speed; } this.gotoAndStop(state + idtag + action); } } } } movieClip 2876 { } movieClip 2877 { } movieClip 2878 { } movieClip 2879 { } movieClip 2880 { } movieClip 2881 { } movieClip 2883 { } movieClip 2884 { } movieClip 2885 { instance em1 of movieClip 2744 { onClipEvent (load) { this._visible = false; } } instance em2 of movieClip 2876 { onClipEvent (load) { this._visible = false; } } instance em3 of movieClip 2877 { onClipEvent (load) { this._visible = false; } } instance em4 of movieClip 2878 { onClipEvent (load) { this._visible = false; } } instance em5 of movieClip 2879 { onClipEvent (load) { this._visible = false; } } instance em6 of movieClip 2880 { onClipEvent (load) { this._visible = false; } } instance em7 of movieClip 2881 { onClipEvent (load) { this._visible = false; } } instance shin of movieClip 2884 { onClipEvent (load) { this._visible = false; } onClipEvent (enterFrame) { if (_parent.em1._visible && _parent.em2._visible && _parent.em3._visible && _parent.em4._visible && _parent.em5._visible && _parent.em6._visible && _parent.em7._visible) { this._visible = true; } else { this._visible = false; } } } } instance char1em of movieClip 2885 { onClipEvent (load) { var faketimer = 0; } onClipEvent (enterFrame) { if (this.shin._visible && _root.char1ringsbox.ringticks > 0 && _root.char1.state != 'super') { _root.char1.state = 'super'; _root.char2.fleetype = 'super'; } else { if (_root.char1.state == 'super' && faketimer == 25) { faketimer = 0; _root.char1ringsbox.ringticks -= 1; if (_root.char1ringsbox.ringticks == 0) { _root.char1.state = ''; _root.char2.fleetype = ''; i = 1; while (i <= 7) { this['em' + i]._visible = false; _root.emmaster.emgo[i] = false; ++i; } this.shin._visible = false; _root.char1ringsbox.ringticks = 5; } } else { if (_root.char1.state == 'super' && faketimer != 25) { faketimer += 1; } else { faketimer = 0; } } } } } instance char2em of movieClip 2885 { onClipEvent (load) { var faketimer = 0; } onClipEvent (enterFrame) { if (this.shin._visible && _root.char2ringsbox.ringticks > 0 && _root.char2.state != 'super') { _root.char2.state = 'super'; _root.char1.fleetype = 'super'; } else { if (_root.char2.state == 'super' && faketimer == 25) { faketimer = 0; _root.char2ringsbox.ringticks -= 1; if (_root.char2ringsbox.ringticks == 0) { _root.char2.state = ''; _root.char1.fleetype = ''; i = 1; while (i <= 7) { this['em' + i]._visible = false; _root.emmaster.emgo[i] = false; ++i; } this.shin._visible = false; _root.char2ringsbox.ringticks = 5; } } else { if (_root.char2.state == 'super' && faketimer != 25) { faketimer += 1; } else { faketimer = 0; } } } } } movieClip 2886 { } instance char1ringsbox of movieClip 2886 { onClipEvent (load) { i = 1; while (i <= 10) { this['ring' + i]._visible = false; ++i; } var ringup = 0; var ringticks = 7; } onClipEvent (enterFrame) { i = 1; while (i <= ringup) { this['ring' + i]._visible = true; ++i; } _root.char1ringticks = ringticks + ' '; if (ringup >= 10) { ringticks += 1; _root.char1swords._visible = true; i = 1; while (i <= 10) { this['ring' + i]._visible = false; ++i; } ringup = 0; } } } instance char2ringsbox of movieClip 2886 { onClipEvent (load) { i = 1; while (i <= 10) { this['ring' + i]._visible = false; ++i; } var ringup = 0; var ringticks = 7; } onClipEvent (enterFrame) { i = 1; while (i <= ringup) { this['ring' + i]._visible = true; ++i; } _root.char2ringticks = ringticks + ' '; if (ringup >= 10) { ringticks += 1; _root.char2swords._visible = true; i = 1; while (i <= 10) { this['ring' + i]._visible = false; ++i; } ringup = 0; } } } movieClip 2889 { } instance char1swords of movieClip 2889 { onClipEvent (load) { this._visible = false; } } instance char2swords of movieClip 2889 { onClipEvent (load) { this._visible = false; } } frame 1181 { _global.nuke = true; _root.gotoAndStop('empopgamemenu'); } frame 1182 { _global.nuke = true; } movieClip 2894 { frame 1 { stop(); } } instance of movieClip 2894 { onClipEvent (load) { if (_global.medals[10] == false) { _global.medals[10] = true; trace('empop medal get!'); } if (_global.empopmode == 12) { if (_global.p1lives == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } else { if (_global.empopmode == 21) { if (_global.p1lives == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } } movieClip 2895 { frame 1 { stop(); } } instance of movieClip 2895 { onClipEvent (load) { if (_global.empopmode == 12) { if (_global.p1lives == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } else { if (_global.empopmode == 21) { if (_global.p1lives == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } } } } movieClip 2896 { frame 1 { stop(); } } instance of movieClip 2896 { onClipEvent (load) { var jump = 0; var gone = 0; if (_global.empopmode == 12) { if (_global.p1lives == 0) { this.gotoAndStop(2); } else { this.gotoAndStop(1); } } else { if (_global.empopmode == 21) { if (_global.p1lives == 0) { this.gotoAndStop(1); } else { this.gotoAndStop(2); } } } } onClipEvent (enterFrame) { this._x += 10 * (this._xscale / Math.abs(this._xscale)); if (this._x > 590 || this._x < -40) { this._xscale = -1 * this._xscale; this._y = random(120) + 160; } if (jump == 0) { jump = random(5) + 1; gone = jump; } else { this._y -= gone; if (gone == jump - 2 * jump) { jump = 0; } else { gone -= 1; } } } } movieClip 2901 { } instance of movieClip 2901 { onClipEvent (load) { _root.ringfinal = _global.playerrings * 10; _global.rings += _global.playerrings * 10; } } frame 1183 { _global.nuke = true; _root.gotoAndStop('empopgamemenu'); } frame 1184 { stop(); } movieClip 2905 { } movieClip 2906 { } button 2909 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.nextbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _global.aroundflag = true; _root.gotoAndStop('stages'); } } frame 1186 { _global.aroundflag = false; _root.gotoAndStop('around'); } button 2914 { on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } on (release) { _global.aroundflag = false; _global.rings += _global.aroundring; _global.rings += Math.round((Math.round(_global.arounddist) / 100) * _global.ringmultiplier); _root.gotoAndStop('around'); } } instance of movieClip 2204 { onClipEvent (load) { _root.distbox = Math.round(_global.arounddist); _root.ringcolbox = _global.aroundring; _root.ringearnbox = '' + Math.round((Math.round(_global.arounddist) / 100) * _global.ringmultiplier); } } movieClip 2920 { } frame 1188 { _global.aroundflag = false; _root.gotoAndStop('around'); } button 2921 { on (release) { _root.gotoAndStop('intromenu'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.menubut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 2924 { on (release) { nextFrame(); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.nextbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 2929 { on (release) { getURL('jtcoflash.tk', _blank); } } movieClip 2932 { } button 2935 { on (release) { prevFrame(); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 2936 { on (release) { getURL('http://misao-chan.deviantart.com/', _blank); } } button 2939 { on (release) { if (_global.medals[11] == false && _global.started) { _global.medals[11] = true; trace('credits medal get!'); } nextFrame(); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.nextbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } button 2940 { on (release) { getURL('http://z8.invisionfree.com/Mobius_X/', _blank); } } button 2948 { on (release) { NewgroundsAPI.loadNewgrounds(); } } button 2953 { on (release) { NewgroundsAPI.loadNewgrounds(); } } movieClip 2954 { } movieClip 2955 { 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(); } } button 2956 { on (release) { _root.gotoAndStop('charmenu'); } on (rollOver) { var sheame = new Object(); sheame = {'ra': '100', 'rb': '142', 'ga': '100', 'gb': '163', 'ba': '100', 'bb': '178', 'aa': '100', 'ab': '0'}; var sheama = new Color(this.backbut); sheama.setTransform(sheame); } on (rollOut) { sheame = {'ra': '100', 'rb': '0', 'ga': '100', 'gb': '0', 'ba': '100', 'bb': '0', 'aa': '100', 'ab': '0'}; sheama.setTransform(sheame); } } movieClip 3061 { } instance of movieClip 3061 { onClipEvent (load) { this.gotoAndStop(_global.menufocus); } }




http://swfchan.com/18/89156/info.shtml
Created: 6/3 -2019 07:06:33 Last modified: 6/3 -2019 07:06:33 Server time: 26/04 -2024 10:49:51