Computer Science, asked by manveerkaurnagra, 10 months ago

B. State True or False:
1.
We cannot change the name of the sprite.
2.
Stage is the main working area where the sprite moves and performs actions.
3.
If the pen shade is 0, then the pen color will be closer to white.
4.
The Scratch stage is 480 pixels wide and 360 pixels high.
5.
View full screen button is present on the top right corner of the stage.
6
Paint Editor window allows us to create a new sprite on the stage.​

Answers

Answered by MahiBarbie
26

Answer:

1)False

2)True

3)True

4)True

5) False

6)True

Answered by letmeanswer12
11

" These are the correct answer for the following statements ".

Explanation:

1) We cannot change the name of the sprite - False statement. Because To change a Sprite from a script in unity, create a reference variable to hold the new Sprite.

2) Stage is the main working area where the sprite moves and performs actions -True

Points to stage area where the sprite moves is called the stage. The computer pursues the step by step instructions to give the output.

3) If the pen shade is zero, then the pen color will be closer to white -False

If the pen shade is zero, then the pen color will be close to black. If the pen shade is 100(hundred), the pen color will be close to white

4) The Scratch stage is 480 pixels wide and  360 pixels high - True

The stage is the background of the project, but can have scripts, backdrops (costumes) and sounds similar to a sprite. It is 480 pixels wide and 360 pixels tall or high.

5) View full screen button is present on the top right corner of the stage - False. The Stop button is placed on the top-right corner of the stage.

6) Paint Editor window allows us to create a new sprite on the stage - True statement

Similar questions