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

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

Tentacle Hentai Quiz.swf

This is the info page for
Flash #68382

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


Text
GO

<p align="center"><font face="_sans" size="72" color="#000000" letterSpacing="0.000000" kerning="1">Tentacle</font></p><p align="center"><font face="_sans" size="72" color="#000000" letterSpacing="0.000000" kerning="1">Hentai Quiz by<font size="82"> </font></font></p>

Bbakumatsuna


Which country does France border?

Italy

United States

Brazil

Spain

NEXT

Where was the first
underground railway built?

London

New York

Paris

Moscow

What does a taxonomist do?

Classifies animals and plants

Collects a clients taxes

Invests money

Nothing

Which capital city is built
on an original Moorish
fortress?

Madrid

Washington DC

Baghdad

What word did Mary
Poppins make famous?

Supercalifragilisticexpialido

Superdupercalifragilisticexpialidocious

Supercalifragilisticexpialidocious

Califragilisticexpialidocious

You ready?

CHECK POINT!


Goodjob, you passed the
easy questions...can you
handle the harder ones?

Which of the continental
US states extends farthest
north?

Florida

Minnesota

California

New Jersey

11

10

9

8

How many Oscars did the 1997
Titanic movie receive?

Which artist painted the
Mona Lisa?

Leonardo Da Vinci

Pablo Picasso

Michael D'angelo

Me ^_^

What are you gonna
rate this quiz?

5

5.5 :D

Who is this quiz made

by?


Bbakumatsuna


B

akumatsuna

Bb

akume

tsuna

Bb

ako

m

a

tsuna

Y

a

y

!

!!


CONGRATULATIONS!!!


You

W

in

!!

!


Continue to see the

hentai again + more


1

2

3

4

5

6

7

8

9

10

11

12

13

14

15

Credits

25

24

23

22

21

20

19

18

17

16

G

allery

Special thanks to...
Ariesdies.com -

the artists who drew all
the pictures

See the rest of their great work at
http://ariesdies.com

Newgrounds.com


For allowing me to post
up my quiz

YOU LOSE!!!


BOO!!!


BOO!!!


YOU LOSE!!!


BOO!!!


BOO!!!


THE
END!!!

REPLAY

ActionScript [AS1/AS2]

