项目

一般

简介

行为

sendMoveHintMsg

对话框内,向上滚动提示信息。

标签:命令定义|sendMoveHintMsg>sendMoveHintMsg

格式:
命令名 参数1 参数2 参数3 参数4 参数5 参数6
sendMoveHintMsg 信息文本 文本颜色 占位符 X偏移 Y偏移 停留时间
说明:
参数1 信息文本
“\”表示换行
参数2 文本颜色
参数3 占位符,无效参数
参数4 X偏移
参数5 Y偏移
参数6 停留时间


特戒引擎脚本示例:

[@示例]
#say
<缺省停留时间/@1>\ \ \
<设定停留时间/@2>

[@1]
#if
#act
sendMoveHintMsg 金币不足\金币不足 249 0 200 200

[@2]
#if
#act
sendMoveHintMsg 金币不足\金币不足 249 0 200 200 5

tejie 更新于 2 个月 之前 · 1 修订