Hola a todos,

tengo un problema con el componente de RadioButton y su profundidad. 
Vereis, estoy utilizando lo siguiente:

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;

......


El problema es que con el this.getNextHighestDepth(), la profundidad 
coge el valor más alto posible, y el resto de elementos de la película 
quedan por debajo.

Se os ocurre otra manera de hacer que el radiobutton tenga una 
profundidad superior, pero no la máxima?



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

Responder a