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