Using hitTest inside class

I’m kind of new to classes and am having trouble getting a hitTest to work inside a method. I created a class for an object and extend movieClip. It all works except I can’t figure out how to pass the object(s) that I want to test for a collision to the class object. I tried passing it in a method but it didnt’ work. Can someone please steer me in the right direction?

Thanks!