|
以下的事件设定字的厚度。这个数值从10一直提升到100,然后会返回到10。
on setTunnelDepth if member(‘‘textSample‘‘).tunnelDepth < 100 then member(‘‘textSample‘‘).tunnelDepth = member(‘‘textSample‘‘).tunnelDepth + 10 setComment
else member(‘‘textSample‘‘).tunnelDepth = 10 setComment end if end
以下的事件设定字的光滑程序和3D字的弯曲角度。当你点击“Display Smoothness”按钮时,数值会返回到1。
on setSmoothness if member(‘‘textSample‘‘).smoothness < 10 then member(‘‘textSample‘‘).smoothness = member(‘‘textSample‘‘).smoothness + 1
setComment
else member(‘‘textSample‘‘).smoothness = 1 setComment end if end
上一页 [1] [2] [3] [4] [5] |