I am not able to work my project perfectly

Can you help me to use my project perfectly . Link → https://makecode.com/_JjR2KqDhd2a1

1 Like

Welcome, @Adityamaansharma !

To change this to a platform game, you need to add gravity. Add this block to on start:

image

In the toolbox, it’s the set mySprite x to 0 block. Change x to ay (acceleration y).

You’ll need to make some other changes to your code, but that will get you started. If you want a fun tutorial on platform games, try the Jungle Jump Platformer tutorial in the Next Level Skillmaps section of the MakeCode Arcade home page.

Let us know if you have other questions.

2 Likes

Humm…This not working properly now. Now it is like https://arcade.makecode.com/45209-06334-34299-06865 .Can you tell another way

I think it should be ==>> 10 should be change to 200

1 Like