예제 #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 Ghost1_ManipulationStarted(object sender, System.Windows.Input.ManipulationStartedEventArgs e)
 {
     Ghost_Sound.Stop();
     Ghost_Sound.Play();
     Ghost_Sound_Ef.Begin();
 }