Either in flash pro or flash builder is there a way to get a full list of instance variables? I have an existing FLA with several hundred objects on the stage with instance names. It would be useful if I could get a list of the existing instance names to which I’m going to be adding more interactivity.
EDIT: I’m going to be using this for further development in Flash Builder on the existing FLA that was created in Flash Pro.
you can trace out stuff using describeType. add this on your maintimeline to test.
loop thru the xml to find variables (there’s loads more things there)
[…]