TextField Variables in Flash
TextField Variables in Flash
Out of context: Reply #2
- Started
- Last post
- 5 Responses
- unfittoprint0
2 easy ways.
#1 If the buttons are similar make a component-button [library, make component] where you have a variable that can be updated through the properties inspector.
#2 more advanced. Construct the component as before, give it a linkage idetifier and using the external XML content length and a for in loop construct your button interface and fill each button's variable with each XL node's info.
G luck.