Tema: menu
Ver Mensaje Individual
  #9 (permalink)  
Antiguo 20/07/2004, 10:30
anerocitam
 
Fecha de Ingreso: marzo-2004
Mensajes: 61
Antigüedad: 20 años
Puntos: 0
pero no es profesional copiar pero si quieres hacerlo has un movie clip y le pones este codigo

onClipEvent (enterFrame) {
if (_root._ymouse<_height) {
this.opciones.fade = "up";
targetY = 0;
} else {
this.opciones.fade = "down";
targetY = -_height+27;
}
// end if
moveBy = (targetY-_y)*0.400000;
_y = _y+moveBy;
}

y ya esta pero averigua para que sirve cada linea y entiendelo ok