Detailed explanation of scratch interface

tags: Scratch self-study advanced  1024 Programmer's Day

Hello, everyone. I’m Xiao Yang. In this chapter, let’s take a closer look at the interface of scratch3.0. Let’s take the offline version of scratch3.x as an example for a detailed introduction. Scratch's interface is mainly divided into "tab bar", "menu bar", "block area", "script area", "stage area", "stage list area", "role list area" and so on.

▶ 01 tab bar

There are 3 options in the tab bar, left-click an option to switch. When the stage background is selected, the "shape" option will change to the "background" option.

 

 

"Code" tab

The code option is the area for writing scripts, the left is the block area, and the right is the script area. When a character is selected, all code blocks will be displayed in the block area. When the background is selected, the block area will hide the code blocks of the "motion" category.

 

"Styling" or "Background" tab

The left side of this tab interface is the character/background list, and the right side is the shape/background editor. In the shape/background list, the currently used shape/background will be highlighted in blue. The method of using the property setting bar and the brush toolbar is very simple, I believe you can understand it after a few attempts.

Tips: Use the tools for drawing rectangles and circles while pressing the shift key

Intelligent Recommendation

Detailed explanation of the serviceConfig interface

content Obtain the ServletConfig object Servletconfig interface Configuration and acquisition of service initialization parameters When the Servlet container initializes Servlet, it will create a Serv...

Detailed explanation of function interface

Function interface 1. Concept What is a function interface? Only containAn abstract methodThe interface is called a functional interface. Usually we use @functionalInterface annotations on the functio...

Java interface detailed explanation

Java interface What is Java interface Interface character The difference between interface and class Interface character The difference between abstraction and interface How to define interfaces Evolu...

Detailed explanation of interface test

Detailed explanation of interface test This article mainly talks about the software interface 1. What is an interface? hardware interface: The hardware interface refers to an entity provided by the ha...

Detailed explanation of httpservletRequest interface

Table of contents HttpservletRequest interface Get the request information information Get the request header information Get the data of the form form Chinese garbled problem Post request GET request...

More Recommendation

[Typescript] interface interface detailed explanation

Initial interface One of the core principles of TypeScript is to check the structure of the value. We use interfaces to define the type of object. The interface is the state of the object (attribute) ...

Detailed interface, detailed explanation of polymorphism

Interface overview: The interface is a reference type in the Java language. It is a collection of methods. If the member variables, constructors and member methods are encapsulated inside the class, t...

IDEA Detailed Explanation 2 - Detailed Explanation of the Interface

Idea Create a Maven project Don't feel the trouble of writing on my blog, just to let you brag B, blowing more levels. Am I easy? Detailed guidance Create a new project Import a project Open a project...

Detailed explanation of Docker from scratch (4)

Docker image When running the container directly, if the corresponding mirror does not exist locally, docker will automatically download it from the docker mirror repository. The default is to downloa...

Detailed explanation of Docker from scratch (6)

Docker warehouse The docker warehouse is a place for centralized storage of images, similar to maven-like warehouses for centralized storage of dependencies. Docker Hub Docker Hub is a public warehous...

Copyright  DMCA © 2018-2026 - All Rights Reserved - www.programmersought.com  User Notice

Top