Changed coding window to Programming Workspace (#448)

This commit is contained in:
dkiang 2017-07-13 01:13:01 -04:00 committed by Peli de Halleux
parent d36563dfb8
commit 282ba0b824

View File

@ -42,13 +42,13 @@ We already initialized these variables and now need to code to update the values
* Each time the scorekeeper presses button B, to record a win for Player B, we want to add 1 to the current value of the variable `PlayerBWins`.
* Each time the scorekeeper presses both button A and button B at the same time to record a tie, we want to add 1 to the current value of the variable `PlayersTie`.
From the Input menu, drag 3 of the on button A pressed event handlers to your coding window.
From the Input menu, drag 3 of the on button A pressed event handlers to your Programming Workspace.
![onButtonPressed A](/static/courses/csintro/variables/on-button-pressed.png)
Leave one block with A. Use the drop-down menu in the block to choose B for the second block and A+B for the third block.
From the Variables menu, drag 3 of the change item by 1 blocks to your coding window.
From the Variables menu, drag 3 of the change item by 1 blocks to your Programming Workspace.
![Change variable](/static/courses/csintro/variables/change-variable.png)