24/02/2006, 23:49
|
| | | Fecha de Ingreso: junio-2005 Ubicación: Where hope and daylight dies
Mensajes: 64
Antigüedad: 19 años, 5 meses Puntos: 0 | |
prueba algo como esto:
Código:
prueba.onRelease = function() {
prueba._x = random(Stage.width);
prueba._y = random(Stage.height);
}
|