# gotoAndPlay help!

**URL:** https://forum.kirupa.com/t/gotoandplay-help/35629
**Category:** flash
**Created:** [November 16, 2003, 4:37am UTC](https://forum.kirupa.com/t/gotoandplay-help/35629 "2003-11-16T04:37:08Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![zeka](https://avatars.discourse-cdn.com/v4/letter/z/c6cbf5/32.png) [@zeka](https://forum.kirupa.com/u/zeka)
#### Post date: [November 16, 2003, 4:37am UTC](https://forum.kirupa.com/t/gotoandplay-help/35629/1 "2003-11-16T04:37:08Z")

</div>

Does anyone know how to set the gotoAndPlay to go to a certain frame in a certain scene? I know how to to get it to go to the scene that the actionscript is in, but how do you get it to go to another scene?

Cheers 😃

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [November 16, 2003, 4:40am UTC](https://forum.kirupa.com/t/gotoandplay-help/35629/2 "2003-11-16T04:40:57Z")

</div>

```auto

gotoAndPlay(scene, frame)

```
