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"); }