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

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

Plumber 1.swf

This is the info page for
Flash #42100

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


Text
000

PART STORAGE

<p align="center"><font face="SF Automaton" size="18" color="#990000" letterSpacing="2.000000" kerning="0">Level &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;completed</font></p>

Congratulations

Moves:

Tiles:

Points Earned:

0

0

0

=

=

0

0

Time left:

0

00000

Click for next level

Click for next level

GAME OVER

Final Score:

<p align="center"><font face="SF Automaton" size="36" color="#990000" letterSpacing="2.000000" kerning="0">0</font></p>

Main Menu

Main Menu

PLAY AGAIN

PLAY AGAIN

Enter your name
in the highscores

type your name

(MAXIMUM 15 LETTERS)

ENTER

ENTER

LOADING
YOUR
HIGHSCORE
RESULT...

LOADING
YOUR
HIGHSCORE
RESULT...

YOU MADE IT TO POSITION

99

SORRY, YOU DIDN'T
MAKE IT INTO THE
HIGHSCORES.
TRY AGAIN!

v1.1

PLUMBER

The Aim of the Game:
Rotate the pipes by clicking on them in order to connect the
tap with the overflow pipe. Once you've connected the pipes
click the tap to go to the next level before time runs out.

---- Points: ----
Points are gained for the fewer moves made, the quicker
the level is finished and how many pipes are used.

PLAY

PLAY

Level:

<p align="left"><font face="SF Automaton" size="24" color="#000000" letterSpacing="1.000000" kerning="0">0</font></p>

Moves:

<p align="left"><font face="SF Automaton" size="24" color="#000000" letterSpacing="1.000000" kerning="0">0</font></p>

Score:

<p align="left"><font face="SF Automaton" size="24" color="#000000" letterSpacing="1.000000" kerning="0">000000</font></p>

Time

CONNECT TO HERE->

Well done on completing Plumber!

<p align="center"><font face="SF Automaton" size="46" color="#990000" letterSpacing="2.000000" kerning="0">0</font></p>

CONGRATULATIONS!

ActionScript [AS1/AS2]

