Comunidad de diseño web y desarrollo en internet online

¿Como se hace?

Citar            
MensajeEscrito el 23 Feb 2006 06:36 pm
Hola, no tengo ni idea de flash pero me gustaria aprender. El otro dia me meti en la web www.bocetoweb.net , y en el apartado de arte y fotografia, la plantilla numero 10151 me llamo mucho la atencion por lo vistosa que era. Creo que todo eso se hace con actionscript, pero alguien me lo podria asegurar. Muchas gracias

Por fotorafa

2 de clabLevel



Genero:Masculino  

msie
Citar            
MensajeEscrito el 23 Feb 2006 06:39 pm
:crap: el link está roto, o mal capturado, podrías confirmarlo ?

Por Elarios

192 de clabLevel



Genero:Masculino  

México, D.F.

firefox
Citar            
MensajeEscrito el 23 Feb 2006 06:42 pm
Se fue una coma, el link ya esta arreglado..

Por Cep

BOFH

1509 de clabLevel

9 tutoriales

1 ejemplo

Genero:Masculino   REC Bastard Operators From Hell

Web Developer

firefox
Citar            
MensajeEscrito el 23 Feb 2006 07:15 pm

Código :

function zoom(x,y,ancho,alto, aceleracion) {
mapa.onEnterFrame = function() {
this._x += (x-this._x)/aceleracion;
this._y += (y-this._y)/aceleracion;
this._width += (ancho-this._width)/aceleracion;
this._height+= (alto-this._height)/aceleracion;
if (Math.abs(x-this._x)<0.5 && Math.abs(y-this._y)<0.5 && Math.abs(ancho-this._width)<0.5 && Math.abs(alto-this._height)<0.5) {
this._x = x;
this._y = y;
this._width = ancho;
this._height = alto;
delete this.onEnterFrame;
}
};
};


solo cuando hagas rooll over, mada a los cuatro clip esa funcion con su s posiciones y tamañaos predeterminados y lsito y roll out tambien
Xaludos

Por FeNtO

BOFH

5091 de clabLevel

18 tutoriales

1 ejemplo

  Bastard Operators From Hell

FeNtO DataCenter

clabbrowser
Citar            
MensajeEscrito el 25 Feb 2006 03:48 pm
Un poco ambicioso lo tuyo me parece! si no sabes nada de flash tienes que comenzar por cosas mas sencillas. En este sitio hay muchos tutoriales para comenzar, saludos

Por micheloud

341 de clabLevel



 

Misiones, Argentina

firefox
Citar            
MensajeEscrito el 27 Feb 2006 09:01 am
Gracias a todos-as por las respuestas. Creo que me voy a tener que poner a estudiar. Ya os contaré. Un saludo

Por fotorafa

2 de clabLevel



Genero:Masculino  

msie

 

Cristalab BabyBlue v4 + V4 © 2011 Cristalab
Powered by ClabEngines v4, HTML5, love and ponies.