Home > Software Tutorial > Computer Software > How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

王林
Release: 2024-03-06 10:19:05
forward
1053 people have browsed it

php Editor Banana today introduces to you a software called Mind programming. Through this software, we can easily create walking robots. In this article, we will explain in detail the specific operation methods of Mind programming to make walking robots, so that everyone can get started quickly and enjoy the fun and sense of accomplishment that programming brings. Let's explore this interesting world together!

Open Mind, click [Project]-[New Project] with the left mouse button, create a new elf, and change the elf name to [Walking Robot];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Event] and drag the [Little Green Flag] to the programming interface;

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Movement] and splice [Turn Right (15) Degrees] below the [Little Green Flag];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Operator], drag [Get a random number between (1) and (10)] to the programming interface, and then insert it into [Turn right (15) degrees];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Movement] and splice [Set the rotation method to flip left and right] below [Turn right and take a random number of degrees between (1) and (10)];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Control] and splice [Loop Execution] below [Set Rotation Mode to Flip Left and Right];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click [Movement], splice [Move (10) Steps] inside [Loop Execution], and then splice [Rebound when touching the edge] below [Move (10) Steps];

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

Click the little green flag to run.

How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming

The above is the detailed content of How to make a walking robot with Mind+ programming - How to make a walking robot with Mind+ programming. For more information, please follow other related articles on the PHP Chinese website!

source:pcsoft.com
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template