For $n = 18 to 1 Step -1
$y1=$y1+1
If $i3 <> $i4 Then $i3 = PixelGetColor( $x1 , $y1 )
If $i3 == $i4 Then $y2=$y1
If $i3 == $i4 Then $x2=$x1
If $i3 == $i2 Then $i4 = 0
Next
$x1=$x1+1
WEnd
研究了一夜问题终于找到了 更改后的代码是:
$i4 = $i2
While $i3 <> $i2
For $n = 18 to 1 Step -1
$y1=$y1+1
If $i3 <> $i2 Then $i3 = PixelGetColor( $x1 , $y1 )
If $i3 == $i4 Then $y2=$y1
If $i3 == $i4 Then $x2=$x1
If $i3 == $i2 Then $i4 = 0
Next
$y1=$y
$x1=$x1+1
WEnd