bigjimmo
12-09-2002, 03:57 PM
The button that I am trying to make has two parts to it. A button symbol called hotspot and a movie clip symbol called Main button.
I want to use dynamic text to display the button name but I cannot get it to work!
I have put the dynamic textbox in the movie clip symbol and named the variable button_name. I have added an action layer into the symbol and in the second frame I have put the code
button_name=_root.button_name
In the hotspot I added the code
on(rollOver) {
_root.button_name = "home"
}
This doesn't work, where am I going wrong?
Jim
I want to use dynamic text to display the button name but I cannot get it to work!
I have put the dynamic textbox in the movie clip symbol and named the variable button_name. I have added an action layer into the symbol and in the second frame I have put the code
button_name=_root.button_name
In the hotspot I added the code
on(rollOver) {
_root.button_name = "home"
}
This doesn't work, where am I going wrong?
Jim