Headache with classes... (Can they access any timeline variables?)

Heres my problem. In my main movie all of my code is on the first frame of the main timeline.

Now, I need to do a hittest on myLevelBitmap.bitmapData on the main timeline from my class. Is that possible? I have tried alot of stuff. Tried to add the bitmapData to the child class when I create it… Tried to access my hittTesting fuctions from my class. :confused:

Do I need to use some kinda hacked up method to create a global variable? I almost miss _root…

Omg, yay… I got globals to work with the help of this awesome class:

http://www.uza.lt/codex/as3-global-object/

I can now access hitTesting functions from within my children!