Hello,
I'm kinda stuck about the parents-children event. I want to play an event AFTER an other one but I don't want it to be limited by the parent system.
Take a look at the screen to make it easier to understand :
Here I have an event about the tap gesture on " plateau_cases " and the conditions about it. This one works perfectly, but the problem is about the " for each ", I would like it to apply to ALL the cases I have (48 for the record) but the problem is with the children system it is applied to only the one that has been taped.
So I've tried to put this out a system of parents-children, but the problem is, it blocks my previous instructions, so the frame start at 0, never change to 1 and it block my game because I need the animation to be played.
So I need to know, if there is a way to "reset" the cases by putting the frame animation to 0 for each cases without being limited by the only cases that has been taped.