quequen
05-26-2005, 06:45 PM
I have trouble with this:
A button in _root sends a variable's value to an MC, like this:
setvar (_root.mymc01.TIPOBARCO) = "LIMBO";
I've put a dynamic text box into mymc01 to show TIPOBARCO's value. When calling _root.mymc01.TIPOBARCO I foun it has the new value (in this case, "LIMBO"), but the dynamic text box doesn't show it.
Why? can you help?
A button in _root sends a variable's value to an MC, like this:
setvar (_root.mymc01.TIPOBARCO) = "LIMBO";
I've put a dynamic text box into mymc01 to show TIPOBARCO's value. When calling _root.mymc01.TIPOBARCO I foun it has the new value (in this case, "LIMBO"), but the dynamic text box doesn't show it.
Why? can you help?