Computer Applications
What limits define the X, Y coordinate system of Scratch ?
Scratch
1 Like
Answer
The value of X coordinate ranges from -240 to 240 and the value of Y coordinate ranges from -180 to 180.
Answered By
1 Like
Related Questions
A Scratch script/program begins with
- An ask block
- A Say block
- An event block
- A control block
True or False.
(a) In Scratch, the Ask block stores the user's response in "question" variable.
(b) In Scratch, movement of a sprite draws on stage only if pen is down.
(c) Multiple sprites can receive a message.
(d) A variable can be thought of as a container or placeholder in memory holding different values over time.
(e) An answer variable must be created before using Ask block.
Which block will you use to place a sprite at a specific XY position on screen ?
What are events in Scratch ? How are these useful ?