i have set my game to:
System_Every (5) seconds - System_CreateObject (Data) on layer 0 at (random(224, 640) , random(96, 348) )
The problem is, when i die, i have made a retry button, it restarts the layout, but... let's say it will take 5 more seconds untill the next data appears, i die after 2 seconds, and retry, but this time the data only takes 3 seconds to spawn.
So the timer doesnt restart, this is a big problem since i have also made it to spawn a spawner every 25 seconds, and that could fu*k up the player if it spawns instantly