STEP 3: Now let's set the angle that the sprite will turn. We'll use a variable that we can change easily later on!

Using a variable allows us to make big changes to the what we see with only a small change in the code!

  • Go to . Drag Integer Variable into your code.
  • Change the name of the variable to angle.
  • Change the value to 145.


# THIS ACTIVITY IS IN PREVIEW ONLY MODE