Contents |
|
XML | Syntax |
JavaScript can be added to Hippani Animator to create interactive movies, pages, applications, comics or games.
Hippani Animator includes built-in functions for controlling the timeline, playing video, sounds and interacting with items. No JavaScript knowledge is needed to use these functions. Simply replace the parameters in the functions with the values needed.
Change number parameters to 0,1,2... etc. Change boolean parameters to true or false.
Example:
Becomes:
Example:
Becomes:
Many functions require a 'Script ID'. This is a unique name you give to an item in the timeline. The 'Script ID' can be set in the frame properties.
Try the tutorials or read the reference of the different objects for more details on adding script to your movie.
XML | Syntax |