Discuss Scratch

EnchantingRoserade
Scratcher
100+ posts

[SIMPLE TUTORIAL] Platformer

First, you can upload a sprite, choose one or paint one.
EnchantingRoserade
Scratcher
100+ posts

[SIMPLE TUTORIAL] Platformer

What are platformers?



Platformers mostly are games where a player must jump from one platform to another, and mostly avoid lava/spikes or enemies.
Lemoneer
Scratcher
63 posts

[SIMPLE TUTORIAL] Platformer

Sorry, but the Help with Scripts forum is used to help people who already need help with their scripts. A tutorial here is a little out of place. Though you could always make your own project on how to make a platformer!
EnchantingRoserade
Scratcher
100+ posts

[SIMPLE TUTORIAL] Platformer

/!\WARNING/!\
This may go through but this is an easy tutorial. Use this code for the player ( also we are making a scrolling platformer it will be so cool )
EnchantingRoserade
Scratcher
100+ posts

[SIMPLE TUTORIAL] Platformer

whenclickedifkeyrightarrowpressedthenchange scroll xby-1ifkeyleftarrowpressedthenchange scroll xby1
EnchantingRoserade
Scratcher
100+ posts

[SIMPLE TUTORIAL] Platformer

For jumping:


whenclickedforeverifkeyuparroworspacepressedthenrepeat10changeyby3repeatuntiltouchingcolorwhatever the ground color is?changeyby-2
EnchantingRoserade
Scratcher
100+ posts

[SIMPLE TUTORIAL] Platformer

For the ground (we also did this WHOLE script in the scrolling game tutorial)



whenclickedforevergotox:scrollx+480*0y:0
EnchantingRoserade
Scratcher
100+ posts

[SIMPLE TUTORIAL] Platformer

If you want more platforms, use the same code for the ground but the last in the * has to be +1 than the last platform you made. Sorry if you're confused!
Paddle2See
Scratch Team
1000+ posts

[SIMPLE TUTORIAL] Platformer

It's really nice that you want to help out with a guide! However, we have a number of them in the forums already and we don't have a good way to showcase any more. If you want to make a guide in a Scratch project, that would be fine. You could advertise it in the “Show and Tell” section too.

There are lots of other ways to help out in the forums too. Helpful Scratchers are always welcome in the “Questions About Scratch”, “Help With Scripts”, “Requests” and other sections. Just look around and ask questions

Powered by DjangoBB