Shot the Bull's-eye in ecode (I)

Shot the Bull's-eye in ecode (I)

Playing games is always happy. Have you ever thought of making one yourself? This time we will use ecode to make a bullseye game, share it with your friends and family, and invite them to play the game you made by yourself.

Game effect demonstration:

ecode Star Annulus

Let's start by creating a crosshair that moves on the screen.

First open the ecode website (www.ecode.cn) and create a new project. In the newly created project, you should first preset your background and crosshair wizard.

ecode Star Annulus

When the game starts, broadcast a message to launch “New arrow”.

After receiving this message, set the position and size of the crosshair.

ecode Star Annulus

Click the green flag to test your game. You should see the crosshair gets smaller and moves to the lower left corner of the stage.

ecode Star Annulus

Add the following code to your arrow sprite to make it a repeated execution and slide to a random position.

ecode Star Annulus

ecode Star Annulus

Test your game again, and you should see the crosshair moves randomly on the stage.

ecode Star Annulus

That's it for today's sharing. In the next issue, we will learn how to launch arrows and get the score.

If you have any ideas or opinions, please feel free to contact us via services@elecfreaks.com.