gotoAndPlay("Scene",frame) ERROR

HELP.
I DO THIS BUT NOTHING DO. NOT WORK.
STUPID QUESTION
:m:


this.empresa.onRelease = function() {
    _root.gotoAndPlay("empresa",1);
}
this.produtos.onRelease = function() {
    _root.gotoAndPlay("produtos",1);
}
this.assistencia.onRelease = function() {
    _root.gotoAndPlay("assistencia",1);
}
this.suporte.onRelease = function() {
    _root.gotoAndPlay("suporte",1);
}