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

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

DBA Jam.swf

This is the info page for
Flash #58411

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


Text
DBA

LEFT

CREATED BY:

NO VIOLATIONS, JUST YOU, THE BALL
AND YOUR GIRL OPPONENT. YOU CAN SET
QUARTERS AND TIME. USING ARROW
KEYS, MOVE YOUR PLAYER AROUND AND
STEAL BY USING DECIMAL POINT "." AND
SHOOT BY USING ZER0 "0" IN THE
NUMPAD. GO TURBO W/ NUMBER TWO "2".

<P ALIGN="LEFT"><FONT FACE="_sans" SIZE="12" COLOR="#0099CC"><A HREF="http://grupzer0.bravehost.com" target = "_blank"><B><I>creek23 / grupzer0</I></B></A></FONT></P>

created by creek23
of

<P ALIGN="CENTER"><FONT FACE="Arial" SIZE="24" COLOR="#009900"><A HREF="http://grupzer0.bravehost.com" target = "_blank"><B>grupzer0</B></A></FONT></P>

Dudesville Basketball Association (DBA) Jam is
a game created by a fan and supposedly to be
submitted at www.techdeckdude.com as
additional game for other visitors.
This game was not designed for commercial
purposes. The creator of this game doesn't have
any benefit taken other than appreciations fron
www.newgrounds.com and/or
grupzer0.bravehost.com visitors.

for comments or suggestions:
email creek23 at
creek23grupzer0@yahoo.com
or grupzer0 at
grupzer0@yahoo.com

ActionScript [AS1/AS2]

