First time using the forum lol, a bit of a noob
Simply, I have (any) number of instances of an object in the layout, and when my character (another object) overlaps an instance, I want that instance to do things such as: change animations, add to a global variable, and activate behaviors.
My question is how do I achieve this? At the moment it only happens once, the player overlaps an instance and the instance lights up, but then it will not do it again with any other instance.
I simply want every instance that is touched to activate the same way.
Wondering if I can get the ID of the instance being overlapped and then pick it by that ID.