Tema: a otro lado
Ver Mensaje Individual
  #2 (permalink)  
Antiguo 24/02/2006, 23:49
Avatar de H3r3j3
H3r3j3
 
Fecha de Ingreso: junio-2005
Ubicación: Where hope and daylight dies
Mensajes: 64
Antigüedad: 18 años, 10 meses
Puntos: 0
prueba algo como esto:
Código:
prueba.onRelease = function() {
prueba._x = random(Stage.width);
prueba._y = random(Stage.height);
}