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

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

Power Pong.swf

This is the info page for
Flash #22593

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


Text
.com

<p align="left"><font face="Arial" size="12" color="#ffffff" letterSpacing="0.000000" kerning="1">developing fun</font></p>

DOWNLOAD GAME

MORE GAMES

INSTRUCTIONS

PLAY

.com

developing fun

Press keys A and Z to change
the type of throw.

Roll the little ball to change the
type of throw.

Keep pressed the left button of
the mouse to increase the power.

<p align="left"><font face="Arial" size="11" color="#ffffff" letterSpacing="0.000000" kerning="1"><b>Select the option of game.</b></font></p><p align="left"><font face="Arial" size="11" color="#e1f5ff" letterSpacing="0.000000" kerning="1">Normal mode or Tournament mode</font></p>

<p align="left"><font face="Arial" size="11" color="#e1f5ff" letterSpacing="0.000000" kerning="1"><b>Select the difficulty level.</b></font></p><p align="left"><font face="Arial" size="11" color="#e1f5ff" letterSpacing="0.000000" kerning="1">Choose among the levels 1, 2 and 3 that show&apos;s up on screen to <sbr />enjoy of this entertaining pingpong game.</font></p>

LEVEL 1

Roll the little ball
to change the
type of throw.

Keep pressed the left button of the
mouse to increase the power.

Scores

Shot

Power

<p align="center"><font face="Impact" size="12" color="#ffff00" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

<p align="center"><font face="Impact" size="12" color="#ffff00" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>

NORMAL

LEVEL LINE

TOP SPIN

◄ PLAYER

PC: ►

BEGIN

PIERDE

GANA

YOU HAVE WON

BACK TO THE MAIN MENU ►

PLAY AGAIN

PLAY AGAIN

YOU HAVE LOST

LEVEL 2

LEVEL 3

ActionScript [AS1/AS2]

