瀏覽單個文章
vxr
Elite Member
 
vxr的大頭照
 

加入日期: May 2002
您的住址: 地球的上面..
文章: 5,854
Exclamation

左右數位移:
$puts(titleLen,$len(%title%))
$puts(titleLenMul2,$mul($get(titleLen),2))
$puts(position,$mod(%playback_time_seconds%,$get(titleLenMul2)))
$puts(leftRightMove,$ifgreater($get(position),$get(titleLen),$sub($get(titleLenMul2),$get(position)),$get(position)))
$get(leftRightMove)

ex:
$puts(titleLen,$len(%title%))
$puts(titleLenMul2,$mul($get(titleLen),2))
$puts(position,$mod(%playback_time_seconds%,$get(titleLenMul2)))
$puts(leftRightMove,$ifgreater($get(position),$get(titleLen),$sub($get(titleLenMul2),$get(position)),$get(position)))
$pad(,$get(leftRightMove))[%title%]
舊 2011-11-07, 02:51 AM #8
回應時引用此文章
vxr離線中