Hi.
Say I make a symbol, place it in Root.main.content, and set its instance name to contentBg. Now how do I declare that instance in my code? As a result I want to be able to do for example this:
Root.main.content.contentBg.x = 100;
In AS2 I didn’t have to do any special declarations, but here I have to and don’t know how :)
Thanx!