hello,
what im interested in doing was making a kind of match 3 system, where a certain event will trigger when 3 or more objects of the same type are lined up adjacent to each other (like traditional match 3 games like columns ect)
my thought was to give the objects a variable that is somehow set to the number of other objects overlapping at offset (4 different overlapping events to check left, right, above, and below positions)
however it seems hard to do because it requires 'picking by evaluate' type events which i cant quite get right
any help would be much appreciated!