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

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

BCV1.swf

This is the info page for
Flash #94121

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


Text
o.o

By: Pato Doido

Instructions

Return to menu

Return to menu

Click, drag and throw
the ball to see your
reaction.

Change language to Portuguese

Change language to Portuguese

Play

Play

Clique, arraste e jogue
a bola para ver sua
reação.

Change language to English

Change language to English

Play

Play

Instructions

Instructions

Credits

Credits

Created by:
Pato Doido

Skip

Skip

Change language to Portuguese

Change language to Portuguese

Passar

Passar

Change language to English

Change language to English

Criado por:
Pato Doido

ActionScript [AS1/AS2]

Symbol 34 Button
on (press) { startDrag (this); arrastando = true; } on (release, releaseOutside) { stopDrag(); arrastando = false; }
Symbol 35 MovieClip Frame 1
_x = 10; _y = 200; velocidadex = (Math.random() * 60) - 30; velocidadey = (Math.random() * 60) - 30; bordadireita = 550; bordaesquerda = 0; tetotela = 0; chaotela = 400; gravidade = 2; atrito = 0.98; elasticidade = 0.9;
Symbol 35 MovieClip Frame 2
if (!arrastando) { _x = (_x + velocidadex); if ((_x + (_width / 2)) > bordadireita) { _x = (bordadireita - (_width / 2)); velocidadex = (-velocidadex) * elasticidade; } if ((_x - (_width / 2)) < bordaesquerda) { _x = (bordaesquerda + (_width / 2)); velocidadex = (-velocidadex) * elasticidade; } _y = (_y + velocidadey); if ((_y + (_height / 2)) > chaotela) { _y = (chaotela - (_height / 2)); velocidadey = (-velocidadey) * elasticidade; } if ((_y - (_height / 2)) < tetotela) { _y = (tetotela + (_height / 2)); velocidadey = (-velocidadey) * elasticidade; } velocidadey = (velocidadey * atrito) + gravidade; velocidadex = velocidadex * atrito; } else { velocidadex = _x - xvelho; velocidadey = _y - yvelho; xvelho = _x; yvelho = _y; }
Symbol 35 MovieClip Frame 3
gotoAndPlay (2);
Symbol 42 Button
on (press) { gotoAndStop (5); }
Symbol 47 Button
on (press) { gotoAndStop (4); }
Symbol 50 Button
on (press) { gotoAndStop (2); }
Symbol 54 Button
on (press) { gotoAndStop (3); }
Symbol 57 Button
on (press) { gotoAndStop (2); }
Symbol 60 Button
on (press) { gotoAndStop (3); }
Symbol 63 Button
on (press) { gotoAndStop (7); }
Symbol 64 Button
on (press) { gotoAndStop (6); }
Symbol 66 MovieClip Frame 290
stop();
Symbol 69 Button
on (press) { gotoAndStop (5); }
Symbol 72 Button
on (press) { gotoAndStop (8); }
Symbol 75 Button
on (press) { gotoAndStop (5); }
Symbol 78 Button
on (press) { gotoAndStop (7); }
Symbol 80 MovieClip Frame 290
stop();
Symbol 81 MovieClip Frame 1
gotoAndStop (5);
Symbol 81 MovieClip Frame 5
stop();
Symbol 83 Button
on (press) { gotoAndStop (2); }
Symbol 87 Button
on (press) { gotoAndStop (1); }
Symbol 88 MovieClip Frame 1
stop();
Symbol 88 MovieClip Frame 2
stopAllSounds();

Library Items

