Simle btn rollover problem

Hello

I’ve done a search and there was no relavent results.

I have a button. Inside the button in the “over” state I gave it a frame label called “over”. Although when I type in


on(release) {
  _root.btn1.gotoAndStop("over");
}

This does not work. I want my button (not MC) to stay on in it’s over state when clicked

PS-that script is on my button with the frame label inside of it. The button’s instance name is “btn1”

Cheers
Sandman9