i've a button called profile_btn i want to make this code by OOP
profile_btn.addEventListener(MouseEvent.CLICK,profile_btnClickHandler);
function profile_btnClickHandler(ev:MouseEvent):void
{
//The actual code to jump to a specific frame
this.gotoAndPlay('play');
}
another question how to include 3 classes to a specific frame by actionscript3 n't related to any object