Computer Science, asked by navyasingh85, 10 months ago

to send a message to all the sprite in the program which block will you use?​

Answers

Answered by SelieVisa
8

Answer:

Scratch block will be used.

Answered by smartbrainz
6

To send a message to the entire 'sprite in the program' Broadcast Message block is used.

Explanation:

  • 'Broadcasts' let the user send messages and any 'sprite' (including the 'sprite' that sent the message) within our project can accept that message, and react appropriately.  
  • Broadcast Message block is an Event block and Stack block which transmits a broadcast during the entire Scratch program.
  • 'Broadcast' sends out a 'signal to all the Sprites' through a message and then 'pauses for some activity from other Sprites'. In Scratch a signal is sent to other Sprites through a message using the instruction Broadcast.

To know more

To respond to a received message, which block can be used by a sprite ?​

https://brainly.in/question/13387479

Applications of tv broadcasting

https://brainly.in/question/13254965

Similar questions