Skip navigation
DaLe Zki
Currently Being Moderated

How to access dynamic Text within a MovieClip symbol

Nov 1, 2011 2:34 PM

Tags: #cs3 #flash #class #as3 #as2 #movie #clip #dynamic_text

Thanks in advance for help & resources!

 

~

Using CS3 Flash Pro, AS2 or AS3

~

Once the dynamic TextField is converted to a Movie clip symbol,

access to that TextField is lost / broken.

 

Could this be a "Class" issue?

 

How do I enable the dynamic text to be passed into the Movie clip symbol?

 

Thanks again!

Dale Zki

 
Replies
  • Currently Being Moderated
    Nov 15, 2011 8:26 PM   in reply to DaLe Zki

    You are setting the instance of the movieclip?


    Type defining the instance of the MovieClip and TextField, we have two instances.


    If the textfield is called "myTxt" movieclip and call themselves"MyMC" access by actionscript should look something like this:


    AS2: trace (_root.MyMC.MyTxt);

    As3: trace (root.MyMC.MyTxt);


    That was it?

     
    |
    Mark as:

More Like This

  • Retrieving data ...

Bookmarked By (0)

Answers + Points = Status

  • 10 points awarded for Correct Answers
  • 5 points awarded for Helpful Answers
  • 10,000+ points
  • 1,001-10,000 points
  • 501-1,000 points
  • 5-500 points