Activity: Second Display

STEP 8: Let's create a display to show the value of roll_2.

  • Go to LOGIC and then . Drag out Variable Display. Drop it at the bottom of your program.
  • Find the variable argument in .Display(). Change it to roll_2.
  • Change the x-coordinate in .Display() to 200.
  • Finally, change the name of the second display from my_display to roll_2_score.

# THIS ACTIVITY IS IN PREVIEW ONLY MODE
Support