第 1 頁 (共 1 頁)
發表於 : 週四 2月 28, 2002 9:56 pm
由 RieRie
我是script白癡
發表於 : 週四 2月 28, 2002 1:48 pm
由 winter
‧搬東西
想要般東西 例如:油布120各 拖到死 累死人
用我的程式就沒錯了 自己拖曳
var8=GetColorPos[var1,pos2,pos3]
//var1設定要搬移的物品顏色
//pos2跟pos3設定要搬移的容器左上右下角
if var1=color[var8]
drag all from GetColorPos[var1,pos2,pos3] to pos4
//pos4 設定要放置的位置
delay 1000
end if
if var8=-1
stop
end if