Click, space, right arrow or down arrow: next slide. Left arrow or up arrow: previous slide. This tutorial is about how to program your own variables. The stop sign won't stop the project as there is code to stop you from stopping the project.
Scratch! How each block works: - create variable () - creates a variable, if it doesn't already exist or it isn't blank. - set () to () - Sets the variable, if it exists, to the specified value. - change () by () - Changes the variable, if it exists, to by specified value. - delete variable () - Deletes the variable if it exists.