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

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

penguins-115-demo.swf

This is the info page for
Flash #240165

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


Text
Loading Experimental Penguins
Multiplayer Flash Toy

TM

Copyright © 2000 RocketSnail Games, All Rights Reserved.

version 1.15 (DEMO)

http://www.rocketsnail.com

http://www.rocketsnail.com

This game requires Flash 4. We recommend
that you install the free Flash Player

Upgrade

Try Again

Please enter a name
for your penguin?

Next

Snow Room
North Pole
Crash Site

You have successfully
Logged Off

Unable to connect to the Server
Please try again in a few minutes

The name you have requested
is currently unavailable
Please try another name

Connecting to Server

Loading World

player

player

player

Welcome to Experimental Penguins

Select your character with your mouse to move.

ActionScript [AS1/AS2]

Frame 1
flash = "4"; if (flash == "4") { ifFrameLoaded (5) { gotoAndStop (5); } }
Frame 2
ifFrameLoaded (5) { if (flash == "4") { gotoAndStop (5); } else { gotoAndStop (4); } }
Frame 3
gotoAndPlay (2);
Frame 5
Set("/:server", "NONE"); Set("/:room", "10"); Set("/:dir", "5"); Set("/:pop", "1"); Set("/:depth", "2"); Set("/:character", "1"); Set("/:password", ""); Set("/:response", ""); startDrag ("mouse", true, "10", "10", "590", "390"); stop();
Frame 8
Set("/:name", "");
Frame 11
ifFrameLoaded (1) { gotoAndPlay (20); }
Frame 12
gotoAndPlay (11);
Frame 21
duplicateMovieClip ("/world/player", /:name, "1"); Set("/:playerlist", /:name add "~"); tellTarget ("/update") { gotoAndPlay ("update"); }
Frame 22
if (/:action eq "skip") { gotoAndStop("room" add /:room); }
Frame 23
gotoAndPlay (22);
Frame 30
stop();
Frame 31
stop();
Frame 32
stop();
Symbol 8 Button
on (release) { getURL ("http://www.rocketsnail.com/", "_blank"); }
Symbol 21 Button
on (release) { getURL ("http://www.rocketsnail.com/", "_blank"); }
Symbol 26 Button
on (release) { getURL ("http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash", "_blank"); }
Symbol 28 MovieClip Frame 1
stop();
Symbol 28 MovieClip Frame 2
action = /:login; name = /:name; password = /:password; room = /:room; Set(/:name, /:update); trace(/:login add " is connecting to the server");
Symbol 28 MovieClip Frame 3
action = "update"; name = /:name; key = /:key; room = /:room; Set(/:name, /:update);
Symbol 28 MovieClip Frame 4
action = "drop"; name = /:name; key = /:key; room = /:room;
Symbol 29 MovieClip Frame 1
stop();
Symbol 29 MovieClip Frame 2
trace("Converting String into upper and lowercase letters"); caseword = ""; char = ""; space = "1"; n = "1"; while (length(lowword) >= n) { char = substring(lowword, n, "1"); if ((char eq " ") and (space == "0")) { caseword = caseword add char; space = "1"; } else if ((char ne " ") and (space == "1")) { Char = chr(ord(Char) - "32"); caseword = caseword add char; space = "0"; } else if (char ne " ") { caseword = caseword add char; space = "0"; } n = n + "1"; } Set("/:string", caseword); trace("New string: " add /:string);
Symbol 29 MovieClip Frame 3
trace("Convert string to lowercase"); n = "1"; lowword = ""; while (length(/:string) >= n) { char = substring(/:string, n, "1"); if ((ord(char) >= ord("A")) and (ord("Z") >= ord(char))) { char = chr(ord(char) + "32"); } lowword = lowword add char; n = n + "1"; }
Symbol 29 MovieClip Frame 4
trace("Removing spaces and symbols from lowercase string"); n = "1"; temp = ""; while (length(lowword) >= n) { char = substring(lowword, n, "1"); if (((ord(char) >= ord("a")) and (ord("z") >= ord(char))) or (char eq " ")) { temp = temp add char; } n = n + "1"; } lowword = temp;
Symbol 29 MovieClip Frame 6
if ("0" < length(chat)) { if (chat eq "/penguin") { character = "1"; } else if (chat eq "/snowcat") { character = "3"; } else if ((chat eq "/santa") and (/:character >= "8")) { character = "8"; } else if ((chat eq "/snail") and (/:character >= "8")) { character = "9"; } else { location = substring(/:update, "1", "6"); Set("/:update", (((/:location add /:dir) add /:character) add "0") add /:chat); tellTarget ("/update") { gotoAndPlay ("skip"); }; call("/actions:update"); trace("UPDATE: " add /:update); } chat = ""; }
Symbol 30 MovieClip Frame 1
stop();
Symbol 30 MovieClip Frame 3
trace("Checking for New Players to Add"); while ("0" < length(/:players)) { n = "1"; while ((substring(/:players, n, "1")) ne "~") { n = n + "1"; } Set("/:nplayer", substring(/:players, "1", n - "1")); Set("/:players", substring(/:players, n + "1", length(/:players))); trace("Checking Player: " add /:nplayer); Set("/:action", "add"); if (/:nplayer eq (substring(/:PlayerList, "1", length(/:nplayer)))) { Set("/:action", "none"); } else if (length(/:playerlist) >= length(/:nplayer)) { m = "1"; while ((length(/:playerlist) - length(/:nplayer)) >= m) { m = m + "1"; if ((substring(/:playerlist, m, length(/:nplayer))) eq /:nplayer) { Set("/:action", "none"); } } } if ((/:Action eq "add") and ("2" < length(/:nplayer))) { trace("Adding New Player"); duplicateMovieClip ("/world/player", /:nplayer, /:depth); call("/log:sort"); Set("/log:log1", /:nplayer add " has entered the World"); Set("/:depth", /:depth + "1"); Set("/:pop", /:pop + "1"); Set("/:playerlist", (/:playerlist add /:nplayer) add "~"); } } Set("/:action", "done"); Set("/:nplayer", ""); Set("/:players", /:lastplayers);
Symbol 30 MovieClip Frame 4
trace("Checking for Dropped Players"); while ("0" < length(/:PlayerCheck)) { n = "1"; while ((substring(/:PlayerCheck, n, "1")) ne "~") { n = n + "1"; } Set("/:nplayer", substring(/:PlayerCheck, "1", n - "1")); Set("/:PlayerCheck", substring(/:PlayerCheck, n + "1", length(/:PlayerCheck))); trace("Checking Player: " add /:nplayer); Set("/:action", "delete"); if (/:nplayer eq (substring(/:players, "1", length(/:nplayer)))) { Set("/:action", "none"); } else if (length(/:players) >= length(/:nplayer)) { m = "1"; while ((length(/:players) - length(/:nplayer)) >= m) { m = m + "1"; if ((substring(/:players, m, length(/:nplayer))) eq /:nplayer) { Set("/:action", "none"); } } } if (((/:Action eq "delete") and ("2" < length(/:nplayer))) and (/:nplayer ne /:name)) { trace("Dropping Player"); call("/log:sort"); Set("/log:log1", /:nplayer add " has left the World"); Set("/:pop", /:pop - "1"); tellTarget ("/world/" add /:nplayer) { gotoAndPlay ("drop"); }; } else { Set("/:PlayerList", (/:PlayerList add /:nplayer) add "~"); } } Set("/:nplayer", ""); Set("/:PlayerCheck", "");
Symbol 31 MovieClip Frame 1
stop();
Symbol 31 MovieClip Frame 2
location = substring(/:update, "1", "6"); chat = substring(/:update, "10", length(/:update) - "9"); Set("/:update", (((location add /:dir) add /:character) add "0") add chat); Set("/:action", "update"); call("/server:update");
Symbol 31 MovieClip Frame 10
if (/:lastplayers ne /:players) { Set("/:lastplayers", /:players); Set("/:playercheck", /:playerList); Set("/:playerlist", ""); call("/setup:drop"); call("/setup:add"); }
Symbol 31 MovieClip Frame 11
Set("/:action", "skip");
Symbol 31 MovieClip Frame 86
gotoAndPlay (2);
Symbol 33 Button
on (release) { x = int(_x); y = int(_y); if (x < "10") { x = "00" add x; } else if (x < "100") { x = "0" add x; } if (y < "10") { y = "00" add y; } else if (y < "100") { y = "0" add y; } chat = substring(/:update, "10", length(/:update) - "9"); Set("/:update", ((((x add y) add /:dir) add /:character) add "0") add chat); tellTarget ("/update") { gotoAndPlay ("skip"); }; call("/server:update"); tellTarget (("/world/" add /:name) add "/selection") { gotoAndStop (1); }; trace("UPDATE: " add /:update); gotoAndStop (1); }
Symbol 34 MovieClip Frame 1
stop();
Symbol 35 Button
on (release) { Set("/:password", ""); Set("/:response", ""); gotoAndStop (5); }
Symbol 39 Button
on (release, keyPress "<Enter>") { if ("1" < length(name)) { Set("/:name", name); Set("/:string", name); call("/actions:lowercase"); call("/actions:removesymbols"); call("/actions:upperlowercase"); Set("/:name", string); if (("1" < length(name)) and (name ne "Chat")) { Set("/:login", "newplayer"); x = random("400") + "100"; y = random("200") + "100"; Set("/:update", (x add y) add "510"); gotoAndPlay (11); } else { gotoAndStop (8); } } }
Symbol 41 Button
on (release) { Set("/:room", "10"); gotoAndStop (1); }
Symbol 43 Button
on (release) { Set("/:room", "11"); gotoAndStop (2); }
Symbol 44 Button
on (release) { Set("/:room", "12"); gotoAndStop (3); }
Symbol 47 MovieClip Frame 1
if (/:room == "12") { gotoAndStop (3); } else if (/:room == "11") { gotoAndStop (2); } else { stop(); }
Symbol 53 Button
on (release) { if ((getProperty("../", _currentframe) < "15") and (getProperty("../", _name) eq /:name)) { tellTarget ("/mouse") { gotoAndStop (2); }; gotoAndPlay (2); } }
Symbol 55 Button
on (release) { tellTarget ("/mouse") { gotoAndStop (1); }; gotoAndStop (1); }
Symbol 56 MovieClip Frame 1
stop();
Symbol 56 MovieClip Frame 2
distx = int(getProperty("/mouse", _x) - getProperty("../", _x)); disty = int(getProperty("../", _y) - getProperty("/mouse", _y)); if (("0" < disty) and ("0" < distx)) { if (distx < (disty / "2")) { Set("/:dir", "1"); tellTarget ("../character/sprites") { gotoAndStop (11); }; } else if (disty < (distx / "2")) { Set("/:dir", "3"); tellTarget ("../character/sprites") { gotoAndStop (13); }; } else { Set("/:dir", "2"); tellTarget ("../character/sprites") { gotoAndStop (12); }; } } if ((disty < "0") and ("0" < distx)) { disty = disty - (disty + disty); if (distx < (disty / "2")) { Set("/:dir", "5"); tellTarget ("../character/sprites") { gotoAndStop (15); }; } else if (disty < (distx / "2")) { Set("/:dir", "3"); tellTarget ("../character/sprites") { gotoAndStop (13); }; } else { Set("/:dir", "4"); tellTarget ("../character/sprites") { gotoAndStop (14); }; } } if ((disty < "0") and (distx < "0")) { if ((disty / "2") < distx) { Set("/:dir", "5"); tellTarget ("../character/sprites") { gotoAndStop (15); }; } else if ((distx / "2") < disty) { Set("/:dir", "7"); tellTarget ("../character/sprites") { gotoAndStop (17); }; } else { Set("/:dir", "6"); tellTarget ("../character/sprites") { gotoAndStop (16); }; } } if (("0" < disty) and (distx < "0")) { distx = distx - (distx + distx); if (disty < (distx / "2")) { Set("/:dir", "7"); tellTarget ("../character/sprites") { gotoAndStop (17); }; } else if (distx < (disty / "2")) { Set("/:dir", "1"); tellTarget ("../character/sprites") { gotoAndStop (11); }; } else { Set("/:dir", "8"); tellTarget ("../character/sprites") { gotoAndStop (18); }; } } if ((distx == "0") or (disty == "0")) { Set("/:dir", "5"); tellTarget ("../character/sprites") { gotoAndStop (15); }; }
Symbol 56 MovieClip Frame 3
gotoAndPlay (2);
Symbol 112 MovieClip Frame 10
stop();
Symbol 113 MovieClip Frame 15
stop();
Symbol 116 MovieClip Frame 1
stop();
Symbol 116 MovieClip Frame 160
say = ""; Set("/:update", substring(/:update, "1", "9")); gotoAndStop (1);
Symbol 138 MovieClip Frame 10
gotoAndStop (15);
Symbol 138 MovieClip Frame 15
stop();
Symbol 140 MovieClip Frame 1
stop(); name = ../:name;
Symbol 141 MovieClip Frame 1
name = _name; if (_name eq /:name) { update = /:update; } else { update = eval ("/:" add name); setProperty("selection", _visible , "0"); } _x = (substring(update, "1", "3")); _y = (substring(update, "4", "3")); character = substring(update, "8", "1"); tellTarget ("character") { gotoAndStop(../:character); }; lastupdate = update; lastchat = substring(update, "10", length(update) - "9"); lastmove = substring(update, "1", "6"); speed = "5";
Symbol 141 MovieClip Frame 10
if (_name eq /:name) { update = /:update; } else { update = eval ("/:" add name); } if (lastupdate ne update) { if (character ne (substring(update, "8", "1"))) { character = substring(update, "8", "1"); tellTarget ("character") { gotoAndStop(../:character); }; } dir = substring(update, "7", "1"); tellTarget ("character/sprites") { gotoAndStop(../../:dir + "10"); }; chat = substring(update, "10", length(update) - "9"); if ((lastchat ne chat) and (length(chat) >= "1")) { if (((substring(chat, "1", "1")) eq "/") and (getProperty("character", _currentframe) >= "8")) { if (chat eq ("/" add /:name)) { if (/:character == "1") { Set("/:character", "3"); } else { Set("/:character", "1"); } } } else { tellTarget ("character/chat") { gotoAndPlay (1); }; Set("character/chat:say", chat); call("/log:sort"); Set("/log:log1", (name add " says: ") add chat); } lastchat = chat; } if (lastmove ne (substring(update, "1", "6"))) { gotoAndPlay (20); lastmove = substring(update, "1", "6"); } lastupdate = update; }
Symbol 141 MovieClip Frame 11
gotoAndPlay (10);
Symbol 141 MovieClip Frame 20
x = substring(update, "1", "3"); y = substring(update, "4", "3"); distx = x - _x; disty = _y - y; input = (distx * distx) + (disty * disty); call("sqrt"); distance = output / speed; movex = distx / distance; movey = disty / distance; tellTarget ("character/sprites") { gotoAndStop(../../:dir + "20"); }
Symbol 141 MovieClip Frame 21
if ("0" >= distance) { tellTarget ("character/sprites") { gotoAndPlay(../../:dir + "10"); stop(); }; gotoAndPlay (10); } else { newx = _x + movex; newy = _y - movey; _x = newx; _y = newy; distance = distance - "1"; }
Symbol 141 MovieClip Frame 22
gotoAndPlay (21);
Symbol 141 MovieClip Frame 30
Set("/character:name", ""); tellTarget ("character/sprites") { gotoAndStop ("drop"); }
Symbol 141 MovieClip Frame 40
removeMovieClip("");
Symbol 141 MovieClip Frame 41
z = "1"; i = "0"; while (i < "20") { z = z - (((z * z) - input) / ("2" * z)); i = i + "1"; } output = z;
Symbol 142 MovieClip Frame 1
setProperty("player", _visible , "0"); stop();
Symbol 145 Button
on (release, keyPress "<Enter>") { if ("0" < length(chat)) { location = substring(/:update, "1", "6"); Set("/:update", (((/:location add /:dir) add /:character) add "0") add /:chat); call("/actions:update"); trace("UPDATE: " add /:update); chat = ""; } } on (rollOver) { help1 = "Chat with other players"; } on (rollOut) { help1 = ""; }
Symbol 149 Button
on (release) { if (getProperty("/log", _visible) == "1") { setProperty("/log", _y , "-100"); setProperty("/log", _visible , "0"); } else { setProperty("/log", _y , "52"); setProperty("/log", _visible , "1"); } } on (rollOver) { help1 = "View current log"; } on (rollOut) { help1 = ""; }
Symbol 156 Button
on (release) { Set("/:room", "10"); tellTarget ("/") { gotoAndPlay ("setup"); }; gotoAndStop (1); }
Symbol 157 Button
on (release) { Set("/:room", "11"); tellTarget ("/") { gotoAndPlay ("setup"); }; gotoAndStop (2); }
Symbol 158 Button
on (release) { Set("/:room", "12"); tellTarget ("/") { gotoAndPlay ("setup"); }; gotoAndStop (3); }
Symbol 159 MovieClip Frame 1
if (/:room == "12") { gotoAndStop (3); } else if (/:room == "11") { gotoAndStop (2); } else { stop(); }
Symbol 160 MovieClip Frame 1
stop();
Symbol 160 MovieClip Frame 2
Set("/log:log5", /log:log4); Set("/log:log4", /log:log3); Set("/log:log3", /log:log2); Set("/log:log2", /log:log1);
Symbol 161 Button
on (release) { tellTarget ("/update") { gotoAndStop (1); }; call("/actions:drop"); response = ""; help1 = ""; help2 = ""; password = ""; players = ""; lastplayers = ""; playerlist = ""; log = ""; gotoAndStop (6); } on (rollOver) { help2 = "Disconnect"; } on (rollOut) { help2 = ""; }
Symbol 164 Button
on (release) { if (_highquality == "1") { _highquality = "0"; } else { _highquality = "1"; } } on (rollOver) { help1 = "Toggle Resolution"; } on (rollOut) { help1 = ""; }
Symbol 168 Button
on (release) { if (character == "1") { character = "3"; } else { character = "1"; } }

