Call stage level function from class

I have a external class that extends SimpleButton, I’ve been trying to call both functions and set the properties of objects on the maintimeline of the fla.

I’ve tried passing in the stage object to the class constructor, tried calling this.parent from the class etc but still can’t get it to work… where am I going wrong?

thanks.