Menu

#1255 Pick topmost doesn't work after other picking conditions?

Bug report
open
Ashley
Collisions (25)
5
2010-08-20
2010-08-20
Shviller
No

Given my previous bug report, there might be some problem with SOLs in general, rather than just picking topmost objects.

In the attached cap, all Sprites overlapping both Mask and Cursor are highlighted, rather than just the topmost one, despite the second condition of event 3. Even R0J0hound's workaround (use overlap at offset (0,0)) doesn't help (By the way, thank you, R0J0).

The same thing happens if all conditions from events 2 and 3 are placed in one event.

Discussion

  • Shviller

    Shviller - 2010-08-20
     
  • rojohound

    rojohound - 2010-08-24

    I does work if you replace both "is overlapping" with "overlapping at offset (0,0)".

    The condition:
    + Sprite: Sprite overlaps Cursor
    works exactly like:
    + System: For each Sprite
    + Sprite: overlaps Cursor : offset (0,0)

     
  • Shviller

    Shviller - 2010-08-28

    Apparently I was too stupid to try replacing BOTH conditions with 'overlaps at offset'. Thanks again, R0J0!

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.