This is the problem:
I have a button.
In the button, over state contains move clip (movieclip1). In the movie clip is TextBox (mytext)
How can I access to mytext and change its value.
I tried (from root) moviclip1.mytext="something" but it's not working.
The idea is to animate custom text when button is in over state. It seems to me that button somehow in combination with movie clip (inside the button) causing that mytext variable is invisible (can't change its value).
I believe I could work around this problem: create movieclip1, place button in this clip, then place another movieclip2 in this clip that will do text animation, and from button execute movieclip2, BUT... why above exemple does not work?
Will we ever get rid of this crappy software?
I have a button.
In the button, over state contains move clip (movieclip1). In the movie clip is TextBox (mytext)
How can I access to mytext and change its value.
I tried (from root) moviclip1.mytext="something" but it's not working.
The idea is to animate custom text when button is in over state. It seems to me that button somehow in combination with movie clip (inside the button) causing that mytext variable is invisible (can't change its value).
I believe I could work around this problem: create movieclip1, place button in this clip, then place another movieclip2 in this clip that will do text animation, and from button execute movieclip2, BUT... why above exemple does not work?
Will we ever get rid of this crappy software?