On Left Key Down/On Key Down
- Last UpdatedFeb 02, 2021
- 1 minute read
Do not use both OnLeftDown and OnKeyDown animation links in the same object.
Example:
<OnLeftDown>
<![CDATA[
First line of script text
Second line of script text
N-th line of script text
]]>
</OnLeftDown>