按键精灵,当某个点的颜色等于红色,就执行某了个命令,否则一直循环,该怎么写?

2024-11-29 07:55:56
推荐回答(1个)
回答1:

do
if Getpixelcolor (x,y)="0000FF" then
exit do
end if
delay 10
loop