private void OnMouseDrag()
 {
     if (alState == AlunoStates.CHEATING)
     {
         slingshot.Drag();
     }
 }