In this tutorial we are going to add Dash/Dodge type ability to our Character. For this we will do this within the context of our Top Down Character and create a Function that we use to determine which direction to force the Character in. The Dashing system could be applied to the Side Scroller Character in a similar way by using horizontal Direction to create a Dash or Lunge! We will also complete the ability with checks for if it can be used and a Cool down to create interval times between each use.