on event - instance name in dyn textfield

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • daJunkCollector
    New Member
    • Jun 2007
    • 76

    #1

    on event - instance name in dyn textfield

    Is there a way that I can have the name of an instance's name appear in a dynamic textfield?

    I have a map with every county in the USA on it and I want the county's name to display on rollover. I have already typed in each county's name as the title for each unique movie clip and instance of each movieclip on the stage (approx. 3,100 times 2). I would prefer to avoid listing all the counties in my script by simply calling to the instance name of a movieclip to appear in the dynamic textfield.

    I appreciate your responses very very much. Thank you.
  • daJunkCollector
    New Member
    • Jun 2007
    • 76

    #2
    I got it. For anyone else who is wondering...you can target an instance generically with: this._name

    Comment

    Working...