Ver Mensaje Individual
  #2 (permalink)  
Antiguo 13/10/2008, 17:55
federomano
 
Fecha de Ingreso: noviembre-2006
Mensajes: 17
Antigüedad: 17 años, 4 meses
Puntos: 0
Respuesta: Misterio con onLoad

ponele a la bola este script

Código:
onClipEvent(load) {
	this._x = Math.floor(Math.random()*ancho_stage);
	this._y = Math.floor(Math.random()*alto_stage);
	trace(this._x);
	trace(this._y);
	trace ("holitas");
}