Example #1
0
 //sets value for slow is the new fast stepper
 void SlowIsTheNewFast_OnStepperValueChanged(object sender, ValueChangedEventArgs e)
 {
     SlowIsTheNewFastValue.Text = String.Format("{0}", e.NewValue);
     GameGlobals.SetRandomValueForSlowIsTheNewFast(Convert.ToDouble(SlowIsTheNewFastValue.Text));
 }