El problema que tengo con esta función:

for (j=1; j<=columnes; j++) {
             attachMovie("RadioButton", ["boton"+i+j],
this.getNextHighestDepth());
             _root["boton"+i+j].groupName = "opcion"+i;
             _root["boton"+i+j].labelPlacement = "right";
             this["boton"+i+j]._y = _root["cercle"+i+"_"+j]._y-5;
             this["boton"+i+j]._x = _root["cercle"+i+"_"+j]._x-7;
             _root["boton"+i+j].label = "";
             _root["boton"+i+j].data = j;

......

es que si la profundidad del AttachMovie le pongo un valor fijo+i, no me 
aparecen todos los radiobutton, sólo el último, pero si le pongo el 
this.getNextHighestDepth(), si que me aparecen todos.

Después de esto, el problema REAL es que cuando hago aparecer otro 
elemento, por ejemplo el actor TXT1, siempre se ve por debajo de los 
radiobutton.

Alguin me puede dar un ejemplo de utilización del SwapDepth en este caso?

-----------------------------------------------------
ASNativos
www.5dms.com
subscripciones/desubscripciones
http://asnativos.5dms.com
-----------------------------------------------------

Responder a