Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

variable

New Here ,
Aug 27, 2015 Aug 27, 2015

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
388
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Community Expert ,
Aug 28, 2015 Aug 28, 2015
LATEST

you can't reference anything easily that's a child of a button.

to remedy, don't use buttons.  use movieclip buttons.

Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines