Computer Science, asked by navyasingh85, 1 year ago

what is the difference between say and ask blocks? ​

Answers

Answered by theking20
11

The difference between say and ask blocks are as follows:

• Say () block represents a looks block as well as a stack block. The Ask block represents sensing block as well as stack block.

• The Say block provides its sprite with a bubble, where there would be specified speech/text . The Ask block provides an input box where the specified text will be above it.

  • Some Say block examples: A sort of picture/sign, An object that always makes sound etc.
  • Some Ask block examples: Setting preferences like colors and coordinates , Chatbots etc.
Answered by smartbrainz
2

Difference between say and ask blocks:

Say () block:

  • The Say () block is a 'Looks block' and a 'Stack block'. The block gives its 'sprite' a 'speech bubble' with the text specified.
  • This block is the same as the Think) (block, except that this block offers a speech bubble. This block immediately moves on to the next block when it is activated.  

Ask () block:

  • The Ask () and Wait block is a Sensing block and a Stack block.
  • The block will make an input box (with the specified text above it) show at the bottom of the screen.  

To know more

Which block of scrach contains say block​

https://brainly.in/question/13616270

What kind of block should i use to make my sprite move around?

https://brainly.in/question/11694131

Similar questions