Contents

Line Ogg

Link Link

Links, or anchors, can be used to control the movie it, stop it, started it and loop it. They can also be used to navigate to other web pages or movies to create complex web sites.


Edit Properties

On Click • The script to be executed when clicked or pressed.

GetUrl("http://www.Hippani.com");

GetTopUrl("http://www.Hippani.com");

Text • The text value.

Use Mouse Over • The link can change color when the mouse is moved over it. This doesn’t work for touch screens and phones.

Color • The fill color.

Over Color • The background color when the mouse is moved over it.

Press Color • The background color when pressed.

Font • The font, style and alignment of the text.

Scale Font Size • Scale the font size of the text, as the movie, or frame changes size.

Tooltip • Show some information when the mouse hovers over an item. Tooltips are not displayed when using touch.

Script Script

Link Set • Set the text in a 'Link'. Scale font size must be turned on. You must set a 'Script ID' value for the 'Link' in the timeline.

LinkSet("Script ID","Text");

Link Get • Get the text in a 'Link'. You must set a 'Script ID' value for the 'Link' in the timeline.

LinkGet("Script ID");

Link Set Font Size • Set the font size of a 'Link'. Scale font size must be turned on. You must set a 'Script ID' value for the 'Link' in the timeline.

LinkSetFontSize("Script ID",FontSize:Number);

Link Get Font Size • Get the font size of a 'Link'. Scale font size must be turned on, or 0 is returned. You must set a 'Script ID' value for the 'Link' in the timeline.

LinkGetFontSize("Script ID");

Line Ogg