|
马上注册,下载996引擎,与更多游戏开发者交流。
您需要 登录 才可以下载或查看,没有账号?注册
×
我的脚本是这样写的,缺点很明显费事.不精准!!!
#if
#act
MOV S$血石进度状态 100
MOV S$血石数值显示 血石:<$STR(U15)>/120
goto @血石界面
[@血石界面]
#IF
#ACT
#SAY
<Img|x=128.0|y=50.0|esc=1|show=0|bg=1|move=0|img=public/sigeduanzao/013.png|loadDelay=1|reset=1>
<Layout|x=545|y=0|width=80|height=80|link=@exit>
<Button|x=926.0|y=68.0|nimg=public/1900000510.png|pimg=public/1900000511.png|link=@exit>
<Img|x=267.0|y=444.0|width=660|rotate=0|esc=0|img=public/sigeduanzao/05.png>
<Text|x=380.0|y=310.0|color=100|size=18|text=基础攻击:攻击1-2>
<Text|x=380.0|y=340.0|color=100|size=18|text=体力增加:+2%>
<Text|x=380.0|y=370.0|color=100|size=18|text=每秒回血:15点>
<Text|x=380.0|y=400.0|color=100|size=18|text=每秒回蓝:3点>
<Text|x=380.0|y=430.0|color=249|size=18|text=回血·龙缘之心Lv.1>
<Text|x=670.0|y=310.0|color=100|size=18|text=基础攻击:攻击2-4>
<Text|x=670.0|y=340.0|color=100|size=18|text=体力增加:+4%>
<Text|x=670.0|y=370.0|color=100|size=18|text=每秒回血:20点>
<Text|x=670.0|y=400.0|color=100|size=18|text=每秒回蓝:4点>
<Text|x=670.0|y=430.0|color=249|size=18|text=回血·龙缘之心Lv.2>
<Img|x=390.0|y=470.0|width=400|esc=0|img=public/sigeduanzao/12.png>
<Img|x=390.0|y=471.0|width=350|img=public/sigeduanzao/11.png|esc=0>
<Img|x=390.0|y=470.0|width=420|img=public/sigeduanzao/12.png|esc=0>
<Img|x=398.0|y=471.0|width=<$STR(S$血石进度状态)>|esc=0|img=public/sigeduanzao/11.png>
<Text|x=554.0|y=468.0|color=255|size=14|text=<$STR(S$血石数值显示)>>
----------------------------------------------------------------------------------------------
求大佬给指点下,有没有更简洁!更精准的进度条写法.或者大佬给个思路!!!
|
|