Computer Science, asked by gungunpatwal1, 1 year ago

Define Script and how do we write a program in scratch?????

Answers

Answered by madhav3213
1
whenclickedrepeatuntiltimer>10gotomouse-pointersayMeow!for3secs

An example script.

A script is a collection or stack of blocks that all interlock with one another. The blocks and their order are very important, as they determine how spritesinteract with each other and the backdrop. Sometimes, comments are attached to scripts to explain what certain blocks do and what the script's purpose is.


madhav3213: plz mark brainluest
gungunpatwal1: Sorry
Answered by Tina11111
1
Scripts are easy to work with. Some "rules" are as follows:

To create a script, one simply has to drag blocks out of the Block Palette and assemble them.

To assemble blocks, they must be dragged on, below, or in another block. (Except for Hat Blocks.)

To disassemble blocks, they must be dragged apart.

To remove a script, drag it into any of the block palettes, or right-click the hat block and press delete.

To start a single script just click on it.

Scripts can be edited in the scripts tab of every sprite and the Stage.
whenclickedrepeatuntiltimer>10gotomouse-pointersayMeow!for3secs
Similar questions