Frame 1
move = 10; movenem = 13; var hold; var s = 0; var m = 2; var q = 4; var score = 0; var scorenem = 0; ball.stop(); fscommand ("showmenu", false); fscommand ("fullscreen", true); Stage.showMenu = false; mp3 = new Sound(); mp3.attachSound("mp3"); boing = new Sound(); boing.attachSound("boing"); shut = new Sound(); shut.attachSound("shut"); stop();
Frame 2
hold = 6; dnk = 0; stop();
Instance of Symbol 37 MovieClip "mj" in Frame 2
onClipEvent (load) { goTurbo = 20; stop(); } onClipEvent (keyDown) { if ((_root.a ne 100) or (_root.b ne 100)) { switch (Key.getCode()) { case 37 : _root.a = 1; break; case 39 : _root.a = 2; break; case 38 : _root.b = 1; break; case 40 : _root.b = 2; } } } onClipEvent (keyUp) { if ((_root.a ne 100) or (_root.b ne 100)) { switch (Key.getCode()) { case 37 : _root.a = 0; break; case 39 : _root.a = 0; break; case 38 : _root.b = 0; break; case 40 : _root.b = 0; } } } onClipEvent (enterFrame) { switch (_root.a) { case 1 : if (_root.mj._x >= 45) { _root.mj._x = _root.mj._x - _root.move; } if ((_root.mj._currentframe >= 6) && (_root.mj._currentframe < 10)) { _root.mj.nextFrame(); _root.mj.stop(); } else { _root.mj.gotoAndStop(6); } _root.dire = 1; break; case 2 : if (_root.mj._x <= 740) { _root.mj._x = _root.mj._x + _root.move; } if ((_root.mj._currentframe >= 1) && (_root.mj._currentframe < 5)) { _root.mj.nextFrame(); _root.mj.stop(); } else { _root.mj.gotoAndStop(1); } _root.dire = 0; } switch (_root.b) { case 1 : if (_root.mj._y >= 165) { _root.mj._y = _root.mj._y - _root.move; } if (_root.dire == 1) { if ((_root.mj._currentframe >= 6) && (_root.mj._currentframe < 10)) { _root.mj.nextFrame(); _root.mj.stop(); } else { _root.mj.gotoAndStop(6); } } else if ((_root.mj._currentframe >= 1) && (_root.mj._currentframe < 5)) { _root.mj.nextFrame(); _root.mj.stop(); } else { _root.mj.gotoAndStop(1); } break; case 2 : if (_root.mj._y <= 520) { _root.mj._y = _root.mj._y + _root.move; } if (_root.dire == 1) { if ((_root.mj._currentframe >= 6) && (_root.mj._currentframe < 10)) { _root.mj.nextFrame(); _root.mj.stop(); } else { _root.mj.gotoAndStop(6); } } else if ((_root.mj._currentframe >= 1) && (_root.mj._currentframe < 5)) { _root.mj.nextFrame(); _root.mj.stop(); } else { _root.mj.gotoAndStop(1); } } } onClipEvent (enterFrame) { if (((_root.hold == 5) && (_root.a != 100)) && (_root.b != 100)) { if (_root.ball._x >= this._x) { this._x = this._x + _root.movenem; } else if (_root.ball._x < this._x) { this._x = this._x - _root.movenem; } if (_root.ball._y >= this._y) { this._y = this._y + _root.movenem; } else if (_root.ball._y < this._y) { this._y = this._y - _root.movenem; } } }
Instance of Symbol 40 MovieClip "cza" in Frame 2
onClipEvent (load) { boolR = false; } onClipEvent (enterFrame) { if ((_root.a ne 100) or (_root.b ne 100)) { if (_root.hold eq 1) { if (_root.mj._y > (this._y + 10)) { this.swapDepths(1); this.swapDepths(_root.mj); this._y = this._y + Math.floor(_root.movenem / 1.5); } else if (_root.mj._y < (this._y - 10)) { _root.mj.swapDepths(1); _root.mj.swapDepths(this); this._y = this._y - Math.floor(_root.movenem / 1.5); } if (this._x > (_root.mj._x + 25)) { this._x = this._x - _root.movenem; if (this.hitTest(_root.mj) and ((random(7) + 1) eq 1)) { _root.hold = 0; _root.boing.start(0, 1); } } else { this._x = this._x + _root.movenem; } } else if (_root.hold eq 0) { if (_root.mj._y > this._y) { this.swapDepths(1); this.swapDepths(_root.mj); if (this._y >= 220) { this._y = this._y - _root.movenem; } } else if (_root.mj._y < this._y) { _root.mj.swapDepths(1); _root.mj.swapDepths(this); if (this._y <= 500) { this._y = this._y + _root.movenem; } } if (this._x > 85) { this._x = this._x - _root.movenem; if (boolR) { this.gotoAndPlay("faceLeft"); } } if ((random(30) eq 1) and (this._x <= 400)) { if (this._x >= 300) { _root.scoring = 3; _root.chance = 5; } else if (this._x <= 150) { _root.scoring = 2; _root.chance = 1; } else if ((this._x < 150) && (this._x >= 300)) { _root.scoring = 2; _root.chance = 2; } _root.d = this._x - 75; _root.e = 0; _root.hold = 4; _root.f = 0; if (this._y <= 320) { _root.g = 320 - this._y; } else { _root.g = this._y; } _root.shut.start(0, 1); _root.ball.gotoAndPlay(6); } else if (this._x < 85) { if (this._x >= 300) { _root.scoring = 3; _root.chance = 5; } else if (this._x <= 150) { _root.scoring = 2; _root.chance = 1; } else if ((this._x < 150) && (this._x >= 300)) { _root.scoring = 2; _root.chance = 2; } _root.d = this._x - 75; _root.e = 0; _root.hold = 4; _root.f = 0; if (this._y <= 320) { _root.g = 320 - this._y; } else { _root.g = this._y; } _root.shut.start(0, 1); _root.ball.gotoAndPlay(6); } } else if (((_root.hold eq 3) or (_root.hold eq 6)) or (_root.hold eq 2)) { if (_root.ball._x >= this._x) { this._x = this._x + _root.movenem; if (boolR eq false) { this.gotoAndPlay("faceRight"); } } else if (_root.ball._x < this._x) { this._x = this._x - _root.movenem; } if (_root.ball._y >= this._y) { this._y = this._y + _root.movenem; } else if (_root.ball._y < this._y) { this._y = this._y - _root.movenem; } } } }
Instance of Symbol 47 MovieClip "ball" in Frame 2
onClipEvent (load) { swapDepths(9); } onClipEvent (enterFrame) { if ((_root.a ne 100) or (_root.b ne 100)) { if (_root.hold eq 1) { this._x = _root.mj._x; this._y = _root.mj._y; } else if (_root.hold eq 0) { this._x = _root.cza._x; this._y = _root.cza._y; } else if (_root.hold eq 3) { if (_root.cza.hitTest(this)) { _root.hold = 0; } } else if (_root.hold eq 5) { if (_root.mj.hitTest(this)) { _root.hold = 1; } } else if (_root.hold eq 6) { if (_root.mj.hitTest(this)) { _root.hold = 1; } if (_root.cza.hitTest(this)) { _root.hold = 0; } } } } onClipEvent (keyDown) { if ((_root.a ne 100) or (_root.b ne 100)) { switch (Key.getCode()) { case 110 : if (_root.mj.hitTest(_root.cza) and ((random(15) + 1) eq 1)) { _root.hold = 1; _root.boing.start(0, 1); } break; case 98 : if (_root.mj.goTurbo > 0) { _root.mj.goTurbo = _root.mj.goTurbo - 3; _root.move = _root.move + 2; } break; case 96 : if (_root.hold ne 1) { break; } if (this._x <= 500) { _root.scoring = 3; _root.chance = 5; } else if (this._x >= 650) { _root.scoring = 2; _root.chance = 1; } else if ((this._x < 650) and (this._x >= 500)) { _root.scoring = 2; _root.chance = 2; } _root.d = 740 - _root.mj._x; _root.e = 0; _root.hold = 2; _root.f = 0; if (_root.mj._y <= 320) { _root.g = 320 - _root.mj._y; } else { _root.g = _root.mj._y; } _root.shut.start(0, 1); gotoAndPlay (6); } } }
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (enterFrame) { if ((this.hitTest(_root.mj) && (_root.hold == 2)) && (_root.dnk == 0)) { stopAllSounds(); _root.chance = random(3) + 1; if (_root.chance == 1) { _root.dunk.play(); } else if (_root.chance == 2) { _root.dunk.gotoAndPlay(15); } else if (_root.chance == 3) { _root.dunk.gotoAndPlay(28); } _root.scoring = 2; _root.chance = 1; _root.dnk = 1; } }
Instance of Symbol 136 MovieClip "dunk" in Frame 2
onClipEvent (load) { swapDepths(10); }
Instance of Symbol 57 MovieClip in Frame 2
onClipEvent (enterFrame) { if ((this.hitTest(_root.cza) && (_root.hold == 4)) && (_root.dnk == 0)) { stopAllSounds(); _root.chance = random(3) + 1; if (_root.chance == 1) { _root.dunk.gotoAndPlay(41); } else if (_root.chance == 2) { _root.dunk.gotoAndPlay(54); } else if (_root.chance == 3) { _root.dunk.gotoAndPlay(67); } _root.scoring = 2; _root.chance = 1; _root.dnk = 1; } }
Frame 3
if (q > 0) { if (q eq 1) { winner = "THIRD"; } else if (q eq 2) { winner = "SECOND"; } else if (q eq 3) { winner = "FIRST"; } q--; stop(); } else if (q le 0) { play(); } removeMovieClip(cza); removeMovieClip(mj); removeMovieClip(dunk); removeMovieClip(ball); stopAllSounds();
Frame 4
if (score > scorenem) { winner = "DUDE"; } else { winner = "CZA"; } stop();
Symbol 14 Button
on (press, keyPress "p") { if (q eq 3) { scorenem = 20; score = 13; } else if (q eq 2) { scorenem = 45; score = 18; } else if (q eq 1) { scorenem = 70; score = 40; } scorenem = scorenem + (3 * m); score = score + m; tm = m; ts = s; q--; play(); }
Symbol 16 Button
on (press) { if (m < 12) { if (s >= 30) { m = m + 1; s = 0; } else { s = s + 30; } } }
Symbol 18 Button
on (press) { if (m > 0) { if (s == 0) { m = m - 1; s = 30; } else { s = s - 30; } } }
Symbol 22 Button
on (press) { unloadMovie (this); fscommand ("quit", true); }
Symbol 24 Button
on (press) { if (q < 4) { q = q + 1; } }
Symbol 25 Button
on (press) { if (q > 1) { q = q - 1; } }
Symbol 40 MovieClip Frame 1
boolR = false; if (_root.mj.goTurbo < 20) { _root.mj.goTurbo++; } if (_parent.move > 10) { _parent.move--; }
Symbol 40 MovieClip Frame 6
gotoAndPlay (1);
Symbol 40 MovieClip Frame 7
boolR = true; if (_root.mj.goTurbo < 20) { _root.mj.goTurbo++; } if (_parent.move > 10) { _parent.move--; }
Symbol 40 MovieClip Frame 12
gotoAndPlay (7);
Symbol 47 MovieClip Frame 5
gotoAndPlay (1);
Symbol 47 MovieClip Frame 6
if (_root.hold eq 2) { _root.ball._x = _root.ball._x + (_root.d / 12); } else if (_root.hold eq 4) { _root.ball._x = _root.ball._x - (_root.d / 12); } if (_root.f < 6) { _root.ball._y = _root.ball._y - (_root.g / 12); } else if ((_root.f > 6) and (_root.f < 12)) { _root.ball._y = _root.ball._y + (_root.g / 6); } _root.f++; if (_root.f == 6) { if (_root.ball._y <= 320) { _root.g = 320 - _root.ball._y; } }
Symbol 47 MovieClip Frame 7
if (_root.e >= (_root.d - (_root.d / 12))) { if (_root.hold eq 2) { _root.hold = 6; if ((random(_root.chance) + 1) eq 1) { _root.score = _root.score + _root.scoring; _root.hold = 3; _root.ball._x = 740; _root.ball._y = 340; _root.mp3.start(0, 1); } } else if (_root.hold eq 4) { _root.hold = 6; if ((random(_root.chance) + 1) eq 1) { _root.scorenem = _root.scorenem + _root.scoring; _root.hold = 5; _root.ball._x = 70; _root.ball._y = 340; _root.mp3.start(0, 1); } } _root.dnk = 0; gotoAndPlay (1); } else { _root.e = _root.e + (_root.d / 12); gotoAndPlay (6); }
Symbol 48 Button
on (press, keyPress "s") { hit = 100; a = 100; b = 100; clock.stop(); cza.stop(); ball.stop(); }
Symbol 50 Button
on (press, keyPress "p") { hit = 6; a = 0; b = 0; clock.play(); cza.play(); ball.play(); }
Symbol 53 MovieClip Frame 13
if (_root.s eq 0) { if (_root.m <= 0) { _parent.play(); } else { _root.m--; _root.s = 59; } } else { _root.s = _root.s - 1; } gotoAndPlay (1);
Symbol 136 MovieClip Frame 1
stop();
Symbol 136 MovieClip Frame 14
gotoAndStop (1);
Symbol 136 MovieClip Frame 27
gotoAndStop (1);
Symbol 136 MovieClip Frame 40
gotoAndStop (1);
Symbol 136 MovieClip Frame 53
gotoAndStop (1);
Symbol 136 MovieClip Frame 66
gotoAndStop (1);
Symbol 136 MovieClip Frame 79
gotoAndStop (1);
Symbol 137 Button
on (press) { m = tm; s = ts; winner = ""; gotoAndPlay (2); }
Symbol 149 Button
on (press) { gotoAndStop (1); }
Symbol 151 Button
on (press) { nextFrame(); }
Symbol 153 Button
on (press) { unloadMovie (this); fscommand ("quit", true); }

