I’m in exactly the same situation, trying to sort out a multi language setup. I need to be able to change the text on navigation buttons and in a MC holding the content. Can anyone recommend a technique, before I get too far into the design.
yeah… if you want the text to change… make a fake button, but make it a movieclip… then place a variable on your text in the mc… then make an invisible button on top.
If you want to target a dynamic content in movie clips you must first target the movie clip. this is done thusly (pretend there a mc called “myMovieClip_mc” and a dynamic text box in the mc called “myText_txt”
I’ve been following the sample given by ubermensch_ver2 above, and everything works great to change the text. However, as soon as you put some AS behind the button to do something, the ‘button’ transition stops working. It’s the same with the example. Put some code in as ‘onrelease’ and the code executes, but the over/out transition stops. Does anyone know what is going on? I’m on MX2004.