Say hello when clicked
Show a greeting in a speech bubble whenever the player clicks the sprite.
whenClicked(() => { say("Hello!");});Functions used
Section titled “Functions used”whenClicked— run code when this sprite is clickedsay— show a speech bubble