I'm making side-scroller.
When player falls in the pit I want to restart level (layout). I use quick-saving for this. I quick-save the game when layout starts and later just use the quickload to restart the layout.
However, once I quickload the state, all "Every X milliseconds" events stop working. The moving platforms do not move. However, they start moving after some time. But the delay isn't supposed to be there.
How to solve this?