Discuss Scratch
- Discussion Forums
- » Questions about Scratch
- » How to create a level
- TheHockeyist
-
1000+ posts
How to create a level
It depends on what type of game you're doing. Can you give us more information?
Last edited by TheHockeyist (Aug. 14, 2014 23:11:14)
- limyee
-
34 posts
How to create a level
I'm new, like you, so I might not be of much help and I might be wrong. From what I've figured out, you could do this to create different difficulties:
Just make a background for the screen.
Use this on a sprite of the word easy. Do the same thing on different levels except with different messages. Make a different background for the actual game.
Just make a background for the screen.
Use this on a sprite of the word easy. Do the same thing on different levels except with different messages. Make a different background for the actual game.
Then you can make different things for each level. See above for an example.
- davei21
-
2 posts
How to create a level
Thank you!!!!! And the game is like a cube game.
- limyee
-
34 posts
How to create a level
Thank you!!!!! And the game is like a cube game.
You're welcome! Happy to help.

Also, you can use this block:
If you want it to be when the sprite is clicked rather than when you roll your mouse over it. I was a bit tired yesterday…
- herobrineawsomeness
-
11 posts
How to create a level
I'm new, like you, so I might not be of much help and I might be wrong. From what I've figured out, you could do this to create different difficulties:
Just make a background for the screen.
Use this on a sprite of the word easy. Do the same thing on different levels except with different messages. Make a different background for the actual game.Then you can make different things for each level. See above for an example.

Last edited by herobrineawsomeness (Aug. 15, 2014 14:27:30)
- stewiemime
-
21 posts
How to create a level
If you're doing some sort of platformer you could make the goal to get to other side of the screen. It's a lot simpler than broadcasting a message every time. Put this on the sprite you're controlling
if you wanted to change the level when you touch something you could swap the
if you wanted to change the level when you touch something you could swap the
for
or
Last edited by stewiemime (Aug. 15, 2014 14:51:38)
- limyee
-
34 posts
How to create a level
i did mine diffrent then that.
Yeah, I saw that. The OP didn't say whether he wanted to have a choose level screen where you (obviously) choose what level/difficulty you want or once you finish one level you move to the next.
If you're doing some sort of platformer you could make the goal to get to other side of the screen. It's a lot simpler than broadcasting a message every time. Put this on the sprite you're controlling
if you wanted to change the level when you touch something you could swap theforor
That works as well.
- I_LIKE_YO_SCRATCH
-
26 posts
How to create a level
If you want to make a scrolling level, do this for the platforms:
and this for the player:
- cmathew123
-
2 posts
How to create a level
Guys that's not how I want. Can you make a ping pong game
If you want to make a scrolling level, do this for the platforms:and this for the player:
- MeIzAwezomeDede
-
1000+ posts
How to create a level
It's not how you want because you need to make your own topic stating what you need help with. Plus, please don't post on older topics Guys that's not how I want. Can you make a ping pong game -snip-
- GachaN0nsense
-
500+ posts
How to create a level
Don't necropost. Also go to Guys that's not how I want. Can you make a ping pong game Help With Scripts for scripting help and stuff.If you want to make a scrolling level, do this for the platforms:and this for the player:
- Discussion Forums
- » Questions about Scratch
-
» How to create a level