Frame 1
_root.gameName = "plumber_1";
Frame 3
function gomain() { i = 0; while (i < 33) { removeMovieClip("c" + i); removeMovieClip("pipe" + i); i++; } removeMovieClip("gclip"); gotoAndPlay (3); } level = 0; score = 0; levels = new Array(); levels[1] = "2,1,2,1,1,1,2,1,2,1,2,1,2,1,2,1,1,1,2,1,2,2,1,1,1,1,1,2,1,1,1,1"; levels[2] = "2,1,2,1,1,1,2,1,1,1,1,1,1,2,1,2,1,1,2,1,1,1,1,1,1,1,1,2,1,2,1,1"; levels[3] = "1,2,1,1,1,1,2,1,1,1,1,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2,1,2,1,2,1,2"; levels[4] = "2,1,2,1,1,1,2,1,2,1,2,1,2,1,1,1,2,2,1,1,2,2,2,1,1,1,1,2,1,1,1,1"; levels[5] = "1,1,1,2,2,2,2,2,1,1,2,1,2,2,2,1,2,1,1,2,1,1,1,1,1,1,1,1,1,1,1,2"; levels[6] = "1,1,1,2,1,1,2,1,1,1,1,1,1,1,1,1,1,1,1,1,2,1,1,1,1,1,1,2,1,1,2,1"; levels[7] = "1,2,2,1,1,1,2,1,1,2,2,1,2,1,1,1,2,1,2,1,1,2,1,2,1,1,1,1,1,1,1,2"; splash = new Sound(); splash.attachSound("drop"); turnsound = new Sound(); turnsound.attachSound("turn"); flow = new Sound(); flow.attachSound("underwater");
Frame 62
stop();
Frame 63
removeMovieClip("congrats"); i = 1; while (i < 33) { removeMovieClip("c" + i); i++; } if (bonus > 0) { score = score + bonus; } level++; if (level >= 8) { trace("you win"); gotoAndPlay (91); } use = 1; moves = 0; totaltime = 600 - (level * 40); time = totaltime; num = 0; i = 1; while (i < 33) { attachMovie("pipeshell", "pipe" + num, 100 + num); trace(eval ("pipe" + num)._y); with (eval ("pipe" + num)) { down = Math.floor(num / 8); across = num - (down * 8); _x = 59.7 + (across * 72); _y = 105.5 + (down * 72); n = num; w = across; v = down; } num++; i++; } holder = new Array(); holder = levels[level].split(","); i = 0; while (i < 32) { st = holder[i]; eval ("pipe" + i).pipe.gotoAndStop(st); i++; }
Frame 71
time = time - 0.5; timer._xscale = (time / totaltime) * 100; if (time <= 0) { timer._xscale = 0; gotoAndPlay ("GAMEOVER"); }
Frame 72
gotoAndPlay (71);
Frame 73
function thatsright() { n = 1; attachMovie("right", "c" + correct, 150 + correct); if ((flow == 1) && (pipetype == 2)) { n = 12; } if ((flow == 3) && (pipetype == 2)) { n = 11; } if ((flow == 2) && (pipetype == 2)) { n = 9; } if ((flow == 4) && (pipetype == 2)) { n = 10; } if (pipetype == 1) { if ((flow == 1) && (pipedir == 3)) { n = 4; } else if ((flow == 1) && (pipedir == 4)) { n = 7; } else if ((flow == 2) && (pipedir == 4)) { n = 8; } else if ((flow == 2) && (pipedir == 1)) { n = 1; } if ((flow == 1) && (pipedir == 2)) { n = 6; } if ((flow == 3) && (pipedir == 4)) { n = 8; } if ((flow == 3) && (pipedir == 3)) { n = 3; } if ((flow == 1) && (pipedir == 1)) { n = 2; } if ((flow == 2) && (pipedir == 2)) { n = 5; } if ((flow == 2) && (pipedir == 3)) { n = 4; } } with (eval ("c" + correct)) { gotoAndStop(n); _x = 59.7 + (x * 72); _y = 105.5 + (y * 72); _alpha = 50; } } use = 0; x = 0; y = 0; flow = 3; correct = 0; test = 0; pipedir = 1;
Frame 74
pipen = x + (y * 8);
Frame 75
pipedir = eval ("pipe" + pipen).pipe.dir; pipetype = holder[pipen]; error = 1; if (flow == 1) { if (pipetype == 1) { if (pipedir == 3) { correct++; flow = 2; error = 0; thatsright(); x++; } else if (pipedir == 4) { correct++; flow = 4; error = 0; thatsright(); x--; } } if (pipetype == 2) { if ((pipedir == 2) || (pipedir == 4)) { correct++; flow = 1; error = 0; thatsright(); y--; } } } if (flow == 2) { if (pipetype == 1) { if (pipedir == 1) { correct++; flow = 1; error = 0; thatsright(); y--; } else if (pipedir == 4) { correct++; flow = 3; error = 0; thatsright(); y++; } } if (pipetype == 2) { if ((pipedir == 1) || (pipedir == 3)) { correct++; flow = 2; error = 0; thatsright(); x++; } } } if (flow == 3) { if (pipetype == 1) { if (pipedir == 1) { correct++; flow = 4; error = 0; thatsright(); x--; } else if (pipedir == 2) { correct++; flow = 2; error = 0; thatsright(); x++; } } if (pipetype == 2) { if ((pipedir == 2) || (pipedir == 4)) { correct++; flow = 3; error = 0; thatsright(); y++; } } } if (flow == 4) { if (pipetype == 1) { if (pipedir == 2) { correct++; flow = 1; error = 0; thatsright(); y--; } else if (pipedir == 3) { correct++; flow = 3; error = 0; thatsright(); y++; } } if (pipetype == 2) { if ((pipedir == 1) || (pipedir == 3)) { correct++; flow = 4; error = 0; thatsright(); x--; } } } if ((x == 7) && (y == 4)) { gotoAndPlay ("yay"); } if (error > 0) { gotoAndPlay ("GAMEOVER"); }
Frame 83
test++; gotoAndPlay (74);
Frame 84
go = 0; if (moves < 16) { bonusm = 500; } if ((moves > 15) && (moves < 26)) { bonusm = 200; } if ((moves > 25) && (moves < 36)) { bonusm = 100; } if ((moves > 35) && (moves < 46)) { bonusm = 50; } if (moves > 45) { bonusm = 0; } timeleft = Math.floor(time / 4); _root.timeb = timeleft * 10; collectedb = 100 * correct; _root.bonus = (collectedb + bonusm) + timeb; _root.levelreport = ("Level " + level) + " completed"; attachMovie("congrats", "congrats", 200); congrats._x = 310; congrats._y = 200;
Frame 85
if (go == 1) { gotoAndPlay (63); }
Frame 86
gotoAndPlay (85);
Frame 87
function reset() { i = 0; while (i < 33) { removeMovieClip("pipe" + i); removeMovieClip("c" + i); i++; } _root.level = 0; _root.score = 0; removeMovieClip("gclip"); gotoAndPlay (63); } _root.tellplayer = "FINAL SCORE: " + score; attachMovie("GAMEOVERCLIP", "gclip", 1000); gclip._x = 310; gclip._y = 200; trace("GAME OVER");
Frame 90
stop();
Frame 91
i = 0; while (i < 33) { removeMovieClip("c" + i); removeMovieClip("pipe" + i); i++; } stop();
Symbol 6 MovieClip Frame 1
_root.stop(); PercentLoaded = Math.floor((_root.getBytesLoaded() / _root.getBytesTotal()) * 100); if (PercentLoaded != 100) { setProperty(bar, _xscale , PercentLoaded); } else { _root.play(); }
Symbol 6 MovieClip Frame 2
gotoAndPlay (1);
Symbol 19 MovieClip Frame 1
stop();
Symbol 23 Button
on (release) { if ((_root.use == 1) && (pipe.r == 0)) { _root.turnsound.start(0, 0); dirn = pipe.dir; _root.moves++; dirn++; if (dirn == 5) { dirn = 1; } pipe.dir = dirn; pipe.r = 2; } }
Symbol 24 MovieClip [pipeshell] Frame 1
Instance of Symbol 19 MovieClip "pipe" in Symbol 24 MovieClip [pipeshell] Frame 1
onClipEvent (load) { r = 0; dir = random(4) + 1; if (dir == 1) { this._rotation = 0; } else if (dir == 2) { this._rotation = 90; } else if (dir == 3) { this._rotation = 180; } else if (dir == 4) { this._rotation = 270; } } onClipEvent (enterFrame) { if (r == 2) { step = 6; r = 1; } if ((r == 1) && (step > 0)) { this._rotation = this._rotation + 15; step--; } if (step == 0) { r = 0; } }
Symbol 47 Button
on (release) { _root.go = 1; }
Symbol 48 MovieClip [congrats] Frame 33
stop();
Symbol 56 Button
on (release) { _root.gomain(); }
Symbol 60 Button
on (press) { _root.reset(); }
Symbol 71 Button
on (release) { sendHighscore(); }
Symbol 79 MovieClip [highscore_entry] Frame 1
function sendHighscore() { submitURL = (((("http://www.terrypaton.com/highscores/testScore.php?game=" + _root.gameName) + "&score=") + _root.score) + "&name=") + typeYourName; trace(submitURL); loadVariablesNum (submitURL, 0, "GET"); this.gotoAndPlay("loadingResult"); } typeYourName = "type your name"; _root.yourPos = undefined; var keyListener:Object = new Object(); keyListener.onKeyDown = function () { if (!(Key.getCode() === 13)) { } else if (typeYourName != "type your name") { trace("enter pressed"); sendHighscore(); } }; Key.addListener(keyListener);
Symbol 79 MovieClip [highscore_entry] Frame 5
stop();
Symbol 79 MovieClip [highscore_entry] Frame 10
if (_root.yourPos == undefined) { this.gotoAndPlay(8); } else if (_root.yourPos != "none") { this.gotoAndPlay("showHighscoreResult"); } else { this.gotoAndPlay("noResult"); }
Symbol 79 MovieClip [highscore_entry] Frame 11
stop();
Symbol 79 MovieClip [highscore_entry] Frame 15
stop();
Symbol 79 MovieClip [highscore_entry] Frame 20
stop();
Symbol 81 MovieClip [GAMEOVERCLIP] Frame 25
stop();
Symbol 84 MovieClip Frame 9
stop();
Symbol 86 MovieClip Frame 9
stop();
Symbol 87 MovieClip [right] Frame 1
stop();
Symbol 92 Button
on (press) { getURL ("mailto:terrypaton1@bigpond.com?subject=Plumber 1", "_blank"); }
Symbol 94 MovieClip Frame 1
stop();
Symbol 100 MovieClip Frame 1
_root.stop();
Symbol 100 MovieClip Frame 75
_root.play();
Instance of Symbol 114 MovieClip in Symbol 115 MovieClip Frame 1
onClipEvent (load) { this.yspeed = 4; } onClipEvent (enterFrame) { this._y = this._y + this.yspeed; this.yspeed = this.yspeed * 1.1; this._yscale = this._yscale + 1; if (this._y > 270) { this.yspeed = 4; _root.splash.start(); this._x = random(620); this._y = -random(300); this._yscale = 100; } }
Symbol 125 Button
on (release) { gotoAndPlay (63); }
Symbol 139 MovieClip Frame 1
stop();
Symbol 139 MovieClip Frame 24
stop();
Symbol 141 Button
on (release) { _root.flow.start(0, 3); gotoAndPlay ("pump"); handle.gotoAndPlay(2); }
Symbol 143 MovieClip Frame 260
stop();
Symbol 145 Button
on (press) { _root.gomain(); }

