# Buttons NOT working in INfinite menu

**URL:** https://forum.kirupa.com/t/buttons-not-working-in-infinite-menu/20497
**Category:** flash
**Created:** [May 9, 2003, 7:49am UTC](https://forum.kirupa.com/t/buttons-not-working-in-infinite-menu/20497 "2003-05-09T07:49:37Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![smartone](https://avatars.discourse-cdn.com/v4/letter/s/aeb1de/32.png) [@smartone](https://forum.kirupa.com/u/smartone)
#### Post date: [May 9, 2003, 7:49am UTC](https://forum.kirupa.com/t/buttons-not-working-in-infinite-menu/20497/1 "2003-05-09T07:49:37Z")

</div>

The buttons dont seem to work.

If I press on the buttons I want to go the the some scene (home) and open large image of thumbnail scroll

I have used this

on (release) {  
\_root.gotoAndPlay(“home”, 7);  
}

It wont work. but when i change the code to:

on (release) {  
getURL(“[http://www.momentumdesign.com.au/](http://www.momentumdesign.com.au/)”);  
}

it works.

I have tried

on\_(release)\_{

\_\_\_\_\_\_root.gotoAndPlay(“Scene 2”,\_1);

}

but no luck

Thanks  
http://www.isweb.com.au/craig/

---

<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: [May 9, 2003, 9:10am UTC](https://forum.kirupa.com/t/buttons-not-working-in-infinite-menu/20497/2 "2003-05-09T09:10:59Z")

</div>

hmmm… try using telltarget command instead…

on (release) {  
tellTarget(\_root) {  
gotoAndPlay(“home”,7);  
}  
}

Hope it helps… 🙂

---

<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: [May 12, 2003, 3:39am UTC](https://forum.kirupa.com/t/buttons-not-working-in-infinite-menu/20497/3 "2003-05-12T03:39:50Z")

</div>

Thanks

That works

---

<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: [May 12, 2003, 3:53am UTC](https://forum.kirupa.com/t/buttons-not-working-in-infinite-menu/20497/4 "2003-05-12T03:53:10Z")

</div>

No problem… 🙂 I’ve also been through with that problem before. 🙂 hehe

Cheers!
