ScratchData LogoScratchData
Back to readysteadycode's profile

Click and Double Click

REreadysteadycode•Created December 30, 2020
Click and Double Click
0
0
9 views
View on Scratch

Instructions

This project shows how to use Boolean values to code a click and double-click in Scratch. Start with the green flag event to reset the two variables 'click1' and 'click2' to TRUE (1). Click1 on the apple gets an immediate response "I'm an apple" [because the values are TRUE and TRUE]. It also sets 'click2' to False (0). Now, when you click the orange, you get the response "I'm an orange", [because the values are TRUE and FALSE].

Project Details

Project ID468773698
CreatedDecember 30, 2020
Last ModifiedJanuary 3, 2021
SharedDecember 30, 2020
Visibilityvisible
CommentsAllowed