Library Items

Symbol 1 GraphicUsed by:2 100  Timeline
Symbol 2 MovieClipUses:1Used by:6
Symbol 3 GraphicUsed by:6
Symbol 4 FontUsed by:5
Symbol 5 EditableTextUses:4Used by:6
Symbol 6 MovieClipUses:2 3 5Used by:Timeline
Symbol 7 FontUsed by:8
Symbol 8 EditableTextUses:7Used by:94
Symbol 9 SoundUsed by:94 139
Symbol 10 Sound [turn]Used by:94
Symbol 11 Sound [underwater]Used by:94  Timeline
Symbol 12 Sound [drop]Used by:94
Symbol 13 GraphicUsed by:14 108 109 110 111 112
Symbol 14 MovieClipUses:13Used by:19
Symbol 15 GraphicUsed by:16 108 109 110 111 112
Symbol 16 MovieClipUses:15Used by:19 126
Symbol 17 GraphicUsed by:18 108 110 111 112
Symbol 18 MovieClipUses:17Used by:19 126
Symbol 19 MovieClipUses:14 16 18Used by:24
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:20Used by:23
Symbol 22 GraphicUsed by:23
Symbol 23 ButtonUses:21 22Used by:24
Symbol 24 MovieClip [pipeshell]Uses:19 23Used by:94  Timeline
Symbol 25 GraphicUsed by:48
Symbol 26 BitmapUsed by:27
Symbol 27 GraphicUses:26Used by:48 81
Symbol 28 FontUsed by:29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 51 52 53 54 55 57 58 116 117 119 120 123 124 127 128 129 130 131 132 135 142 146 147
Symbol 29 EditableTextUses:28Used by:48
Symbol 30 TextUses:28Used by:48
Symbol 31 TextUses:28Used by:48
Symbol 32 TextUses:28Used by:48
Symbol 33 TextUses:28Used by:48
Symbol 34 EditableTextUses:28Used by:48
Symbol 35 EditableTextUses:28Used by:48
Symbol 36 EditableTextUses:28Used by:48
Symbol 37 TextUses:28Used by:48
Symbol 38 TextUses:28Used by:48
Symbol 39 EditableTextUses:28Used by:48
Symbol 40 EditableTextUses:28Used by:48
Symbol 41 TextUses:28Used by:48
Symbol 42 EditableTextUses:28Used by:48
Symbol 43 EditableTextUses:28Used by:48
Symbol 44 TextUses:28Used by:47
Symbol 45 TextUses:28Used by:47
Symbol 46 GraphicUsed by:47 56 125 145  Timeline
Symbol 47 ButtonUses:44 45 46Used by:48
Symbol 48 MovieClip [congrats]Uses:25 27 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 47Used by:94
Symbol 49 GraphicUsed by:50
Symbol 50 MovieClipUses:49Used by:81
Symbol 51 TextUses:28Used by:80
Symbol 52 TextUses:28Used by:80  Timeline
Symbol 53 EditableTextUses:28Used by:80
Symbol 54 TextUses:28Used by:56 145
Symbol 55 TextUses:28Used by:56 145
Symbol 56 ButtonUses:54 55 46Used by:80
Symbol 57 TextUses:28Used by:60
Symbol 58 TextUses:28Used by:60
Symbol 59 GraphicUsed by:60
Symbol 60 ButtonUses:57 58 59Used by:80
Symbol 61 GraphicUsed by:79
Symbol 62 FontUsed by:63
Symbol 63 TextUses:62Used by:79
Symbol 64 FontUsed by:65 66 78 119 120 144
Symbol 65 EditableTextUses:64Used by:79
Symbol 66 TextUses:64Used by:79
Symbol 67 FontUsed by:68 69
Symbol 68 TextUses:67Used by:71
Symbol 69 TextUses:67Used by:71
Symbol 70 GraphicUsed by:71
Symbol 71 ButtonUses:68 69 70Used by:79
Symbol 72 FontUsed by:73 74 76 77 78 119
Symbol 73 TextUses:72Used by:75
Symbol 74 TextUses:72Used by:75
Symbol 75 MovieClipUses:73 74Used by:79
Symbol 76 TextUses:72Used by:79
Symbol 77 EditableTextUses:72Used by:79
Symbol 78 TextUses:64 72Used by:79
Symbol 79 MovieClip [highscore_entry]Uses:61 63 65 66 71 75 76 77 78Used by:80  Timeline
Symbol 80 MovieClipUses:51 52 53 56 60 79Used by:81
Symbol 81 MovieClip [GAMEOVERCLIP]Uses:50 27 80Used by:94
Symbol 82 GraphicUsed by:84
Symbol 83 GraphicUsed by:84 86
Symbol 84 MovieClipUses:82 83Used by:87
Symbol 85 GraphicUsed by:86
Symbol 86 MovieClipUses:85 83Used by:87
Symbol 87 MovieClip [right]Uses:84 86Used by:94
Symbol 88 GraphicUsed by:89
Symbol 89 MovieClip [testing]Uses:88Used by:94
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:92
Symbol 92 ButtonUses:91Used by:93
Symbol 93 MovieClip [credit]Uses:92Used by:94
Symbol 94 MovieClipUses:8 9 10 11 12 24 48 81 87 89 93Used by:Timeline
Symbol 95 GraphicUsed by:100
Symbol 96 GraphicUsed by:97
Symbol 97 MovieClipUses:96Used by:100
Symbol 98 GraphicUsed by:100
Symbol 99 SoundUsed by:100
Symbol 100 MovieClipUses:1 95 97 98 99 SS1Used by:Timeline
Symbol 101 GraphicUsed by:Timeline
Symbol 102 GraphicUsed by:103
Symbol 103 MovieClipUses:102Used by:Timeline
Symbol 104 GraphicUsed by:105
Symbol 105 MovieClipUses:104Used by:106
Symbol 106 MovieClipUses:105Used by:107
Symbol 107 MovieClipUses:106Used by:Timeline
Symbol 108 MovieClipUses:13 15 17Used by:Timeline
Symbol 109 MovieClipUses:13 15Used by:Timeline
Symbol 110 MovieClipUses:13 15 17Used by:Timeline
Symbol 111 MovieClipUses:13 15 17Used by:Timeline
Symbol 112 MovieClipUses:13 15 17Used by:Timeline
Symbol 113 GraphicUsed by:114
Symbol 114 MovieClipUses:113Used by:115
Symbol 115 MovieClipUses:114Used by:Timeline
Symbol 116 TextUses:28Used by:Timeline
Symbol 117 TextUses:28Used by:121  Timeline
Symbol 118 Font
Symbol 119 TextUses:28 64 72Used by:122  Timeline
Symbol 120 TextUses:28 64Used by:122  Timeline
Symbol 121 MovieClipUses:117Used by:Timeline
Symbol 122 MovieClipUses:119 120Used by:Timeline
Symbol 123 TextUses:28Used by:125
Symbol 124 TextUses:28Used by:125
Symbol 125 ButtonUses:123 124 46Used by:Timeline
Symbol 126 MovieClipUses:18 16Used by:Timeline
Symbol 127 TextUses:28Used by:Timeline
Symbol 128 EditableTextUses:28Used by:Timeline
Symbol 129 TextUses:28Used by:Timeline
Symbol 130 EditableTextUses:28Used by:Timeline
Symbol 131 TextUses:28Used by:Timeline
Symbol 132 EditableTextUses:28Used by:Timeline
Symbol 133 GraphicUsed by:134
Symbol 134 MovieClipUses:133Used by:Timeline
Symbol 135 TextUses:28Used by:Timeline
Symbol 136 GraphicUsed by:Timeline
Symbol 137 GraphicUsed by:139
Symbol 138 GraphicUsed by:139
Symbol 139 MovieClipUses:137 138 9Used by:Timeline
Symbol 140 GraphicUsed by:141
Symbol 141 ButtonUses:140Used by:Timeline
Symbol 142 TextUses:28Used by:143
Symbol 143 MovieClipUses:142Used by:Timeline
Symbol 144 TextUses:64Used by:Timeline
Symbol 145 ButtonUses:54 55 46Used by:Timeline
Symbol 146 EditableTextUses:28Used by:Timeline
Symbol 147 TextUses:28Used by:148
Symbol 148 MovieClipUses:147Used by:Timeline
Streaming Sound 1Used by:Symbol 100 MovieClip

