Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » How to make a maze game on scratch
- Adam-Basha
-
Scratcher
35 posts
How to make a maze game on scratch
How to make a maze game on scratchHello @TezzoTv
It is easy to make a maze.
1. You have to draw a maze in the background of your project.
2. you have to ad a sprite and sprite of the destination you want the sprite to go to.
3. Then you will go to the sprite that you want the player to control and do that:
when green flag clicked
forever
if <touching color [#1931d8] ?> then
move (-10) steps
when [ up arrow] key pressed
move (10) steps
when [ down arrow] > (10)
move (-10) steps
when [ right arrow] key pressed
turn cw (10) degrees
when [ left arrow] key pressed
turn ccw (10) degrees
Last edited by Adam-Basha (Oct. 24, 2021 11:01:06)
- Adam-Basha
-
Scratcher
35 posts
How to make a maze game on scratch
but this is a different wayYes, this is another way to do it, but the problem of the video that it repeats the code very fast so in one press can go 50 moves forward eventhough you set it to go just 10 moves forward.
- TezzoTv
-
Scratcher
5 posts
How to make a maze game on scratch
you did not even try it outbut this is a different wayYes, this is another way to do it, but the problem of the video that it repeats the code very fast so in one press can go 50 moves forward eventhough you set it to go just 10 moves forward.
- AdamR2324
-
Scratcher
1 post
How to make a maze game on scratch
dhgkdadahlahlfhjehjsghjfehueafulhaeflhufehuhfuelhuwugfihwjrejitw;ijrjrjwtkotwjitwoutw4urqorwhwjiwj;wh;gjr3h;gjowj;rwhtw wyttq3ry2t7o4tyyp2v5y8cp 4 y 3up 32hpwt4
- Christnoah-T-Scratch
-
Scratcher
2 posts
How to make a maze game on scratch
Thank you for these information for my scatch game

- Emeraldore12
-
Scratcher
100+ posts
How to make a maze game on scratch
This would go in probably help with scripts or questions about scratch.
- Discussion Forums
- » Help with Scripts
-
» How to make a maze game on scratch




