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

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

Ping Pong Turbo.swf

This is the info page for
Flash #10864

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


Text
www.Meiuga.com

New

Mesa

Mesa

Turbo

Turbo

Serve

Intro

ActionScript [AS1/AS2]

Frame 1
stop();
Frame 2
if (this.ling == "eng") { this.pub.gotoAndPlay(2); } if (this.ling == "port") { this.pub.gotoAndPlay(1); } if (this.ling == "fran") { this.pub.gotoAndPlay(3); } paddle1._visible = false; ball._visible = false; paddle2._visible = false; shadow._visible = false; backbox._visible = false; bluescoreclip._visible = false; redscoreclip._visible = false; ball.scales = 20; paddle2.ydiff = 10; paddle2.xdiff = 10; medium._alpha = 100; easy._alpha = 20; hard._alpha = 20; ball.gravity = 0.1; ball.increasing = 1; stop();
Instance of Symbol 30 MovieClip "paddle2" in Frame 2
onClipEvent (enterFrame) { if (_root.ball.zspeed < 0) { if (_root.ball._xscale < 37) { if ((60 - ((_root.ball.realy * 30) / 14)) < _y) { _y = (_y - ydiff); } if (_y < (60 - ((_root.ball.realy * 30) / 14))) { _y = (_y + ydiff); } } if (_x < (_root.ball.realx - (xdiff / 2))) { _x = (_x + xdiff); } if ((_root.ball.realx + (xdiff / 2)) < _x) { _x = (_x - xdiff); } } if ((50 - (_height / 2)) < _y) { _y = (50 - (_height / 2)); } _rotation = (((_x - 300) * 90) / 84); if (_rotation > 40) { _rotation = 40; } if (_rotation < -40) { _rotation = -40; } }
Instance of Symbol 32 MovieClip "shadow" in Frame 2
onClipEvent (enterFrame) { _x = _root.ball._x; _xscale = _root.ball._xscale; _yscale = _xscale; _y = (60 + (3.7143 * (_root.ball._xscale - 30))); }
Instance of Symbol 33 MovieClip "ball" in Frame 2
onClipEvent (enterFrame) { if (_root.tub == "0") { this.speedvar = 4.6; } else { this.speedvar = 0.6; } this._parent.sc = this._parent.redscoreclip.redscore; this._parent.sca = this._parent.bluescoreclip.bluescore; if (realy < 0) { if ((realx > 216) & (realx < 384)) { realy = 0; ydir = ydir * -1; } else { realy = 0; _y = ((60 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); if ((zspeed > 0) && (this._parent.ling == "port")) { score1++; _root.redscoreclip.redscore = score2 + " - fora"; } if ((zspeed > 0) && (this._parent.ling == "eng")) { score1++; _root.redscoreclip.redscore = score2 + " - out"; } if ((zspeed > 0) && (this._parent.ling == "fran")) { score1++; _root.redscoreclip.redscore = score2 + " - dehors"; } if ((zspeed < 0) && (this._parent.ling == "port")) { score2++; _root.bluescoreclip.bluescore = score1 + " - fora"; } if ((zspeed < 0) && (this._parent.ling == "eng")) { score2++; _root.bluescoreclip.bluescore = score1 + " - out"; } if ((zspeed < 0) && (this._parent.ling == "fran")) { score2++; _root.bluescoreclip.bluescore = score1 + " - dehors"; } zspeed = 0; stopDrag(); Mouse.show(); _root.service._visible = true; } } if (_xscale >= 100) { if (this.hitTest(_root.paddle1.paddle1real)) { tellTarget (_root.soundbox) { gotoAndStop (2); gotoAndStop (3); }; xspeed = (_x - _root.paddle1._x) / 17; yspeed = (3.5 / ballspeed) / ballspeed; ydir = 1; zspeed = zspeed * -1; } else if ((zspeed != 0) && (this._parent.ling == "port")) { score2++; _root.bluescoreclip.bluescore = score1 + " - falhou"; zspeed = 0; stopDrag(); Mouse.show(); _root.service._visible = true; } else if ((zspeed != 0) && (this._parent.ling == "eng")) { score2++; _root.bluescoreclip.bluescore = score1 + " - miss"; zspeed = 0; stopDrag(); Mouse.show(); _root.service._visible = true; } else if ((zspeed != 0) && (this._parent.ling == "fran")) { score2++; _root.bluescoreclip.bluescore = score1 + " - paill\u00E9"; zspeed = 0; stopDrag(); Mouse.show(); _root.service._visible = true; } } if (_xscale <= 30) { if (this.hitTest(_root.paddle2.paddle2real)) { tellTarget (_root.soundbox) { gotoAndStop (2); gotoAndStop (3); }; xspeed = (((_x - _root.paddle2._x) / 17) * 100) / 30; yspeed = (1.5 / ballspeed) / ballspeed; ydir = 1; zspeed = zspeed * -1; } else if ((zspeed != 0) && (this._parent.ling == "port")) { score1++; _root.redscoreclip.redscore = score2 + " - falhou"; zspeed = 0; stopDrag(); Mouse.show(); _root.service._visible = true; } else if ((zspeed != 0) && (this._parent.ling == "eng")) { score1++; _root.redscoreclip.redscore = score2 + " - miss"; zspeed = 0; stopDrag(); Mouse.show(); _root.service._visible = true; } else if ((zspeed != 0) && (this._parent.ling == "fran")) { score1++; _root.redscoreclip.redscore = score2 + " - paill\u00E9"; zspeed = 0; stopDrag(); Mouse.show(); _root.service._visible = true; } } if (zspeed != 0) { if (yspeed < 0) { yspeed = yspeed * -1; ydir = ydir * -1; } realx = realx + (((xspeed * 100) / _xscale) * ballspeed); if (ydir < 0) { realy = realy - ((((yspeed * 30) / _xscale) * ballspeed) / 0.6); yspeed = yspeed + (((gravity * 0.42) * 10) / ballspeed); } if (ydir > 0) { realy = realy + ((((yspeed * 30) / _xscale) * ballspeed) / 0.6); yspeed = yspeed - (((gravity * 0.42) * 10) / ballspeed); } _xscale = (_xscale + zspeed); _yscale = (_yscale + zspeed); _x = (300 + (((realx - 300) * _xscale) / 30)); _y = ((60 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); } if (increasing == 1) { ballspeed = ballspeed + (speedvar / 1000); } if (zspeed < 0) { zspeed = -3 * ballspeed; } if (zspeed > 0) { zspeed = 3 * ballspeed; } }
Instance of Symbol 45 MovieClip "paddle1" in Frame 2
onClipEvent (enterFrame) { _rotation = (((_x - 300) * 90) / 275); if (_rotation > 40) { _rotation = 40; } if (_rotation < -40) { _rotation = -40; } }
Frame 4
if ((ball.score1 >= 21) || (ball.score2 >= 21)) { if (((ball.score1 - ball.score2) > 1) || ((ball.score2 - ball.score1) > 1)) { service._visible = false; wins._visible = false; lose._visible = false; } else { gotoAndPlay (3); } } else { gotoAndPlay (3); }
Frame 5
stop(); if ((ball.score1 >= 21) && (this.ling == "port")) { this.resultado = "Ganhou !"; } if ((ball.score1 >= 21) && (this.ling == "eng")) { this.resultado = "You Win !"; } if ((ball.score1 >= 21) && (this.ling == "fran")) { this.resultado = "Tu Gagne !"; } if ((ball.score2 >= 21) && (this.ling == "port")) { this.resultado = "Perdeu !"; } if ((ball.score2 >= 21) && (this.ling == "eng")) { this.resultado = "You Lose !"; } if ((ball.score2 >= 21) && (this.ling == "fran")) { this.resultado = "Tu Perdu !"; }
Symbol 18 Button
on (release) { this._parent.ins = "Instruc\u00E7\u00F5es: Utilize o rato para controlar a raquete, e a tecla Espa\u00E7o para activar o turbo."; this._parent.dificuldade = " F\u00E1cil M\u00E9dio Dif\u00EDcil"; this._parent.ling = "port"; this._parent.inicio = "Inicio"; this._parent.servir = "Servir"; this._parent.novo = "Novo"; _root.gotoAndPlay(2); }
Symbol 20 Button
on (release) { this._parent.ins = "Instructions: Use the mouse to control the paddle, and the key Space to activate the turbo."; this._parent.dificuldade = "Easy Medium Hard"; this._parent.ling = "eng"; this._parent.inicio = "Intro"; this._parent.servir = "Serve"; this._parent.novo = "New"; _root.gotoAndPlay(2); }
Symbol 22 Button
on (release) { this._parent.ins = "Instructions: User le mouse pour gouverner le raquette, et le key Space pour activer le turbo."; this._parent.dificuldade = " Facile Moyen Difficile"; this._parent.ling = "fran"; this._parent.inicio = "D\u00E9but"; this._parent.servir = "Servir"; this._parent.novo = "Nouveau"; _root.gotoAndPlay(2); }
Symbol 25 MovieClip Frame 60
stop(); _root.onEnterFrame = function () { percentb = Math.round((_root.getBytesLoaded() * 100) / _root.getBytesTotal()); percent = percentb + " %"; barra._xscale = percentb * 24; if (percentb == 100) { _root.intro.nextFrame(); } };
Symbol 25 MovieClip Frame 101
stop();
Symbol 41 MovieClip Frame 1
stop();
Symbol 47 Button
on (release) { _root.paddle2.xdiff = 13; _root.paddle2.ydiff = 10; _root.easy._alpha = 20; _root.medium._alpha = 20; _root.hard._alpha = 100; }
Symbol 49 Button
on (release) { _root.paddle2.xdiff = 6; _root.paddle2.ydiff = 10; _root.easy._alpha = 100; _root.medium._alpha = 20; _root.hard._alpha = 20; }
Symbol 51 Button
on (release) { _root.paddle2.xdiff = 10; _root.paddle2.ydiff = 10; _root.easy._alpha = 20; _root.medium._alpha = 100; _root.hard._alpha = 20; }
Symbol 56 Button
on (release) { _root.ball.score1 = 0; _root.ball.score2 = 0; _root.ball.xspeed = 0; _root.ball.ballspeed = 1.1; _root.ball.yspeed = -2.1; _root.ball._xscale = 99; _root.ball._yscale = 99; _root.ball.zspeed = -3; _root.ball.realx = 300; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; startDrag (_root.paddle1, true); Mouse.hide(); gotoAndPlay (3); _root.paddle2._x = 300; _root.paddle2._y = 60; ball._visible = true; paddle1._visible = true; shadow._visible = true; paddle2._visible = true; backbox._visible = true; paddle2._xscale = 30; paddle2._yscale = 30; ball.ydir = 1; service._visible = false; wins._visible = false; lose._visible = false; bluescoreclip._visible = true; redscoreclip._visible = true; bluescoreclip.bluescore = "0"; redscoreclip.redscore = "0"; }
Symbol 58 Button
on (release) { getURL ("http://www.meiuga.com", "_blank"); }
Symbol 60 MovieClip Frame 20
stop();
Symbol 65 Button
on (release) { getURL ("http://www.meiuga.com", "_blank"); }
Symbol 69 Button
on (release) { getURL ("http://meiuga.ringtone-logo-game.com", "_blank"); }
Symbol 73 Button
on (release) { getURL ("http://meiuga.sonnerie.net", "_blank"); }
Symbol 74 MovieClip Frame 1
stop();
Symbol 74 MovieClip Frame 2
stop();
Symbol 74 MovieClip Frame 3
stop();
Symbol 93 MovieClip Frame 301
var som = new Sound(); som.attachSound("trubocharge"); me = 1; this.onEnterFrame = function () { if (Key.isDown(32) && (me == 1)) { me = 2; _root.tub = "0"; this.gotoAndStop(304); som.start(); } };
Symbol 93 MovieClip Frame 306
this.gotoAndPlay(301);
Symbol 95 Button
on (release) { this.turbut.gotoAndPlay(1); _root.tub = "1"; _root.ball.xspeed = 0; _root.ball.ballspeed = 1.1; _root.ball.yspeed = -2.1; _root.ball._xscale = 99; _root.ball._yscale = 99; _root.ball.zspeed = -3; _root.ball.realx = 300; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; startDrag (_root.paddle1, true); Mouse.hide(); tellTarget (_root) { gotoAndPlay (3); }; _root.paddle2._x = 300; _root.paddle2._y = 60; _root.ball._visible = true; _root.paddle1._visible = true; _root.shadow._visible = true; _root.paddle2._visible = true; _root.backbox._visible = true; _root.paddle2._xscale = 30; _root.paddle2._yscale = 30; _root.ball.ydir = 1; _root.service._visible = false; _root.bluescoreclip.bluescore = _root.ball.score1; _root.redscoreclip.redscore = _root.ball.score2; }
Symbol 96 Button
on (release) { _root.ball.score1 = 0; _root.ball.score2 = 0; _root.ball.xspeed = 0; _root.ball.ballspeed = 1.1; _root.ball.yspeed = -2.1; _root.ball._xscale = 99; _root.ball._yscale = 99; _root.ball.zspeed = -3; _root.ball.realx = 300; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; startDrag (_root.paddle1, true); Mouse.hide(); gotoAndPlay (3); _root.paddle2._x = 300; _root.paddle2._y = 60; ball._visible = true; paddle1._visible = true; shadow._visible = true; paddle2._visible = true; backbox._visible = true; paddle2._xscale = 30; paddle2._yscale = 30; ball.ydir = 1; service._visible = false; wins._visible = false; lose._visible = false; bluescoreclip._visible = true; redscoreclip._visible = true; bluescoreclip.bluescore = "0"; redscoreclip.redscore = "0"; }
Symbol 99 Button
on (release) { gotoAndStop (2); }

Library Items

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

Instance Names

"ling"Frame 1Symbol 3 EditableText
"tub"Frame 1Symbol 4 EditableText
"intro"Frame 1Symbol 25 MovieClip
"paddle2"Frame 2Symbol 30 MovieClip
"shadow"Frame 2Symbol 32 MovieClip
"ball"Frame 2Symbol 33 MovieClip
"bluescoreclip"Frame 2Symbol 36 MovieClip
"redscoreclip"Frame 2Symbol 38 MovieClip
"soundbox"Frame 2Symbol 41 MovieClip
"paddle1"Frame 2Symbol 45 MovieClip
"hard"Frame 2Symbol 48 MovieClip
"easy"Frame 2Symbol 50 MovieClip
"medium"Frame 2Symbol 52 MovieClip
"dificuldade"Frame 2Symbol 57 EditableText
"ins"Frame 2Symbol 62 EditableText
"pub"Frame 2Symbol 74 MovieClip
"sc"Frame 3Symbol 85 EditableText
"sca"Frame 3Symbol 86 EditableText
"turbut"Frame 3Symbol 93 MovieClip
"service"Frame 3Symbol 95 Button
"resultado"Frame 5Symbol 100 EditableText
"resultado"Frame 5Symbol 101 EditableText
"percent"Symbol 25 MovieClip Frame 60Symbol 13 EditableText
"barra"Symbol 25 MovieClip Frame 60Symbol 15 MovieClip
"portugues"Symbol 25 MovieClip Frame 101Symbol 18 Button
"paddle2real"Symbol 30 MovieClip Frame 1Symbol 29 MovieClip
"redscore"Symbol 38 MovieClip Frame 1Symbol 37 EditableText
"paddle1real"Symbol 45 MovieClip Frame 1Symbol 44 MovieClip

Special Tags

ExportAssets (56)Timeline Frame 1Symbol 1 as "trubocharge"

Labels

"intro"Frame 1

Dynamic Text Variables

lingSymbol 3 EditableText""
tubSymbol 4 EditableText""
percentSymbol 13 EditableText""
bluescoreSymbol 35 EditableText""
redscoreSymbol 37 EditableText""
novoSymbol 55 EditableText"New"
dificuldadeSymbol 57 EditableText""
insSymbol 62 EditableText""
scSymbol 85 EditableText""
scaSymbol 86 EditableText""
servirSymbol 94 EditableText"Serve"
inicioSymbol 98 EditableText"Intro"
resultadoSymbol 100 EditableText""
resultadoSymbol 101 EditableText""




http://swfchan.com/3/10864/info.shtml
Created: 7/6 -2019 23:08:29 Last modified: 7/6 -2019 23:08:29 Server time: 03/05 -2024 08:13:43