So I'm making a game within one layout. Everything works ok.
Then I duplicate the first layout, because the next stage will have different environment latter.
The new layout still using the same event sheet.
But strangely, eventhough the timescale is 1, the control and the animation stop.
One of the weird things I observed.
I have a ship that should shoot lasers constantly. But in this case the ship seems only shoot 1x and it stays at one spot.
But if I check the debugger, lasers are still created and destroyed constantly.
My lasers only get destroyed when outside the layout.
So if the lasers ain't moving outside the layout, how can they get destroyed?
Are there any particular things I should pay attention when using multiple layout with one event sheet?