# Major Issues

**URL:** https://forum.kirupa.com/t/major-issues/66116
**Category:** flash
**Created:** [October 2, 2004, 7:16pm UTC](https://forum.kirupa.com/t/major-issues/66116 "2004-10-02T19:16:21Z")
**Posts on this page:** 16
**Page:** 1

<div class="post-metadata">

### Author: ![Nooberon](https://avatars.discourse-cdn.com/v4/letter/n/7ba0ec/32.png) [@Nooberon](https://forum.kirupa.com/u/Nooberon)
#### Post date: [October 2, 2004, 7:16pm UTC](https://forum.kirupa.com/t/major-issues/66116/1 "2004-10-02T19:16:21Z")

</div>

Mm’kay… I’ve been using Flash for a couple years, but mostly for animation…

Right now I’m using it to make a website (which I’ve never done before) and so far things have been going good but as I progress I’ll probably run into more problems.

My current one, however, is making my buttons to work. At the moment the button is inside a movie clip within a movie clip. I put the button inside a movie clip so that I could add rollover effects (it’s what first came to mind).

Okay, so the parent clip’s instance name is “Template”, which is the basic layout of the site. The button is within a movie clip labelled “RosterButton\_Clip”, and the button itself is labelled “RosterButton”. What I’m attempting to do, is when the mouse roll’s over the “RosterButton\_Clip” movie clip, the clip opens up to reveal the actual button itself, and vice versa when it rolls off the clip. I’ve already completed that step, but I cannot seem to get the button to function.

I’m trying to make it so that when the button is released, the clip “Template” moves to the next frame, which will have a transition effect before the data display is changed. But I cannot seem to get the ActionScript to properly function.  
If the problem is so simply obvious, then I’m too stupid to realize what it is.

Does anybody have any clue what the heck I’ve done wrong?

If you don’t understand all that jibberish, don’t worry about it.

---

<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: [October 2, 2004, 7:19pm UTC](https://forum.kirupa.com/t/major-issues/66116/2 "2004-10-02T19:19:17Z")

</div>

Try this on your button:[AS]on (release) {  
\_root.Template.gotoAndPlay(FRAME);  
}[/AS]Template is the Instance Name, correct?

---

<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: [October 2, 2004, 7:20pm UTC](https://forum.kirupa.com/t/major-issues/66116/3 "2004-10-02T19:20:15Z")

</div>

Sure is.

---

<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: [October 2, 2004, 7:21pm UTC](https://forum.kirupa.com/t/major-issues/66116/4 "2004-10-02T19:21:26Z")

</div>

Do I need quotation marks around the instance name in AS? It’s Flash MX…

---

<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: [October 2, 2004, 7:22pm UTC](https://forum.kirupa.com/t/major-issues/66116/5 "2004-10-02T19:22:55Z")

</div>

No, insert it the way I gave it to you but change FRAME to the proper frame number within the “Transfer” movie clip.

---

<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: [October 2, 2004, 7:24pm UTC](https://forum.kirupa.com/t/major-issues/66116/6 "2004-10-02T19:24:28Z")

</div>

'Course… will do.

---

<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: [October 2, 2004, 7:25pm UTC](https://forum.kirupa.com/t/major-issues/66116/7 "2004-10-02T19:25:23Z")

</div>

I think the AS worked… but the button doesn’t respond… =/

---

<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: [October 2, 2004, 7:27pm UTC](https://forum.kirupa.com/t/major-issues/66116/8 "2004-10-02T19:27:36Z")

</div>

Hmm what’s the proper ActionScript where you click in a specific area and something happens, I forget…

---

<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: [October 2, 2004, 7:28pm UTC](https://forum.kirupa.com/t/major-issues/66116/9 "2004-10-02T19:28:33Z")

</div>

So then how do you know it worked? 😃

It might be because you placed script on the Movie Clip, so the Movie Clip’s script is being read instead of the Button’s.

---

<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: [October 2, 2004, 7:30pm UTC](https://forum.kirupa.com/t/major-issues/66116/10 "2004-10-02T19:30:27Z")

</div>

I’m more careful than that 😛

I know the button isnt functioning because the BG color of it is supposed to change when you click on it o\_O and it didn’t do that

---

<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: [October 2, 2004, 7:31pm UTC](https://forum.kirupa.com/t/major-issues/66116/11 "2004-10-02T19:31:18Z")

</div>

I GOT IT TO WORK!!! O\_o and I didn’t even use the 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: [October 2, 2004, 7:32pm UTC](https://forum.kirupa.com/t/major-issues/66116/12 "2004-10-02T19:32:40Z")

</div>

Well, thanks for your assistance wizard \>\_\> It’s greatly appreciated

---

<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: [October 2, 2004, 7:32pm UTC](https://forum.kirupa.com/t/major-issues/66116/13 "2004-10-02T19:32:58Z")

</div>

Lol.

Well, something must be “over” it to keep it from functioning.

---

<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: [October 2, 2004, 7:35pm UTC](https://forum.kirupa.com/t/major-issues/66116/14 "2004-10-02T19:35:13Z")

</div>

More than likely it’s just the stupid button doors (eye roll) oh well, somehow my tinkering got it to work and I’m jumping through the roof 🙂

---

<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: [October 2, 2004, 7:40pm UTC](https://forum.kirupa.com/t/major-issues/66116/15 "2004-10-02T19:40:35Z")

</div>

One last quick thing before I blow the capillaries in my brain o\_O

Scroll Button - Episode One: How to Make 'Em O\_o

I’m just a magnet of stupidity.

---

<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: [October 2, 2004, 9:59pm UTC](https://forum.kirupa.com/t/major-issues/66116/16 "2004-10-02T21:59:34Z")

</div>

There are tutorials here at kirupa… search. 😉

Also, in the Best Of Kirupa section here at the forums look for the thread “Scroller by Claudio,” that’s a really good one.
