OK so I'm using a new method... doesn't matter of what. But I get this error:
[Runtime Error] : Exception: Canvas does not allow drawing in line 2108 in script C:\...
The code is:
SCAR Code:ExColor := GetColor(tx, ty);
if Not(FindColorTolerance(x, y, ExColor, tx - 3, ty + 3, tx + 3, ty - 3, 0)) then
Break;
Gets a color then sees if it is in a 6sqpx box, why would it cause an error?






Reply With Quote
