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

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

Worm Race.swf

This is the info page for
Flash #24239

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


Text
T H E   W O R M   R A C E

C l i c k   h e r e   f o r   m o r e

S T A R T

B e t i n g   o n   W o r m   r a c e   i s   n o t   o n l y   f u n ,   i t ' s
a l s o   a   l o t   o f   m o n e y . . .
A l l   y o u   h a v e   t o   d o   i s   t o   p i c k   y o u r   w o r m ,
( y o u   c a n   s e e   i t s   c h a n c e s   t o   w i n     p l a c e
y o u r   b e t ,   a n d   h o p e   i t   w i l l   w i n .
Y o u   c a n   u s e   t h e   s e r v i c e s   o f   t h e   b l a c k
m a r k e t   s t o r e   t o   g i v e   y o u r   w o r m
a d v a n t a g e .   Y o u   c a n   a l s o   g e t   a   l o a n ,   i f
y o u r   o u t   o f   c a s h ,   b u t   w h a t e v e r   y o u   d o ,
d o n t   g e t   w i t h o u t   c a s h . . .

B a c k

P i c k   y o u r   w o r m

$

5 0

1 0 0

2 0 0

B L A C K
M A R K E T

N E E D   S O M E
C A S H ? ?

P l a c e   y o u r   b e t

2 5

Y o u r   w o r m   i s   t h e   w i n n e r

Y o u   w o n :

$

S U B M I T

C o n t i n u e

Y o u r   W o r m   h a s   l o s t
t h e   r a c e !

N e e d   a   l i t t l e   p u s h ?
J u s t   a   l i t t l e   s h o t   t o   y o u r
w o r m ,   M a k e   i t   g o   f a s t e r .

P r i c e :   1 5 0 $

P i c k   t h e   i t e m   y o u
w a n t   t o   b u y

P r i c e :   3 5 0 $

L o o k s   l i k e   t h e r e ' s   n o
c h a n c e ?   I   c a n   a l l w a y s
g o   t a l k   t o   t h e   j u d g e !

O n e   o f   t h e   o t h e r
w o r m s   p i s s e s   y o u   o f f ?   I m
n o t   s u r e   w h a t s   i n   t h a t
c o o k e y ,   b u t   b e   s u r e
i t s   n a s t y ! ! !

P r i c e :   1 0 0 $

B A C K

S e l e c t   t h e   w o r m   y o u
w a n t   t o   p o i s e n

H o w   m u c h   d o
y o u   n e e d ?

1 5 0 $

4 5 0 $

1 0 0 0 $

L o a n

D e b t   ( 5   r o u n d s )

1 0 0 $

2 5 0 $

5 0 0 $

G u e s s   w h a t ?   I t s
p a y   d a y ,   a n d   y o u ' r e
o u t   o f   m o n e y

R e s t a r t

ActionScript [AS1/AS2]

Frame 1
cash = 500; stop(); debt = 0;
Frame 5
j = false; if (cash < 0) { gotoAndPlay (16); } if (cash > 0) { if (debt > 0) { dc = dc + 1; if (dc > 4) { cash = cash - debt; debt = 0; dc = 0; } } } stop(); if (cash <= 0) { gotoAndPlay (15); } if (cash > 0) { worm1s = random(4) + 5; if (worm1s < 6) { chance1 = "very bad"; double1 = 4; } if ((worm1s > 5) and (worm1s < 7)) { b = random(2); worm1s = worm1s + b; chance1 = "bad"; double1 = 3; } if ((worm1s > 6) and (worm1s < 8)) { chance1 = "good"; double1 = 2; } if (worm1s > 7) { b = random(2); worm1s = worm1s - b; chance1 = "very good"; double1 = 1.25; } worm2s = random(4) + 5; if (worm2s < 6) { chance2 = "very bad"; double2 = 4; } if ((worm2s > 5) and (worm2s < 7)) { b = random(2); worm2s = worm2s + b; chance2 = "bad"; double2 = 3; } if ((worm2s > 6) and (worm2s < 8)) { chance2 = "good"; double2 = 2; } if (worm2s > 7) { b = random(2); worm2s = worm2s - b; chance2 = "very good"; double2 = 1.25; } worm3s = random(4) + 5; if (worm3s < 6) { chance3 = "very bad"; double3 = 4; } if ((worm3s > 5) and (worm3s < 7)) { b = random(2); worm3s = worm3s + b; chance3 = "bad"; double3 = 3; } if ((worm3s > 6) and (worm3s < 8)) { chance3 = "good"; double3 = 2; } if (worm3s > 7) { b = random(2); worm1s = worm1s - b; chance3 = "very good"; double3 = 1.25; } worm4s = random(4) + 5; if (worm4s < 6) { chance4 = "very bad"; double4 = 4; } if ((worm4s > 5) and (worm4s < 7)) { b = random(2); worm4s = worm4s + b; chance4 = "bad"; double4 = 3; } if ((worm4s > 6) and (worm4s < 8)) { chance4 = "good"; double4 = 2; } if (worm4s > 7) { b = random(2); worm1s = worm1s - b; chance4 = "very good"; double4 = 1.25; } } s = 0;
Frame 6
stop();
Frame 7
if (s < 2) { worm1.onEnterFrame = function () { with (worm1) { i = random(4) - 2; _x = _x + (random(worm1s) + i); if (worm1.hittest(fend)) { wwiner = 1; s = 2; } } }; } worm2.onEnterFrame = function () { with (worm2) { i = random(4) - 2; _x = _x + (random(worm2s) + i); if (worm2.hittest(fend)) { wwiner = 2; s = 2; } } }; worm3.onEnterFrame = function () { with (worm3) { i = random(4) - 2; _x = _x + (random(worm3s) + i); if (worm3.hittest(fend)) { wwiner = 3; s = 2; } } }; worm4.onEnterFrame = function () { with (worm4) { i = random(4) - 2; _x = _x + (random(worm4s) + i); if (worm4.hittest(fend)) { wwiner = 4; s = 2; } } }; if (s >= 2) { if (wwiner == wbet) { gotoAndPlay (9); } if (wwiner != wbet) { gotoAndPlay (10); } }
Frame 8
gotoAndPlay (7);
Frame 9
stop(); wincash = bet * double; cash = cash + wincash;
Frame 10
if (j) { if (random(2) < 1) { gotoAndPlay (9); } } stop();
Frame 11
stop();
Frame 12
stop();
Frame 13
stop();
Frame 14
stop();
Frame 15
stop();
Symbol 4 Button
on (release) { getURL ("http://www.synergyforums.com/forum/arcade_image.php", "_blank"); }
Symbol 8 Button
on (release) { gotoAndPlay (5); }
Symbol 12 MovieClip Frame 1
if (this.sessionstarted != 1) { this.arcade = new LoadVars(); this.sessionvars = new LoadVars(); this.arcade.gamename = "wormrace"; this.arcade.sessdo = "sessionstart"; this.arcade.sendAndLoad("arcade.php", sessionvars, "POST"); if (this.sessionvars.sessiontype != 2) { _root.is_a_challenge = 0; } else { _root.is_a_challenge = 1; } this.sessionstarted = 1; } if (_root.gameover == 1) { if ((this.askpermission != 1) && (this.sessionvars.connStatus == 1)) { this.prequestvars = new LoadVars(); this.pranswer = new LoadVars(); this.prequestvars.gametime = this.sessionvars.gametime; this.prequestvars.fakekey = this.sessionvars.initbar; _root.score = int(Number(_root.cash)); if (_root.score != 0) { this.prequestvars.score = _root.score; } else { this.prequestvars.score = -1; } this.prequestvars.id = this.sessionvars.lastid; this.prequestvars.sessdo = "permrequest"; this.prequestvars.note = (this.prequestvars.id * this.prequestvars.score) * this.prequestvars.fakekey; this.prequestvars.sendAndLoad("./arcade.php", this.pranswer, "POST"); this.askpermission = 1; } if ((this.pranswer.validate == 1) && (this.finalsent != 1)) { this.burnscore = new LoadVars(); this.burnscore.microone = this.pranswer.microone; this.burnscore.gametime = this.prequestvars.gametime; this.burnscore.id = this.prequestvars.id; if (_root.score == 0) { this.burnscore.noscore = 1; } this.burnscore.sessdo = "burn"; this.burnscore.send("./arcade.php", "_self", "POST"); this.finalsent = 1; } }
Symbol 14 Button
on (release) { getURL ("http://www.synergyforums.com/forum/arcade_image.php", "_blank"); }
Symbol 20 Button
on (release) { gotoAndPlay (5); }
Symbol 24 Button
on (release) { getURL ("http://www.synergyforums.com/forum/arcade_image.php", "_blank"); }
Symbol 26 Button
on (release) { wbet = 1; double = double1; gotoAndPlay (6); }
Symbol 30 Button
on (release) { wbet = 2; double = double2; gotoAndPlay (6); }
Symbol 33 Button
on (release) { gotoAndPlay (5); }
Symbol 34 Button
on (release) { wbet = 3; double = double3; gotoAndPlay (6); }
Symbol 38 Button
on (release) { wbet = 4; double = double4; gotoAndPlay (6); }
Symbol 46 Button
on (release) { if ((cash - 50) < 0) { bet = cash; cash = 0; } if ((cash - 50) >= 0) { cash = cash - 50; bet = 50; } gotoAndPlay (7); }
Symbol 50 Button
on (release) { wbet = 1; double = double1; gotoAndPlay (6); }
Symbol 51 Button
on (release) { if ((cash - 100) < 0) { bet = cash; cash = 0; } if ((cash - 100) >= 0) { cash = cash - 100; bet = 100; } gotoAndPlay (7); }
Symbol 54 Button
on (release) { wbet = 2; double = double2; gotoAndPlay (6); }
Symbol 55 Button
on (release) { if ((cash - 200) < 0) { bet = cash; cash = 0; } if ((cash - 200) >= 0) { cash = cash - 200; bet = 200; } gotoAndPlay (7); }
Symbol 58 Button
on (release) { gotoAndPlay (12); }
Symbol 61 Button
on (release) { wbet = 3; double = double3; gotoAndPlay (6); }
Symbol 62 Button
on (release) { if (debt < 1) { gotoAndPlay (14); } }
Symbol 66 Button
on (release) { wbet = 4; double = double4; gotoAndPlay (6); }
Symbol 69 Button
on (release) { if ((cash - 25) < 0) { bet = cash; cash = 0; } if ((cash - 25) >= 0) { cash = cash - 25; bet = 25; } gotoAndPlay (7); }
Symbol 75 Button
on (release) { if ((cash - 50) < 0) { bet = cash; cash = 0; } if ((cash - 50) >= 0) { cash = cash - 50; bet = 50; } gotoAndPlay (7); }
Symbol 81 Button
on (release) { if ((cash - 100) < 0) { bet = cash; cash = 0; } if ((cash - 100) >= 0) { cash = cash - 100; bet = 100; } gotoAndPlay (7); }
Symbol 90 Button
on (release) { if ((cash - 200) < 0) { bet = cash; cash = 0; } if ((cash - 200) >= 0) { cash = cash - 200; bet = 200; } gotoAndPlay (7); }
Symbol 93 Button
on (release) { gotoAndPlay (12); }
Symbol 94 Button
on (release) { if (debt < 1) { gotoAndPlay (14); } }
Symbol 95 Button
on (release) { if ((cash - 25) < 0) { bet = cash; cash = 0; } if ((cash - 25) >= 0) { cash = cash - 25; bet = 25; } gotoAndPlay (7); }
Symbol 102 Button
on (release) { _root.gameover = 1; }
Symbol 107 Button
on (release) { gotoAndPlay (5); }
Symbol 112 Button
on (release) { _root.gameover = 1; }
Symbol 114 Button
on (release) { _root.gameover = 1; }
Symbol 116 Button
on (release) { if ((cash - 50) < 0) { bet = cash; cash = 0; } if ((cash - 50) >= 0) { cash = cash - 50; bet = 50; } gotoAndPlay (7); }
Symbol 117 Button
on (release) { if ((cash - 100) < 0) { bet = cash; cash = 0; } if ((cash - 100) >= 0) { cash = cash - 100; bet = 100; } gotoAndPlay (7); }
Symbol 118 Button
on (release) { if ((cash - 200) < 0) { bet = cash; cash = 0; } if ((cash - 200) >= 0) { cash = cash - 200; bet = 200; } gotoAndPlay (7); }
Symbol 119 Button
on (release) { _root.gameover = 1; }
Symbol 122 Button
on (release) { if ((cash - 25) < 0) { bet = cash; cash = 0; } if ((cash - 25) >= 0) { cash = cash - 25; bet = 25; } gotoAndPlay (7); }
Symbol 130 Button
on (release) { if ((cash - 50) < 0) { bet = cash; cash = 0; } if ((cash - 50) >= 0) { cash = cash - 50; bet = 50; } gotoAndPlay (7); }
Symbol 131 Button
on (release) { if (cash > 150) { cash = cash - 150; if (wbet < 2) { worm1s = worm1s + 1; } if ((wbet > 1) and (wbet < 3)) { worm2s = worm2s + 1; } if ((wbet > 2) and (wbet < 4)) { worm3s = worm3s + 1; } if (wbet > 3) { worm4s = worm4s + 1; } gotoAndPlay (11); } }
Symbol 136 Button
on (release) { if ((cash - 100) < 0) { bet = cash; cash = 0; } if ((cash - 100) >= 0) { cash = cash - 100; bet = 100; } gotoAndPlay (7); }
Symbol 138 Button
on (release) { if ((cash - 200) < 0) { bet = cash; cash = 0; } if ((cash - 200) >= 0) { cash = cash - 200; bet = 200; } gotoAndPlay (7); }
Symbol 139 Button
on (release) { if (cash > 350) { cash = cash - 350; J = true; gotoAndPlay (11); } }
Symbol 144 Button
on (release) { if (cash > 100) { cash = cash - 100; gotoAndPlay (13); } }
Symbol 149 Button
on (release) { if ((cash - 25) < 0) { bet = cash; cash = 0; } if ((cash - 25) >= 0) { cash = cash - 25; bet = 25; } gotoAndPlay (7); }
Symbol 150 Button
on (release) { gotoAndPlay (6); }
Symbol 155 Button
on (release) { if (cash > 150) { cash = cash - 150; if (wbet < 2) { worm1s = worm1s + 1; } if ((wbet > 1) and (wbet < 3)) { worm2s = worm2s + 1; } if ((wbet > 2) and (wbet < 4)) { worm3s = worm3s + 1; } if (wbet > 3) { worm4s = worm4s + 1; } gotoAndPlay (11); } }
Symbol 157 Button
on (release) { worm1s = worm1s - 1; gotoAndPlay (11); }
Symbol 159 Button
on (release) { worm2s = worm2s - 1; gotoAndPlay (11); }
Symbol 160 Button
on (release) { if (cash > 350) { cash = cash - 350; J = true; gotoAndPlay (11); } }
Symbol 161 Button
on (release) { worm3s = worm3s - 1; gotoAndPlay (11); }
Symbol 164 Button
on (release) { worm4s = worm4s - 1; gotoAndPlay (11); }
Symbol 166 Button
on (release) { if (cash > 100) { cash = cash - 100; gotoAndPlay (13); } }
Symbol 167 Button
on (release) { gotoAndPlay (6); }
Symbol 173 Button
on (release) { worm1s = worm1s - 1; gotoAndPlay (11); }
Symbol 176 Button
on (release) { worm2s = worm2s - 1; gotoAndPlay (11); }
Symbol 177 Button
on (release) { gotoAndPlay (6); }
Symbol 178 Button
on (release) { worm3s = worm3s - 1; gotoAndPlay (11); }
Symbol 179 Button
on (release) { debt = 150; cash = cash + 100; gotoAndPlay (11); }
Symbol 183 Button
on (release) { worm4s = worm4s - 1; gotoAndPlay (11); }
Symbol 184 Button
on (release) { debt = 450; cash = cash + 250; gotoAndPlay (11); }
Symbol 187 Button
on (release) { debt = 1000; cash = cash + 500; gotoAndPlay (11); }
Symbol 192 Button
on (release) { gotoAndPlay (1); }
Symbol 199 Button
on (release) { gotoAndPlay (6); }
Symbol 200 Button
on (release) { debt = 150; cash = cash + 100; gotoAndPlay (11); }
Symbol 201 Button
on (release) { debt = 450; cash = cash + 250; gotoAndPlay (11); }
Symbol 202 Button
on (release) { debt = 1000; cash = cash + 500; gotoAndPlay (11); }

Library Items

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

Instance Names

"fend"Frame 5Symbol 22 MovieClip
"worm1"Frame 7Symbol 71 MovieClip
"worm2"Frame 7Symbol 76 MovieClip
"worm3"Frame 7Symbol 82 MovieClip
"worm4"Frame 7Symbol 86 MovieClip

Dynamic Text Variables

cashSymbol 43 EditableText""
cashSymbol 68 EditableText""
cashSymbol 92 EditableText""
cashSymbol 98 EditableText""
wincashSymbol 105 EditableText""
cashSymbol 110 EditableText""
cashSymbol 121 EditableText""
cashSymbol 124 EditableText""
cashSymbol 129 EditableText""
cashSymbol 154 EditableText""




http://swfchan.com/5/24239/info.shtml
Created: 11/8 -2019 20:48:39 Last modified: 11/8 -2019 20:48:39 Server time: 30/04 -2024 11:39:12