I need some help with the AS3 core concept here.In AS2,suppose there is an input text field in frame 1 with var name ONE,its text content can be accessed in say frame 2 even though that textfield is not in stage.

But in AS3,I think this is not possible right?So,how can I access instances or movieclips or variables at different frames?Do I have to make a class and make const vars?If so,If I have some irregular shape,say a man as movieclip,how can I add it to the global class?

Else,copying the instances in all the frames and making its visibility true or false according to need,the only solution?

Please help,am currently migrating from AS2 to AS3.

Thank u