While Right Key Down/While Right Down
- Last UpdatedOct 12, 2016
- 1 minute read
The following elements can be specified for an WhileRightKeyDown or WhileRightDown animation link.
|
Elements |
Description |
|---|---|
|
Text |
Script text. Required |
|
Frequency |
Script execution frequency in milliseconds. A number between 1 and 360000. Default is 1000. |
Do not use both WhileRightDown and WhileRightKeyDown animation links in the same object.
Example:
<WhileRightDown>
<Text>
<![CDATA[
First line of script text
Second line of script text
N-th line of script text
]]>
</Text>
<Frequency>1000</Frequency>
</WhileRightDown>