Ver Mensaje Individual
  #2 (permalink)  
Antiguo 01/07/2010, 20:28
Avatar de Diegoazul
Diegoazul
 
Fecha de Ingreso: mayo-2007
Ubicación: { Dash Berlin }
Mensajes: 1.879
Antigüedad: 17 años
Puntos: 67
Respuesta: Movimiento aleatorio

Si quieres que un Clip este como loco moviéndose usa Math.random()

Cita:
mi_mc.onEnterFrame=function(){


mi_mc._y=Math.random()*500

mi_mc._x=Math.random()*500

}
__________________
{ Flash }