I have something like code in attachment.
I have 3 instances of an object on layout and I want to move (play animation from beginning) particular one in different moment of game.
After first 15 seconds move instance with ID 1 after 40 move instance with ID 2 and after 70 move instance with ID 3.
Last condition Animation frame = 0 ensures that animation will be played only once.
It works first time first object with ID 1 is played after 15 second second after 40 seconds and third after 70.
But when I go to other layout and then return all events Every 15 second, Every 40 second and Every 70 second are fired at the beginning. What is wrong ?