// Use this for initialization
 void Start()
 {
     movement = GetComponent <ScriptSpinningFishMovement>();
     ChangeState();
 }