Library Items

Symbol 1 GraphicUsed by:2
Symbol 2 MovieClipUses:1Used by:Timeline
Symbol 3 FontUsed by:4 23 37 38 48 49 50 51 52
Symbol 4 TextUses:3Used by:Timeline
Symbol 5 GraphicUsed by:8
Symbol 6 FontUsed by:7 18 19 46 57 114 115 117 139 147 151 152 153 154 155 163 166
Symbol 7 TextUses:6Used by:8
Symbol 8 ButtonUses:5 7Used by:Timeline
Symbol 9 FontUsed by:10
Symbol 10 TextUses:9Used by:Timeline
Symbol 11 GraphicUsed by:Timeline
Symbol 12 GraphicUsed by:Timeline
Symbol 13 GraphicUsed by:Timeline
Symbol 14 GraphicUsed by:Timeline
Symbol 15 GraphicUsed by:Timeline
Symbol 16 FontUsed by:17 27 36 40
Symbol 17 TextUses:16Used by:Timeline
Symbol 18 TextUses:6Used by:21
Symbol 19 TextUses:6Used by:21
Symbol 20 GraphicUsed by:21 41 43 44 156 157 158
Symbol 21 ButtonUses:18 19 20Used by:Timeline
Symbol 22 GraphicUsed by:Timeline
Symbol 23 TextUses:3Used by:Timeline
Symbol 24 GraphicUsed by:26 35 39
Symbol 25 GraphicUsed by:26 35 39
Symbol 26 ButtonUses:24 25Used by:Timeline
Symbol 27 TextUses:16Used by:Timeline
Symbol 28 MovieClipUsed by:Timeline
Symbol 29 MovieClipUsed by:Timeline
Symbol 30 MovieClipUsed by:Timeline
Symbol 31 MovieClipUsed by:Timeline
Symbol 32 GraphicUsed by:33 53 55
Symbol 33 ButtonUses:32Used by:34
Symbol 34 MovieClipUses:33Used by:Timeline
Symbol 35 ButtonUses:24 25Used by:Timeline
Symbol 36 TextUses:16Used by:Timeline
Symbol 37 EditableTextUses:3Used by:Timeline
Symbol 38 TextUses:3Used by:Timeline
Symbol 39 ButtonUses:24 25Used by:Timeline
Symbol 40 TextUses:16Used by:Timeline
Symbol 41 ButtonUses:20Used by:47
Symbol 42 GraphicUsed by:47 159
Symbol 43 ButtonUses:20Used by:47
Symbol 44 ButtonUses:20Used by:47
Symbol 45 GraphicUsed by:47 159
Symbol 46 TextUses:6Used by:47 159
Symbol 47 MovieClipUses:41 42 43 44 45 46Used by:Timeline
Symbol 48 TextUses:3Used by:Timeline
Symbol 49 TextUses:3Used by:Timeline
Symbol 50 TextUses:3Used by:Timeline
Symbol 51 TextUses:3Used by:Timeline
Symbol 52 TextUses:3Used by:Timeline
Symbol 53 ButtonUses:32Used by:56
Symbol 54 GraphicUsed by:56
Symbol 55 ButtonUses:32Used by:56
Symbol 56 MovieClipUses:53 54 55Used by:141
Symbol 57 EditableTextUses:6Used by:140
Symbol 58 GraphicUsed by:112 113
Symbol 59 GraphicUsed by:112 113
Symbol 60 GraphicUsed by:112 113
Symbol 61 GraphicUsed by:113
Symbol 62 GraphicUsed by:113
Symbol 63 GraphicUsed by:113
Symbol 64 GraphicUsed by:113
Symbol 65 GraphicUsed by:112 113
Symbol 66 GraphicUsed by:74
Symbol 67 GraphicUsed by:74
Symbol 68 GraphicUsed by:74
Symbol 69 GraphicUsed by:74
Symbol 70 GraphicUsed by:74
Symbol 71 GraphicUsed by:74
Symbol 72 GraphicUsed by:74
Symbol 73 GraphicUsed by:74
Symbol 74 MovieClipUses:66 67 68 69 70 71 72 73Used by:113
Symbol 75 GraphicUsed by:83
Symbol 76 GraphicUsed by:83
Symbol 77 GraphicUsed by:83
Symbol 78 GraphicUsed by:83
Symbol 79 GraphicUsed by:83
Symbol 80 GraphicUsed by:83
Symbol 81 GraphicUsed by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:75 76 77 78 79 80 81 82Used by:113
Symbol 84 GraphicUsed by:92
Symbol 85 GraphicUsed by:92
Symbol 86 GraphicUsed by:92
Symbol 87 GraphicUsed by:92
Symbol 88 GraphicUsed by:92
Symbol 89 GraphicUsed by:92
Symbol 90 GraphicUsed by:92
Symbol 91 GraphicUsed by:92
Symbol 92 MovieClipUses:84 85 86 87 88 89 90 91Used by:113
Symbol 93 GraphicUsed by:101
Symbol 94 GraphicUsed by:101
Symbol 95 GraphicUsed by:101
Symbol 96 GraphicUsed by:101
Symbol 97 GraphicUsed by:101
Symbol 98 GraphicUsed by:101
Symbol 99 GraphicUsed by:101
Symbol 100 GraphicUsed by:101
Symbol 101 MovieClipUses:93 94 95 96 97 98 99 100Used by:113
Symbol 102 GraphicUsed by:110
Symbol 103 GraphicUsed by:110
Symbol 104 GraphicUsed by:110
Symbol 105 GraphicUsed by:110
Symbol 106 GraphicUsed by:110
Symbol 107 GraphicUsed by:110
Symbol 108 GraphicUsed by:110
Symbol 109 GraphicUsed by:110
Symbol 110 MovieClipUses:102 103 104 105 106 107 108 109Used by:113
Symbol 111 SoundUsed by:112 141
Symbol 112 MovieClipUses:58 59 60 65 111Used by:113
Symbol 113 MovieClipUses:58 59 60 61 62 63 64 65 74 83 92 101 110 112Used by:140
Symbol 114 EditableTextUses:6Used by:116
Symbol 115 EditableTextUses:6Used by:116
Symbol 116 MovieClipUses:114 115Used by:140
Symbol 117 EditableTextUses:6Used by:140
Symbol 118 GraphicUsed by:121 138
Symbol 119 GraphicUsed by:121 138
Symbol 120 GraphicUsed by:121
Symbol 121 MovieClipUses:118 119 120Used by:138
Symbol 122 GraphicUsed by:131 138
Symbol 123 GraphicUsed by:131 138
Symbol 124 GraphicUsed by:133 138
Symbol 125 GraphicUsed by:133 138
Symbol 126 GraphicUsed by:135 138
Symbol 127 GraphicUsed by:135 138
Symbol 128 GraphicUsed by:137 138
Symbol 129 GraphicUsed by:137 138
Symbol 130 GraphicUsed by:131
Symbol 131 MovieClipUses:122 123 130Used by:138
Symbol 132 GraphicUsed by:133
Symbol 133 MovieClipUses:124 125 132Used by:138
Symbol 134 GraphicUsed by:135
Symbol 135 MovieClipUses:126 127 134Used by:138
Symbol 136 GraphicUsed by:137
Symbol 137 MovieClipUses:128 129 136Used by:138
Symbol 138 MovieClipUses:121 122 123 124 125 126 127 128 129 118 119 131 133 135 137Used by:140
Symbol 139 EditableTextUses:6Used by:140
Symbol 140 MovieClipUses:57 113 116 117 138 139Used by:141
Symbol 141 MovieClipUses:56 140 111Used by:142
Symbol 142 MovieClipUses:141Used by:Timeline
Symbol 143 GraphicUsed by:145 149 161 164
Symbol 144 GraphicUsed by:145 149 161 164
Symbol 145 ButtonUses:143 144Used by:Timeline
Symbol 146 GraphicUsed by:160  Timeline
Symbol 147 EditableTextUses:6Used by:Timeline
Symbol 148 GraphicUsed by:Timeline
Symbol 149 ButtonUses:143 144Used by:Timeline
Symbol 150 GraphicUsed by:Timeline
Symbol 151 EditableTextUses:6Used by:160
Symbol 152 EditableTextUses:6Used by:160
Symbol 153 EditableTextUses:6Used by:160
Symbol 154 EditableTextUses:6Used by:160
Symbol 155 EditableTextUses:6Used by:160
Symbol 156 ButtonUses:20Used by:159
Symbol 157 ButtonUses:20Used by:159
Symbol 158 ButtonUses:20Used by:159
Symbol 159 MovieClipUses:156 42 157 158 45 46Used by:160
Symbol 160 MovieClipUses:146 151 152 153 154 155 159Used by:Timeline
Symbol 161 ButtonUses:143 144Used by:Timeline
Symbol 162 GraphicUsed by:Timeline
Symbol 163 EditableTextUses:6Used by:Timeline
Symbol 164 ButtonUses:143 144Used by:Timeline
Symbol 165 GraphicUsed by:Timeline
Symbol 166 EditableTextUses:6Used by:Timeline
Symbol 167 GraphicUsed by:168
Symbol 168 ButtonUses:167Used by:Timeline
Symbol 169 BitmapUsed by:170 173
Symbol 170 GraphicUses:169Used by:Timeline
Symbol 171 GraphicUsed by:172
Symbol 172 MovieClipUses:171Used by:Timeline
Symbol 173 GraphicUses:169Used by:Timeline

