hi,
i have these buttons on the stage , now as soon as mouse rolls over them i want some defined text to appear in a text box i have created , i saw it done in one site , i don't know how to do it in mine ,
can anyone help?
thankx
gilc
do you want the button to change into the text? if so just double click your button and on the over state, delete your button and type whatever you want to appear.
If the "textbox" you are talking about is a dynamic textbox, then to modify the text in the box, simply put te following command on the button.
on (release) {
variable = "your text here"
}
The text can have html tags if the dynamic text box has html selected.
Another way is to double click the button to modify it, add a new layer to it, select the over frame and insert a keyframe (f6) now in this keyframe, put the text wherever you want it.
A third way is to create a movie clip with any text and animations you want to appear on mouseover. Then edit the button (double-click) and in the over frame add the movieclip where you want it on the stage.
If this isn't clear, or you can't get it working, post again.
Hope This Helps!Lumstar
______________________________________
Keep On Coding!!
If my post helped you, please give me a star.
If your post helps me, I'll give you one!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.