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.
Do I need to use some kinda hacked up method to create a global variable? I almost miss _root…