按钮动作脚本
- Last UpdatedSep 24, 2024
- 1 minute read
按钮动作脚本元素在 <ButtonActionScripts> </ButtonActionScripts> 元素中声明,后者在动画链接元素中声明为 0。
示例:
<AnimationLinks>
<ButtonActionScripts>
<OnLeftDown>
<![CDATA[
脚本文本的第一行
脚本文本的第二行
脚本文本的第 N 行
]]>
</OnLeftDown>
</ButtonActionScripts>
</AnimationLinks>