1 Attachment(s)
Dynamic text box showing global variable in a button
Hello. :)
I have a button, and inside the button, i have a dynamic text field that i want to display a global variable in the "over" frame. (when the mouse goes over the button)
Normally, to make a dynamic text field show a global variable, I put the dynamic text box INSIDE a movie clip, and then define the variable in the movie clip.
For example, i would put this into the movie clip containing the dynamic text box:
Code:
onClipEvent(enterFrame) {
variable = _global.variable
}
Inside a button though, it doesn't work! I'll leave an attachment as an example of what I want.
thanks in advance!!
:cow: