# Really Simple Question

**URL:** https://forum.kirupa.com/t/really-simple-question/36535
**Category:** flash
**Created:** [November 27, 2003, 9:47pm UTC](https://forum.kirupa.com/t/really-simple-question/36535 "2003-11-27T21:47:09Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JamieMX](https://avatars.discourse-cdn.com/v4/letter/j/9de0a6/32.png) [@JamieMX](https://forum.kirupa.com/u/JamieMX)
#### Post date: [November 27, 2003, 9:47pm UTC](https://forum.kirupa.com/t/really-simple-question/36535/1 "2003-11-27T21:47:09Z")

</div>

This is a really simple one, i have done it before but i don’t know how i did it.

I have a set of 7 buttons. When i press a button i want it to go to a specific frame and play. For example:

## Button 1 Actionscript

on (release) {  
\_root.sub\_mov.gotoAndPlay(1);

## }

However, if I press a button twice it does not go to the specifc frame the second time. It just plays to the next frame in the sub\_mov timeline?

How to i get it to play the specified frame everytime?

Thanks in advance!:-\
