What is the use of …
 
Notifications
Clear all

What is the use of OnEvent function in Scratch?

1 Posts
2 Users
0 Likes
157 Views
0
Topic starter

What is the use of OnEvent function in Scratch?

1 Answer
0

The onEvent() block is used to set up event handlers that can watch for certain events to occur in your app, such as clicking on a button, selecting an item from a dropdown, or moving the mouse. The Circuit Playground has a similar block called onBoardEvent() to watch for events that occur on the board.

Share: