# Dual action on buttons

**URL:** https://forum.kirupa.com/t/dual-action-on-buttons/16693
**Category:** Uncategorized
**Created:** [March 27, 2003, 3:16pm UTC](https://forum.kirupa.com/t/dual-action-on-buttons/16693 "2003-03-27T15:16:33Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![dethbanger](https://avatars.discourse-cdn.com/v4/letter/d/d2c977/32.png) [@dethbanger](https://forum.kirupa.com/u/dethbanger)
#### Post date: [March 27, 2003, 3:16pm UTC](https://forum.kirupa.com/t/dual-action-on-buttons/16693/1 "2003-03-27T15:16:33Z")

</div>

I used this code in a button:

on (release) {  
gotoAndPlay(“primero”);  
\_root.navegador.gotoAndPlay(“start”);  
}

the button when released has to play the label “primero”  
and then go to the root, find a clip called “navegador” and play the label start.

flash tells me the script has no errors, but he button does not work.

any ideas???

---

<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: [March 27, 2003, 3:34pm UTC](https://forum.kirupa.com/t/dual-action-on-buttons/16693/2 "2003-03-27T15:34:33Z")

</div>

i’m not 100% sure, but try parent instead of root.
