Hello,
I have a Flash file for an xml driven menu. There is the document Class, called Main. There is also a Navigation class. In the Navigation class, I position the location of main buttons and sub menu buttons for the menu. I want to position the buttons in the Navigation class relative to the stage. To do this, I have read that because this is not happening in the document class, I must add an event listener to the constructor that listens for the added to stage event. Would anyone mind posting something super simple that demonstrates positioning elements relative to the stage from within a non-document class?
Thanks!