# Mc won't gotoAndPlay, but why not?

**URL:** https://forum.kirupa.com/t/mc-wont-gotoandplay-but-why-not/90312
**Category:** flash
**Created:** [May 16, 2005, 9:03pm UTC](https://forum.kirupa.com/t/mc-wont-gotoandplay-but-why-not/90312 "2005-05-16T21:03:37Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![wickedBoy](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/wickedboy/32/1100_2.png) [@wickedBoy](https://forum.kirupa.com/u/wickedBoy)
#### Post date: [May 16, 2005, 9:03pm UTC](https://forum.kirupa.com/t/mc-wont-gotoandplay-but-why-not/90312/1 "2005-05-16T21:03:37Z")

</div>

Just want to be able to to return to a certain frame but it won’t work and I really don’t know what I’m doing wrong. These are the codes I’m using:

```auto
on (click) {
	_root.intro_btn2.gotoAndPlay("instructions");
}

```

and this on the intro\_btn2 mc:

```auto
on (press){
_root.gotoAndPlay ("step2");
}

```

Got the same code on another button and that works (frame label different of course…) but this one will not go to frame “step2”…anyone knows why?

wb
