new scratchers are assigned to what
new scratcher status
Motion blocks that move and what
rotate sprites
Data stored in local variables can be changed only by what belongings
scripts
The first code block resets the timer back to its what value of zero
default
This involves the processing of application code blocks, in the order that they are laid about, starting at the beginning of a script and continuing to the end.
Sequential processing
These forums let you learn directly from what scratcher programmers
scratcher 2.0
what are the three code blocks
move 10 steps
turn right 15 digress
turn left 15 digress
This code block lets one sprite retrieve another what
sprite's x position
This code block provides easy access to a number of pieces of information, including
X position
Y position
Direction
Costume number
Costume name
Size
Volume
this involves the conditional execution of code blocks based on data collected during application execution.
Conditional programming logic.
community can communicate freely and discuss ideas using the forums hosted on what website
scratch 2.0 website
All the sprites that Scratch supplies have a predefined what axis
rotation
After selecting the stage or a sprite, you can use what menu located on the left side of the code block to select and retrieve information for any of the specified items that are listed
drop down menu
The first code block shown in Figure 6.18 lets you collect any of the following pieces of what information
Year
Month
Date
Day of week
Hour
Minute
Second
This involves the storage, retrieval, and modification of data during application execution
Use of variables and lists.
Scratch 2.0 website hosts a number of online forums at what website
The cat’s direction is changed by how many digress
90
This script has been set up to execute whenever the what button is pushed
the green flag
The first step in creating the Family Scrapbook project is to what
create a new Scratch 2.0 application project.
This involves the application of programming logic that executes based on the analysis of true/false data provided by Scratch during program execution.
Boolean logic.
how do you save your work by using scratch 2.0
by using your username and password
what two code blocks are used to point a sprite toward a specified direction or object
point in a direction
point towards
. Lists can store and retrieve any type of values supported by Scratch 2.0, including what
String
Boolean
Integer
Real
To make the Family Scrapbook application more enjoyable, let’s add a little what to set the mood
background music
This involves the development of user-friendly and intuitive application stage layout, making it easy for users to interact with applications.
Interface design.