Library Items

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

Instance Names

"mj"Frame 2Symbol 37 MovieClip
"cza"Frame 2Symbol 40 MovieClip
"ball"Frame 2Symbol 47 MovieClip
"clock"Frame 2Symbol 53 MovieClip
"dunk"Frame 2Symbol 136 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "shut"
ExportAssets (56)Timeline Frame 1Symbol 2 as "boing"
ExportAssets (56)Timeline Frame 1Symbol 3 as "mp3"

Labels

"faceLeft"Symbol 40 MovieClip Frame 1
"faceRight"Symbol 40 MovieClip Frame 7

Dynamic Text Variables

scoreSymbol 9 EditableText""
scorenemSymbol 10 EditableText""
mSymbol 20 EditableText""
sSymbol 21 EditableText""
qSymbol 26 EditableText""
mSymbol 54 EditableText""
sSymbol 55 EditableText""
qSymbol 56 EditableText""
winnerSymbol 139 EditableText""
winnerSymbol 140 EditableText""
mSymbol 142 EditableText""
sSymbol 143 EditableText""
qSymbol 144 EditableText""
winnerSymbol 146 EditableText""
winnerSymbol 148 EditableText""




http://swfchan.com/12/58411/info.shtml
Created: 17/4 -2019 04:55:06 Last modified: 17/4 -2019 04:55:06 Server time: 20/05 -2024 21:46:01