Example #1
0
 public int Move()
 {
     return(MoveCollection.DoMove(70, 10, "One leg move! Earned 10 points!"));
 }
Example #2
0
 public int Move()
 {
     return(MoveCollection.DoMove(90, 5, "Jumped! and earned 5 points!"));
 }
Example #3
0
 public int Move()
 {
     return(MoveCollection.DoMove(15, 30, "Wow! Salto! Earned 30 points!"));
 }
Example #4
0
 public int Move()
 {
     return(MoveCollection.DoMove(5, 60, "Incredible job! Double salto!! Earned 60 points!"));
 }
Example #5
0
 public int Move()
 {
     return(MoveCollection.DoMove(50, 15, "One hand on cable! Earned 15 points!"));
 }