# \[fmx\] jumping scenes problem

**URL:** https://forum.kirupa.com/t/fmx-jumping-scenes-problem/105193
**Category:** Uncategorized
**Created:** [March 23, 2004, 7:46pm UTC](https://forum.kirupa.com/t/fmx-jumping-scenes-problem/105193 "2004-03-23T19:46:33Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![shangrula](https://avatars.discourse-cdn.com/v4/letter/s/49beb7/32.png) [@shangrula](https://forum.kirupa.com/u/shangrula)
#### Post date: [March 23, 2004, 7:46pm UTC](https://forum.kirupa.com/t/fmx-jumping-scenes-problem/105193/1 "2004-03-23T19:46:33Z")

</div>

Hi,

I am trying to jump from one scene called main to other named tutorial 1-6 here is my code to jump to tutorial 2 as an example

on (release) {  
\_root.gotoAndPlay(“Tutorial2”);  
}

I’ve tried every variation that I can think of, no \_root gotoAndStop and also putting in \_root.gotoAndStop(“Tutorial 2”, 1);

i dont know if it makes a difference but the navigation buttons are on a movie clip which pops up over the main stage…if that makes sense, that flash file is huge i didnt want to attach the whole thing…

please if someone can help it’ll be really appreciated

Matt.
