Hello! For my game, i need to check appearance of walls near with my flying enemies, i had created detectors for them from both sides, but they do not want to work with several walls, only with one at a time.
Here is capx, how to detect two sprites is overlapping two walls simultaneously?
https://www.dropbox.com/s/57lmlixbrhxgo ... sions.capx
Develop games in your browser. Powerful, performant & highly capable.
Create multiple conditions
Sprite On Overlap > Wall_1 > Sprite > do something
Sprite On Overlap > Wall_2 >
Sprite On Overlap > Wall_1 > Sprite > do something else
Sprite On Overlap (X) > Wall_2 >
(X) being inverted
Create multiple conditions Sprite On Overlap > Wall_1 > Sprite > do something Sprite On Overlap > Wall_2 > Sprite On Overlap > Wall_1 > Sprite > do something else Sprite On Overlap (X) > Wall_2 > (X) being inverted
Thank you!