• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Windows Place_meeting multiple objects or layers

Y

YupYup

Guest
Is there a way to use place_meeting or another method, detecting collision against some group of objects or all objects in a particular layer ?
 
Y

YupYup

Guest
I found something.
Create a parent empty object, make other objects child of that parent and use place_meeting
if(place_meeting(x,y,parent_object))
 
Last edited by a moderator:
Top