Is there a Bitmapfunction or equvilant that would check the whole screen EXCEPT for a selected area?
Like an opposite of FindBitmapin or FindBitmapSpiral?
Is there a Bitmapfunction or equvilant that would check the whole screen EXCEPT for a selected area?
Like an opposite of FindBitmapin or FindBitmapSpiral?
Kinda on this same topic, I want a findbitmaps and finddtms
FindBitmapToleranceSkipBoxArray, found here.
I think that's what you're looking for, although it's not official SRL.
Sure that would work! I'll go try it out.
Edit: Got this error - in the Bitmap.scar that I just saved, included the "{.include SRL/SRL/Core/Bitmap.scar}" in srl too.
Duplicate identifier 'FINDBITMAPMASKTOLERANCEROTATEDEX'
Edit2: I can't find a solution =[. I dont see varable duplicated.
Last edited by mrpickle; 10-29-2009 at 11:08 PM.
Show script please mrpickle.
Myles, just have an array of bitmaps/dtms and do
For i:=0 to 8 Do
If Findbitmpa(mybitmap[0]) ect ect kind of thing. Get it?
Kinda solves your problem.
There are currently 1 users browsing this thread. (0 members and 1 guests)