Frame 1
function cargando() { var _local2; var _local3; var _local4; _local2 = _root.getBytesTotal(); _local3 = _root.getBytesLoaded(); _local4 = Math.floor((_local3 * 100) / _local2); porcentaje_txt.text = _local4 + " %"; barra_mc.gotoAndStop(_local4); if (_local3 == _local2) { clearInterval(hiloPrecarga); play(); } } var hiloPrecarga = setInterval(cargando, 1); _root.menu_sound = new Sound(); _root.menu_sound.attachSound("menu_sound"); _root.menu_sound.setVolume(20); stop();
Instance of Symbol 39 MovieClip "paleta_user_normal" in Frame 1
onClipEvent (enterFrame) { _rotation = (((_x - 300) * 120) / 275); if (_rotation > 90) { _rotation = 90; } if (_rotation < -90) { _rotation = -90; } }
Frame 17
_root.taytus = new Sound(); _root.taytus.attachSound("taytus"); _root.bajon = new Sound(); _root.bajon.attachSound("bajon"); _root.onda = new Sound(); _root.onda.attachSound("onda"); _root.cpu = new Sound(); _root.cpu.attachSound("cpu"); _root.musica = new Sound(); _root.musica.attachSound("music"); _root.musica.setVolume(100); _root.musica.start(0, 10); stop();
Frame 36
stop();
Frame 56
Mouse.show();
Frame 86
stop();
Frame 111
switch (_root.nivel) { case 1 : _root.ball._visible = false; _root.mc_sombra._visible = false; play(); break; case 2 : gotoAndPlay ("nivel2"); break; case 3 : gotoAndPlay ("nivel3"); }
Frame 152
function init3() { _root.paddle2.xdiff = _root.xdiff; _root.paddle2.ydiff = _root.ydiff; ball._visible = false; ball.scales = 20; ball.speedvar = 0.6; ball.increasing = 2; ball.gravity = 0.08; _root.max_point = 11; _root.score1 = 0; _root.score2 = 0; _root.ball.xspeed = 0; _root.ball.ballspeed = 1.46300000000001; _root.ball.yspeed = -2.1; _root.ball._xscale = 100; _root.ball._yscale = 100; _root.ball.zspeed = -3; _root.ball.realx = 300; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; _root.paddle2._x = 300; ball._visible = true; paddle1._visible = true; shadow._visible = true; paddle2._visible = true; backbox._visible = true; paddle2._xscale = 50; paddle2._yscale = 50; ball.ydir = 1; ball.ydira = 0; _root.arranque = true; } function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } var mymouse = new Object(); _root.fuerza = 0; mymouse.onMouseDown = function () { switch (_root.nivel) { case 1 : mc_data.datos.power.gotoAndPlay(2); break; case 2 : mc_data2.datos.power.gotoAndPlay(2); break; case 3 : mc_data3.datos.power.gotoAndPlay(2); } }; mymouse.onMouseUp = function () { switch (_root.nivel) { case 1 : mc_data.datos.power.stop(); _root.fuerza = ((mc_data.datos.power._currentframe - 4) * 10) - 10; break; case 2 : mc_data2.datos.power.stop(); _root.fuerza = ((mc_data2.datos.power._currentframe - 4) * 10) - 10; break; case 3 : mc_data3.datos.power.stop(); _root.fuerza = ((mc_data3.datos.power._currentframe - 4) * 10) - 10; } }; _root.real_frame = 2; switch (_root.nivel) { case 1 : this.mc_data.datos.tiros.gotoAndStop(1); break; case 2 : this.mc_data2.datos.tiros.gotoAndStop(1); break; case 3 : this.mc_data3.datos.tiros.gotoAndStop(1); } mymouse.onMouseWheel = function (delta) { if (delta > 0) { if (_root.real_frame < 3) { _root.real_frame++; } } else if (_root.real_frame > 1) { _root.real_frame--; } switch (_root.nivel) { case 1 : mc_data.datos.tiros.gotoAndStop(_root.real_frame); break; case 2 : mc_data2.datos.tiros.gotoAndStop(_root.real_frame); break; case 3 : mc_data3.datos.tiros.gotoAndStop(_root.real_frame); } }; var mytecla = new Object(); mytecla.onKeyDown = function () { if (Key.getAscii() == 97) { if (_root.real_frame < 3) { _root.real_frame++; } } else if (Key.getAscii() == 122) { if (_root.real_frame > 1) { _root.real_frame--; } } switch (_root.nivel) { case 1 : mc_data.datos.tiros.gotoAndStop(_root.real_frame); break; case 2 : mc_data2.datos.tiros.gotoAndStop(_root.real_frame); break; case 3 : mc_data3.datos.tiros.gotoAndStop(_root.real_frame); } }; Key.addListener(mytecla); Mouse.addListener(mymouse); paleta_user_globo._visible = false; paleta_user_razo._visible = false; paleta_user_globo.onEnterFrame = function () { this._x = paleta_user_normal._x; this._y = paleta_user_normal._y; this._rotation = paleta_user_normal._rotation; }; paleta_user_razo.onEnterFrame = function () { this._x = paleta_user_normal._x; this._y = paleta_user_normal._y; this._rotation = paleta_user_normal._rotation; }; paleta_user_top.onEnterFrame = function () { this._x = paleta_user_normal._x; this._y = paleta_user_normal._y; this._rotation = paleta_user_normal._rotation; }; x_start = 416.5; y_start = 373.9; init3(); vel = 1; _root.mc_show_mouse.onEnterFrame = function () { if (this.hitTest(_root.paleta_user_normal2)) { paleta_user_normal2._alpha = 30; } else { paleta_user_normal2._alpha = 100; } }; stop();
Instance of Symbol 197 MovieClip "paleta_user_normal2" in Frame 152
onClipEvent (enterFrame) { _x = _root.paleta_user_normal._x; _y = _root.paleta_user_normal._y; _rotation = _root.paleta_user_normal._rotation; }
Instance of Symbol 199 MovieClip "mc_sombra" in Frame 152
onClipEvent (enterFrame) { _x = _root.ball._x; _y = _root.ball._y; }
Instance of Symbol 201 MovieClip "ball" in Frame 152
onClipEvent (enterFrame) { if ((_root.nivel == 1) && (_root.saque._visible == false)) { _visible = true; if (win != true) { if (_root.musica.getVolume() == 0) { _root.musica.stop(); _root.taytus.setVolume(100); } else if ((_root.musica.getVolume() <= 100) || (_root.musica.getVolume() >= 0)) { _root.musica.setVolume(_root.musica.getVolume() - 5); } fps = 20; if (saca_user == true) { _root.cant2++; } else { _root.cant2 = 0; } if ((_root.cant2 / fps) >= 2) { _root.fuerza = 0; _root.ball.taytus = false; _root.ball.cant = 0; _root.ball.xspeed = 0; _root.ball.ballspeed = 1.1005; _root.ball.yspeed = -2.1; _root.ball._xscale = 99; _root.ball._yscale = 99; _root.ball.zspeed = -3; _root.ball.realx = 310; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; _root.salio = false; _root.ball.ydir = 1; _root.score.gotoAndStop(1); _root.real_frame = 2; _root.tiros.gotoAndStop(2); _root.ta = false; _root.ball.va = false; _root.saque._visible = false; saca_user = false; _root.paleta_user_normal2._x = 290; _root.paleta_user_normal2._y = 225; _root.cpu.setVolume(100); _root.cpu.start(0, 1); _root.fuerza = 0; } if (taytus == true) { if (paying != true) { _root.counter._visible = true; _root.counter.gotoAndPlay(2); paying = true; } else { _root.counter.gotoAndStop(1); } cant++; seg = cant / fps; if ((cant / fps) >= 2) { mysaque = true; taytus = false; paying = false; cant = 0; _root.paleta_user_normal3.gotoAndPlay(2); _root.paddle2._x = 300; _root.paddle2._y = 51; _root.ball._y = 1; _root.ball._x = _root.paddle2._x; _root.ball.ballspeed = 1.1005; _root.ball.yspeed = -2.1; _root.ball._xscale = 40; _root.ball._yscale = 40; _root.ball.zspeed = 3; _root.ball.realx = 300; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; _root.salio = false; _root.ball.ydir = -1; _root.real_frame = 2; _root.ta = false; _root.ball.va = false; _root.taytus.setVolume(100); _root.taytus.start(0, 1); _root.fuerza = 0; } } if (saca_user != true) { _root.paleta_user_normal.startDrag(true); Mouse.hide(); } else { _root.paleta_user_normal2._x = 290; _root.paleta_user_normal2._y = 225; } if (_root.arranque == true) { _root.fuerza = 0; } if ((_root.score2 >= _root.max_point) and ((_root.score2 - _root.score1) >= 2)) { _root.bajon.start(0, 1); _root.gotoAndPlay(166); Mouse.show(); win = true; } if ((_root.score1 >= _root.max_point) and ((_root.score1 - _root.score2) >= 2)) { _root.gotoAndPlay(155); win = true; Mouse.show(); } if ((this.hitTest(_root.mc_top) && (va == true)) && (_root.ta != true)) { if (this._xscale < 32) { _root.score2++; _root.ta = true; taytus = true; } } if ((this.hitTest(_root.mc_top2) && (va == true)) && (_root.ta != true)) { _root.score2++; _root.ta = true; taytus = true; } if ((_root.salio == true) && (_xscale < 40)) { if (_root.ta != true) { _root.score2++; _root.score.gotoAndStop("cpu"); _root.ta = true; taytus = true; } } else if (_root.ta != true) { if (realy < 0) { if (((realx > 237) & (realx < 417)) & (realy != 0)) { realy = 0; ydir = ydir * -1; if (ydir != ydira) { ydira = ydir; } } else { realy = 0; _y = ((60 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); if (zspeed > 0) { _root.score1++; _root.score.gotoAndStop("user"); saca_user = true; _root.ta = true; } if (zspeed < 0) { _root.score2++; _root.score.gotoAndStop("cpu"); _root.ta = true; taytus = true; } zspeed = 0; stopDrag(); Mouse.show(); } } if (_xscale >= 100) { if (this.hitTest(_root.paleta_user_normal2) && (paying != true)) { _root.taytus.setVolume(100); _root.taytus.start(0, 1); va = true; taytus = false; cant = 0; mysaque = false; switch (_root.real_frame) { case 2 : xspeed = (_x - _root.paleta_user_normal2._x) / 17; yspeed = ((3.5 / ballspeed) / ballspeed) + (_root.fuerza / 50); increasing = 1; gravity = 0.1; break; case 3 : xspeed = (_x - _root.paleta_user_normal2._x) / 17; yspeed = (2 / ballspeed) + (_root.fuerza / 400); increasing = 1; gravity = 0.1; break; case 4 : xspeed = (_x - _root.paleta_user_normal2._x) / 17; yspeed = (2 / ballspeed) + (_root.fuerza / 60); increasing = 1; gravity = 0.15; if (ydir == 1) { if (this._y <= 192) { _root.score2++; _root.score.gotoAndStop("cpu"); zspeed = 0; _root.ta = true; stopDrag(); Mouse.show(); } } break; case 5 : xspeed = (_x - _root.paleta_user_normal2._x) / 17; yspeed = (2 / ballspeed) + (_root.fuerza / 60); increasing = 1; gravity = 0.15; } ydir = 1; zspeed = zspeed * -1; } else if ((zspeed != 0) and (_root.arranque != true)) { _root.saca_user = false; _root.score2++; _root.score.gotoAndStop("cpu"); zspeed = 0; taytus = true; stopDrag(); Mouse.show(); } } if (_xscale <= 30) { _root.arranque = false; if (this.hitTest(_root.paddle2.paddle2real)) { _root.cpu.setVolume(100); _root.cpu.start(0, 1); _root.saca_user = false; va = false; xspeed = (((_x - _root.paddle2._x) / 17) * 100) / 30; yspeed = (1.5 / ballspeed) / ballspeed; ydir = 1; zspeed = zspeed * -1; } else if (zspeed != 0) { _root.score1++; _root.score.gotoAndStop("user"); saca_user = true; zspeed = 0; stopDrag(); Mouse.show(); } } 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); } if (_root.saca_user != true) { if (mysaque != true) { _y = 60; _xscale = (_xscale + zspeed); _yscale = (_yscale + zspeed); _y = ((60 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); _x = (300 + (((realx - 300) * _xscale) / 30)); } else { _xscale = (_xscale + zspeed); _yscale = (_yscale + zspeed); _y = ((20 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); _x = (300 + (((realx - 300) * _xscale) / 30)); } } if (this.hitTest(_root.test)) { if (((_xscale <= 59) && (va == true)) && ((_root.real_frame == 3) || (_root.real_frame == 4))) { _root.red.gotoAndPlay(2); _root.score2++; _root.score.gotoAndStop("cpu"); zspeed = 0; taytus = true; stopDrag(); Mouse.show(); } else { _root.stop(); } } } if (increasing == 1) { if (ballspeed < 1.46300000000001) { ballspeed = ballspeed + (speedvar / 200); } } if (zspeed < 0) { zspeed = -3 * ballspeed; } if (zspeed > 0) { zspeed = 3 * ballspeed; } } } } else { _visible = false; } }
Instance of Symbol 39 MovieClip "paleta_user_normal" in Frame 152
onClipEvent (enterFrame) { _rotation = (((_x - 300) * 120) / 275); if (_rotation > 90) { _rotation = 90; } if (_rotation < -90) { _rotation = -90; } }
Instance of Symbol 205 MovieClip "paddle2" in Frame 152
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball) & (_root.ta != true)) & (_root.ball.ydir == 1)) { if (_root.ball._xscale > 50) { _root.salio = true; } } if (_root.ta != true) { if (_root.ball.zspeed < 0) { if (_root.ball._xscale < 37) { if ((80 - ((_root.ball.realy * 30) / 14)) < _y) { _y = (_y - ydiff); } if (_y < (80 - ((_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 > 90) { _rotation = 90; } if (_rotation < -90) { _rotation = -90; } } }
Instance of Symbol 197 MovieClip "paleta_user_normal3" in Frame 152
onClipEvent (enterFrame) { _x = _root.paddle2._x; _y = _root.paddle2._y; _rotation = _root.paddle2._rotation; }
Frame 153
empiezo = false; stop();
Frame 154
stop();
Frame 155
Mouse.show(); Mouse.show();
Frame 158
stop();
Frame 163
switch (_root.nivel) { case 1 : _root.opcion = 1; _root.empiezo = 1; _root.nivel = 1; _root.xdiff = 4; _root.ydiff = 5; _root.paddle2.xdiff = _root.xdiff; _root.paddle2.ydiff = _root.ydiff; _root.ball._visible = false; _root.ball.scales = 20; _root.ball.speedvar = 0.6; _root.ball.increasing = 2; _root.ball.gravity = 0.08; _root.max_point = 3; _root.score1 = 0; _root.score2 = 0; _root.ball.xspeed = 0; _root.ball.ballspeed = 1.46300000000001; _root.ball.yspeed = -2.1; _root.ball._xscale = 100; _root.ball._yscale = 100; _root.ball.zspeed = -3; _root.ball.realx = 300; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; _root.paddle2._x = 300; _root.paddle2._y = 60; _root.paddle1._visible = true; shadow._visible = true; _root.paddle2._visible = true; _root.backbox._visible = true; _root.paddle2._xscale = 50; _root.paddle2._yscale = 50; _root.ball.ydir = 1; _root.ball.ydira = 0; _root.arranque = true; _root.gotoAndPlay(111); break; case 2 : _root.gotoAndPlay(220); break; case 3 : _root.gotoAndPlay(293); }
Frame 164
Mouse.show(); stop();
Frame 166
Mouse.show();
Frame 169
stop();
Frame 174
switch (_root.nivel) { case 1 : _root.opcion = 1; _root.empiezo = 1; _root.nivel = 1; _root.xdiff = 4; _root.ydiff = 5; _root.paddle2.xdiff = _root.xdiff; _root.paddle2.ydiff = _root.ydiff; _root.ball._visible = false; _root.ball.scales = 20; _root.ball.speedvar = 0.6; _root.ball.increasing = 2; _root.ball.gravity = 0.08; _root.max_point = 3; _root.score1 = 0; _root.score2 = 0; _root.ball.xspeed = 0; _root.ball.ballspeed = 1.46300000000001; _root.ball.yspeed = -2.1; _root.ball._xscale = 100; _root.ball._yscale = 100; _root.ball.zspeed = -3; _root.ball.realx = 300; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; _root.paddle2._x = 300; _root.paddle2._y = 60; _root.paddle1._visible = true; shadow._visible = true; _root.paddle2._visible = true; _root.backbox._visible = true; _root.paddle2._xscale = 50; _root.paddle2._yscale = 50; _root.ball.ydir = 1; _root.ball.ydira = 0; _root.arranque = true; _root.gotoAndPlay(111); break; case 2 : _root.gotoAndPlay(220); break; case 3 : _root.gotoAndPlay(293); }
Frame 175
_root.ball2._visible = false; _root.mc_sombra._visible = false;
Frame 220
function init2() { _root.paddle2.xdiff = _root.xdiff; _root.paddle2.ydiff = _root.ydiff; _root.ball2._visible = false; ball2.scales = 20; ball2.speedvar = 0.6; ball2.increasing = 2; ball2.gravity = 0.08; _root.max_point = 11; _root.score1 = 0; _root.score2 = 0; _root.ball2.xspeed = 0; _root.ball2.ball2speed = 1.1; _root.ball2.yspeed = -2.1; _root.ball2._xscale = 100; _root.ball2._yscale = 100; _root.ball2.zspeed = -3; _root.ball2.realx = 300; _root.ball2.realy = 3; _root.ball2.xchill = 5; _root.ball2.ychill = 20; _root.paddle2._x = 300; paddle1._visible = true; shadow._visible = true; paddle2._visible = true; backbox._visible = true; paddle2._xscale = 50; paddle2._yscale = 50; ball2.ydir = 1; ball2.ydira = 0; _root.arranque = true; } function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } var mymouse = new Object(); _root.fuerza = 0; mymouse.onMouseDown = function () { if (_root.nivel == 2) { mc_data2.datos.power.gotoAndPlay(2); } else { mc_data.datos.power.gotoAndPlay(2); } }; mymouse.onMouseUp = function () { if (_root.nivel == 2) { mc_data2.datos.power.stop(); _root.fuerza = ((mc_data2.datos.power._currentframe - 4) * 10) - 10; } else { mc_data.datos.power.stop(); _root.fuerza = ((mc_data.datos.power._currentframe - 4) * 10) - 10; } }; _root.real_frame = 2; if (_root.nivel == 2) { this.mc_data2.datos.tiros.gotoAndStop(1); } else { this.mc_data.datos.tiros.gotoAndStop(1); } mymouse.onMouseWheel = function (delta) { if (delta > 0) { if (_root.real_frame < 3) { _root.real_frame++; } } else if (_root.real_frame > 1) { _root.real_frame--; } if (_root.nivel == 2) { mc_data2.datos.tiros.gotoAndStop(_root.real_frame); } else { mc_data.datos.tiros.gotoAndStop(_root.real_frame); } }; var mytecla = new Object(); mytecla.onKeyDown = function () { if (Key.getAscii() == 97) { if (_root.real_frame < 3) { _root.real_frame++; } } else if (Key.getAscii() == 122) { if (_root.real_frame > 1) { _root.real_frame--; } } if (_root.nivel == 2) { mc_data2.datos.tiros.gotoAndStop(_root.real_frame); } else { mc_data.datos.tiros.gotoAndStop(_root.real_frame); } }; Key.addListener(mytecla); Mouse.addListener(mymouse); paleta_user_globo._visible = false; paleta_user_razo._visible = false; paleta_user_globo.onEnterFrame = function () { this._x = paleta_user_normal._x; this._y = paleta_user_normal._y; this._rotation = paleta_user_normal._rotation; }; paleta_user_razo.onEnterFrame = function () { this._x = paleta_user_normal._x; this._y = paleta_user_normal._y; this._rotation = paleta_user_normal._rotation; }; paleta_user_top.onEnterFrame = function () { this._x = paleta_user_normal._x; this._y = paleta_user_normal._y; this._rotation = paleta_user_normal._rotation; }; x_start = 416.5; y_start = 373.9; init2(); vel = 1; _root.mc_show_mouse.onEnterFrame = function () { if (this.hitTest(_root.paleta_user_normal2)) { paleta_user_normal2._alpha = 30; } else { paleta_user_normal2._alpha = 100; } }; stop();
Instance of Symbol 197 MovieClip "paleta_user_normal2" in Frame 220
onClipEvent (enterFrame) { _x = _root.paleta_user_normal_tay._x; _y = _root.paleta_user_normal_tay._y; _rotation = _root.paleta_user_normal_tay._rotation; }
Instance of Symbol 241 MovieClip "mc_sombra" in Frame 220
onClipEvent (enterFrame) { _x = _root.ball2._x; _y = _root.ball2._y; }
Instance of Symbol 243 MovieClip "ball2" in Frame 220
onClipEvent (enterFrame) { if ((_root.nivel == 2) && (_root.saque2._visible == false)) { if (win != true) { if (_root.musica.getVolume() == 0) { _root.musica.stop(); _root.taytus.setVolume(100); } else if ((_root.musica.getVolume() <= 100) || (_root.musica.getVolume() >= 0)) { _root.musica.setVolume(_root.musica.getVolume() - 5); } fps = 20; if (saca_user == true) { _root.cant2++; } else { _root.cant2 = 0; } if ((_root.cant2 / fps) >= 2) { _root.fuerza = 0; _root.ball2.taytus = false; _root.ball2.cant = 0; _root.ball2.xspeed = 0; _root.ball2.ball2speed = 1.102; _root.ball2.yspeed = -2.1; _root.ball2._xscale = 99; _root.ball2._yscale = 99; _root.ball2.zspeed = -3; _root.ball2.realx = 310; _root.ball2.realy = 3; _root.ball2.xchill = 5; _root.ball2.ychill = 20; _root.salio = false; _root.ball2.ydir = 1; _root.score.gotoAndStop(1); _root.real_frame = 2; _root.tiros.gotoAndStop(2); _root.ta = false; _root.ball2.va = false; _root.saque._visible = false; saca_user = false; _root.paleta_user_normal2._x = 290; _root.paleta_user_normal2._y = 225; _root.cpu.setVolume(100); _root.cpu.start(0, 1); _root.fuerza = 0; } if (taytus == true) { if (paying != true) { _root.counter._visible = true; _root.counter.gotoAndPlay(2); paying = true; } else { _root.counter.gotoAndStop(1); } cant++; seg = cant / fps; if ((cant / fps) >= 2) { mysaque = true; taytus = false; paying = false; cant = 0; _root.paleta_user_normal3.gotoAndPlay(2); _root.paddle2._x = 300; _root.paddle2._y = 51; _root.ball2._y = 1; _root.ball2._x = _root.paddle2._x; _root.ball2.ball2speed = 1.102; _root.ball2.yspeed = -2.1; _root.ball2._xscale = 40; _root.ball2._yscale = 40; _root.ball2.zspeed = 3; _root.ball2.realx = 300; _root.ball2.realy = 3; _root.ball2.xchill = 5; _root.ball2.ychill = 20; _root.salio = false; _root.ball2.ydir = -1; _root.real_frame = 2; _root.ta = false; _root.ball2.va = false; _root.taytus.setVolume(100); _root.taytus.start(0, 1); _root.fuerza = 0; } } if (saca_user != true) { _root.paleta_user_normal_tay.startDrag(true); Mouse.hide(); } else { _root.paleta_user_normal2._x = 290; _root.paleta_user_normal2._y = 225; } if (_root.arranque == true) { _root.fuerza = 0; } if ((_root.score2 >= _root.max_point) and ((_root.score2 - _root.score1) >= 2)) { _root.bajon.start(0, 1); _root.gotoAndPlay(236); Mouse.show(); win = true; } if ((_root.score1 >= _root.max_point) and ((_root.score1 - _root.score2) >= 2)) { _root.gotoAndPlay(222); win = true; } if ((this.hitTest(_root.mc_top) && (va == true)) && (_root.ta != true)) { if (this._xscale < 32) { _root.score2++; _root.ta = true; taytus = true; } } if ((this.hitTest(_root.mc_top2) && (va == true)) && (_root.ta != true)) { _root.score2++; _root.ta = true; taytus = true; } if ((_root.salio == true) && (_xscale < 40)) { if (_root.ta != true) { _root.score2++; _root.score.gotoAndStop("cpu"); _root.ta = true; taytus = true; } } else if (_root.ta != true) { if (realy < 0) { if (((realx > 237) & (realx < 417)) & (realy != 0)) { realy = 0; ydir = ydir * -1; if (ydir != ydira) { ydira = ydir; } } else { realy = 0; _y = ((60 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); if (zspeed > 0) { _root.score1++; _root.score.gotoAndStop("user"); saca_user = true; _root.ta = true; } if (zspeed < 0) { _root.score2++; _root.score.gotoAndStop("cpu"); _root.ta = true; taytus = true; } zspeed = 0; stopDrag(); Mouse.show(); } } if (_xscale >= 100) { if (this.hitTest(_root.paleta_user_normal_tay) && (paying != true)) { _root.taytus.setVolume(100); _root.taytus.start(0, 1); va = true; taytus = false; cant = 0; mysaque = false; switch (_root.real_frame) { case 2 : xspeed = (_x - _root.paleta_user_normal_tay._x) / 17; yspeed = ((3.5 / ball2speed) / ball2speed) + (_root.fuerza / 50); increasing = 1; gravity = 0.1; break; case 3 : xspeed = (_x - _root.paleta_user_normal_tay._x) / 17; yspeed = (2 / ball2speed) + (_root.fuerza / 400); increasing = 1; gravity = 0.1; break; case 4 : xspeed = (_x - _root.paleta_user_normal_tay._x) / 17; yspeed = (2 / ball2speed) + (_root.fuerza / 60); increasing = 1; gravity = 0.15; if (ydir == 1) { if (this._y <= 192) { _root.score2++; _root.score.gotoAndStop("cpu"); zspeed = 0; _root.ta = true; stopDrag(); Mouse.show(); } } break; case 5 : xspeed = (_x - _root.paleta_user_normal_tay._x) / 17; yspeed = (2 / ball2speed) + (_root.fuerza / 60); increasing = 1; gravity = 0.15; } ydir = 1; zspeed = zspeed * -1; } else if ((zspeed != 0) and (_root.arranque != true)) { _root.saca_user = false; _root.score2++; _root.score.gotoAndStop("cpu"); zspeed = 0; taytus = true; stopDrag(); Mouse.show(); } } if (_xscale <= 30) { _root.arranque = false; if (this.hitTest(_root.paddle2.paddle2real)) { _root.cpu.setVolume(100); _root.cpu.start(0, 1); _root.saca_user = false; va = false; xspeed = (((_x - _root.paddle2._x) / 17) * 100) / 30; yspeed = (1.5 / ball2speed) / ball2speed; ydir = 1; zspeed = zspeed * -1; } else if (zspeed != 0) { _root.score1++; _root.score.gotoAndStop("user"); saca_user = true; zspeed = 0; stopDrag(); Mouse.show(); } } if (zspeed != 0) { if (yspeed < 0) { yspeed = yspeed * -1; ydir = ydir * -1; } realx = realx + (((xspeed * 100) / _xscale) * ball2speed); if (ydir < 0) { realy = realy - ((((yspeed * 30) / _xscale) * ball2speed) / 0.6); yspeed = yspeed + (((gravity * 0.42) * 10) / ball2speed); } if (ydir > 0) { realy = realy + ((((yspeed * 30) / _xscale) * ball2speed) / 0.6); yspeed = yspeed - (((gravity * 0.42) * 10) / ball2speed); } if (_root.saca_user != true) { if (mysaque != true) { _y = 60; _xscale = (_xscale + zspeed); _yscale = (_yscale + zspeed); _y = ((60 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); _x = (300 + (((realx - 300) * _xscale) / 30)); } else { _xscale = (_xscale + zspeed); _yscale = (_yscale + zspeed); _y = ((20 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); _x = (300 + (((realx - 300) * _xscale) / 30)); } } if (this.hitTest(_root.test)) { if (((_xscale <= 59) && (va == true)) && ((_root.real_frame == 3) || (_root.real_frame == 4))) { _root.red.gotoAndPlay(2); _root.score2++; _root.score.gotoAndStop("cpu"); zspeed = 0; taytus = true; stopDrag(); Mouse.show(); } else { _root.stop(); } } } if (increasing == 1) { if (ball2speed < 1.52) { ball2speed = ball2speed + (speedvar / 200); } } if (zspeed < 0) { zspeed = -3 * ball2speed; } if (zspeed > 0) { zspeed = 3 * ball2speed; } } } } }
Instance of Symbol 197 MovieClip "paleta_user_normal3" in Frame 220
onClipEvent (enterFrame) { _x = _root.paddle2._x; _y = _root.paddle2._y; _rotation = _root.paddle2._rotation; }
Instance of Symbol 39 MovieClip "paleta_user_normal_tay" in Frame 220
onClipEvent (enterFrame) { _rotation = (((_x - 300) * 120) / 275); if (_rotation > 90) { _rotation = 90; } if (_rotation < -90) { _rotation = -90; } }
Instance of Symbol 205 MovieClip "paddle2" in Frame 220
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball2) & (_root.ta != true)) & (_root.ball2.ydir == 1)) { if (_root.ball2._xscale > 50) { _root.salio = true; } } if (_root.ta != true) { if (_root.ball2.zspeed < 0) { if (_root.ball2._xscale < 37) { if ((60 - ((_root.ball2.realy * 30) / 14)) < _y) { _y = (_y - ydiff); } if (_y < (60 - ((_root.ball2.realy * 30) / 14))) { _y = (_y + ydiff); } } if (_x < (_root.ball2.realx - (xdiff / 2))) { _x = (_x + xdiff); } if ((_root.ball2.realx + (xdiff / 2)) < _x) { _x = (_x - xdiff); } } if ((50 - (_height / 2)) < _y) { _y = (50 - (_height / 2)); } _rotation = (((_x - 300) * 90) / 84); if (_rotation > 90) { _rotation = 90; } if (_rotation < -90) { _rotation = -90; } } }
Frame 221
empiezo = false; stop();
Frame 222
Mouse.show(); Mouse.show();
Frame 225
stop();
Frame 230
switch (_root.nivel) { case 1 : _root.gotoAndPlay(151); break; case 2 : _root.paddle2.xdiff = _root.xdiff; _root.paddle2.ydiff = _root.ydiff; ball2._visible = false; ball2.scales = 20; ball2.speedvar = 0.6; ball2.increasing = 2; ball2.gravity = 0.08; _root.max_point = 11; _root.score1 = 0; _root.score2 = 0; _root.ball2.xspeed = 0; _root.ball2.ball2speed = 1.1; _root.ball2.yspeed = -2.1; _root.ball2._xscale = 100; _root.ball2._yscale = 100; _root.ball2.zspeed = -3; _root.ball2.realx = 300; _root.ball2.realy = 3; _root.ball2.xchill = 5; _root.ball2.ychill = 20; _root.paddle2._x = 300; ball2._visible = true; paddle1._visible = true; shadow._visible = true; paddle2._visible = true; backbox._visible = true; paddle2._xscale = 50; paddle2._yscale = 50; ball2.ydir = 1; ball2.ydira = 0; _root.arranque = true; _root.gotoAndPlay(175); break; case 3 : _root.gotoAndPlay(293); }
Frame 236
Mouse.show();
Frame 239
stop();
Frame 244
switch (_root.nivel) { case 1 : _root.gotoAndPlay(151); break; case 2 : _root.paddle2.xdiff = _root.xdiff; _root.paddle2.ydiff = _root.ydiff; ball2._visible = false; ball2.scales = 20; ball2.speedvar = 0.6; ball2.increasing = 2; ball2.gravity = 0.08; _root.max_point = 11; _root.score1 = 0; _root.score2 = 0; _root.ball2.xspeed = 0; _root.ball2.ball2speed = 1.1; _root.ball2.yspeed = -2.1; _root.ball2._xscale = 100; _root.ball2._yscale = 100; _root.ball2.zspeed = -3; _root.ball2.realx = 300; _root.ball2.realy = 3; _root.ball2.xchill = 5; _root.ball2.ychill = 20; _root.paddle2._x = 300; ball2._visible = true; paddle1._visible = true; shadow._visible = true; paddle2._visible = true; backbox._visible = true; paddle2._xscale = 50; paddle2._yscale = 50; ball2.ydir = 1; ball2.ydira = 0; _root.arranque = true; _root.gotoAndPlay(175); break; case 3 : _root.gotoAndPlay(293); }
Frame 247
_root.ball3._visible = false; _root.mc_sombra2._visible = false;
Frame 293
function init3() { _root.paddle2.xdiff = _root.xdiff; _root.paddle2.ydiff = _root.ydiff; ball3._visible = false; ball3.scales = 20; ball3.speedvar = 0.6; ball3.increasing = 2; ball3.gravity = 0.08; _root.max_point = 11; _root.score1 = 0; _root.score2 = 0; _root.ball3.xspeed = 0; _root.ball3.ball3speed = 1.1; _root.ball3.yspeed = -2.1; _root.ball3._xscale = 100; _root.ball3._yscale = 100; _root.ball3.zspeed = -3; _root.ball3.realx = 300; _root.ball3.realy = 3; _root.ball3.xchill = 5; _root.ball3.ychill = 20; _root.paddle2._x = 300; paddle1._visible = true; shadow._visible = true; paddle2._visible = true; backbox._visible = true; paddle2._xscale = 50; paddle2._yscale = 50; ball3.ydir = 1; ball3.ydira = 0; _root.arranque = true; } function randRange(min, max) { var _local1 = Math.floor(Math.random() * ((max - min) + 1)) + min; return(_local1); } var mymouse = new Object(); _root.fuerza = 0; mymouse.onMouseDown = function () { switch (_root.nivel) { case 1 : mc_data.datos.power.gotoAndPlay(2); break; case 2 : mc_data2.datos.power.gotoAndPlay(2); break; case 3 : mc_data3.datos.power.gotoAndPlay(2); } }; mymouse.onMouseUp = function () { switch (_root.nivel) { case 1 : mc_data.datos.power.stop(); _root.fuerza = ((mc_data.datos.power._currentframe - 4) * 10) - 10; break; case 2 : mc_data2.datos.power.stop(); _root.fuerza = ((mc_data2.datos.power._currentframe - 4) * 10) - 10; break; case 3 : mc_data3.datos.power.stop(); _root.fuerza = ((mc_data3.datos.power._currentframe - 4) * 10) - 10; } }; _root.real_frame = 2; switch (_root.nivel) { case 1 : this.mc_data.datos.tiros.gotoAndStop(1); break; case 2 : this.mc_data2.datos.tiros.gotoAndStop(1); break; case 3 : this.mc_data3.datos.tiros.gotoAndStop(1); } mymouse.onMouseWheel = function (delta) { if (delta > 0) { if (_root.real_frame < 3) { _root.real_frame++; } } else if (_root.real_frame > 1) { _root.real_frame--; } switch (_root.nivel) { case 1 : mc_data.datos.tiros.gotoAndStop(_root.real_frame); break; case 2 : mc_data2.datos.tiros.gotoAndStop(_root.real_frame); break; case 3 : mc_data3.datos.tiros.gotoAndStop(_root.real_frame); } }; var mytecla = new Object(); mytecla.onKeyDown = function () { if (Key.getAscii() == 97) { if (_root.real_frame < 3) { _root.real_frame++; } } else if (Key.getAscii() == 122) { if (_root.real_frame > 1) { _root.real_frame--; } } switch (_root.nivel) { case 1 : mc_data.datos.tiros.gotoAndStop(_root.real_frame); break; case 2 : mc_data2.datos.tiros.gotoAndStop(_root.real_frame); break; case 3 : mc_data3.datos.tiros.gotoAndStop(_root.real_frame); } }; Key.addListener(mytecla); Mouse.addListener(mymouse); paleta_user_globo._visible = false; paleta_user_razo._visible = false; paleta_user_globo.onEnterFrame = function () { this._x = paleta_user_normal._x; this._y = paleta_user_normal._y; this._rotation = paleta_user_normal._rotation; }; paleta_user_razo.onEnterFrame = function () { this._x = paleta_user_normal._x; this._y = paleta_user_normal._y; this._rotation = paleta_user_normal._rotation; }; paleta_user_top.onEnterFrame = function () { this._x = paleta_user_normal._x; this._y = paleta_user_normal._y; this._rotation = paleta_user_normal._rotation; }; x_start = 416.5; y_start = 373.9; init3(); vel = 1; _root.mc_show_mouse.onEnterFrame = function () { if (this.hitTest(_root.paleta_user_normal2)) { paleta_user_normal2._alpha = 30; } else { paleta_user_normal2._alpha = 100; } }; stop();
Instance of Symbol 197 MovieClip "paleta_user_normal2" in Frame 293
onClipEvent (enterFrame) { _x = _root.paleta_user_normal_tay._x; _y = _root.paleta_user_normal_tay._y; _rotation = _root.paleta_user_normal_tay._rotation; }
Instance of Symbol 241 MovieClip "mc_sombra2" in Frame 293
onClipEvent (enterFrame) { _x = _root.ball3._x; _y = _root.ball3._y; }
Instance of Symbol 262 MovieClip "ball3" in Frame 293
onClipEvent (enterFrame) { if ((_root.nivel == 3) && (_root.saque3._visible == false)) { if (win != true) { if (_root.musica.getVolume() == 0) { _root.musica.stop(); _root.taytus.setVolume(100); } else if ((_root.musica.getVolume() <= 100) || (_root.musica.getVolume() >= 0)) { _root.musica.setVolume(_root.musica.getVolume() - 5); } fps = 20; if (saca_user == true) { _root.cant2++; } else { _root.cant2 = 0; } if ((_root.cant2 / fps) >= 2) { _root.fuerza = 0; _root.ball3.taytus = false; _root.ball3.cant = 0; _root.ball3.xspeed = 0; _root.ball3.ball3speed = 1.115; _root.ball3.yspeed = -2.1; _root.ball3._xscale = 99; _root.ball3._yscale = 99; _root.ball3.zspeed = -3; _root.ball3.realx = 310; _root.ball3.realy = 3; _root.ball3.xchill = 5; _root.ball3.ychill = 20; _root.salio = false; _root.ball3.ydir = 1; _root.score.gotoAndStop(1); _root.real_frame = 2; _root.tiros.gotoAndStop(2); _root.ta = false; _root.ball3.va = false; _root.saque._visible = false; saca_user = false; _root.paleta_user_normal2._x = 290; _root.paleta_user_normal2._y = 225; _root.cpu.setVolume(100); _root.cpu.start(0, 1); _root.fuerza = 0; } if (taytus == true) { if (paying != true) { _root.counter._visible = true; _root.counter.gotoAndPlay(2); paying = true; } else { _root.counter.gotoAndStop(1); } cant++; seg = cant / fps; if ((cant / fps) >= 2) { mysaque = true; taytus = false; paying = false; cant = 0; _root.paleta_user_normal3.gotoAndPlay(2); _root.paddle2._x = 300; _root.paddle2._y = 51; _root.ball3._y = 1; _root.ball3._x = _root.paddle2._x; _root.ball3.ball3speed = 1.115; _root.ball3.yspeed = -2.1; _root.ball3._xscale = 40; _root.ball3._yscale = 40; _root.ball3.zspeed = 3; _root.ball3.realx = 300; _root.ball3.realy = 3; _root.ball3.xchill = 5; _root.ball3.ychill = 20; _root.salio = false; _root.ball3.ydir = -1; _root.real_frame = 2; _root.ta = false; _root.ball3.va = false; _root.taytus.setVolume(100); _root.taytus.start(0, 1); _root.fuerza = 0; } } if (saca_user != true) { _root.paleta_user_normal_tay.startDrag(true); Mouse.hide(); } else { _root.paleta_user_normal2._x = 290; _root.paleta_user_normal2._y = 225; } if (_root.arranque == true) { _root.fuerza = 0; } if ((_root.score2 >= _root.max_point) and ((_root.score2 - _root.score1) >= 2)) { _root.bajon.start(0, 1); _root.gotoAndPlay(311); Mouse.show(); win = true; } if ((_root.score1 >= _root.max_point) and ((_root.score1 - _root.score2) >= 2)) { _root.gotoAndPlay(296); win = true; Mouse.show(); } if ((this.hitTest(_root.mc_top) && (va == true)) && (_root.ta != true)) { if (this._xscale < 32) { _root.score2++; _root.ta = true; taytus = true; } } if ((this.hitTest(_root.mc_top2) && (va == true)) && (_root.ta != true)) { _root.score2++; _root.ta = true; taytus = true; } if ((_root.salio == true) && (_xscale < 40)) { if (_root.ta != true) { _root.score2++; _root.score.gotoAndStop("cpu"); _root.ta = true; taytus = true; } } else if (_root.ta != true) { if (realy < 0) { if (((realx > 237) & (realx < 417)) & (realy != 0)) { realy = 0; ydir = ydir * -1; if (ydir != ydira) { ydira = ydir; } } else { realy = 0; _y = ((60 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); if (zspeed > 0) { _root.score1++; _root.score.gotoAndStop("user"); saca_user = true; _root.ta = true; } if (zspeed < 0) { _root.score2++; _root.score.gotoAndStop("cpu"); _root.ta = true; taytus = true; } zspeed = 0; stopDrag(); Mouse.show(); } } if (_xscale >= 100) { if (this.hitTest(_root.paleta_user_normal_tay) && (paying != true)) { _root.taytus.setVolume(100); _root.taytus.start(0, 1); va = true; taytus = false; cant = 0; mysaque = false; switch (_root.real_frame) { case 2 : xspeed = (_x - _root.paleta_user_normal_tay._x) / 17; yspeed = ((3.5 / ball3speed) / ball3speed) + (_root.fuerza / 50); increasing = 1; gravity = 0.1; break; case 3 : xspeed = (_x - _root.paleta_user_normal_tay._x) / 17; yspeed = (2 / ball3speed) + (_root.fuerza / 400); increasing = 1; gravity = 0.1; break; case 4 : xspeed = (_x - _root.paleta_user_normal_tay._x) / 17; yspeed = (2 / ball3speed) + (_root.fuerza / 60); increasing = 1; gravity = 0.15; if (ydir == 1) { if (this._y <= 192) { _root.score2++; _root.score.gotoAndStop("cpu"); zspeed = 0; _root.ta = true; stopDrag(); Mouse.show(); } } break; case 5 : xspeed = (_x - _root.paleta_user_normal_tay._x) / 17; yspeed = (2 / ball3speed) + (_root.fuerza / 60); increasing = 1; gravity = 0.15; } ydir = 1; zspeed = zspeed * -1; } else if ((zspeed != 0) and (_root.arranque != true)) { _root.saca_user = false; _root.score2++; _root.score.gotoAndStop("cpu"); zspeed = 0; taytus = true; stopDrag(); Mouse.show(); } } if (_xscale <= 30) { _root.arranque = false; if (this.hitTest(_root.paddle2.paddle2real)) { _root.cpu.setVolume(100); _root.cpu.start(0, 1); _root.saca_user = false; va = false; xspeed = (((_x - _root.paddle2._x) / 17) * 100) / 30; yspeed = (1.5 / ball3speed) / ball3speed; ydir = 1; zspeed = zspeed * -1; } else if (zspeed != 0) { _root.score1++; _root.score.gotoAndStop("user"); saca_user = true; zspeed = 0; stopDrag(); Mouse.show(); } } if (zspeed != 0) { if (yspeed < 0) { yspeed = yspeed * -1; ydir = ydir * -1; } realx = realx + (((xspeed * 100) / _xscale) * ball3speed); if (ydir < 0) { realy = realy - ((((yspeed * 30) / _xscale) * ball3speed) / 0.6); yspeed = yspeed + (((gravity * 0.42) * 10) / ball3speed); } if (ydir > 0) { realy = realy + ((((yspeed * 30) / _xscale) * ball3speed) / 0.6); yspeed = yspeed - (((gravity * 0.42) * 10) / ball3speed); } if (_root.saca_user != true) { if (mysaque != true) { _y = 60; _xscale = (_xscale + zspeed); _yscale = (_yscale + zspeed); _y = ((60 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); _x = (300 + (((realx - 300) * _xscale) / 30)); } else { _xscale = (_xscale + zspeed); _yscale = (_yscale + zspeed); _y = ((20 + (3.7143 * (_xscale - 30))) - ((realy * _xscale) / 14)); _x = (300 + (((realx - 300) * _xscale) / 30)); } } if (this.hitTest(_root.test)) { if (((_xscale <= 59) && (va == true)) && ((_root.real_frame == 3) || (_root.real_frame == 4))) { _root.red.gotoAndPlay(2); _root.score2++; _root.score.gotoAndStop("cpu"); zspeed = 0; taytus = true; stopDrag(); Mouse.show(); } else { _root.stop(); } } } if (increasing == 1) { if (ball3speed < 1.57) { ball3speed = ball3speed + (speedvar / 200); } } if (zspeed < 0) { zspeed = -3 * ball3speed; } if (zspeed > 0) { zspeed = 3 * ball3speed; } } } } }
Instance of Symbol 197 MovieClip "paleta_user_normal3" in Frame 293
onClipEvent (enterFrame) { _x = _root.paddle2._x; _y = _root.paddle2._y; _rotation = _root.paddle2._rotation; }
Instance of Symbol 39 MovieClip "paleta_user_normal_tay" in Frame 293
onClipEvent (enterFrame) { _rotation = (((_x - 300) * 120) / 275); if (_rotation > 90) { _rotation = 90; } if (_rotation < -90) { _rotation = -90; } }
Instance of Symbol 205 MovieClip "paddle2" in Frame 293
onClipEvent (enterFrame) { if ((this.hitTest(_root.ball3) & (_root.ta != true)) & (_root.ball3.ydir == 1)) { if (_root.ball3._xscale > 50) { _root.salio = true; } } if (_root.ta != true) { if (_root.ball3.zspeed < 0) { if (_root.ball3._xscale < 37) { if ((60 - ((_root.ball3.realy * 30) / 14)) < _y) { _y = (_y - ydiff); } if (_y < (60 - ((_root.ball3.realy * 30) / 14))) { _y = (_y + ydiff); } } if (_x < (_root.ball3.realx - (xdiff / 2))) { _x = (_x + xdiff); } if ((_root.ball3.realx + (xdiff / 2)) < _x) { _x = (_x - xdiff); } } if ((50 - (_height / 2)) < _y) { _y = (50 - (_height / 2)); } _rotation = (((_x - 300) * 90) / 84); if (_rotation > 90) { _rotation = 90; } if (_rotation < -90) { _rotation = -90; } } }
Frame 294
empiezo = false; stop();
Frame 295
stop(); Mouse.show();
Frame 298
stop();
Frame 303
switch (_root.nivel) { case 1 : _root.gotoAndPlay(151); break; case 2 : _root.gotoAndPlay(220); break; case 3 : _root.paddle2.xdiff = _root.xdiff; _root.paddle2.ydiff = _root.ydiff; ball3._visible = false; ball3.scales = 20; ball3.speedvar = 0.6; ball3.increasing = 2; ball3.gravity = 0.08; _root.max_point = 4; _root.score1 = 0; _root.score2 = 0; _root.ball3.xspeed = 0; _root.ball3.ball3speed = 1.1; _root.ball3.yspeed = -2.1; _root.ball3._xscale = 100; _root.ball3._yscale = 100; _root.ball3.zspeed = -3; _root.ball3.realx = 300; _root.ball3.realy = 3; _root.ball3.xchill = 5; _root.ball3.ychill = 20; _root.paddle2._x = 300; ball3._visible = true; paddle1._visible = true; shadow._visible = true; paddle2._visible = true; backbox._visible = true; paddle2._xscale = 50; paddle2._yscale = 50; ball3.ydir = 1; ball3.ydira = 0; _root.arranque = true; _root.gotoAndPlay(247); }
Frame 311
Mouse.show();
Frame 314
stop();
Frame 319
switch (_root.nivel) { case 1 : _root.gotoAndPlay(151); break; case 2 : _root.gotoAndPlay(220); break; case 3 : _root.paddle2.xdiff = _root.xdiff; _root.paddle2.ydiff = _root.ydiff; ball3._visible = false; ball3.scales = 20; ball3.speedvar = 0.6; ball3.increasing = 2; ball3.gravity = 0.08; _root.max_point = 4; _root.score1 = 0; _root.score2 = 0; _root.ball3.xspeed = 0; _root.ball3.ball3speed = 1.1; _root.ball3.yspeed = -2.1; _root.ball3._xscale = 100; _root.ball3._yscale = 100; _root.ball3.zspeed = -3; _root.ball3.realx = 300; _root.ball3.realy = 3; _root.ball3.xchill = 5; _root.ball3.ychill = 20; _root.paddle2._x = 300; ball3._visible = true; paddle1._visible = true; shadow._visible = true; paddle2._visible = true; backbox._visible = true; paddle2._xscale = 50; paddle2._yscale = 50; ball3.ydir = 1; ball3.ydira = 0; _root.arranque = true; _root.gotoAndPlay(247); }
Symbol 6 MovieClip Frame 1
stop();
Symbol 6 MovieClip Frame 9
stop();
Symbol 6 MovieClip Frame 16
stop();
Symbol 14 Button
on (press) { getURL ("http://www.dailygames.com", "_blank"); }
Symbol 21 MovieClip Frame 100
stop();
Symbol 50 Button
on (release) { _root.getURL("http://www.dailygames.com/powerpong.zip", "_blank"); } on (rollOver) { _root.menu_sound.start(0, 1); }
Symbol 55 Button
on (release) { _root.getURL("http://www.dailygames.com", "_blank"); } on (rollOver) { _root.menu_sound.start(0, 1); }
Symbol 60 Button
on (release) { _root.opcion = 2; _parent.play(); } on (rollOver) { _root.menu_sound.start(0, 1); }
Symbol 65 Button
on (release) { _root.opcion = 1; _parent.play(); } on (rollOver) { _root.menu_sound.start(0, 1); }
Symbol 83 MovieClip Frame 1
stop();
Symbol 83 MovieClip Frame 2
stop();
Symbol 84 Button
on (release) { _root.opcion = 1; _parent.play(); }
Symbol 87 MovieClip Frame 8
stop();
Symbol 87 MovieClip Frame 11
switch (_root.opcion) { case 1 : _root.gotoAndPlay("niveles"); break; case 2 : this.gotoAndPlay(15); }
Symbol 87 MovieClip Frame 12
stop();
Symbol 87 MovieClip Frame 22
stop();
Symbol 87 MovieClip Frame 25
if (!(_root.opcion === 1)) { } else { _root.gotoAndPlay("niveles"); }
Symbol 98 Button
on (release) { _root.nivel = 1; _root.xdiff = 4; _root.ydiff = 5; gotoAndPlay ("jugadores_out"); } on (rollOver) { _root.menu_sound.start(0, 1); }
Symbol 103 Button
on (release) { _root.nivel = 3; _root.xdiff = 10; _root.ydiff = 12; gotoAndPlay ("jugadores_out"); } on (rollOver) { _root.menu_sound.start(0, 1); }
Symbol 108 Button
on (release) { _root.nivel = 2; _root.xdiff = 7; _root.ydiff = 5; gotoAndPlay ("jugadores_out"); } on (rollOver) { _root.menu_sound.start(0, 1); }
Symbol 143 Button
on (press) { gotoAndPlay (41); }
Symbol 149 MovieClip Frame 1
stop();
Symbol 158 MovieClip Frame 1
stop();
Symbol 163 MovieClip Frame 15
stop();
Symbol 184 Button
on (press) { _root.ball.taytus = false; _root.ball.cant = 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 = 310; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; _root.salio = false; _root.ball.ydir = 1; _root.score.gotoAndStop(1); _root.real_frame = 2; _root.tiros.gotoAndStop(2); _root.ta = false; _root.gotoAndStop("Nivel1", 42); _root.ball.va = false; _root.saque._visible = false; }
Symbol 189 MovieClip Frame 1
stop();
Symbol 189 MovieClip Frame 15
gotoAndStop (1);
Symbol 197 MovieClip Frame 1
stop();
Symbol 197 MovieClip Frame 15
gotoAndStop (1);
Symbol 210 Button
on (press) { _root.ball.taytus = false; _root.ball.cant = 0; _root.ball.xspeed = 0; _root.ball.ballspeed = 1.1; _root.ball.yspeed = -2.1; _root.ball._xscale = 100; _root.ball._yscale = 100; _root.ball.zspeed = -3; _root.ball.realx = 310; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; _root.salio = false; _root.mc_sombra._visible = true; _root.ball.ydir = 1; _root.score.gotoAndStop(1); _root.real_frame = 2; _root.tiros.gotoAndStop(2); _root.ta = false; _root.ball.va = false; _root.saque._visible = false; }
Symbol 211 Button
on (press) { _root.ball.taytus = false; _root.ball.cant = 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 = 310; _root.ball.realy = 3; _root.ball.xchill = 5; _root.ball.ychill = 20; _root.salio = false; _root.ball.ydir = 1; _root.score.gotoAndStop(1); _root.real_frame = 2; _root.tiros.gotoAndStop(2); _root.ta = false; _root.ball.va = false; _root.saque._visible = false; }
Symbol 213 Button
on (press) { gotoAndPlay (190); }
Symbol 215 Button
on (press) { gotoAndPlay (179); }
Symbol 220 Button
on (release) { gotoAndPlay ("menu_principal"); }
Symbol 223 Button
on (press) { play(); }
Symbol 228 Button
on (release) { gotoAndPlay ("menu_principal"); }
Symbol 229 Button
on (press) { play(); }
Symbol 244 Button
on (press) { _root.ball2.taytus = false; _root.ball2.cant = 0; _root.ball2.xspeed = 0; _root.ball2.ball2speed = 1.1; _root.ball2.yspeed = -2.1; _root.ball2._visible = true; _root.ball2._xscale = 100; _root.ball2._yscale = 100; _root.ball2.zspeed = -3; _root.ball2.realx = 310; _root.ball2.realy = 3; _root.ball2.xchill = 5; _root.ball2.ychill = 20; _root.salio = false; _root.ball2.ydir = 1; _root.score.gotoAndStop(1); _root.real_frame = 2; _root.tiros.gotoAndStop(2); _root.ta = false; _root.gotoAndStop("Nivel1", 42); _root.ball2.va = false; _root.saque2._visible = false; }
Symbol 245 Button
on (press) { gotoAndPlay (430); }
Symbol 246 Button
on (press) { gotoAndPlay (417); }
Symbol 247 Button
on (press) { gotoAndPlay ("menu_principal"); }
Symbol 248 Button
on (press) { gotoAndPlay ("menu_principal"); }
Symbol 260 Button
on (press) { _root.ballita.taytus = false; _root.ballita.cant = 0; _root.ballita.xspeed = 0; _root.ballita.ballspeed = 1.1; _root.ballita.yspeed = -2.1; _root.ballita._xscale = 99; _root.ballita._yscale = 99; _root.ballita.zspeed = -3; _root.ballita.realx = 310; _root.ballita.realy = 3; _root.ballita.xchill = 5; _root.ballita.ychill = 20; _root.salio = false; _root.ballita.ydir = 1; _root.score.gotoAndStop(1); _root.real_frame = 2; _root.tiros.gotoAndStop(2); _root.ta = false; _root.ballita.va = false; _root.saque._visible = false; }
Symbol 263 Button
on (press) { _root.ball3.taytus = false; _root.ball3.cant = 0; _root.ball3.xspeed = 0; _root.ball3.ball3speed = 1.1; _root.ball3.yspeed = -2.1; _root.ball3._xscale = 99; _root.ball3._visible = true; _root.ball3._yscale = 99; _root.ball3.zspeed = -3; _root.ball3.realx = 310; _root.ball3.realy = 3; _root.mc_sombra2._visible = true; _root.ball3.xchill = 5; _root.ball3.ychill = 20; _root.salio = false; _root.ball3.ydir = 1; _root.score.gotoAndStop(1); _root.real_frame = 2; _root.tiros.gotoAndStop(2); _root.ta = false; _root.ball3.va = false; _root.saque3._visible = false; }
Symbol 264 Button
on (press) { gotoAndPlay (715); }
Symbol 265 Button
on (press) { gotoAndPlay (699); }
Symbol 266 Button
on (press) { gotoAndPlay ("menu_principal"); }
Symbol 267 Button
on (press) { gotoAndPlay ("menu_principal"); }

Library Items

Symbol 1 Sound [music]
Symbol 2 Sound [menu_sound]
Symbol 3 Sound [bajon]
Symbol 4 Sound [cpu]Used by:6
Symbol 5 Sound [taytus]Used by:6
Symbol 6 MovieClipUses:5 4Used by:Timeline
Symbol 7 GraphicUsed by:Timeline
Symbol 8 FontUsed by:9 75
Symbol 9 TextUses:8Used by:14
Symbol 10 GraphicUsed by:14
Symbol 11 FontUsed by:12 77 79 80 81 144 145
Symbol 12 EditableTextUses:11Used by:14
Symbol 13 GraphicUsed by:14 87
Symbol 14 ButtonUses:9 10 12 13Used by:18
Symbol 15 GraphicUsed by:18
Symbol 16 GraphicUsed by:18  Timeline
Symbol 17 GraphicUsed by:18
Symbol 18 MovieClipUses:14 15 16 17Used by:Timeline
Symbol 19 GraphicUsed by:21
Symbol 20 GraphicUsed by:21
Symbol 21 MovieClipUses:19 20Used by:Timeline
Symbol 22 BitmapUsed by:30 42 43
Symbol 23 BitmapUsed by:30 42 43
Symbol 24 BitmapUsed by:30 42 43
Symbol 25 BitmapUsed by:30 42 43
Symbol 26 BitmapUsed by:30 42 43
Symbol 27 BitmapUsed by:30 42 43
Symbol 28 BitmapUsed by:30 42 43
Symbol 29 BitmapUsed by:30 42 43
Symbol 30 GraphicUses:22 23 24 25 26 27 28 29Used by:Timeline
Symbol 31 GraphicUsed by:Timeline
Symbol 32 GraphicUsed by:Timeline
Symbol 33 GraphicUsed by:Timeline
Symbol 34 GraphicUsed by:Timeline
Symbol 35 GraphicUsed by:Timeline
Symbol 36 GraphicUsed by:37
Symbol 37 MovieClipUses:36Used by:39
Symbol 38 GraphicUsed by:39
Symbol 39 MovieClipUses:37 38Used by:Timeline
Symbol 40 GraphicUsed by:Timeline
Symbol 41 GraphicUsed by:Timeline
Symbol 42 GraphicUses:22 23 24 25 26 27 28 29Used by:Timeline
Symbol 43 GraphicUses:22 23 24 25 26 27 28 29Used by:Timeline
Symbol 44 SoundUsed by:Timeline
Symbol 45 GraphicUsed by:50
Symbol 46 FontUsed by:47 52 57 62 138 153 154 182 217 218 221 222 226 230 249
Symbol 47 TextUses:46Used by:50
Symbol 48 GraphicUsed by:50
Symbol 49 GraphicUsed by:50
Symbol 50 ButtonUses:45 47 48 49Used by:73
Symbol 51 GraphicUsed by:55
Symbol 52 TextUses:46Used by:55
Symbol 53 GraphicUsed by:55
Symbol 54 GraphicUsed by:55
Symbol 55 ButtonUses:51 52 53 54Used by:73
Symbol 56 GraphicUsed by:60
Symbol 57 TextUses:46Used by:60
Symbol 58 GraphicUsed by:60
Symbol 59 GraphicUsed by:60
Symbol 60 ButtonUses:56 57 58 59Used by:73
Symbol 61 GraphicUsed by:65 84
Symbol 62 TextUses:46Used by:65 84
Symbol 63 GraphicUsed by:65 84
Symbol 64 GraphicUsed by:65 84
Symbol 65 ButtonUses:61 62 63 64Used by:73
Symbol 66 BitmapUsed by:72 85
Symbol 67 BitmapUsed by:72 85
Symbol 68 BitmapUsed by:72 85
Symbol 69 BitmapUsed by:72 85
Symbol 70 BitmapUsed by:72 85
Symbol 71 BitmapUsed by:72 85
Symbol 72 GraphicUses:66 67 68 69 70 71Used by:73
Symbol 73 MovieClipUses:50 55 60 65 72Used by:87
Symbol 74 GraphicUsed by:87
Symbol 75 TextUses:8Used by:87
Symbol 76 GraphicUsed by:87
Symbol 77 TextUses:11Used by:87
Symbol 78 GraphicUsed by:86
Symbol 79 TextUses:11Used by:86
Symbol 80 TextUses:11Used by:83
Symbol 81 TextUses:11Used by:83
Symbol 82 GraphicUsed by:83
Symbol 83 MovieClipUses:80 81 82Used by:86
Symbol 84 ButtonUses:61 62 63 64Used by:86
Symbol 85 GraphicUses:66 67 68 69 70 71Used by:86
Symbol 86 MovieClipUses:78 79 83 84 85Used by:87
Symbol 87 MovieClipUses:73 13 74 75 76 77 86Used by:Timeline
Symbol 88 FontUsed by:89 92 150 151 152 155 156 157 159 160 212 214
Symbol 89 EditableTextUses:88Used by:Timeline
Symbol 90 BitmapUsed by:91
Symbol 91 GraphicUses:90Used by:Timeline
Symbol 92 EditableTextUses:88Used by:Timeline
Symbol 93 BitmapUsed by:94 95 97
Symbol 94 GraphicUses:93Used by:98
Symbol 95 GraphicUses:93Used by:96
Symbol 96 MovieClipUses:95Used by:98
Symbol 97 GraphicUses:93Used by:98
Symbol 98 ButtonUses:94 96 97Used by:Timeline
Symbol 99 BitmapUsed by:100 101
Symbol 100 GraphicUses:99Used by:103
Symbol 101 GraphicUses:99Used by:102
Symbol 102 MovieClipUses:101Used by:103
Symbol 103 ButtonUses:100 102Used by:Timeline
Symbol 104 BitmapUsed by:105 106
Symbol 105 GraphicUses:104Used by:108
Symbol 106 GraphicUses:104Used by:107
Symbol 107 MovieClipUses:106Used by:108
Symbol 108 ButtonUses:105 107Used by:Timeline
Symbol 109 GraphicUsed by:Timeline
Symbol 110 GraphicUsed by:119
Symbol 111 GraphicUsed by:119
Symbol 112 GraphicUsed by:119
Symbol 113 BitmapUsed by:115 116 117 118
Symbol 114 BitmapUsed by:115 116 117 118
Symbol 115 GraphicUses:113 114Used by:119
Symbol 116 GraphicUses:113 114Used by:119
Symbol 117 GraphicUses:113 114Used by:119
Symbol 118 GraphicUses:113 114Used by:119
Symbol 119 MovieClipUses:110 111 112 115 116 117 118Used by:120
Symbol 120 MovieClipUses:119Used by:Timeline
Symbol 121 GraphicUsed by:122
Symbol 122 MovieClipUses:121Used by:124
Symbol 123 GraphicUsed by:124
Symbol 124 MovieClipUses:122 123Used by:128
Symbol 125 BitmapUsed by:127
Symbol 126 BitmapUsed by:127
Symbol 127 GraphicUses:125 126Used by:128
Symbol 128 MovieClipUses:124 127Used by:129
Symbol 129 MovieClipUses:128Used by:Timeline
Symbol 130 GraphicUsed by:136
Symbol 131 BitmapUsed by:133
Symbol 132 BitmapUsed by:133
Symbol 133 GraphicUses:131 132Used by:134
Symbol 134 MovieClipUses:133Used by:136
Symbol 135 GraphicUsed by:136
Symbol 136 MovieClipUses:130 134 135Used by:137
Symbol 137 MovieClipUses:136Used by:Timeline
Symbol 138 TextUses:46Used by:Timeline
Symbol 139 BitmapUsed by:141 216 225
Symbol 140 BitmapUsed by:141 216 225
Symbol 141 GraphicUses:139 140Used by:Timeline
Symbol 142 GraphicUsed by:143
Symbol 143 ButtonUses:142Used by:Timeline
Symbol 144 TextUses:11Used by:Timeline
Symbol 145 TextUses:11Used by:Timeline
Symbol 146 GraphicUsed by:Timeline
Symbol 147 GraphicUsed by:149
Symbol 148 GraphicUsed by:149
Symbol 149 MovieClipUses:147 148Used by:162 163
Symbol 150 TextUses:88Used by:162 163
Symbol 151 TextUses:88Used by:162 163
Symbol 152 TextUses:88Used by:162 163
Symbol 153 EditableTextUses:46Used by:162 163
Symbol 154 EditableTextUses:46Used by:162 163
Symbol 155 TextUses:88Used by:158
Symbol 156 TextUses:88Used by:158
Symbol 157 TextUses:88Used by:158
Symbol 158 MovieClipUses:155 156 157Used by:162 163
Symbol 159 TextUses:88Used by:162 163
Symbol 160 TextUses:88Used by:162 163
Symbol 161 GraphicUsed by:162 163
Symbol 162 MovieClipUses:149 150 151 152 153 154 158 159 160 161Used by:163
Symbol 163 MovieClipUses:149 150 151 152 153 154 158 159 160 161 162Used by:Timeline
Symbol 164 BitmapUsed by:165 166
Symbol 165 GraphicUses:164Used by:Timeline
Symbol 166 GraphicUses:164Used by:Timeline
Symbol 167 GraphicUsed by:Timeline
Symbol 168 BitmapUsed by:170
Symbol 169 BitmapUsed by:170
Symbol 170 GraphicUses:168 169Used by:Timeline
Symbol 171 GraphicUsed by:Timeline
Symbol 172 GraphicUsed by:Timeline
Symbol 173 GraphicUsed by:Timeline
Symbol 174 GraphicUsed by:Timeline
Symbol 175 GraphicUsed by:Timeline
Symbol 176 GraphicUsed by:Timeline
Symbol 177 GraphicUsed by:Timeline
Symbol 178 GraphicUsed by:Timeline
Symbol 179 GraphicUsed by:183 184 210 211 223 229 244 260 263
Symbol 180 GraphicUsed by:183 184 210 211 223 229 244 260 263
Symbol 181 GraphicUsed by:183 184 210 211 223 229 244 260 263
Symbol 182 TextUses:46Used by:183 184 210 211 244 260 263
Symbol 183 ButtonUses:179 180 181 182Used by:Timeline
Symbol 184 ButtonUses:179 180 181 182Used by:Timeline
Symbol 185 BitmapUsed by:186 187 188
Symbol 186 GraphicUses:185Used by:189
Symbol 187 GraphicUses:185Used by:189
Symbol 188 GraphicUses:185Used by:189
Symbol 189 MovieClipUses:186 187 188Used by:Timeline
Symbol 190 GraphicUsed by:191
Symbol 191 MovieClipUses:190Used by:Timeline
Symbol 192 BitmapUsed by:194
Symbol 193 BitmapUsed by:194
Symbol 194 GraphicUses:192 193Used by:197
Symbol 195 GraphicUsed by:197
Symbol 196 GraphicUsed by:197
Symbol 197 MovieClipUses:194 195 196Used by:Timeline
Symbol 198 GraphicUsed by:199 241
Symbol 199 MovieClipUses:198Used by:Timeline
Symbol 200 GraphicUsed by:201
Symbol 201 MovieClipUses:200Used by:Timeline
Symbol 202 GraphicUsed by:203
Symbol 203 MovieClipUses:202Used by:205
Symbol 204 GraphicUsed by:205
Symbol 205 MovieClipUses:203 204Used by:Timeline
Symbol 206 GraphicUsed by:207
Symbol 207 MovieClipUses:206Used by:Timeline
Symbol 208 GraphicUsed by:209
Symbol 209 MovieClipUses:208Used by:Timeline
Symbol 210 ButtonUses:179 180 181 182Used by:Timeline
Symbol 211 ButtonUses:179 180 181 182Used by:Timeline
Symbol 212 TextUses:88Used by:213 245 264
Symbol 213 ButtonUses:212Used by:Timeline
Symbol 214 TextUses:88Used by:215 246 265
Symbol 215 ButtonUses:214Used by:Timeline
Symbol 216 GraphicUses:139 140Used by:219 220 247 266
Symbol 217 TextUses:46Used by:219 220 247 266
Symbol 218 TextUses:46Used by:219 220 227 228 247 248 266 267
Symbol 219 MovieClipUses:218 217 216Used by:220 247 266
Symbol 220 ButtonUses:216 217 218 219Used by:Timeline
Symbol 221 TextUses:46Used by:223 229
Symbol 222 TextUses:46Used by:223 229
Symbol 223 ButtonUses:179 180 181 221 222Used by:Timeline
Symbol 224 GraphicUsed by:Timeline
Symbol 225 GraphicUses:139 140Used by:227 228 248 267
Symbol 226 TextUses:46Used by:227 228 248 267
Symbol 227 MovieClipUses:218 226 225Used by:228 248 267
Symbol 228 ButtonUses:225 226 218 227Used by:Timeline
Symbol 229 ButtonUses:179 180 181 221 222Used by:Timeline
Symbol 230 TextUses:46Used by:Timeline
Symbol 231 GraphicUsed by:Timeline
Symbol 232 GraphicUsed by:Timeline
Symbol 233 GraphicUsed by:Timeline
Symbol 234 BitmapUsed by:236
Symbol 235 BitmapUsed by:236
Symbol 236 GraphicUses:234 235Used by:Timeline
Symbol 237 BitmapUsed by:238
Symbol 238 GraphicUses:237Used by:Timeline
Symbol 239 GraphicUsed by:Timeline
Symbol 240 GraphicUsed by:Timeline
Symbol 241 MovieClipUses:198Used by:Timeline
Symbol 242 GraphicUsed by:243
Symbol 243 MovieClipUses:242Used by:Timeline
Symbol 244 ButtonUses:179 180 181 182Used by:Timeline
Symbol 245 ButtonUses:212Used by:Timeline
Symbol 246 ButtonUses:214Used by:Timeline
Symbol 247 ButtonUses:216 217 218 219Used by:Timeline
Symbol 248 ButtonUses:225 226 218 227Used by:Timeline
Symbol 249 TextUses:46Used by:Timeline
Symbol 250 GraphicUsed by:Timeline
Symbol 251 GraphicUsed by:Timeline
Symbol 252 GraphicUsed by:Timeline
Symbol 253 BitmapUsed by:255
Symbol 254 BitmapUsed by:255
Symbol 255 GraphicUses:253 254Used by:Timeline
Symbol 256 BitmapUsed by:257
Symbol 257 GraphicUses:256Used by:Timeline
Symbol 258 GraphicUsed by:Timeline
Symbol 259 GraphicUsed by:Timeline
Symbol 260 ButtonUses:179 180 181 182Used by:Timeline
Symbol 261 GraphicUsed by:262
Symbol 262 MovieClipUses:261Used by:Timeline
Symbol 263 ButtonUses:179 180 181 182Used by:Timeline
Symbol 264 ButtonUses:212Used by:Timeline
Symbol 265 ButtonUses:214Used by:Timeline
Symbol 266 ButtonUses:216 217 218 219Used by:Timeline
Symbol 267 ButtonUses:225 226 218 227Used by:Timeline

Instance Names

"mc_sonido"Frame 1Symbol 6 MovieClip
"barra_mc"Frame 1Symbol 21 MovieClip
"paleta_user_normal"Frame 1Symbol 39 MovieClip
"menus"Frame 17Symbol 87 MovieClip
"mc_data"Frame 134Symbol 163 MovieClip
"saque"Frame 151Symbol 184 Button
"red"Frame 151Symbol 189 MovieClip
"mc_show_mouse"Frame 152Symbol 191 MovieClip
"paleta_user_normal2"Frame 152Symbol 197 MovieClip
"mc_sombra"Frame 152Symbol 199 MovieClip
"ball"Frame 152Symbol 201 MovieClip
"paleta_user_normal"Frame 152Symbol 39 MovieClip
"paddle2"Frame 152Symbol 205 MovieClip
"paleta_user_normal3"Frame 152Symbol 197 MovieClip
"test"Frame 152Symbol 207 MovieClip
"test"Frame 152Symbol 207 MovieClip
"mc_to2"Frame 152Symbol 209 MovieClip
"mc_top"Frame 152Symbol 209 MovieClip
"saque"Frame 152Symbol 210 Button
"saque"Frame 153Symbol 211 Button
"saque2"Frame 155Symbol 223 Button
"saque"Frame 166Symbol 229 Button
"mc_data2"Frame 197Symbol 163 MovieClip
"saque"Frame 218Symbol 184 Button
"red"Frame 220Symbol 189 MovieClip
"paleta_user_normal2"Frame 220Symbol 197 MovieClip
"mc_show_mouse"Frame 220Symbol 191 MovieClip
"mc_sombra"Frame 220Symbol 241 MovieClip
"ball2"Frame 220Symbol 243 MovieClip
"paleta_user_normal3"Frame 220Symbol 197 MovieClip
"paleta_user_normal_tay"Frame 220Symbol 39 MovieClip
"paddle2"Frame 220Symbol 205 MovieClip
"test"Frame 220Symbol 207 MovieClip
"saque2"Frame 220Symbol 244 Button
"saque"Frame 222Symbol 229 Button
"saque"Frame 236Symbol 229 Button
"mc_data3"Frame 275Symbol 163 MovieClip
"sacar3"Frame 291Symbol 260 Button
"red"Frame 293Symbol 189 MovieClip
"paleta_user_normal2"Frame 293Symbol 197 MovieClip
"mc_show_mouse"Frame 293Symbol 191 MovieClip
"mc_sombra2"Frame 293Symbol 241 MovieClip
"ball3"Frame 293Symbol 262 MovieClip
"paleta_user_normal3"Frame 293Symbol 197 MovieClip
"paleta_user_normal_tay"Frame 293Symbol 39 MovieClip
"paddle2"Frame 293Symbol 205 MovieClip
"test"Frame 293Symbol 207 MovieClip
"saque3"Frame 293Symbol 263 Button
"saque"Frame 295Symbol 229 Button
"saque"Frame 311Symbol 229 Button
"paddle1real"Symbol 39 MovieClip Frame 1Symbol 37 MovieClip
"descargar"Symbol 73 MovieClip Frame 1Symbol 50 Button
"menus"Symbol 87 MovieClip Frame 1Symbol 73 MovieClip
"menus"Symbol 87 MovieClip Frame 15Symbol 86 MovieClip
"power"Symbol 162 MovieClip Frame 1Symbol 149 MovieClip
"tiros"Symbol 162 MovieClip Frame 1Symbol 158 MovieClip
"power"Symbol 163 MovieClip Frame 1Symbol 149 MovieClip
"tiros"Symbol 163 MovieClip Frame 1Symbol 158 MovieClip
"datos"Symbol 163 MovieClip Frame 15Symbol 162 MovieClip
"paddle2real"Symbol 205 MovieClip Frame 1Symbol 203 MovieClip

Special Tags

FileAttributes (69)Timeline Frame 1Access network only, Metadata not present, AS1/AS2.
ExportAssets (56)Timeline Frame 1Symbol 1 as "music"
ExportAssets (56)Timeline Frame 1Symbol 2 as "menu_sound"
ExportAssets (56)Timeline Frame 1Symbol 3 as "bajon"
ExportAssets (56)Timeline Frame 1Symbol 4 as "cpu"
ExportAssets (56)Timeline Frame 1Symbol 5 as "taytus"

Labels

"musica"Frame 17
"menu_principal"Frame 17
"niveles"Frame 56
"personajes_out"Frame 87
"empiezo"Frame 152
"main"Frame 154
"ganador1"Frame 155
"perdedor1"Frame 164
"nivel2"Frame 175
"empiezo"Frame 220
"nivel3"Frame 247
"empiezo"Frame 293

Dynamic Text Variables

_root.score1Symbol 153 EditableText"<p align="center"><font face="Impact" size="12" color="#ffff00" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"
_root.score2Symbol 154 EditableText"<p align="center"><font face="Impact" size="12" color="#ffff00" letterSpacing="0.000000" kerning="1"><b>0</b></font></p>"




http://swfchan.com/5/22593/info.shtml
Created: 26/5 -2019 21:04:40 Last modified: 26/5 -2019 21:04:40 Server time: 02/05 -2024 19:37:13