Our next step is to complete the game controls using a total of 4 IF blocks.
We will us them to program all directional movements of the X-Wing: Right, Left, Up, and Down
UP is Y Positive so will be programmed using positive numbers.
Down is Y Negative so will be programmed using negative numbers.
Right is X Positive will be programmed using positive numbers.
Left is X Negative will be programmed using negative numbers.