/**
  * Used to indicate the start of an animation sequence. For use in the collision checker.
  *
  * @see greenfoot.collision.CollisionChecker#startSequence()
  */
 void startSequence() {
   collisionChecker.startSequence();
 }