CreateHypertext()

Syntax:

textObject.CreateHypertext( Action )

Parameters:

Action - A function or string to be called to perform the hypertext’s Left-click action. This parameter is required.

Remarks:

This function is used to create a hypertext link and perform the specified Action whenever the mouse is left-clicked over the hypertext area. More than one hypertext link can be created in the same Text object, however each new hypertext link will require a new CreateHypertext function.

image\Script_Button.jpgExamples