Mc buttons _root problem

I have this code on a button inside a mc, it wont work, why?
is it because of “scenename”, is there a way I can code this to target a scene. I know, I know, scenes suck!

on(release){
_root.gotoAndStop(“scenename”,50)
}