Instance Names

"server"Frame 5Symbol 28 MovieClip
"actions"Frame 5Symbol 29 MovieClip
"setup"Frame 5Symbol 30 MovieClip
"update"Frame 5Symbol 31 MovieClip
"mouse"Frame 5Symbol 34 MovieClip
"world"Frame 21Symbol 142 MovieClip
"log"Frame 30Symbol 160 MovieClip
"sprites"Symbol 140 MovieClip Frame 1Symbol 113 MovieClip
"chat"Symbol 140 MovieClip Frame 1Symbol 116 MovieClip
"sprites"Symbol 140 MovieClip Frame 3Symbol 138 MovieClip
"sprites"Symbol 140 MovieClip Frame 8Symbol 113 MovieClip
"selection"Symbol 141 MovieClip Frame 1Symbol 56 MovieClip
"character"Symbol 141 MovieClip Frame 1Symbol 140 MovieClip
"player"Symbol 142 MovieClip Frame 1Symbol 141 MovieClip

Special Tags

Protect (24)Timeline Frame 10 bytes ""

Labels

"upgrade"Frame 4
"start"Frame 5
"message-drop"Frame 6
"message-offline"Frame 7
"message-name"Frame 8
"credits"Frame 9
"connect"Frame 11
"setup"Frame 20
"add-players"Frame 20
"create-check"Frame 22
"room10"Frame 30
"room11"Frame 31
"room12"Frame 32
"newplayer"Symbol 28 MovieClip Frame 2
"update"Symbol 28 MovieClip Frame 3
"drop"Symbol 28 MovieClip Frame 4
"upperlowercase"Symbol 29 MovieClip Frame 2
"lowercase"Symbol 29 MovieClip Frame 3
"removesymbols"Symbol 29 MovieClip Frame 4
"chat"Symbol 29 MovieClip Frame 6
"add"Symbol 30 MovieClip Frame 3
"drop"Symbol 30 MovieClip Frame 4
"update"Symbol 31 MovieClip Frame 2
"skip"Symbol 31 MovieClip Frame 15
"drop"Symbol 113 MovieClip Frame 30
"setup"Symbol 141 MovieClip Frame 1
"waiting"Symbol 141 MovieClip Frame 10
"moving"Symbol 141 MovieClip Frame 20
"repeat"Symbol 141 MovieClip Frame 21
"drop"Symbol 141 MovieClip Frame 30
"sqrt"Symbol 141 MovieClip Frame 41
"sort"Symbol 160 MovieClip Frame 2

Dynamic Text Variables

nameSymbol 37 EditableText""
nameSymbol 57 EditableText"player"
saySymbol 114 EditableText""
saySymbol 115 EditableText""
nameSymbol 117 EditableText"player"
nameSymbol 139 EditableText"player"
chatSymbol 147 EditableText""
log5Symbol 151 EditableText""
log4Symbol 152 EditableText""
log3Symbol 153 EditableText""
log2Symbol 154 EditableText"Welcome to Experimental Penguins"
log1Symbol 155 EditableText"Select your character with your mouse to move."
help2Symbol 163 EditableText""
help1Symbol 166 EditableText""




http://swfchan.com/49/240165/info.shtml
Created: 17/3 -2021 02:49:33 Last modified: 17/3 -2021 02:49:33 Server time: 17/05 -2024 14:48:48