private void Start_Click(object sender, RoutedEventArgs e) { Ghost2.Visibility = Visibility.Visible; Ghost_Background.Pause(); Ghost2_Ef.Begin(); Ghost_Sound.Stop(); Ghost_Sound.Play(); }
private void Ghost2_Ef_Completed(object sender, EventArgs e) { Ghost_Background.Stop(); Ghost_Sound.Stop(); NavigationService.Navigate(new Uri("/SolvePage.xaml", UriKind.Relative)); }
private void Ghost1_ManipulationStarted(object sender, System.Windows.Input.ManipulationStartedEventArgs e) { Ghost_Sound.Stop(); Ghost_Sound.Play(); Ghost_Sound_Ef.Begin(); }