Hi!
I am probably not fully understanding the event system right now : when a certain event happens to a certain instance, I need to select all the other instances of the said object.
Whatever I try, I'm still locked in the subset of the instance list that matches my original condition, which seems to be the expected behavior, from what I read in the manual : https://www.scirra.com/manual/75/how-events-work
So... how do I do that?
Auto response (also known as "you should have tried a bit harder, you moron") : just call a function.
Develop games in your browser. Powerful, performant & highly capable.
Pick all.
Nop, it still pick all the instances in the subset that matches my original condition (or I simply doesn't understand how to use it... Which is highly probable)
We'd have to see the code.
Well, it works fine with the function, so I'm happy with it as it is. Thanks for the help!