Results 1 to 6 of 6

Thread: Is there a Bitmapfunction or equvilant that...

  1. #1
    Join Date
    May 2008
    Location
    Canada
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default Is there a Bitmapfunction or equvilant that...

    Is there a Bitmapfunction or equvilant that would check the whole screen EXCEPT for a selected area?

    Like an opposite of FindBitmapin or FindBitmapSpiral?

  2. #2
    Join Date
    Mar 2007
    Posts
    3,116
    Mentioned
    0 Post(s)
    Quoted
    2 Post(s)

    Default

    Kinda on this same topic, I want a findbitmaps and finddtms

  3. #3
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    FindBitmapToleranceSkipBoxArray, found here.

    I think that's what you're looking for, although it's not official SRL.

  4. #4
    Join Date
    May 2008
    Location
    Canada
    Posts
    665
    Mentioned
    0 Post(s)
    Quoted
    7 Post(s)

    Default

    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.

  5. #5
    Join Date
    Feb 2006
    Location
    Tracy/Davis, California
    Posts
    12,631
    Mentioned
    135 Post(s)
    Quoted
    418 Post(s)

    Default

    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 .

  6. #6
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Quote Originally Posted by mrpickle View Post
    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.
    Yeah, don't include it. It's auto included.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •