Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
gaGeet #1
Problem with dynamic text inside button instance
Hi people
I want to have dynamic text inside the button because when my program
initiates, it loads the data (from XML file) to put inside the text of the
button
However, when I use dynamic text inside a button, and put my mouse over that
button, I am able to select the text, but not click the button
I have properly defined the hit area and everything as well, but the button
area is still not clickable
Does anybody have a solution that will help me achieve my goal
Thanks. =
Sorry if multiple postings show up, it always does this but I don't know why
gaGeet Guest
-
dynamic text inside mask
i am trying to place a piece of dynamic text inside a mask, but it is not visible. its fine with normal text and the variable is definitely being... -
Make dynamic text work in a movie clip inside...
What do I need to do to make dynamic text work inside a movie clip inside a button? I figured out it has something to do wih the path. But I... -
Embed button instance inside movie clip
Hi people Currently, I have created an empty movie clip, and loaded it with a jpeg picture. Something like this.. ... -
dynamic text - instance name or var name
hello all I've worked through some tutorials on loading text intoo a dynamic text box from an array and it works just fine. As soon as I make the... -
How do I link from inside a dynamic text box?
I have a dynamic web site set up using Flash MX 2004 Pro. I am trying to load some dunamic html into a textfiled that will be able to call... -
chrism59 #2
Re: Problem with dynamic text inside button instance
I was having the same problem and finally gave up! I worked it out by loading
the buttons as movie clips and then use the onRelease property for the movie
clip.
myClip_mc.text = "what ever"
myClip_ onRelease = function()
code I wanted executed
I used the onRollover to enlarge button and onRollout to return to normal
state. This gave the user a visual to which button the were on
I hope this help
chrism59 Guest
-
gaGeet #3
Re: Problem with dynamic text inside button instance
Thanks for the suggestion. =
How do I load a button as a movieClip
instanceName.loadMovie(buttonName); ?
Not sure how to do this..
Also, can I still load in contents from the XML file into the text of the
button? Or should I say movie
gaGeet Guest
-
Unregistered #4
Re: Problem with dynamic text inside button instance
You need to make the dynamic text NON-SELECTABLE first. Contents from your xml can be loaded into anything, included your button's dynamic text.
Unregistered Guest



Reply With Quote

