Here is the actionscript which I've used on my home button
on(release){
_root.gotoAndStop("Home", 1)
}
I have all my buttons in buttons_mc, each button has an instance name, for example, the Home buttons instance name is home_btn.
The syntax is correct but my button just doesn't work, obviously there is something i'm missing, if it helps i'll give someone the fla [that is if they would be kind enough to help]
Thanks in advance.