Frame 1
NewgroundsAPI.connectMovie(7662); NewgroundsAPI.loadNewgrounds();
Frame 2
stop();
Symbol 39 Button
on (release) { getURL ("http://www.newgrounds.com", "_blank"); }
Symbol 48 Button
on (release) { startMovie(); }
Symbol 50 MovieClip Frame 1
function timerHandler() { if (!loadingComplete) { var _local4 = _root.getBytesLoaded() / _root.getBytesTotal(); bar._xscale = 100 * _local4; if (_local4 == 1) { loadingComplete = true; if (AUTO_PLAY) { startMovie(); } else { gotoAndStop ("loaded"); } return(undefined); } } dt = getTimer() - time; time = time + dt; frameAccum = frameAccum + dt; var _local3 = 0; while ((frameAccum >= FRAME_TIME) && (_local3 < MAX_FRAME_SKIP)) { advanceFrame(tankLogo, true, true); advanceFrame(loadingText, false, true); advanceFrame(barGfx, false, true); if (loadingComplete) { advanceFrame(this, false, false); } (frameAccum = frameAccum - FRAME_TIME); _local3++; } updateAfterEvent(); } function advanceFrame(clip, recurse, loop) { if (!clip) { return(undefined); } clip.stop(); if (clip._currentframe == clip._totalframes) { if (loop) { clip.gotoAndStop(1); } } else { clip.nextFrame(); } if (recurse) { for (childName in clip) { if (typeof(clip[childName]) == "movieclip") { advanceFrame(clip[childName], recurse, loop); } } } } function startMovie() { clearInterval(intervalId); _root.play(); } _root.stop(); stop(); var FRAME_TIME = 33.3333333333333; var AUTO_PLAY = false; var MAX_FRAME_SKIP = 5; var loadingComplete; var intervalId; var time; var frameAccum; loadingComplete = false; intervalId = setInterval(this, "timerHandler", FRAME_TIME / 2); frameAccum = 0; time = getTimer(); timerHandler();
Symbol 50 MovieClip Frame 2
stop();
Symbol 382 MovieClip [__Packages.NewgroundsAPI] Frame 0
class NewgroundsAPI { static var tracker_id, host, version, debug, error_format, header_format, normal_format, link_format; function NewgroundsAPI () { } static function connectMovie(id) { if (!id) { SendError("Missing required 'id' parameter in NewgroundsAPI.connectMovie(id:Number)"); } else if (!tracker_id) { SendMessage("Connecting to API gateway..."); tracker_id = id; host = _url.split("/")[2].toLowerCase(); if (host.length < 1) { host = "localhost"; } var _local2 = new Object(); SendEvent(MOVIE_VIEWS); } } static function setMovieVersion(movie_version) { if (!movie_version) { SendError("Missing required 'version' in NewgroundsAPI.setMovieVersion(version:String)"); } else { version = movie_version; } } static function debugMode() { debug = true; } static function addCustomEvent(stat_id, stat_name) { if (!stat_id) { SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)"); } else if (!stat_name) { SendError("Missing required 'event_name' parameter in NewgroundsAPI.AddCustomEvent(id:Number, event_name:String)"); } else { custom_events[stat_name] = CUSTOM_STATS + stat_id; SendMessage("Created custom event: " + stat_name); } } static function addCustomLink(stat_id, stat_name) { if (!stat_id) { SendError("Missing required 'id' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)"); } else if (!stat_name) { SendError("Missing required 'link_name' parameter in NewgroundsAPI.AddCustomLink(id:Number, link_name:String)"); } else { custom_links[stat_name] = CUSTOM_STATS + stat_id; SendMessage((("Created custom link " + stat_id) + ": ") + stat_name); } } static function loadMySite() { SendLink(AUTHOR_SITE); } static function loadNewgrounds(special) { if (special) { var _local1 = {page:special}; } SendLink(NEWGROUNDS, _local1); } static function logCustomEvent(event_name) { if (!event_name) { SendError("Missing required 'event_name' parameter in NewgroundsAPI.logCustomEvent(event_name:String)"); } else if (!custom_events[event_name]) { SendError("Attempted to log undefined custom event: " + event_name); } else { SendEvent(custom_events[event_name]); } } static function loadCustomLink(link_name) { if (!link_name) { SendError("Missing required 'link_name' parameter in NewgroundsAPI.loadCustomLink(link_name:String)"); } else if (!custom_links[link_name]) { SendError("Attempted to open undefined custom link: " + link_name); } else { SendLink(custom_links[link_name]); } } static function getAdURL() { return(movie_options.ad_url); } static function getMovieURL() { if (movie_options.movie_url) { return(movie_options.movie_url); } return("Newgrounds.com"); } static function getNewVersionURL() { return((((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + NEW_VERSION); } static function SendEvent(id) { SendStat(id, false); } static function SendLink(id, extra) { SendStat(id, true, extra); } static function ReadGatewayData(params) { for (var _local2 in params) { params[_local2] = unescape(params[_local2]); movie_options[_local2] = params[_local2]; } if (params.settings_loaded) { SendMessage("You have successfully connected to the Newgrounds API gateway!"); SendMessage(("Movie Identified as '" + movie_options.movie_name) + "'"); if (movie_options.message) { SendMessage(movie_options.message); } if (movie_options.ad_url) { SendMessage("Your movie has been approved to run Flash Ads"); onAdsApproved(movie_options.ad_url); } if (movie_options.movie_version and (movie_options.movie_version.toString() != version.toString())) { SendMessage("WARNING: The movie version configured in your API settings does not match this movie's version!"); onNewVersionAvailable(movie_options.movie_version, getMovieURL(), getNewVersionURL()); } if (movie_options.deny_host) { SendMessage("You have blocked 'localHost' in your API settings."); SendMessage("If you wish to test your movie you will need to remove this block."); onDenyHost(host, getMovieURL(), getNewVersionURL()); } if (movie_options.request_portal_url == 1) { var _local4 = (((GATEWAY_URL + "?&id=") + tracker_id) + "&portal_url=") + escape(_url); var _local3 = new XML(); _local3.ignoreWhite = true; _local3.load(_local4); } } else if (!movie_options.settings_loaded) { SendError("Could not establish connection to the API gateway."); } } static function SendStat(stat_id, open_in_browser, extra) { if (!tracker_id) { SendError("API calls cannot be made without a valid movie id."); SendError("Did you remember to add the \"NewgroundsAPI.connectMovie()\" code?"); } else { var _local7 = (((((GATEWAY_URL + "?&id=") + tracker_id) + "&host=") + escape(host)) + "&stat=") + stat_id; for (var _local9 in extra) { _local7 = _local7 + ((("&" + escape(_local9)) + "=") + escape(extra[_local9])); } trace(_local7); if (debug) { _local7 = _local7 + "&debug=1"; } if (open_in_browser) { getURL (_local7, "_blank"); } else { var _local10 = new XML(); _local10.ignoreWhite = true; _local10.onLoad = function (success) { var _local6 = new Object(); var _local3 = 0; while (_local3 < this.firstChild.childNodes.length) { var _local4 = this.firstChild.childNodes[_local3]; var _local5 = _local4.nodeName; var _local2 = _local4.attributes.value; if (_local2 == Number(_local2)) { _local2 = Number(_local2); } _local6[_local5] = _local2; _local3++; } NewgroundsAPI.ReadGatewayData(_local6); }; _local10.load(_local7); } } } static function SendError(msg) { trace("[NEWGROUNDS API ERROR] :: " + msg); } static function SendMessage(msg) { trace("[NEWGROUNDS API] :: " + msg); } static function InitTextFormats() { if (!error_format) { error_format = new TextFormat(); error_format.font = "Arial Black"; error_format.size = 48; error_format.color = 16711680 /* 0xFF0000 */; } if (!header_format) { header_format = new TextFormat(); header_format.font = "Arial Black"; header_format.size = 24; header_format.color = 16777215 /* 0xFFFFFF */; } if (!normal_format) { normal_format = new TextFormat(); normal_format.font = "Arial"; normal_format.bold = true; normal_format.size = 12; normal_format.color = 16777215 /* 0xFFFFFF */; } if (!link_format) { link_format = new TextFormat(); link_format.color = 16776960 /* 0xFFFF00 */; link_format.underline = true; } } static function onNewVersionAvailable(version, movie_url, redirect_url) { InitTextFormats(); var _local2 = new Object(); _local2.x = Stage.width / 2; _local2.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(_local2.x - 240, _local2.y - 120); _root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y - 120); _root.NGAPI_new_version_overlay.lineTo(_local2.x + 240, _local2.y + 80); _root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.y + 80); _root.NGAPI_new_version_overlay.lineTo(_local2.x - 240, _local2.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(_local2.x + 210, _local2.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 110); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 230, _local2.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 90); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 210, _local2.y - 110); _root.NGAPI_new_version_overlay.exit.endFill(); _root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 214, _local2.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 226, _local2.y - 94); _root.NGAPI_new_version_overlay.exit.moveTo(_local2.x + 226, _local2.y - 106); _root.NGAPI_new_version_overlay.exit.lineTo(_local2.x + 214, _local2.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 _local3 = (("Version " + version) + " is now available at:") + newline; var _local5 = _local3.length; _local3 = _local3 + movie_url; var _local4 = _local3.length; _root.NGAPI_new_version_overlay.createTextField("mouseblocker", 99, -10, -10, 1000, 1000); _root.NGAPI_new_version_overlay.createTextField("newversion", 100, _local2.x - 210, _local2.y - 90, 400, 80); _root.NGAPI_new_version_overlay.newversion.text = "New Version Available!"; _root.NGAPI_new_version_overlay.newversion.setTextFormat(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 = _local3; _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(normal_format); link_format.url = redirect_url; _root.NGAPI_new_version_overlay.message.setTextFormat(_local5, _local4, link_format); } static function onDenyHost(hostname, movie_url, redirect_url) { 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 _local2 = ("This movie has not been approved for use on " + hostname) + "."; _local2 = _local2 + "\r\rFor an aproved copy, please visit:\r"; var _local4 = _local2.length; _local2 = _local2 + movie_url; var _local3 = _local2.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(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 = _local2; _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(normal_format); link_format.url = redirect_url; _root.NGAPI_deny_host_overlay.message.setTextFormat(_local4, _local3, link_format); } static function isInstalled() { return(true); } static function onAdsApproved(ad_url) { } static var movie_options = new Object(); static var custom_events = new Object(); static var custom_links = new Object(); static var MOVIE_VIEWS = 1; static var AUTHOR_SITE = 2; static var NEWGROUNDS = 3; static var NEW_VERSION = 4; static var CUSTOM_STATS = 50; static var GATEWAY_URL = "http://www.ngads.com/gateway.php"; }
Symbol 57 Button
on (release) { gotoAndStop (3); }
Symbol 63 Button
on (release) { stopAllSounds(); }
Symbol 66 Button
on (release) { gotoAndStop (53); }
Symbol 68 Button
on (release) { gotoAndStop (4); }
Symbol 70 Button
on (release) { gotoAndStop (53); }
Symbol 72 Button
on (release) { gotoAndStop (53); }
Symbol 82 Button
on (release) { gotoAndStop (5); }
Symbol 85 Button
on (release) { gotoAndStop (6); }
Symbol 86 Button
on (release) { gotoAndStop (53); }
Symbol 94 Button
on (release) { gotoAndStop (7); }
Symbol 97 Button
on (release) { gotoAndStop (8); }
Symbol 105 Button
on (release) { gotoAndStop (9); }
Symbol 108 Button
on (release) { gotoAndStop (10); }
Symbol 115 Button
on (release) { gotoAndStop (11); }
Symbol 118 Button
on (release) { gotoAndStop (12); }
Symbol 126 Button
on (release) { gotoAndStop (13); }
Symbol 132 Button
on (release) { gotoAndStop (14); }
Symbol 137 Button
on (release) { gotoAndStop (54); }
Symbol 138 Button
on (release) { gotoAndStop (15); }
Symbol 139 Button
on (release) { gotoAndStop (54); }
Symbol 140 Button
on (release) { gotoAndStop (54); }
Symbol 148 Button
on (release) { gotoAndStop (16); }
Symbol 151 Button
on (release) { gotoAndStop (54); }
Symbol 152 Button
on (release) { gotoAndStop (17); }
Symbol 160 Button
on (release) { gotoAndStop (18); }
Symbol 163 Button
on (release) { gotoAndStop (19); }
Symbol 171 Button
on (release) { gotoAndStop (20); }
Symbol 174 Button
on (release) { gotoAndStop (21); }
Symbol 175 Button
on (release) { gotoAndStop (21); }
Symbol 176 Button
on (release) { gotoAndStop (21); }
Symbol 177 Button
on (release) { gotoAndStop (21); }
Symbol 183 Button
on (release) { gotoAndStop (22); }
Symbol 186 Button
on (release) { gotoAndStop (23); }
Symbol 204 Button
on (release) { gotoAndStop (24); }
Symbol 215 Button
on (release) { gotoAndStop (25); }
Symbol 229 Button
on (release) { gotoAndStop (26); }
Symbol 231 Button
on (release) { gotoAndStop (27); }
Symbol 233 Button
on (release) { gotoAndStop (28); }
Symbol 235 Button
on (release) { gotoAndStop (29); }
Symbol 237 Button
on (release) { gotoAndStop (30); }
Symbol 239 Button
on (release) { gotoAndStop (31); }
Symbol 241 Button
on (release) { gotoAndStop (32); }
Symbol 243 Button
on (release) { gotoAndStop (33); }
Symbol 245 Button
on (release) { gotoAndStop (34); }
Symbol 247 Button
on (release) { gotoAndStop (35); }
Symbol 249 Button
on (release) { gotoAndStop (36); }
Symbol 251 Button
on (release) { gotoAndStop (37); }
Symbol 253 Button
on (release) { gotoAndStop (38); }
Symbol 255 Button
on (release) { gotoAndStop (39); }
Symbol 257 Button
on (release) { gotoAndStop (40); }
Symbol 260 Button
on (release) { gotoAndStop (51); }
Symbol 263 Button
on (release) { gotoAndStop (50); }
Symbol 265 Button
on (release) { gotoAndStop (49); }
Symbol 267 Button
on (release) { gotoAndStop (48); }
Symbol 269 Button
on (release) { gotoAndStop (47); }
Symbol 271 Button
on (release) { gotoAndStop (46); }
Symbol 273 Button
on (release) { gotoAndStop (45); }
Symbol 275 Button
on (release) { gotoAndStop (44); }
Symbol 277 Button
on (release) { gotoAndStop (43); }
Symbol 279 Button
on (release) { gotoAndStop (42); }
Symbol 281 Button
on (release) { gotoAndStop (41); }
Symbol 286 Button
on (release) { gotoAndStop (25); }
Symbol 288 Button
on (release) { gotoAndStop (27); }
Symbol 290 Button
on (release) { gotoAndStop (28); }
Symbol 291 Button
on (release) { gotoAndStop (26); }
Symbol 293 Button
on (release) { gotoAndStop (29); }
Symbol 295 Button
on (release) { gotoAndStop (30); }
Symbol 297 Button
on (release) { gotoAndStop (31); }
Symbol 299 Button
on (release) { gotoAndStop (32); }
Symbol 301 Button
on (release) { gotoAndStop (33); }
Symbol 303 Button
on (release) { gotoAndStop (34); }
Symbol 305 Button
on (release) { gotoAndStop (35); }
Symbol 307 Button
on (release) { gotoAndStop (36); }
Symbol 310 Button
on (release) { gotoAndStop (37); }
Symbol 313 Button
on (release) { gotoAndStop (38); }
Symbol 316 Button
on (release) { gotoAndStop (39); }
Symbol 319 Button
on (release) { gotoAndStop (40); }
Symbol 322 Button
on (release) { gotoAndStop (41); }
Symbol 325 Button
on (release) { gotoAndStop (42); }
Symbol 328 Button
on (release) { gotoAndStop (43); }
Symbol 331 Button
on (release) { gotoAndStop (44); }
Symbol 334 Button
on (release) { gotoAndStop (45); }
Symbol 337 Button
on (release) { gotoAndStop (46); }
Symbol 340 Button
on (release) { gotoAndStop (47); }
Symbol 343 Button
on (release) { gotoAndStop (48); }
Symbol 346 Button
on (release) { gotoAndStop (49); }
Symbol 349 Button
on (release) { gotoAndStop (50); }
Symbol 353 Button
on (release) { gotoAndStop (52); }
Symbol 358 Button
on (release) { gotoAndStop (55); }
Symbol 364 Button
on (release) { gotoAndStop (3); }
Symbol 371 Button
on (release) { gotoAndStop (13); }
Symbol 381 Button
on (release) { gotoAndStop (3); }

Library Items

Symbol 1 GraphicUsed by:50
Symbol 2 GraphicUsed by:3 39
Symbol 3 MovieClipUses:2Used by:50
Symbol 4 GraphicUsed by:50
Symbol 5 GraphicUsed by:50
Symbol 6 GraphicUsed by:50
Symbol 7 GraphicUsed by:8
Symbol 8 MovieClipUses:7Used by:9
Symbol 9 MovieClipUses:8Used by:38
Symbol 10 GraphicUsed by:38
Symbol 11 GraphicUsed by:12 13
Symbol 12 MovieClipUses:11Used by:38
Symbol 13 MovieClipUses:11Used by:38
Symbol 14 GraphicUsed by:15
Symbol 15 MovieClipUses:14Used by:36
Symbol 16 GraphicUsed by:20
Symbol 17 GraphicUsed by:20
Symbol 18 GraphicUsed by:19
Symbol 19 MovieClipUses:18Used by:20 23
Symbol 20 MovieClipUses:16 17 19Used by:34
Symbol 21 GraphicUsed by:23
Symbol 22 GraphicUsed by:23
Symbol 23 MovieClipUses:21 22 19Used by:34
Symbol 24 GraphicUsed by:27
Symbol 25 GraphicUsed by:27 30
Symbol 26 GraphicUsed by:27
Symbol 27 MovieClipUses:24 25 26Used by:31
Symbol 28 GraphicUsed by:30
Symbol 29 GraphicUsed by:30
Symbol 30 MovieClipUses:28 25 29Used by:31
Symbol 31 MovieClipUses:27 30Used by:34
Symbol 32 GraphicUsed by:33
Symbol 33 MovieClipUses:32Used by:34
Symbol 34 MovieClipUses:20 23 31 33Used by:35
Symbol 35 MovieClipUses:34Used by:36
Symbol 36 MovieClipUses:15 35Used by:38
Symbol 37 GraphicUsed by:38
Symbol 38 MovieClipUses:9 10 12 13 36 37Used by:50
Symbol 39 ButtonUses:2Used by:50
Symbol 40 GraphicUsed by:42
Symbol 41 GraphicUsed by:42
Symbol 42 MovieClipUses:40 41Used by:50
Symbol 43 GraphicUsed by:48
Symbol 44 GraphicUsed by:48
Symbol 45 GraphicUsed by:48
Symbol 46 GraphicUsed by:48
Symbol 47 GraphicUsed by:48
Symbol 48 ButtonUses:43 44 45 46 47Used by:50
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:1 3 4 5 6 38 39 42 48 49Used by:Timeline
Symbol 382 MovieClip [__Packages.NewgroundsAPI]
Symbol 51 GraphicUsed by:Timeline
Symbol 52 GraphicUsed by:57
Symbol 53 FontUsed by:54 58 59 60 131 133 134 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 209 210 211 212 213 214 216 217 218 219 220 221 222 223 224 225 226 284 285 359 360 365 366 367 368 369 370 372 373 374 375 376 377
Symbol 54 EditableTextUses:53Used by:57
Symbol 55 FontUsed by:56 73 74 75 76 77 81 87 88 89 90 91 98 99 100 101 102 109 110 111 112 119 120 121 122 123 135 141 142 143 144 145 153 154 155 156 157 164 165 166 167 168 178 179 180 228 230 232 234 236 238 240 242 244 246 248 250 252 254 256 259 262 264 266 268 270 272 274 276 278 280 354 355 356 361 378 380
Symbol 56 TextUses:55Used by:57 260 286  Timeline
Symbol 57 ButtonUses:52 54 56Used by:Timeline
Symbol 58 EditableTextUses:53Used by:Timeline
Symbol 59 EditableTextUses:53Used by:Timeline
Symbol 60 EditableTextUses:53Used by:Timeline
Symbol 61 BitmapUsed by:62
Symbol 62 GraphicUses:61Used by:63
Symbol 63 ButtonUses:62Used by:Timeline
Symbol 64 SoundUsed by:Timeline
Symbol 65 GraphicUsed by:66 85 108 137 174
Symbol 66 ButtonUses:65Used by:Timeline
Symbol 67 GraphicUsed by:68 86 138 151 175 186
Symbol 68 ButtonUses:67Used by:Timeline
Symbol 69 GraphicUsed by:70 118 139 176
Symbol 70 ButtonUses:69Used by:Timeline
Symbol 71 GraphicUsed by:72 97 140 152 163 177
Symbol 72 ButtonUses:71Used by:Timeline
Symbol 73 TextUses:55Used by:Timeline
Symbol 74 TextUses:55Used by:Timeline
Symbol 75 TextUses:55Used by:Timeline
Symbol 76 TextUses:55Used by:Timeline
Symbol 77 TextUses:55Used by:Timeline
Symbol 78 BitmapUsed by:79
Symbol 79 GraphicUses:78Used by:Timeline
Symbol 80 GraphicUsed by:82 94 105 115 126 148 160 171 183 204
Symbol 81 TextUses:55Used by:82 94 105 115 126 148 160 171 183 204
Symbol 82 ButtonUses:80 81Used by:Timeline
Symbol 83 BitmapUsed by:84 282
Symbol 84 GraphicUses:83Used by:Timeline
Symbol 85 ButtonUses:65Used by:Timeline
Symbol 86 ButtonUses:67Used by:Timeline
Symbol 87 TextUses:55Used by:Timeline
Symbol 88 TextUses:55Used by:Timeline
Symbol 89 TextUses:55Used by:Timeline
Symbol 90 TextUses:55Used by:Timeline
Symbol 91 TextUses:55Used by:Timeline
Symbol 92 BitmapUsed by:93
Symbol 93 GraphicUses:92Used by:Timeline
Symbol 94 ButtonUses:80 81Used by:Timeline
Symbol 95 BitmapUsed by:96 289
Symbol 96 GraphicUses:95Used by:Timeline
Symbol 97 ButtonUses:71Used by:Timeline
Symbol 98 TextUses:55Used by:Timeline
Symbol 99 TextUses:55Used by:Timeline
Symbol 100 TextUses:55Used by:Timeline
Symbol 101 TextUses:55Used by:Timeline
Symbol 102 TextUses:55Used by:Timeline
Symbol 103 BitmapUsed by:104
Symbol 104 GraphicUses:103Used by:Timeline
Symbol 105 ButtonUses:80 81Used by:Timeline
Symbol 106 BitmapUsed by:107 292
Symbol 107 GraphicUses:106Used by:Timeline
Symbol 108 ButtonUses:65Used by:Timeline
Symbol 109 TextUses:55Used by:Timeline
Symbol 110 TextUses:55Used by:Timeline
Symbol 111 TextUses:55Used by:Timeline
Symbol 112 TextUses:55Used by:Timeline
Symbol 113 BitmapUsed by:114
Symbol 114 GraphicUses:113Used by:Timeline
Symbol 115 ButtonUses:80 81Used by:Timeline
Symbol 116 BitmapUsed by:117 294
Symbol 117 GraphicUses:116Used by:Timeline
Symbol 118 ButtonUses:69Used by:Timeline
Symbol 119 TextUses:55Used by:Timeline
Symbol 120 TextUses:55Used by:Timeline
Symbol 121 TextUses:55Used by:Timeline
Symbol 122 TextUses:55Used by:Timeline
Symbol 123 TextUses:55Used by:Timeline
Symbol 124 BitmapUsed by:125
Symbol 125 GraphicUses:124Used by:Timeline
Symbol 126 ButtonUses:80 81Used by:Timeline
Symbol 127 BitmapUsed by:128 296
Symbol 128 GraphicUses:127Used by:Timeline
Symbol 129 GraphicUsed by:Timeline
Symbol 130 GraphicUsed by:132
Symbol 131 EditableTextUses:53Used by:132
Symbol 132 ButtonUses:130 131Used by:Timeline
Symbol 133 EditableTextUses:53Used by:Timeline
Symbol 134 EditableTextUses:53Used by:Timeline
Symbol 135 TextUses:55Used by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 ButtonUses:65Used by:Timeline
Symbol 138 ButtonUses:67Used by:Timeline
Symbol 139 ButtonUses:69Used by:Timeline
Symbol 140 ButtonUses:71Used by:Timeline
Symbol 141 TextUses:55Used by:Timeline
Symbol 142 TextUses:55Used by:Timeline
Symbol 143 TextUses:55Used by:Timeline
Symbol 144 TextUses:55Used by:Timeline
Symbol 145 TextUses:55Used by:Timeline
Symbol 146 BitmapUsed by:147
Symbol 147 GraphicUses:146Used by:Timeline
Symbol 148 ButtonUses:80 81Used by:Timeline
Symbol 149 BitmapUsed by:150 298
Symbol 150 GraphicUses:149Used by:Timeline
Symbol 151 ButtonUses:67Used by:Timeline
Symbol 152 ButtonUses:71Used by:Timeline
Symbol 153 TextUses:55Used by:Timeline
Symbol 154 TextUses:55Used by:Timeline
Symbol 155 TextUses:55Used by:Timeline
Symbol 156 TextUses:55Used by:Timeline
Symbol 157 TextUses:55Used by:Timeline
Symbol 158 BitmapUsed by:159
Symbol 159 GraphicUses:158Used by:Timeline
Symbol 160 ButtonUses:80 81Used by:Timeline
Symbol 161 BitmapUsed by:162 300
Symbol 162 GraphicUses:161Used by:Timeline
Symbol 163 ButtonUses:71Used by:Timeline
Symbol 164 TextUses:55Used by:Timeline
Symbol 165 TextUses:55Used by:Timeline
Symbol 166 TextUses:55Used by:Timeline
Symbol 167 TextUses:55Used by:Timeline
Symbol 168 TextUses:55Used by:Timeline
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:169Used by:Timeline
Symbol 171 ButtonUses:80 81Used by:Timeline
Symbol 172 BitmapUsed by:173 302
Symbol 173 GraphicUses:172Used by:Timeline
Symbol 174 ButtonUses:65Used by:Timeline
Symbol 175 ButtonUses:67Used by:Timeline
Symbol 176 ButtonUses:69Used by:Timeline
Symbol 177 ButtonUses:71Used by:Timeline
Symbol 178 TextUses:55Used by:Timeline
Symbol 179 TextUses:55Used by:Timeline
Symbol 180 TextUses:55Used by:Timeline
Symbol 181 BitmapUsed by:182
Symbol 182 GraphicUses:181Used by:Timeline
Symbol 183 ButtonUses:80 81Used by:Timeline
Symbol 184 BitmapUsed by:185 304
Symbol 185 GraphicUses:184Used by:Timeline
Symbol 186 ButtonUses:67Used by:Timeline
Symbol 187 EditableTextUses:53Used by:Timeline
Symbol 188 EditableTextUses:53Used by:Timeline
Symbol 189 EditableTextUses:53Used by:Timeline
Symbol 190 EditableTextUses:53Used by:Timeline
Symbol 191 EditableTextUses:53Used by:Timeline
Symbol 192 EditableTextUses:53Used by:Timeline
Symbol 193 EditableTextUses:53Used by:Timeline
Symbol 194 EditableTextUses:53Used by:Timeline
Symbol 195 EditableTextUses:53Used by:Timeline
Symbol 196 EditableTextUses:53Used by:Timeline
Symbol 197 EditableTextUses:53Used by:Timeline
Symbol 198 EditableTextUses:53Used by:Timeline
Symbol 199 EditableTextUses:53Used by:Timeline
Symbol 200 EditableTextUses:53Used by:Timeline
Symbol 201 EditableTextUses:53Used by:Timeline
Symbol 202 BitmapUsed by:203
Symbol 203 GraphicUses:202Used by:Timeline
Symbol 204 ButtonUses:80 81Used by:Timeline
Symbol 205 BitmapUsed by:206 306
Symbol 206 GraphicUses:205Used by:Timeline
Symbol 207 GraphicUsed by:Timeline
Symbol 208 GraphicUsed by:215
Symbol 209 EditableTextUses:53Used by:215
Symbol 210 EditableTextUses:53Used by:215
Symbol 211 EditableTextUses:53Used by:215
Symbol 212 EditableTextUses:53Used by:215
Symbol 213 EditableTextUses:53Used by:215
Symbol 214 EditableTextUses:53Used by:215
Symbol 215 ButtonUses:208 209 210 211 212 213 214Used by:Timeline
Symbol 216 EditableTextUses:53Used by:Timeline
Symbol 217 EditableTextUses:53Used by:Timeline
Symbol 218 EditableTextUses:53Used by:Timeline
Symbol 219 EditableTextUses:53Used by:Timeline
Symbol 220 EditableTextUses:53Used by:Timeline
Symbol 221 EditableTextUses:53Used by:Timeline
Symbol 222 EditableTextUses:53Used by:Timeline
Symbol 223 EditableTextUses:53Used by:Timeline
Symbol 224 EditableTextUses:53Used by:Timeline
Symbol 225 EditableTextUses:53Used by:Timeline
Symbol 226 EditableTextUses:53Used by:Timeline
Symbol 227 GraphicUsed by:229 231 233 235 237 239 241 243 245 247 249 251 253 255 257
Symbol 228 TextUses:55Used by:229
Symbol 229 ButtonUses:227 228Used by:Timeline
Symbol 230 TextUses:55Used by:231
Symbol 231 ButtonUses:227 230Used by:Timeline
Symbol 232 TextUses:55Used by:233
Symbol 233 ButtonUses:227 232Used by:Timeline
Symbol 234 TextUses:55Used by:235
Symbol 235 ButtonUses:227 234Used by:Timeline
Symbol 236 TextUses:55Used by:237
Symbol 237 ButtonUses:227 236Used by:Timeline
Symbol 238 TextUses:55Used by:239
Symbol 239 ButtonUses:227 238Used by:Timeline
Symbol 240 TextUses:55Used by:241
Symbol 241 ButtonUses:227 240Used by:Timeline
Symbol 242 TextUses:55Used by:243
Symbol 243 ButtonUses:227 242Used by:Timeline
Symbol 244 TextUses:55Used by:245
Symbol 245 ButtonUses:227 244Used by:Timeline
Symbol 246 TextUses:55Used by:247
Symbol 247 ButtonUses:227 246Used by:Timeline
Symbol 248 TextUses:55Used by:249
Symbol 249 ButtonUses:227 248Used by:Timeline
Symbol 250 TextUses:55Used by:251
Symbol 251 ButtonUses:227 250Used by:Timeline
Symbol 252 TextUses:55Used by:253
Symbol 253 ButtonUses:227 252Used by:Timeline
Symbol 254 TextUses:55Used by:255
Symbol 255 ButtonUses:227 254Used by:Timeline
Symbol 256 TextUses:55Used by:257
Symbol 257 ButtonUses:227 256Used by:Timeline
Symbol 258 GraphicUsed by:260
Symbol 259 TextUses:55Used by:260
Symbol 260 ButtonUses:258 56 259Used by:Timeline
Symbol 261 GraphicUsed by:263 265 267 269 271 273 275 277 279 281
Symbol 262 TextUses:55Used by:263
Symbol 263 ButtonUses:261 262Used by:Timeline
Symbol 264 TextUses:55Used by:265
Symbol 265 ButtonUses:261 264Used by:Timeline
Symbol 266 TextUses:55Used by:267
Symbol 267 ButtonUses:261 266Used by:Timeline
Symbol 268 TextUses:55Used by:269
Symbol 269 ButtonUses:261 268Used by:Timeline
Symbol 270 TextUses:55Used by:271
Symbol 271 ButtonUses:261 270Used by:Timeline
Symbol 272 TextUses:55Used by:273
Symbol 273 ButtonUses:261 272Used by:Timeline
Symbol 274 TextUses:55Used by:275
Symbol 275 ButtonUses:261 274Used by:Timeline
Symbol 276 TextUses:55Used by:277
Symbol 277 ButtonUses:261 276Used by:Timeline
Symbol 278 TextUses:55Used by:279
Symbol 279 ButtonUses:261 278Used by:Timeline
Symbol 280 TextUses:55Used by:281
Symbol 281 ButtonUses:261 280Used by:Timeline
Symbol 282 GraphicUses:83Used by:Timeline
Symbol 283 GraphicUsed by:286
Symbol 284 EditableTextUses:53Used by:286
Symbol 285 EditableTextUses:53Used by:286
Symbol 286 ButtonUses:283 284 285 56Used by:Timeline
Symbol 287 GraphicUsed by:288 290 291 293 295 297 299 301 303 305 307 310 313 316 319 322 325 328 331 334 337 340 343 346 349
Symbol 288 ButtonUses:287Used by:Timeline
Symbol 289 GraphicUses:95Used by:Timeline
Symbol 290 ButtonUses:287Used by:Timeline
Symbol 291 ButtonUses:287Used by:Timeline
Symbol 292 GraphicUses:106Used by:Timeline
Symbol 293 ButtonUses:287Used by:Timeline
Symbol 294 GraphicUses:116Used by:Timeline
Symbol 295 ButtonUses:287Used by:Timeline
Symbol 296 GraphicUses:127Used by:Timeline
Symbol 297 ButtonUses:287Used by:Timeline
Symbol 298 GraphicUses:149Used by:Timeline
Symbol 299 ButtonUses:287Used by:Timeline
Symbol 300 GraphicUses:161Used by:Timeline
Symbol 301 ButtonUses:287Used by:Timeline
Symbol 302 GraphicUses:172Used by:Timeline
Symbol 303 ButtonUses:287Used by:Timeline
Symbol 304 GraphicUses:184Used by:Timeline
Symbol 305 ButtonUses:287Used by:Timeline
Symbol 306 GraphicUses:205Used by:Timeline
Symbol 307 ButtonUses:287Used by:Timeline
Symbol 308 BitmapUsed by:309
Symbol 309 GraphicUses:308Used by:Timeline
Symbol 310 ButtonUses:287Used by:Timeline
Symbol 311 BitmapUsed by:312
Symbol 312 GraphicUses:311Used by:Timeline
Symbol 313 ButtonUses:287Used by:Timeline
Symbol 314 BitmapUsed by:315
Symbol 315 GraphicUses:314Used by:Timeline
Symbol 316 ButtonUses:287Used by:Timeline
Symbol 317 BitmapUsed by:318
Symbol 318 GraphicUses:317Used by:Timeline
Symbol 319 ButtonUses:287Used by:Timeline
Symbol 320 BitmapUsed by:321
Symbol 321 GraphicUses:320Used by:Timeline
Symbol 322 ButtonUses:287Used by:Timeline
Symbol 323 BitmapUsed by:324
Symbol 324 GraphicUses:323Used by:Timeline
Symbol 325 ButtonUses:287Used by:Timeline
Symbol 326 BitmapUsed by:327
Symbol 327 GraphicUses:326Used by:Timeline
Symbol 328 ButtonUses:287Used by:Timeline
Symbol 329 BitmapUsed by:330
Symbol 330 GraphicUses:329Used by:Timeline
Symbol 331 ButtonUses:287Used by:Timeline
Symbol 332 BitmapUsed by:333
Symbol 333 GraphicUses:332Used by:Timeline
Symbol 334 ButtonUses:287Used by:Timeline
Symbol 335 BitmapUsed by:336
Symbol 336 GraphicUses:335Used by:Timeline
Symbol 337 ButtonUses:287Used by:Timeline
Symbol 338 BitmapUsed by:339
Symbol 339 GraphicUses:338Used by:Timeline
Symbol 340 ButtonUses:287Used by:Timeline
Symbol 341 BitmapUsed by:342
Symbol 342 GraphicUses:341Used by:Timeline
Symbol 343 ButtonUses:287Used by:Timeline
Symbol 344 BitmapUsed by:345
Symbol 345 GraphicUses:344Used by:Timeline
Symbol 346 ButtonUses:287Used by:Timeline
Symbol 347 BitmapUsed by:348
Symbol 348 GraphicUses:347Used by:Timeline
Symbol 349 ButtonUses:287Used by:Timeline
Symbol 350 BitmapUsed by:351
Symbol 351 GraphicUses:350Used by:Timeline
Symbol 352 GraphicUsed by:353
Symbol 353 ButtonUses:352Used by:Timeline
Symbol 354 TextUses:55Used by:Timeline
Symbol 355 TextUses:55Used by:Timeline
Symbol 356 TextUses:55Used by:Timeline
Symbol 357 GraphicUsed by:358
Symbol 358 ButtonUses:357Used by:Timeline
Symbol 359 EditableTextUses:53Used by:Timeline
Symbol 360 EditableTextUses:53Used by:Timeline
Symbol 361 TextUses:55Used by:Timeline
Symbol 362 GraphicUsed by:Timeline
Symbol 363 GraphicUsed by:364 371
Symbol 364 ButtonUses:363Used by:Timeline
Symbol 365 EditableTextUses:53Used by:Timeline
Symbol 366 EditableTextUses:53Used by:Timeline
Symbol 367 EditableTextUses:53Used by:Timeline
Symbol 368 EditableTextUses:53Used by:Timeline
Symbol 369 EditableTextUses:53Used by:Timeline
Symbol 370 EditableTextUses:53Used by:Timeline
Symbol 371 ButtonUses:363Used by:Timeline
Symbol 372 EditableTextUses:53Used by:Timeline
Symbol 373 EditableTextUses:53Used by:Timeline
Symbol 374 EditableTextUses:53Used by:Timeline
Symbol 375 EditableTextUses:53Used by:Timeline
Symbol 376 EditableTextUses:53Used by:Timeline
Symbol 377 EditableTextUses:53Used by:Timeline
Symbol 378 TextUses:55Used by:Timeline
Symbol 379 GraphicUsed by:381
Symbol 380 TextUses:55Used by:381
Symbol 381 ButtonUses:379 380Used by:Timeline

Instance Names

"bar"Symbol 50 MovieClip Frame 1Symbol 3 MovieClip
"tankLogo"Symbol 50 MovieClip Frame 1Symbol 38 MovieClip
"loadingText"Symbol 50 MovieClip Frame 1Symbol 42 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 382 as "__Packages.NewgroundsAPI"

Labels

"loaded"Symbol 50 MovieClip Frame 2




http://swfchan.com/14/68382/info.shtml
Created: 11/8 -2019 05:11:36 Last modified: 11/8 -2019 05:11:36 Server time: 25/04 -2024 14:45:46