Tema
:
Me pueden cantar este codigo ....?
Ver Mensaje Individual
#
9
(
permalink
)
02/04/2005, 08:54
webgeri
Fecha de Ingreso: marzo-2005
Ubicación: montevideo
Mensajes: 374
Antigüedad: 19 años, 8 meses
Puntos: 0
otra forma
otra forma
onClipEvent (load) {
_x = 50;
_y = 50;
}
onClipEvent (enterFrame) {
if (_x<480) {
_x+=(480-_x)/5;
}
if (_y<350) {
_y+=(350-_y)/5;
}
_alpha=((480-_x)/430)*100
}
sldos
webgeri
Ver Perfil
¡Visita mi Sitio!
Buscar todos los Mensajes de webgeri