Symbol 1 GraphicUsed by:Timeline
Symbol 2 GraphicUsed by:32
Symbol 3 FontUsed by:4 36 38 40 41 44 45 46 48 49 51 52 53 55 56 58 59 61 62 65 67 68 70 71 73 74 76 77 79
Symbol 4 TextUses:3Used by:32
Symbol 5 GraphicUsed by:32
Symbol 6 GraphicUsed by:32
Symbol 7 GraphicUsed by:32
Symbol 8 GraphicUsed by:32
Symbol 9 GraphicUsed by:32
Symbol 10 GraphicUsed by:32
Symbol 11 GraphicUsed by:32
Symbol 12 GraphicUsed by:32
Symbol 13 GraphicUsed by:32
Symbol 14 GraphicUsed by:32
Symbol 15 GraphicUsed by:32
Symbol 16 GraphicUsed by:32
Symbol 17 GraphicUsed by:32
Symbol 18 GraphicUsed by:32
Symbol 19 GraphicUsed by:32
Symbol 20 GraphicUsed by:32
Symbol 21 GraphicUsed by:32
Symbol 22 GraphicUsed by:32
Symbol 23 GraphicUsed by:32
Symbol 24 GraphicUsed by:32
Symbol 25 GraphicUsed by:32
Symbol 26 GraphicUsed by:32
Symbol 27 GraphicUsed by:32
Symbol 28 GraphicUsed by:32
Symbol 29 GraphicUsed by:32
Symbol 30 GraphicUsed by:32
Symbol 31 GraphicUsed by:32
Symbol 32 MovieClipUses:2 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31Used by:35
Symbol 33 GraphicUsed by:34
Symbol 34 ButtonUses:33Used by:35
Symbol 35 MovieClipUses:32 34Used by:Timeline
Symbol 36 TextUses:3Used by:37
Symbol 37 MovieClipUses:36Used by:Timeline
Symbol 38 TextUses:3Used by:81
Symbol 39 GraphicUsed by:42
Symbol 40 TextUses:3Used by:42
Symbol 41 TextUses:3Used by:42
Symbol 42 ButtonUses:39 40 41Used by:81
Symbol 43 GraphicUsed by:81
Symbol 44 TextUses:3Used by:81
Symbol 45 TextUses:3Used by:47
Symbol 46 TextUses:3Used by:47
Symbol 47 ButtonUses:45 46Used by:81
Symbol 48 TextUses:3Used by:50
Symbol 49 TextUses:3Used by:50
Symbol 50 ButtonUses:48 49Used by:81
Symbol 51 TextUses:3Used by:81
Symbol 52 TextUses:3Used by:54
Symbol 53 TextUses:3Used by:54
Symbol 54 ButtonUses:52 53Used by:81
Symbol 55 TextUses:3Used by:57
Symbol 56 TextUses:3Used by:57
Symbol 57 ButtonUses:55 56Used by:81
Symbol 58 TextUses:3Used by:60
Symbol 59 TextUses:3Used by:60
Symbol 60 ButtonUses:58 59Used by:81
Symbol 61 TextUses:3Used by:63 64
Symbol 62 TextUses:3Used by:63 64
Symbol 63 ButtonUses:61 62Used by:81
Symbol 64 ButtonUses:61 62Used by:81
Symbol 65 TextUses:3Used by:66
Symbol 66 MovieClipUses:65Used by:81
Symbol 67 TextUses:3Used by:69
Symbol 68 TextUses:3Used by:69
Symbol 69 ButtonUses:67 68Used by:81
Symbol 70 TextUses:3Used by:72
Symbol 71 TextUses:3Used by:72
Symbol 72 ButtonUses:70 71Used by:81
Symbol 73 TextUses:3Used by:75
Symbol 74 TextUses:3Used by:75
Symbol 75 ButtonUses:73 74Used by:81
Symbol 76 TextUses:3Used by:78
Symbol 77 TextUses:3Used by:78
Symbol 78 ButtonUses:76 77Used by:81
Symbol 79 TextUses:3Used by:80
Symbol 80 MovieClipUses:79Used by:81
Symbol 81 MovieClipUses:38 42 43 44 47 50 51 54 57 60 63 64 66 69 72 75 78 80Used by:Timeline
Symbol 82 GraphicUsed by:83
Symbol 83 ButtonUses:82Used by:88
Symbol 84 SoundUsed by:88  Timeline
Symbol 85 GraphicUsed by:86 87
Symbol 86 MovieClipUses:85Used by:87
Symbol 87 ButtonUses:86 85Used by:88
Symbol 88 MovieClipUses:83 84 87Used by:Timeline

Special Tags

FileAttributes (69)Timeline Frame 1Access local files only, Metadata not present, AS1/AS2.




http://swfchan.com/19/94121/info.shtml
Created: 10/8 -2019 20:01:26 Last modified: 10/8 -2019 20:01:26 Server time: 28/04 -2024 21:01:58