void Awake()
 {
     selectedWorld = false;
     animationLock = false;
     startedAnimation = false;
     moving = false;
     worldSelectScript = Camera.main.GetComponent<WorldSelectScript>();
 }
 void Awake()
 {
     worldSelectScript = Camera.main.GetComponent<WorldSelectScript> ();
 }