# \[FMX\] Need help button: play 20-30, then go to 70

**URL:** https://forum.kirupa.com/t/fmx-need-help-button-play-20-30-then-go-to-70/184607
**Category:** flash
**Created:** [April 6, 2006, 8:08am UTC](https://forum.kirupa.com/t/fmx-need-help-button-play-20-30-then-go-to-70/184607 "2006-04-06T08:08:25Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![lucid212](https://avatars.discourse-cdn.com/v4/letter/l/dc4da7/32.png) [@lucid212](https://forum.kirupa.com/u/lucid212)
#### Post date: [April 6, 2006, 8:08am UTC](https://forum.kirupa.com/t/fmx-need-help-button-play-20-30-then-go-to-70/184607/1 "2006-04-06T08:08:25Z")

</div>

[FONT=Times New Roman][LEFT]Hello!

I need help with creating a few buttons:

button home: gotoAndPlay frames 20-30, then jump to frame 50  
button gallery: gotoAndPlay frames 20-30, then jump to 100  
…

I hope you see what I want to make :s: I need all buttons play between frame 20 and 30, and then jump to some frame.

[/LEFT]  
Thanks for answers,  
[/FONT]

---

<div class="post-metadata">

### Author: ![gvozden](https://yyz1.discourse-cdn.com/flex011/user_avatar/forum.kirupa.com/gvozden/32/1084_2.png) [@gvozden](https://forum.kirupa.com/u/gvozden)
#### Post date: [April 6, 2006, 9:06am UTC](https://forum.kirupa.com/t/fmx-need-help-button-play-20-30-then-go-to-70/184607/2 "2006-04-06T09:06:11Z")

</div>

do you intend to create as many posts as you have frames?

[AS]  
a.onRelease = function() {  
\_root.option = “a”;  
\_root.gotoAndPlay(20);  
}

b.onRelease = function() {  
\_root.option = “b”;  
\_root.gotoAndPlay(20);  
}  
[/AS]

and in 30 frame put this  
[AS]  
if (\_root.option == “a”) {  
\_root.gotoAndPlay(50);  
} else if (\_root.option == “b”) {  
\_root.gotoAndPlay(100);  
}[/AS]

---

<div class="post-metadata">

### Author: ![lucid212](https://avatars.discourse-cdn.com/v4/letter/l/dc4da7/32.png) [@lucid212](https://forum.kirupa.com/u/lucid212)
#### Post date: [April 7, 2006, 11:50pm UTC](https://forum.kirupa.com/t/fmx-need-help-button-play-20-30-then-go-to-70/184607/3 "2006-04-07T23:50:08Z")

</div>

hello

I want to make flash web site, but i want to make a 5 buttons, when click any button i want to play an effect as x effect in link below and after effect go to the linked page of it’s button, [COLOR=red]how to make this button?[/COLOR]

[[U]http://www.geocities.com/dutch\_delusion/button.html[/U]](http://www.geocities.com/dutch_delusion/button.html)

thx for all hard works!
