Ver Mensaje Individual
  #5 (permalink)  
Antiguo 15/10/2009, 04:29
muse
 
Fecha de Ingreso: mayo-2007
Mensajes: 23
Antigüedad: 16 años, 10 meses
Puntos: 0
Respuesta: colocar Movieclips respecto al stage

Hola Eskombro,he intentado lo que me aconsejaste.No es problema de que el clip no llegue a entrar en el stage,porque podria poner heigth-50,y se veria igualmente.

Ahora mismo tengo lo siguiente:

stage.addEventListener(Event.RESIZE, ajustar);
function ajustar(event:Event):void
{
botonfullscreen.y = stage.stageHeight - botonfullscreen.height;
botonfullscreen.x = stage.stageWidth - botonfullscreen.width;
addChild(botonfullscreen);
}

Con esto,al escalar el swf el clip no desaparece pero no guarda su posición respecto al stage.
Bueno sigo haciendo pruebillas si se os ocurre algo genial.