When I load a scene, animations Don't work?[solved]

I have this part of script that i got from lerpz tutorial on the main menu, and it works fine, however, when im in my game, and i quit to main menu, the animations no longer work in the main menu. Its odd, but it works when i run the scene(main menu) itself instead of quitting to get to the scene(main menu).

       if (GUILayout.Button ("Quit To Main Menu")) {
		Application.LoadLevel("MainMenu");
    }

Thats the bit of code that takes me to the scene, but animations just dont work :confused: Ive also notice that Sun Flare on a point/directional light will not work if you load the scene from the game, only if you load the scene itself.

Anyone know whats going on?

What did you do to fix it?!

Sorry for the late reply, if you havenโ€™t already figured it out, you have to put the timescale back to 1 (real time)