is there a way to tell if an object has a getChildren method before 
calling it?

I'm calling something that takes any type as the first argument
public function myFunc(obj:*):void

I need to tell if obj has a getChildren() method before I call it and 
get an error saying Error #1006: getChildren is not a function.

Reply via email to