Access MovieClip From External Class File

I am currently using an external Class file for an instance in my .fla project. It creates an instance of that specific class and has it carry out some functions. I want to access a MovieClip on the stage in the .fla file in the external Class file. How can I do this?

For example, the Class file creates an instance of that class, and I want the x and y coordinates of that instance to be equal to that of let’s say circle_mc. Now circle_mc is on the stage of the .fla file, and therefore cannot be accessed. How can I get around this?