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].