When creating conditions in the event sheet, is there a way to change the name of the variable that an object binds to? I want to access instance variables of two objects that collide and are of the same type. However, when I attempt to access their instance variables, I think the second variable overshadows the first. Below is a screenshot from a project sample that I'm using for inspiration.
The sample solved this problem by using an object family. Unfortunately, I'm using the free version of Construct in an educational setting. So, students will not have access to that feature. Is there a way to change the name of either of the variables within the condition?