# My button doesnt work! WHY!

**URL:** https://forum.kirupa.com/t/my-button-doesnt-work-why/8549
**Category:** Uncategorized
**Created:** [November 23, 2002, 12:59pm UTC](https://forum.kirupa.com/t/my-button-doesnt-work-why/8549 "2002-11-23T12:59:09Z")
**Posts on this page:** 8
**Page:** 1

<div class="post-metadata">

### Author: ![phorte](https://avatars.discourse-cdn.com/v4/letter/p/77aa72/32.png) [@phorte](https://forum.kirupa.com/u/phorte)
#### Post date: [November 23, 2002, 12:59pm UTC](https://forum.kirupa.com/t/my-button-doesnt-work-why/8549/1 "2002-11-23T12:59:09Z")

</div>

Check out this movie. What I want is too have when you click on the button it goes to the other frame… I have a button and insde the buton i have a movie clip with the enlarging thing on it. Why does it not work… Why does it not go to the other frame…

---

<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: [November 23, 2002, 5:29pm UTC](https://forum.kirupa.com/t/my-button-doesnt-work-why/8549/2 "2002-11-23T17:29:27Z")

</div>

Yes, i downloaded it, and it doesn’t works. Strange. Have been changing it all and it still doesn’t works ☹ really strange. I cannot help you.  
I would like to know what is wrong with it too!

---

<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: [November 23, 2002, 5:35pm UTC](https://forum.kirupa.com/t/my-button-doesnt-work-why/8549/3 "2002-11-23T17:35:50Z")

</div>

It’s supposed to go to the next frame that’s labeled when you click it!!! (I forgot what was the frame label)  
I have no clue why it’s not working…

---

<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: [November 23, 2002, 5:41pm UTC](https://forum.kirupa.com/t/my-button-doesnt-work-why/8549/4 "2002-11-23T17:41:20Z")

</div>

I know what’s wrong. Once I was testing that, the my computer was busy crashing! I could only open flash Mx and Internet explorer anymore! I tought why do i have to reset? I have all my needs 🙂

I think that’s the reason, because I have restarted now and now it works just fine! 🙂

---

<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: [November 23, 2002, 5:44pm UTC](https://forum.kirupa.com/t/my-button-doesnt-work-why/8549/5 "2002-11-23T17:44:56Z")

</div>

O no, It isn’t working anymore. I opend the wrong fla.

Now to continue does anyone knows why it doesn’t 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: [November 23, 2002, 6:34pm UTC](https://forum.kirupa.com/t/my-button-doesnt-work-why/8549/6 "2002-11-23T18:34:04Z")

</div>

I think it has somtin to do with the fact that the movie clip has buttons in it… i dunno…

Is there anyway… i make it just the moveclip… with out the button “home”.

Can you make a movie clip link to another frame.

---

<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: [November 23, 2002, 7:01pm UTC](https://forum.kirupa.com/t/my-button-doesnt-work-why/8549/7 "2002-11-23T19:01:19Z")

</div>

the problem is that you have have a button, that has a movieclip that has a button.  
If you look at the script you have attached to the “blue” button on the main timeline it says gotoAndstop (quizes), but if you look inside the movieclip you have a gotoAndStop(home) attached to the button. so basically your goto(quizes) isn’t working because it is getting a new command right after it that says go to home and stop.

here’s a trick, if you were to put a stop on frame 4 or 5 (not on frame one) you would see that it skips back to frame one.

so to get to the bottomline, duplicate your movie clip, change all the “home” in the second to “quizes” and color them accordingly inside the movie clips. get rid of the button on the main timeline.  
your tell targets work, and so do your animations, there is no need to put that inside of another button.

---

<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: [November 23, 2002, 8:08pm UTC](https://forum.kirupa.com/t/my-button-doesnt-work-why/8549/8 "2002-11-23T20:08:03Z")

</div>

Hmmm… good work jeremy… but… I realised that i could link from inside the movie clip but that gets really annoying when i want to change the link… I have to change it each frame of the movie clip…

I wanted to be able to have just one plave where i change the link to whereever it goes.

I guess ill just have to do it with changing the link inside the mc and using “\_root.”…
