This is some weird logic either i'm missing something.
This piece of code should change animation of initial (clicked) object and neighbouring object if it's animation is similar to initial object's. I adress them through "relX" and "relY" vars - their relative coords in array assigned when created - because it's easy in my current project.
Problem. As for now, it only changes initial's animation (event 35). However, it passes event 34 where neighbour's animation (stored in array "base") is checked.
Any ideas why module doesn't meets event 36's conditions?
I'll provide more info if needed.