Hi everyone,
I'm encountering problems with functions. When a function referring to different instances of the same object, or different objects of the same family is called multiple times in the same tick, weird results may happen.
I've made a very simple capx to show what I meant:
https://www.dropbox.com/s/w396g5ws6flf5 ... .capx?dl=0
In this capx, 2 objects of the same size and of the same family are partly superposed, and a function putting them to red color is called when you hover over an object of that family.
The result is the following:
When hovering both objects at the same time, only one object is put to red.
When hovering an object, then the other one, the second object is put to red only when you're not hovering the first object anymore.
Is there a way to make this function work as intended, i.e. having both object turn to red when they are hovered together?
By the way that is what happens if you're not using functions but just putting "set animatin to red" as the action of the first event, but I would like to use functions if possible.
Thanks ! <img src="{SMILIES_PATH}/icon_e_smile.gif" alt=":)" title="Smile">