Computer Science, asked by kittu34538, 9 months ago

what are the event in scratch​

Answers

Answered by devansh82611
0

Answer:

Event-based programming is programming in which the code is based on events, which are similar to message broadcasts. For example, a "when mouse moved" event can trigger all scripts when the mouse is moved. Events have their own attributes, called event attributes. For example, When mouse moved can have the attributes current mouse x position, previous mouse x position, distance moved, etc.

An event block, called a Hat Block, are how Scratch events are portrayed. These are the four built-in events in Scratch:

  • When Green Flag Clicked
  • When () Key Pressed
  • When () Clicked
  • When I Receive ()

PLEASE MARK ME AS BRAINLIEST

Similar questions