# Button problem...?

**URL:** https://forum.kirupa.com/t/button-problem/51499
**Category:** Uncategorized
**Created:** [May 13, 2004, 2:02pm UTC](https://forum.kirupa.com/t/button-problem/51499 "2004-05-13T14:02:41Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![the\_new\_guy](https://avatars.discourse-cdn.com/v4/letter/t/35a633/32.png) [@the\_new\_guy](https://forum.kirupa.com/u/the_new_guy)
#### Post date: [May 13, 2004, 2:02pm UTC](https://forum.kirupa.com/t/button-problem/51499/1 "2004-05-13T14:02:41Z")

</div>

havin a problem here…

wen i click the button i want it to open a movieclip…

the movie clip is in the same scene but on frame2 in the timeline…

how would i link them…

heres the code for my button…

on (rollOver) {  
symbol\_mc.gotoAndPlay(2);  
\_root.x = 1;  
\_root.caption.words = “Welcome”;  
}  
on (rollOut) {  
symbol\_mc.gotoAndPlay(11);  
\_root.x = 0;  
\_root.caption.words = “”;  
}

anyone thx…
