Your timescale is 0, that's why the Flash behavior is paused.
You have a condition "if layer 4 is visible -> set timescale to 0", make sure you reset the timescale back to 1.
I suggest using layer names instead of numbers, this way if you remove or add any layers, you won't have to change their numbering in your events.