World Servers
¿Quieres reaccionar a este mensaje? Regístrate en el foro con unos pocos clics o inicia sesión para continuar.

[APORTE] INTRO HIPER GAMER EDITADO

5 participantes

Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty [APORTE] INTRO HIPER GAMER EDITADO

Mensaje por Desester 2011-12-16, 13:33

Hola gente de WORLDSERVER.
Empese hacerlo ayer en 1 hora, lo termine y hoy ante de postear le agrege algunos efecto, efecto de nieve 0 lag!.
IMAGEN:
[Tienes que estar registrado y conectado para ver esa imagen]



Creditos:HEADER Y BOTONES HIPER GAMES(ENTRADA Y SALIDA)
LO DEMAS MIO
Descarga:
[Tienes que estar registrado y conectado para ver este vínculo]

PD: ES TOTALMENTE EDITABLE, EL HEADER AGAN UNO UDS Y LO PEGAN EN LA CARPETA IMAGES, SE CAMBIA SOLO Y LISTO. CON EL NOMBRE "logo_hipergamers"
Desester
Desester
Miembro
Miembro

Usuario Registrado Masculino Argentina No tienes ningun Trofeo No tienes ningun Premio No tienes ninguna Advertencia
Plastike
Mensajes : 26
Cash Point : 22770
Prestigio : 14
Registro : 12/12/2011
Localización : Buenos Aires
Edad : 31

http://mu-bsso.com

Volver arriba Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty Re: [APORTE] INTRO HIPER GAMER EDITADO

Mensaje por LightRaven 2011-12-16, 15:00

muy bueno O; voy a descargarlo para mi gunz, capas le cambie el fondo o le ponga unos renders :P va voto positivo.
LightRaven
LightRaven
Level V
Level V

KaiZen Gunz Masculino World ServerS Trofeo de Plata Estrella de Oro : Nivel 12º No tienes ninguna Advertencia
Kaizen Project
Mensajes : 782
Cash Point : 22607
Prestigio : 322
Registro : 04/12/2010
Localización : A la vuelta de la esquina
Edad : 28

http://www.world-servers.org

Volver arriba Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty Re: [APORTE] INTRO HIPER GAMER EDITADO

Mensaje por Desester 2011-12-16, 15:26

grax si no podes cambiar el video decime yo te lo cambio... de ultima...
tenes algun link de files bueno de mu 97 ??es que nesesito .. de paso testeo...
Dps are otro pero con muchos games...
Pasame pag de tu gunz quiero ver ...
Desester
Desester
Miembro
Miembro

Usuario Registrado Masculino Argentina No tienes ningun Trofeo No tienes ningun Premio No tienes ninguna Advertencia
Plastike
Mensajes : 26
Cash Point : 22770
Prestigio : 14
Registro : 12/12/2011
Localización : Buenos Aires
Edad : 31

http://mu-bsso.com

Volver arriba Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty Re: [APORTE] INTRO HIPER GAMER EDITADO

Mensaje por LightRaven 2011-12-24, 04:08

tomo este intro, lo voy a usar en mi gunz.
LightRaven
LightRaven
Level V
Level V

KaiZen Gunz Masculino World ServerS Trofeo de Plata Estrella de Oro : Nivel 12º No tienes ninguna Advertencia
Kaizen Project
Mensajes : 782
Cash Point : 22607
Prestigio : 322
Registro : 04/12/2010
Localización : A la vuelta de la esquina
Edad : 28

http://www.world-servers.org

Volver arriba Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty Re: [APORTE] INTRO HIPER GAMER EDITADO

Mensaje por LightRaven 2011-12-24, 04:28

Desester escribió:grax si no podes cambiar el video decime yo te lo cambio... de ultima...
tenes algun link de files bueno de mu 97 ??es que nesesito .. de paso testeo...
Dps are otro pero con muchos games...
Pasame pag de tu gunz quiero ver ...

no habia leido esto
le quiero poner este video, estaria bueno que me expliques sino.

[Tienes que estar registrado y conectado para ver este vínculo] es la pag de mi gunz.

te deje un pv co unos 97d
LightRaven
LightRaven
Level V
Level V

KaiZen Gunz Masculino World ServerS Trofeo de Plata Estrella de Oro : Nivel 12º No tienes ninguna Advertencia
Kaizen Project
Mensajes : 782
Cash Point : 22607
Prestigio : 322
Registro : 04/12/2010
Localización : A la vuelta de la esquina
Edad : 28

http://www.world-servers.org

Volver arriba Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty Re: [APORTE] INTRO HIPER GAMER EDITADO

Mensaje por Chino Carrión 2011-12-24, 15:03

No me gusta el intro, pero me encanta el efecto de nieve en javascript, me lo pasas?
Chino Carrión
Chino Carrión
Level V
Level V

Usuario Registrado Masculino Argentina Trofeo de Oro Corona de Oro No tienes ninguna Advertencia
Lo que haces grita tanto que apenas se oye lo que
Mensajes : 781
Cash Point : 27192
Prestigio : 405
Registro : 12/11/2010
Localización : Lorencia
Edad : 27

Volver arriba Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty Re: [APORTE] INTRO HIPER GAMER EDITADO

