So now I have created a MC named:
HomeTextFieldMCI have given this MC the Linkage ID:
HomeTextFieldMCIn this MC is a textfield set for Dynamic Text. It has the Instance Name:
HomeTextFieldOn the frame that holds the textField I have actionscript:
| Code: : |
HomeTextField.autoSize = true
|
On the textfield I have dropped an editblock
Back on the _root timeline, on the frame that holds the
HomeTextScroller, I have added actionscript:
| Code: : |
HomeTextScroller.linkContent = "HomeTextFieldMC"
|
(This links the
HomeTextFieldMC into the
HomeTextScroller)
This works, but have I gone the long way round?