# \[FMX\] Button Question

**URL:** https://forum.kirupa.com/t/fmx-button-question/100231
**Category:** Uncategorized
**Created:** [January 27, 2004, 3:43am UTC](https://forum.kirupa.com/t/fmx-button-question/100231 "2004-01-27T03:43:50Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Deftones19391](https://avatars.discourse-cdn.com/v4/letter/d/8797f3/32.png) [@Deftones19391](https://forum.kirupa.com/u/Deftones19391)
#### Post date: [January 27, 2004, 3:43am UTC](https://forum.kirupa.com/t/fmx-button-question/100231/1 "2004-01-27T03:43:50Z")

</div>

ok i have this button,  
when i release it i want a movieclip to come up

here’s what i got so far, but it doesn’t work, and im not really sure if it would anyways.

on (release) {  
\_root.one.gotoAndPlay(1);  
}

i named the movieclip “one” in the properties

and im not sure what  
and the button i named it “1” in the properties

if anyone could help me out with this , or show me a different coding it would help out a lot.
