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

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

Tank Search.swf

This is the info page for
Flash #62726

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


ActionScript [AS1/AS2]
Combined Code
frame 1 { NewgroundsAPI.connectMovie(3974); } movieClip 5 { } movieClip 9 { } movieClip 19 { frame 40 { stop(); } } movieClip 32 { } button 33 { on (press) { tellTarget ('_root') { nextFrame(); } } } button 34 { on (press) { gotoAndStop('end'); _root.play(); } } movieClip 35 { instance of movieClip 9 { onClipEvent (load) { _root.stop(); PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (PercentLoaded != 100) { _parent.gotoAndStop(PercentLoaded); } else { _parent.gotoAndStop('lastframe'); } } onClipEvent (enterFrame) { PercentLoaded = int((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (PercentLoaded != 100) { _parent.gotoAndStop(PercentLoaded); } else { _parent.gotoAndPlay('loaded'); } } } frame 101 { play(); } frame 165 { stop(); } } button 41 { on (release) { NewgroundsAPI.loadNewgrounds(); } } button 47 { on (release) { NewgroundsAPI.loadNewgrounds(); } } movieClip 48 { } movieClip 49 { frame 1 { function startAd(ngad_url) { trace('opening ' + ngad_url); System.security.allowDomain('70.87.128.99'); System.security.allowInsecureDomain('70.87.128.99'); System.security.allowDomain('ads.shizmoo.com'); System.security.allowInsecureDomain('ads.shizmoo.com'); System.security.allowDomain('www.cpmstar.com'); System.security.allowInsecureDomain('www.cpmstar.com'); System.security.allowDomain('server.cpmstar.com'); System.security.allowInsecureDomain('server.cpmstar.com'); var ngads_redirect = new XML(); ngads_redirect.ignoreWhite = true; ngads_redirect.onLoad = function (success) { trace('[NEWGROUNDS FLASH ADS] :: You may get a \'Security Sandbox Violation\' ... this is normal, do not freak out!'); if (success) { ng_ad.loadMovie(ngads_redirect.toString(), 'GET'); } else {} }; ngads_redirect.load(ngad_url); } if (NewgroundsAPI.getAdURL()) { startAd(NewgroundsAPI.getAdURL()); } NewgroundsAPI.onAdsApproved = function (ad_url) { startAd(ad_url); }; stop(); } } movieClip 52 { } movieClip 54 { } movieClip 55 { } movieClip 56 { } movieClip 770 __Packages.NewgroundsAPI { #initclip if (!_global.NewgroundsAPI) { var v1 = function () {}; _global.NewgroundsAPI = v1; var v2 = v1.prototype; v1.connectMovie = function (id) { if (!id) { NewgroundsAPI.SendError('Missing required \'id\' parameter in NewgroundsAPI.connectMovie(id:Number)'); } else { if (!NewgroundsAPI.tracker_id) { NewgroundsAPI.SendMessage('Connecting to API gateway...'); NewgroundsAPI.tracker_id = id; NewgroundsAPI.host = (_url.split('/'))[2].toLowerCase(); if (NewgroundsAPI.host.length < 1) { NewgroundsAPI.host = 'localhost'; } var params = new Object(); NewgroundsAPI.SendEvent(NewgroundsAPI.MOVIE_VIEWS); } } }; v1.setMovieVersion = function (movie_version) { if (!movie_version) { NewgroundsAPI.SendError('Missing required \'version\' in NewgroundsAPI.setMovieVersion(version:String)'); } else { NewgroundsAPI.version = movie_version; } }; v1.debugMode = function () { NewgroundsAPI.debug = true; }; v1.addCustomEvent = function (stat_id, stat_name) { if (!stat_id) { NewgroundsAPI.SendError('Missing required \'id\' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)'); } else { if (!stat_name) { NewgroundsAPI.SendError('Missing required \'event_name\' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)'); } else { NewgroundsAPI.custom_events[stat_name] = NewgroundsAPI.CUSTOM_STATS + stat_id; NewgroundsAPI.SendMessage('Created custom event: ' + stat_name); } } }; v1.addCustomLink = function (stat_id, stat_name) { if (!stat_id) { NewgroundsAPI.SendError('Missing required \'id\' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)'); } else { if (!stat_name) { NewgroundsAPI.SendError('Missing required \'link_name\' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)'); } else { NewgroundsAPI.custom_links[stat_name] = NewgroundsAPI.CUSTOM_STATS + stat_id; NewgroundsAPI.SendMessage('Created custom link ' + stat_id + ': ' + stat_name); } } }; v1.loadMySite = function () { NewgroundsAPI.SendLink(NewgroundsAPI.AUTHOR_SITE); }; v1.loadNewgrounds = function (special) { if (special) { var extra = {'page': special}; } NewgroundsAPI.SendLink(NewgroundsAPI.NEWGROUNDS, extra); }; v1.logCustomEvent = function (event_name) { if (!event_name) { NewgroundsAPI.SendError('Missing required \'event_name\' parameter in NewgroundsAPI.logCustomEvent(event_name:String)'); } else { if (!NewgroundsAPI.custom_events[event_name]) { NewgroundsAPI.SendError('Attempted to log undefined custom event: ' + event_name); } else { NewgroundsAPI.SendEvent(NewgroundsAPI.custom_events[event_name]); } } }; v1.loadCustomLink = function (link_name) { if (!link_name) { NewgroundsAPI.SendError('Missing required \'link_name\' parameter in NewgroundsAPI.loadCustomLink(link_name:String)'); } else { if (!NewgroundsAPI.custom_links[link_name]) { NewgroundsAPI.SendError('Attempted to open undefined custom link: ' + link_name); } else { NewgroundsAPI.SendLink(NewgroundsAPI.custom_links[link_name]); } } }; v1.getAdURL = function () { return NewgroundsAPI.movie_options.ad_url; }; v1.getMovieURL = function () { if (NewgroundsAPI.movie_options.movie_url) { return NewgroundsAPI.movie_options.movie_url; } else { return 'Newgrounds.com'; } }; v1.getNewVersionURL = function () { return NewgroundsAPI.GATEWAY_URL + '?&id=' + NewgroundsAPI.tracker_id + '&host=' + escape(NewgroundsAPI.host) + '&stat=' + NewgroundsAPI.NEW_VERSION; }; v1.SendEvent = function (id) { NewgroundsAPI.SendStat(id, false); }; v1.SendLink = function (id, extra) { NewgroundsAPI.SendStat(id, true, extra); }; v1.ReadGatewayData = function (params) { for (var i in params) { params[i] = unescape(params[i]); NewgroundsAPI.movie_options[i] = params[i]; } 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 target_url = NewgroundsAPI.GATEWAY_URL + '?&id=' + NewgroundsAPI.tracker_id + '&portal_url=' + escape(_url); var XML_in = new XML(); XML_in.ignoreWhite = true; XML_in.load(target_url); } } else { if (!NewgroundsAPI.movie_options.settings_loaded) { NewgroundsAPI.SendError('Could not establish connection to the API gateway.'); } } }; v1.SendStat = function (stat_id, open_in_browser, extra) { if (!NewgroundsAPI.tracker_id) { NewgroundsAPI.SendError('API calls cannot be made without a valid movie id.'); NewgroundsAPI.SendError('Did you remember to add the "NewgroundsAPI.connectMovie()" code?'); } else { var target_url = NewgroundsAPI.GATEWAY_URL + '?&id=' + NewgroundsAPI.tracker_id + '&host=' + escape(NewgroundsAPI.host) + '&stat=' + stat_id; for (var x in extra) { target_url += '&' + escape(x) + '=' + escape(extra[x]); } trace(target_url); if (NewgroundsAPI.debug) { target_url += '&debug=1'; } if (open_in_browser) { getURL(target_url, '_blank'); } else { var XML_in = new XML(); XML_in.ignoreWhite = true; XML_in.onLoad = function (success) { var params = new Object(); var i = 0; while (i < this.firstChild.childNodes.length) { var param = this.firstChild.childNodes[i]; var param_name = param.nodeName; var param_value = param.attributes.value; if (param_value == Number(param_value)) { param_value = Number(param_value); } params[param_name] = param_value; ++i; } NewgroundsAPI.ReadGatewayData(params); }; XML_in.load(target_url); } } }; v1.SendError = function (msg) { trace('[NEWGROUNDS API ERROR] :: ' + msg); }; v1.SendMessage = function (msg) { trace('[NEWGROUNDS API] :: ' + msg); }; v1.InitTextFormats = function () { if (!NewgroundsAPI.error_format) { NewgroundsAPI.error_format = new TextFormat(); NewgroundsAPI.error_format.font = 'Arial Black'; NewgroundsAPI.error_format.size = 48; NewgroundsAPI.error_format.color = 16711680; } if (!NewgroundsAPI.header_format) { NewgroundsAPI.header_format = new TextFormat(); NewgroundsAPI.header_format.font = 'Arial Black'; NewgroundsAPI.header_format.size = 24; NewgroundsAPI.header_format.color = 16777215; } if (!NewgroundsAPI.normal_format) { NewgroundsAPI.normal_format = new TextFormat(); NewgroundsAPI.normal_format.font = 'Arial'; NewgroundsAPI.normal_format.bold = true; NewgroundsAPI.normal_format.size = 12; NewgroundsAPI.normal_format.color = 16777215; } if (!NewgroundsAPI.link_format) { NewgroundsAPI.link_format = new TextFormat(); NewgroundsAPI.link_format.color = 16776960; NewgroundsAPI.link_format.underline = true; } }; v1.onNewVersionAvailable = function (version, movie_url, redirect_url) { NewgroundsAPI.InitTextFormats(); var center = new Object(); center.x = Stage.width / 2; center.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(center.x - 240, center.y - 120); _root.NGAPI_new_version_overlay.lineTo(center.x + 240, center.y - 120); _root.NGAPI_new_version_overlay.lineTo(center.x + 240, center.y + 80); _root.NGAPI_new_version_overlay.lineTo(center.x - 240, center.y + 80); _root.NGAPI_new_version_overlay.lineTo(center.x - 240, center.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(center.x + 210, center.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 230, center.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 230, center.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 210, center.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 210, center.y - 110); _root.NGAPI_new_version_overlay.exit.endFill(); _root.NGAPI_new_version_overlay.exit.moveTo(center.x + 214, center.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 226, center.y - 94); _root.NGAPI_new_version_overlay.exit.moveTo(center.x + 226, center.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(center.x + 214, center.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 message = 'Version ' + version + ' is now available at:' + '\n'; var link_start = message.length; message += movie_url; var link_end = message.length; _root.NGAPI_new_version_overlay.createTextField('mouseblocker', 99, -10, -10, 1000, 1000); _root.NGAPI_new_version_overlay.createTextField('newversion', 100, center.x - 210, center.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 = message; _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(link_start, link_end, NewgroundsAPI.link_format); }; v1.onDenyHost = function (hostname, movie_url, redirect_url) { NewgroundsAPI.InitTextFormats(); _root.createEmptyMovieClip('NGAPI_deny_host_overlay', _root.getNextHighestDepth()); _root.NGAPI_deny_host_overlay.lineStyle(20, 0, 100); _root.NGAPI_deny_host_overlay.beginFill(6684672); _root.NGAPI_deny_host_overlay.moveTo(0, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, 0); _root.NGAPI_deny_host_overlay.lineTo(Stage.width, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, Stage.height); _root.NGAPI_deny_host_overlay.lineTo(0, 0); _root.NGAPI_deny_host_overlay.endFill(); var message = 'This movie has not been approved for use on ' + hostname + '.'; message += '\r\rFor an aproved copy, please visit:\r'; var link_start = message.length; message += movie_url; var link_end = message.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 = message; _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(link_start, link_end, NewgroundsAPI.link_format); }; v1.isInstalled = function () { return true; }; v1.onAdsApproved = function (ad_url) {}; v1.movie_options = new Object(); v1.custom_events = new Object(); v1.custom_links = new Object(); v1.MOVIE_VIEWS = 1; v1.AUTHOR_SITE = 2; v1.NEWGROUNDS = 3; v1.NEW_VERSION = 4; v1.CUSTOM_STATS = 50; v1.GATEWAY_URL = 'http://www.ngads.com/gateway.php'; ASSetPropFlags(_global.NewgroundsAPI.prototype, null, 1); } #endinitclip } frame 2 { var savefile = SharedObject.getLocal('TankSearch'); } movieClip 65 { } // unknown tag 88 length 64 button 71 { on (release) { gotoAndPlay(324); } } // unknown tag 88 length 70 // unknown tag 88 length 68 movieClip 81 { } movieClip 82 { } movieClip 84 { } movieClip 87 { } movieClip 89 { } movieClip 91 { } movieClip 93 { } movieClip 95 { } movieClip 97 { } movieClip 99 { } movieClip 101 { } movieClip 103 { } movieClip 104 { } movieClip 106 { } movieClip 108 { } movieClip 110 { } movieClip 112 { } movieClip 113 { } movieClip 116 { } button 118 { on (rollOver) { gotoAndPlay(2); } } movieClip 120 { frame 1 { stop(); } } button 125 { on (release) { gotoAndPlay(338); } } // unknown tag 88 length 220 button 128 { on (press) { stopAllSounds(); } on (press) { var savefile = SharedObject.getLocal('TankSearch'); if (savefile.data.score == undefined) { _root.score = 0; _root.level = 0; gotoAndPlay('NoSaveFound'); } else { _root.time = savefile.data.score; gotoAndStop(savefile.data.level); } } on (press) { Stage.showMenu = false; } } button 129 { on (release) { gotoAndStop(1196); } } frame 337 { stop(); } frame 338 { stopAllSounds(); } movieClip 135 { } frame 406 { gotoAndPlay(540); } // unknown tag 88 length 101 movieClip 139 { } movieClip 141 { } movieClip 143 { } // unknown tag 88 length 217 movieClip 146 { } button 151 { on (release) { gotoAndPlay(521); } } frame 528 { stop(); } button 152 { on (release) { gotoAndPlay(529); } } frame 540 { Stage.showMenu = false; } frame 540 { timez0rs = 0; onEnterFrame = function () { ++timez0rs; timer = timez0rs / 24; time = Math.round(timer); }; } frame 540 { stop(); } instance of movieClip 52 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.nextFrame(); } } } movieClip 156 { } movieClip 158 { frame 11 { stop(); } } movieClip 161 { frame 2 { stop(); } } movieClip 163 { frame 24 { stop(); } } // unknown tag 88 length 220 button 169 { on (press) { savefile.data.score = _root.time; savefile.data.level = _currentframe - 1; savefile.flush(); } on (press) { _root.flash.play(); } on (press) { _root.saved.play(); } } movieClip 172 { } button 173 { on (release) { stopAllSounds(); } } movieClip 178 { } movieClip 179 { frame 1 { stop(); } } frame 541 { onEnterFrame = function () { ++timez0rs; timer = timez0rs / 24; time = Math.round(timer); }; } frame 541 { _root.flash.play(); } frame 542 { _root.flash.play(); } frame 543 { _root.flash.play(); } frame 544 { _root.flash.play(); } movieClip 197 { frame 71 { stop(); } } frame 545 { _root.flash.play(); } frame 546 { _root.flash.play(); } frame 547 { _root.flash.play(); } frame 548 { _root.flash.play(); } frame 549 { _root.flash.play(); } movieClip 219 { frame 60 { stop(); } } frame 550 { _root.flash.play(); } frame 551 { _root.flash.play(); } frame 552 { _root.flash.play(); } frame 553 { _root.flash.play(); } frame 554 { _root.flash.play(); } movieClip 240 { frame 71 { stop(); } } frame 555 { _root.flash.play(); } frame 556 { _root.flash.play(); } frame 557 { _root.flash.play(); } frame 558 { _root.flash.play(); } frame 559 { _root.flash.play(); } movieClip 261 { frame 64 { stop(); } } frame 560 { _root.flash.play(); } frame 561 { _root.flash.play(); } frame 562 { _root.flash.play(); } frame 563 { _root.flash.play(); } frame 564 { _root.flash.play(); } movieClip 284 { frame 64 { stop(); } } frame 565 { _root.flash.play(); } frame 566 { _root.flash.play(); } frame 567 { _root.flash.play(); } frame 568 { _root.flash.play(); } frame 569 { _root.flash.play(); } movieClip 306 { } instance of movieClip 306 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.nextFrame(); } } } movieClip 309 { frame 63 { stop(); } } frame 570 { _root.flash.play(); } frame 571 { _root.flash.play(); } movieClip 318 { } frame 572 { _root.flash.play(); } frame 573 { _root.flash.play(); } frame 574 { _root.flash.play(); } movieClip 333 { frame 67 { stop(); } } frame 575 { _root.flash.play(); } instance of movieClip 52 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.nextFrame(); } } } frame 576 { _root.flash.play(); } frame 577 { _root.flash.play(); } frame 578 { _root.flash.play(); } frame 579 { _root.flash.play(); } movieClip 354 { frame 65 { stop(); } } frame 580 { _root.flash.play(); } frame 581 { _root.flash.play(); } frame 582 { _root.flash.play(); } frame 583 { _root.flash.play(); } frame 584 { _root.flash.play(); } movieClip 375 { frame 67 { stop(); } } frame 585 { _root.flash.play(); } frame 586 { _root.flash.play(); } frame 587 { _root.flash.play(); } frame 588 { _root.flash.play(); } frame 589 { _root.flash.play(); } movieClip 396 { frame 71 { stop(); } } frame 590 { _root.flash.play(); } movieClip 402 { } instance of movieClip 402 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.nextFrame(); } } } frame 591 { _root.flash.play(); } frame 592 { _root.flash.play(); } frame 593 { _root.flash.play(); } frame 594 { _root.flash.play(); } frame 595 { _root.flash.play(); } frame 596 { _root.flash.play(); } frame 597 { _root.flash.play(); } frame 598 { _root.flash.play(); } frame 599 { _root.flash.play(); } movieClip 439 { frame 60 { stop(); } } frame 600 { _root.flash.play(); } frame 601 { _root.flash.play(); } frame 602 { _root.flash.play(); } frame 603 { _root.flash.play(); } frame 604 { _root.flash.play(); } frame 605 { _root.flash.play(); } frame 606 { _root.flash.play(); } frame 607 { _root.flash.play(); } frame 608 { _root.flash.play(); } frame 609 { _root.flash.play(); } movieClip 480 { frame 70 { stop(); } } frame 610 { _root.flash.play(); } frame 611 { _root.flash.play(); } frame 612 { _root.flash.play(); } frame 613 { _root.flash.play(); } frame 614 { _root.flash.play(); } frame 615 { _root.flash.play(); } frame 616 { _root.flash.play(); } frame 617 { _root.flash.play(); } frame 618 { _root.flash.play(); } frame 619 { _root.flash.play(); } movieClip 523 { frame 57 { stop(); } } frame 620 { _root.flash.play(); } instance of movieClip 52 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.nextFrame(); } } } frame 621 { _root.flash.play(); } frame 622 { _root.flash.play(); } frame 623 { _root.flash.play(); } frame 624 { _root.flash.play(); } frame 625 { _root.flash.play(); } frame 626 { _root.flash.play(); } frame 627 { _root.flash.play(); } frame 628 { _root.flash.play(); } frame 629 { _root.flash.play(); } movieClip 564 { frame 60 { stop(); } } frame 630 { _root.flash.play(); } instance of movieClip 402 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.nextFrame(); } } } frame 631 { _root.flash.play(); } frame 632 { _root.flash.play(); } frame 633 { _root.flash.play(); } frame 634 { _root.flash.play(); } frame 635 { _root.flash.play(); } frame 636 { _root.flash.play(); } frame 637 { _root.flash.play(); } frame 638 { _root.flash.play(); } frame 639 { onEnterFrame = function () { ++timez0rs; timer = timez0rs / 24; time = Math.round(timer); }; } frame 639 { _root.flash.play(); } frame 639 { play(); } frame 639 { stopAllSounds(); } // unknown tag 88 length 67 movieClip 606 { } frame 801 { onEnterFrame = function () { ++timez0rs; timer = timez0rs / 24; time = Math.round(timer); }; } frame 801 { score = 0; } frame 801 { stop(); } frame 801 { _root.flash.play(); } frame 801 { if (_root.score == 7) { gotoAndPlay('Win'); } } movieClip 612 { } movieClip 613 { frame 1 { _root.lock = 18; if (18) { play(); } } frame 1 { stop(); } } movieClip 614 { frame 1 { stop(); } frame 2 { _root.flash.play(); } } instance tank7 of movieClip 614 { onClipEvent (mouseDown) { if (this.hitTest(_root._xmouse, _root._ymouse, true)) { _root.gotoAndPlay('Win'); _root.flash.play(); } } } movieClip 617 { frame 2 { stop(); } } movieClip 623 { frame 1 { stopAllSounds(); } frame 95 { stop(); } } movieClip 626 { frame 2 { stop(); } } movieClip 691 { frame 1465 { _root.gotoAndPlay('Back'); } } movieClip 695 { } movieClip 696 { } frame 802 { onEnterFrame = function () { ++timez0rs; timer = timez0rs / 24; time = Math.round(timer); }; } frame 802 { stopAllSounds(); } frame 919 { gotoAndStop(614); } frame 921 { stopAllSounds(); } movieClip 699 { } movieClip 701 { } movieClip 703 { } movieClip 738 { frame 18 { stop(); } } // unknown tag 88 length 216 movieClip 741 { } frame 1132 { onEnterFrame = function () { if (_root._currentframe <= 1130) { ++timez0rs; timer = timez0rs / 24; time = Math.round(timer); } }; } movieClip 745 { } frame 1194 { stop(); } frame 1194 { stop(); } button 755 { on (release) { gotoAndStop('Credits'); } } button 756 { on (release) { gotoAndPlay(2); } } frame 1195 { stop(); } frame 1196 { stop(); stopAllSounds(); } button 769 { on (press) { gotoAndStop(337); } }




http://swfchan.com/13/62726/info.shtml
Created: 14/4 -2019 02:37:42 Last modified: 14/4 -2019 02:37:42 Server time: 16/06 -2024 06:15:46