PDA

View Full Version : arghht



raimis89
12-20-2006, 07:11 PM
Program xxx;
var x,y,killed:integer;
begin
killed:= BitmapFromString(25, 8, 'z78DA73737336763633201AB891A89' +
'E3C93DD8688ABF0DB4B8CAB206A904962D4D02EACF0BB8154 35C4' +
'BB8D185791170EF40F2B6A85E7C0A6F6C1090072BCEF39');

if findbitmap (x,y,killed) then writeln ( 'bitmap found ');

end.

why dont this function dont workd for me ... its compiling and working but cant find the bitmap
even FindBitmapIn dont work andfindbitmaptolaranceIn :(

someone can help me a bit ?

joey0101
12-24-2006, 10:44 AM
This may be because your bitmap is not on the screen, try experimenting with other bitmaps; like ones on the screen 24/7;