Making a button dissappear after clicking Flash 8

hey, right i need the button to disapear after it has been clicked

this is the current script on the button

on (release) {
//Movieclip GotoAndPlay Behavior
this.gotoAndPlay(“options”);
//End Behavior
}

any help is gratefully recieved!