Ver Mensaje Individual
  #9 (permalink)  
Antiguo 02/04/2005, 08:54
Avatar de webgeri
webgeri
 
Fecha de Ingreso: marzo-2005
Ubicación: montevideo
Mensajes: 374
Antigüedad: 19 años, 1 mes
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