PDA

View Full Version : linking text


tjvoll
06-29-2001, 07:20 PM
I'm trying to take part of the text in a text box, highlight it, and make it linkable to another scene. Can you use the URL box in the text properties to do this? Any time I use the URL box, it tries linking to a web site.
Is the best alternative to this problem to make buttons?
That seems kind of tedious so I'm trying to find a better way.
If anyone knows a trick, please let me know.

Strok
06-29-2001, 10:47 PM
http://www.actionscripts.org/tutorials/actionscripts_library/index4.shtml?#3

just remember to select a HTML check box(in dynamic texfield prop.)

tjvoll
07-03-2001, 03:37 PM
thanks for the reply but you misunderstood my question. I want to use the URL property box to link my text to another location within the actual .swf file. I don't want it to link to a web page.

Jesse
07-07-2001, 12:32 PM
seen this: http://www.actionscripts.org/tutorials/intermediate/Invoking_Actions_From_HTML_Textfields/index.shtml ?