0
variable
New Here
,
/t5/animate-discussions/variable/td-p/7532567
Aug 27, 2015
Aug 27, 2015
Copy link to clipboard
Copied
i got a problem about variable script and child-parrent...
i make dynamic text inside movieclip, and the movie clip inside button.
the variable in general timeline ---> "var ticard"
so how to access variable to dynamic text in child, like "text_ticard.text = ticard" in same parrent?
TOPICS
ActionScript
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
LATEST
/t5/animate-discussions/variable/m-p/7532568#M208234
Aug 28, 2015
Aug 28, 2015
Copy link to clipboard
Copied
you can't reference anything easily that's a child of a button.
to remedy, don't use buttons. use movieclip buttons.
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more