Instance Names

"timer"Frame 63Symbol 134 MovieClip
"handle"Frame 63Symbol 139 MovieClip
"bar"Symbol 6 MovieClip Frame 1Symbol 2 MovieClip
"pipe"Symbol 24 MovieClip [pipeshell] Frame 1Symbol 19 MovieClip
"nameEntry"Symbol 79 MovieClip [highscore_entry] Frame 1Symbol 65 EditableText
"nameEntry"Symbol 79 MovieClip [highscore_entry] Frame 11Symbol 77 EditableText

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.
Protect (24)Timeline Frame 10 bytes ""
ExportAssets (56)Timeline Frame 2Symbol 10 as "turn"
ExportAssets (56)Timeline Frame 2Symbol 11 as "underwater"
ExportAssets (56)Timeline Frame 2Symbol 12 as "drop"
ExportAssets (56)Timeline Frame 2Symbol 24 as "pipeshell"
ExportAssets (56)Timeline Frame 2Symbol 48 as "congrats"
ExportAssets (56)Timeline Frame 2Symbol 79 as "highscore_entry"
ExportAssets (56)Timeline Frame 2Symbol 81 as "GAMEOVERCLIP"
ExportAssets (56)Timeline Frame 2Symbol 87 as "right"
ExportAssets (56)Timeline Frame 2Symbol 89 as "testing"
ExportAssets (56)Timeline Frame 2Symbol 93 as "credit"
Tag 0x0FF (255)Timeline Frame 11 bytes "."

Labels

"pump"Frame 73
"yay"Frame 84
"GAMEOVER"Frame 87
"loadingResult"Symbol 79 MovieClip [highscore_entry] Frame 6
"showHighscoreResult"Symbol 79 MovieClip [highscore_entry] Frame 11
"noResult"Symbol 79 MovieClip [highscore_entry] Frame 16

Dynamic Text Variables

PercentLoadedSymbol 5 EditableText"000"
_root.levelreportSymbol 29 EditableText"<p align="center"><font face="SF Automaton" size="18" color="#990000" letterSpacing="2.000000" kerning="0">Level &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;completed</font></p>"
_root.movesSymbol 34 EditableText"0"
_root.correctSymbol 35 EditableText"0"
_root.bonusSymbol 36 EditableText"0"
_root.bonusmSymbol 39 EditableText"0"
_root.collectedbSymbol 40 EditableText"0"
_root.timeleftSymbol 42 EditableText"0"
_root.timebSymbol 43 EditableText"00000"
_root.scoreSymbol 53 EditableText"<p align="center"><font face="SF Automaton" size="36" color="#990000" letterSpacing="2.000000" kerning="0">0</font></p>"
typeYourNameSymbol 65 EditableText"type your name"
_root.yourPosSymbol 77 EditableText"99"
levelSymbol 128 EditableText"<p align="left"><font face="SF Automaton" size="24" color="#000000" letterSpacing="1.000000" kerning="0">0</font></p>"
movesSymbol 130 EditableText"<p align="left"><font face="SF Automaton" size="24" color="#000000" letterSpacing="1.000000" kerning="0">0</font></p>"
_root.scoreSymbol 132 EditableText"<p align="left"><font face="SF Automaton" size="24" color="#000000" letterSpacing="1.000000" kerning="0">000000</font></p>"
_root.scoreSymbol 146 EditableText"<p align="center"><font face="SF Automaton" size="46" color="#990000" letterSpacing="2.000000" kerning="0">0</font></p>"




http://swfchan.com/9/42100/info.shtml
Created: 10/5 -2019 02:14:53 Last modified: 10/5 -2019 02:14:53 Server time: 12/05 -2024 22:01:26