Querria hacer algo asi:
Código actionscript:
. Ver original
if (existe mc)
{
_root.Inserta._visible = true;
}
else
{
_root.attachMovie("Inserta", "Inserta", this.getNextHighestDepth());
}
Gracias de antemano.
 
 


