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