# Start of Script
type= user
count= 8
speed= 1.0
start data >>
DispatchPointer(0,0,0,770,515,0,0,0,0,0,0,0) #down图标
UserWait(1000) #持续2秒
DispatchPointer(0,0,2,670,515,0,0,0,0,0,0,0) #向左移动图标(670是x坐标值,515是y坐标值,x坐标从770移到670)
UserWait(1000)
DispatchPointer(0,0,2,570,515,0,0,0,0,0,0,0)
UserWait(1000)
DispatchPointer(0,0,1,470,515,0,0,0,0,0,0,0) #up图标
UserWait(1000)
DispatchPointer(0,0,0,470,515,0,0,0,0,0,0,0)
UserWait(1000)
DispatchPointer(0,0,2,570,515,0,0,0,0,0,0,0)
UserWait(1000)
DispatchPointer(0,0,2,670,515,0,0,0,0,0,0,0)
UserWait(1000)
DispatchPointer(0,0,1,770,515,0,0,0,0,0,0,0)
UserWait(1000)