Dim xx, yy, GetColor, tt, 监视间隔
xx = 100'设置点坐标x
yy = 举行200'设置点坐标y
监视间隔 = 30'设置监视间基答岩隔,单位毫秒
GetColor=GetPixelColor(xx,yy)
tt = timer
Do
IfColor xx, yy, GetColor, 0 Then
搏御 Else
//点颜色变化要执行的动作
End If
TracePrint timer - tt
Delay 监视间隔
Loop Until timer - tt > 3
//时间超过3秒并且点颜色没有变化要执行的动作