On Left Key Up/On Key Up
- Last UpdatedOct 12, 2016
- 1 minute read
You place the text of a script in the OnLeftUp element. Do not use OnLeftUp and OnKeyUp animation links in the same object.
Example:
<OnLeftUp>
<![CDATA[
First line of script text
Second line of script text
N-th line of script text
]]>
</OnLeftUp>