I have 1 object with an instance variable, I am trying to get that instance variable to be set to the number of instances touching it. I've tried many things all similar to this
This, of course, doesn't work and sets the variable to what I assume is how many instances of dot_cyan are overlapping other instances of dot_cyan.
Could anyone help with this?