seafight17 Posted January 22, 2012 Share Posted January 22, 2012 hallo! i want someone to help me how to write right the statement "" Case (FindBitmapMaskTolerance(orca, xx, yy, mx, my, mx2, my1, 0, 5)=true) or (FindBitmapMaskTolerance(bmp, xx, yy, mx, my, mx2, my1, 0, 5)=true) or (FindBitmapMaskTolerance(bmp2, xx, yy, mx, my, mx2, my1, 0, 5)=true) or (FindBitmapMaskTolerance(bmp3, xx, yy, mx, my, mx2, my1, 0, 5)=true) then begin result:= True; end; end; "" please help Quote Link to comment Share on other sites More sharing options...
FHannes Posted January 22, 2012 Share Posted January 22, 2012 I've got no idea why you used case there, but replace it with if Quote Link to comment Share on other sites More sharing options...