/// <summary>
 /// Plays the intro animation.
 /// </summary>
 public void PlayIntro()
 {
     flowController.PlayIntroFlow();
     flowController.OnIntroFinished += OnFlowAnimationFinished;
 }