Basic Working with Classes

Hello, I’m new to AS3 so I try to code ‘by the book’ and try to forgot my old procedurials methods of coding :\

So i’m trying to interact with classes:
-I got 2 classes (class1,class2)that extends movie clip, each classes got its own properties (like .name )
-I got another Class called ‘Time’ that act like a Timer, and at Each Time.Event should trace each .name properties of the precedent Classes on the stage.

How can I touch the Classes whitin the Time Class ? If i’m not too confuse, of course

Recap : 1swf that create 2 classes (class1, class2) and create another Class (Time) that should be able to see the other Class properties.