im trying to use findbitmap but it wont work when i set the cross on rs screen
it wont move the mouse to the spot
trying to find this

in this

but if i set the cross on the paint window then it moves to the spot
here is the sript im using to find it
SCAR Code:
program New;
var
x,y, pic2: integer;
begin
pic2 := BitmapFromString2(False, 'a8DC4878DAAD9451B2C5100C4' +
'0B7A408F529BDB5FF255DCABC89497971DB9F33860C472494522A' +
'EE190A8E0CA7AF219E852E666A2CF37AB765E68A81E4FE22BD2F7' +
'42914069369A02CD8B45FF116533860FF919F80E0299D314E591F' +
'6DDC126E61032DA20D064CE3631F7DEA7C436B75CE0EF5A1440C0' +
'1E086373E71738847542E76149854076A32F2F9C7AADB7FE03325' +
'37A9278EAC64266FFA8C383479D5E7705103F2CAA9E323A704E29' +
'C239FBCEA5D3A740477524A7CB8551D4B7C9A15DFF93A5DD22395' +
'CD99F874149BCC7DE43D4273C82BB9AD3EF059EDD97967B5FA61A' +
'FCF6FF1A473E9DDE7FE5D960825F5D0E2036ABFF1F8CEE48AA91C' +
'C5F01C529F857A206755AB2EF36475EEC34FA1FB483A85FB502B3' +
'EFF96CF882D9F1F74DE741C98F097E5A7D0794925F07AB8F19993' +
'E56AF4B2F35B0CE3577D08879D22707BCB47D4B9E20CDF30A1F7B' +
'671BACFEACFB99C736A32A5FCCFFCD164D1A792FE4E373D22C8F0' +
'5B263C57DD9FB9BACFD4E70B171');
FindBitmap(pic2,x,y);
MoveMouse(x+random(10),y+random(20));
end.
and its the same story with DTMs it wont move to the spot on a rs screen
am i doing something wrong or is it my scar,pc,java or something els