# Incredibly noobish question

**URL:** https://forum.kirupa.com/t/incredibly-noobish-question/43843
**Category:** flash
**Created:** [February 26, 2004, 11:40am UTC](https://forum.kirupa.com/t/incredibly-noobish-question/43843 "2004-02-26T11:40:10Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![hypnotoad](https://avatars.discourse-cdn.com/v4/letter/h/b5ac83/32.png) [@hypnotoad](https://forum.kirupa.com/u/hypnotoad)
#### Post date: [February 26, 2004, 11:40am UTC](https://forum.kirupa.com/t/incredibly-noobish-question/43843/1 "2004-02-26T11:40:10Z")

</div>

Hey,

This is so noobish it hurts, but…all i want to do is, when I click a button, to send the playhead to a given frame of a _different movie clip_. I’ve used:

on (release){  
menu.gotoAndPlay(1);  
}

but it just sends the play head back to the _current_ movie clip.

Any ideas?
