# One more question about buttons to frames

**URL:** https://forum.kirupa.com/t/one-more-question-about-buttons-to-frames/2409
**Category:** Uncategorized
**Created:** [April 7, 2002, 6:21am UTC](https://forum.kirupa.com/t/one-more-question-about-buttons-to-frames/2409 "2002-04-07T06:21:09Z")
**Posts on this page:** 2
**Page:** 1

<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: [April 7, 2002, 6:21am UTC](https://forum.kirupa.com/t/one-more-question-about-buttons-to-frames/2409/1 "2002-04-07T06:21:09Z")

</div>

is it possible to link a button to a particular frame inside a movie clip?

I have a button that I want to open different frames inside a scrollbar.

---

<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: [April 7, 2002, 6:31am UTC](https://forum.kirupa.com/t/one-more-question-about-buttons-to-frames/2409/2 "2002-04-07T06:31:59Z")

</div>

on(release){  
NameOfMC.gotoAndPlay(whateverframeyouwanthere)  
}
