If I try to extend my main project file from a SWC , it shows the objects(movieClips) in the SWC as null.
If I make a new class and extend that class from the SWC and create a object of that class in my main project. It works fine.
Can't I extend my project from a SWC?