Here is my question…
I loaded my text into a dynamic text box. But I would like to isolate certain words within the paragraph. For example, when i mouseover a certain word, it brings up a definition. The same way a button would trigger a popup.
It’s no problem to make the entire dynamic text box act like a button but not in isolated word. Any ideas?
I think the ASfunction did the trick for me. I didn’t know about that.
Voetsjoeba, thanks for the flash file. I didn’t even know that was possible. Normally i can figure stuff out my looking at the code but my level of scripting is still quite basic. (I don’t even know how you figured that out! Maybe i will have a need for somthing like that down the road.) All I really needed to be able to do is to make a popup with the definition of the word when you click on it.
I wouldn’t really call what i do code. I am just using the _visible tag because that is all i know how to do. It works although it may not be the most sophisticated method. I am always open to ideas.
Hey, I just realized you are from Belgium. Very cool! I am an American living in Gembloux.
Well, that depends actually. If you want to make quite static items (like the text), so without too much animation, you can use _visible = false. But if the item has a lot of animations, you should use another way.