# gotoAndPlay("Scene",frame) ERROR

**URL:** https://forum.kirupa.com/t/gotoandplay-scene-frame-error/195001
**Category:** flash
**Created:** [July 27, 2006, 6:54pm UTC](https://forum.kirupa.com/t/gotoandplay-scene-frame-error/195001 "2006-07-27T18:54:39Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![this](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/this/32/669_2.png) [@this](https://forum.kirupa.com/u/this)
#### Post date: [July 27, 2006, 6:54pm UTC](https://forum.kirupa.com/t/gotoandplay-scene-frame-error/195001/1 "2006-07-27T18:54:39Z")

</div>

HELP.  
I DO THIS BUT NOTHING DO. NOT WORK.  
STUPID QUESTION  
Ⓜ

```auto

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);
}

```