Mensaje por LightRaven 2011-12-24, 15:47

Efecto snow:
Código:
<script type="text/javascript">

/******************************************
* Snow Effect Script- By Altan d.o.o. (http://www.altan.hr/snow/index.html)
* Visit Dynamic Drive DHTML code library (http://www.dynamicdrive.com/) for full source code
* Last updated Nov 9th, 05' by DD. This notice must stay intact for use
******************************************/
 
var snowsrc="snow.gif"
var no = 10;

var dx, xp, yp;
var am, stx, sty;
var i, doc_width = 800, doc_height = 600;
 
if (typeof window.innerWidth != 'undefined')
{
  doc_width = window.innerWidth;
  doc_height = window.innerHeight;
}
else
if (typeof document.documentElement != 'undefined' && typeof document.documentElement.clientWidth != 'undefined' && document.documentElement.clientWidth != 0)
{
  doc_width = document.documentElement.clientWidth;
  doc_height = document.documentElement.clientHeight;
}
else
{
  doc_width = document.getElementsByTagName('body')[0].clientWidth;
  doc_height = document.getElementsByTagName('body')[0].clientHeight;
}

dx = new Array();
xp = new Array();
yp = new Array();
am = new Array();
stx = new Array();
sty = new Array();

for (i = 0; i < no; ++ i)

  dx[i] = 0;
  xp[i] = Math.random()*(doc_width-50);
  yp[i] = Math.random()*doc_height;
  am[i] = Math.random()*20;
  stx[i] = 0.02 + Math.random()/10;
  sty[i] = 0.7 + Math.random();

  if (i == 0)
  {
      document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><a href=\"http://dynamicdrive.com\"><img src='"+snowsrc+"' border=\"0\"><\/a><\/div>");
  }
  else
  {
      document.write("<div id=\"dot"+ i +"\" style=\"POSITION: absolute; Z-INDEX: "+ i +"; VISIBILITY: visible; TOP: 15px; LEFT: 15px;\"><img src='"+snowsrc+"' border=\"0\"><\/div>");
  }
}

function DoSnow()
{
  for (i = 0; i < no; ++ i)
  {
      yp[i] += sty[i];
      if (yp[i] > doc_height-50)
      {
        xp[i] = Math.random()*(doc_width-am[i]-30);
        yp[i] = 0;
        stx[i] = 0.02 + Math.random()/10;
        sty[i] = 0.7 + Math.random();
      }
      dx[i] += stx[i];
      document.getElementById("dot"+i).style.top=yp[i]+"px";
      document.getElementById("dot"+i).style.left=xp[i] + am[i]*Math.sin(dx[i])+"px"; 
  }
  snowtimer=setTimeout("DoSnow()", 10);
}

setTimeout("DoSnow()", 500);

</script></div>
LightRaven
LightRaven
Level V
Level V

KaiZen Gunz Masculino World ServerS Trofeo de Plata Estrella de Oro : Nivel 12º No tienes ninguna Advertencia
Kaizen Project
Mensajes : 782
Cash Point : 22607
Prestigio : 322
Registro : 04/12/2010
Localización : A la vuelta de la esquina
Edad : 28

http://www.world-servers.org

Volver arriba Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty Re: [APORTE] INTRO HIPER GAMER EDITADO

Mensaje por Desester 2011-12-26, 10:11

me ausente unos dias, si el que paso light es el efecto :P, light pasa el efecto de fuegos artifisiales no seas rata!
Desester
Desester
Miembro
Miembro

Usuario Registrado Masculino Argentina No tienes ningun Trofeo No tienes ningun Premio No tienes ninguna Advertencia
Plastike
Mensajes : 26
Cash Point : 22770
Prestigio : 14
Registro : 12/12/2011
Localización : Buenos Aires
Edad : 31

http://mu-bsso.com

Volver arriba Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty Re: [APORTE] INTRO HIPER GAMER EDITADO

Mensaje por mumaipu 2012-08-17, 20:29

Alguien que resuba el linck porfavor
mumaipu
mumaipu
Miembro
Miembro

Usuario Registrado Masculino Argentina No tienes ningun Trofeo No tienes ningun Premio No tienes ninguna Advertencia
~ New User ~
Mensajes : 5
Cash Point : 23167
Prestigio : 10
Registro : 15/09/2011
Localización : Mendoza
Edad : 34

Volver arriba Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty asd

Mensaje por troyano_092 2013-03-22, 03:23

Seria Bueno que lo Suban de nuevooo muy buen INtroo
troyano_092
troyano_092
Miembro
Miembro

Usuario Registrado Masculino Argentina No tienes ningun Trofeo No tienes ningun Premio No tienes ninguna Advertencia
Mu Gungrave Adm
Mensajes : 19
Cash Point : 22240
Prestigio : 10
Registro : 31/03/2012
Localización : argentina
Edad : 32

Volver arriba Ir abajo

[APORTE] INTRO HIPER GAMER EDITADO Empty Re: [APORTE] INTRO HIPER GAMER EDITADO

Mensaje por Contenido patrocinado


Contenido patrocinado


Volver arriba Ir abajo

Volver arriba

- Temas similares

 
Permisos de este foro:
No puedes responder a temas en este foro.