How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

王林
Release: 2024-05-06 10:10:13
forward
719 people have browsed it

First add a background. In order to fit the title, the editor added a star background

How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

Add two more variables, the variable names are: 1P score, 2P score

How to make a plane war in Scratch_How to implement the plane war mini game in Scratch How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

First, import an airplane character, and then delete the default kitten character (right-click), as shown below:

How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

Then give This aircraft sets the script separately: Use [when pressed. Key] is in. The form uses WASD to control up, down, left and right respectively: for up and down, use [increase y coordinate by 10] and [increase y coordinate by -10]

See the picture below:

Such an aircraft The script is designed

How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

Then design the missile script. This is the point. After importing the character of the missile, design two shapes, one is the initial shape, and the other is the explosion shape.

The missile script mainly allows him to follow the aircraft and press the J key to launch, as shown in the design:

How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

The next step is to design the aircraft 2

Repeat step 3

How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

This aircraft script is different. In order to design a two-player game, this Airplane is operated with mouse.

The script is designed as follows:

How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

The script of Missile 2 also needs to be designed. His script is as follows:

How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

For the fairness of the game To be fair, several scripts need to be designed for the stage, as follows: (The appearance script in the picture is designed by the editor for the fun of the game and can be deleted)

How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

Finally, let’s test the game:

How to make a plane war in Scratch_How to implement the plane war mini game in Scratch How to make a plane war in Scratch_How to implement the plane war mini game in Scratch

Note:

The rotation mode of the aircraft and missile is set to left and right rotation

The above is the detailed content of How to make a plane war in Scratch_How to implement the plane war mini game in Scratch. For more information, please follow other related articles on the PHP Chinese website!

source:zol.com.cn
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
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!