# Hovering Caption Problem

**URL:** https://forum.kirupa.com/t/hovering-caption-problem/20013
**Category:** flash
**Created:** [May 4, 2003, 12:33am UTC](https://forum.kirupa.com/t/hovering-caption-problem/20013 "2003-05-04T00:33:40Z")
**Posts on this page:** 9
**Page:** 1

<div class="post-metadata">

### Author: ![genghiskongo](https://avatars.discourse-cdn.com/v4/letter/g/57b2e6/32.png) [@genghiskongo](https://forum.kirupa.com/u/genghiskongo)
#### Post date: [May 4, 2003, 12:33am UTC](https://forum.kirupa.com/t/hovering-caption-problem/20013/1 "2003-05-04T00:33:40Z")

</div>

I followed the online tutorial for making hovering captions, and everything is working great except for one little problem…

I have six buttons, each needing to say something different. The first one says what I want it to say: “News”

But the other five say “word!” which was the word the tutorial uses in the actionscript.

Please help me if you can.

---

<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 4, 2003, 12:36am UTC](https://forum.kirupa.com/t/hovering-caption-problem/20013/2 "2003-05-04T00:36:15Z")

</div>

did you change the code on all o fthe buttons to the words that you want them to say? if you didn’t then do that, if you did then post the code you are using…

---

<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 4, 2003, 12:39am UTC](https://forum.kirupa.com/t/hovering-caption-problem/20013/3 "2003-05-04T00:39:14Z")

</div>

Yes, I did. Here’s the code:

on (rollOver) {  
\_root.x = 1;  
\_root.caption1.hover1 = “Music”;  
}  
on (rollOut) {  
\_root.x = 0;  
\_root.caption1.hover1 = " ";  
}

---

<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 4, 2003, 12:46am UTC](https://forum.kirupa.com/t/hovering-caption-problem/20013/4 "2003-05-04T00:46:50Z")

</div>

caption1 is the movie clip

hover1 is the dynamic text in caption1

---

<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 4, 2003, 2:25am UTC](https://forum.kirupa.com/t/hovering-caption-problem/20013/5 "2003-05-04T02:25:04Z")

</div>

still waiting for a little help…

---

<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 4, 2003, 2:28am UTC](https://forum.kirupa.com/t/hovering-caption-problem/20013/6 "2003-05-04T02:28:56Z")

</div>

sorry man, i forgot about ya. could you send me the file so I could take a closer look?

[jedick1@binghamton.edu](mailto:jedick1@binghamton.edu)

---

<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 4, 2003, 2:36am UTC](https://forum.kirupa.com/t/hovering-caption-problem/20013/7 "2003-05-04T02:36:41Z")

</div>

there it is, jubba.

---

<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 4, 2003, 2:53am UTC](https://forum.kirupa.com/t/hovering-caption-problem/20013/8 "2003-05-04T02:53:14Z")

</div>

Its doing that because you have a button, inside of a button, inside of a button, inside of a button. Why then heck is your file set up like this?

here’s an image that should help you figure it out.

[http://host15.ipowerweb.com/~livetosk/curious/button.gif](http://host15.ipowerweb.com/~livetosk/curious/button.gif)

---

<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 4, 2003, 2:57am UTC](https://forum.kirupa.com/t/hovering-caption-problem/20013/9 "2003-05-04T02:57:20Z")

</div>

I have no idea what that’s all about. Wow, um…guess I’ll just start over then. Thanks for the help…
