A simple method to making better movement for beginners, it is less laggy and offers great collision When pressed repeat until point in direction ( X ) move ( 6 ) if touching [X] then move ( -6 ) end end
Love ur video !! Even though it was uploaded 2 years ago, but now I'm studying this. Thank u a lot for the clearest and most comprehensive tutorial I've watched
Hey! Thank you so much for this tutorial, I had to make a maze game for a school project a couple of weeks ago and this tutorial really helped, though I use scratch quite a bit for high school, I am not a very good scratcher. Nice job earning yourself a new subscriber!
Hi, Zoe. Pease advise how do you choose a second backdrop without it appearing right away. When I try to do that the second backdrop shows up immediately and the first one hides away, before the relevant block is programmed and called. Thank you.
This is a really good tutorial i literally watched this like 10 times today my project was make a maze or football game and when i saw Zinnea post it i hoped on my pc and started making the it was a bit difficult at first but all the good explanation she gave us it made my confusion vanish there were some problems about the wall,the walking, the next backdrops but her! She made me all clear
Hello Scratch Team! i just want to say i use scratch a lot like a lot a lot i try too make my own stuff and yeah scratch is awesome and i like how they created it in blocks. because it's easier to code with scratch. once again thank the scratch team for making scratch.🎉❤
if you change the with a so if you want many colors you don't have to stack them with a if then {[move (-10) steps]} then again until you have all the colors in your game but you can just do if then {[move (-10) steps]} so it will work with any color without stacking them
Here is a good way to make level transfer: CHARACTER SPRITE: When {FLAG} Clicked Forever { if then { broadcast ({name}) set x to (-230) else if then { broadcast ({name2}) set x to (230) } } } MAZE SPRITE / BACKDROP: When {FLAG} Clicked switch costume to (level1) go to x (0) y (0) when i receive {name} next costume when i receive {name2} switch costume to ((costume [number]) - (1))
while watching this video I got another idea that you should shrink your charecter and make it so you really cant see the whole maze or some lighting effect in a certain radius
Oh that's an awesome idea! If you want to, you could backpack the flashlight Sprite from this project: scratch.mit.edu/projects/378886219/ since it could help to get started with the game!
I love that sprite that you use for your profile image thingy... (whatsitcalled...) Do you do the art for that, or is there somewhere where I can download it? It's so cute!!! :D
ngl, you should talk about making some things with more coding into it to teach people how complex it can get. Usually when I first tried making a game I used invisible sprites using the ghost effect, and when you touched the sprite, the mouse swapped to an arrow, and you can click it to go to the next area or whatever. There's very simple "complex" concepts that would be cool to be seen more often because it shows the person is experimenting more than just copy pasting certain things.
Ooh I should make a tutorial about how to make a game like it! I made it by starting with a simple game where a cat could just walk around camp. Then I added a button that would add another cat to your camp by making clones. Then slowly, one thing at a time, I kept adding things to it!
Zinnea plz hellllllpppppp I need to make a interactive story where there are characters in the story but only one character (the main character)kinda of depends on me when choosing this to say or actions to do with the other characters olzzzz ot was my dream to make that kind of game bc I have seen aloooooottt of them in play store and I wanted to create my own 😢😢😢😢
Oh wow I really love this idea -- I made a tutorial based on it and it's going to come out tomorrow! And if you still have questions after my video, let me know, I'm happy to help :)
I want to do a maze game like pac-man only thing i need is how to make the npcs that follow you and if theres a way that they follow you only if they see you and you tutroials seem real quick to the point and easy and i would like to make it with your open world tutorial because i want it to be a big maze
Good question - all you have to do is draw a new backdrop for the third level (and 4th level, 5th level, etc), and when the character gets to the green square at the end of level 2, the "next backdrop" block will happen, and the backdrop will change to backdrop 3! Let me know if that works or if any other questions come up :)
How difficult would you make your maze game? :D
Maybe hard or medium
Medium
medium
Easy
Hard
A simple method to making better movement for beginners, it is less laggy and offers great collision
When pressed
repeat until
point in direction ( X )
move ( 6 )
if touching [X] then
move ( -6 )
end
end
@꧁JhonsonArayaTheGamer꧂ #antimrdwellerandkmc10 yup
i dont understand
I use:
If Flag clicked
Forever
if (w.is_pressed):
move
Yeah
Thanks so much! It turned my game that I put in the trash folder into a working game.... So far!
My teacher assigned this as an assignment for math. It is work 40% of our grade lol. This video helped out a lot thanks!
Love ur video !! Even though it was uploaded 2 years ago, but now I'm studying this. Thank u a lot for the clearest and most comprehensive tutorial I've watched
I am so gla it helped! :D
If ( )
move -10 steps
thats the best code ever for collisions
I’ve watched 5 of ur videos. I’ve never been so good at scratch
That is so awesome!
Hey! Thank you so much for this tutorial, I had to make a maze game for a school project a couple of weeks ago and this tutorial really helped, though I use scratch quite a bit for high school, I am not a very good scratcher. Nice job earning yourself a new subscriber!
I mostly get my game ideas from here😃👍
Same!
This deserves more likes!!!!!!!!
Great tutorial. Hopefully I'll make one someday. But seriously, those tutorials are amazing.
Oh yay, I am so happy that you like them!
Me too!
Hi, Zoe. Pease advise how do you choose a second backdrop without it appearing right away. When I try to do that the second backdrop shows up immediately and the first one hides away, before the relevant block is programmed and called. Thank you.
You just saved the day! I have to teach the kids how to make a maze today. Thanks a lot.
Oh that's awesome!
@@Zinnea omg
This is a really good tutorial i literally watched this like 10 times today my project was make a maze or football game and when i saw Zinnea post it i hoped on my pc and started making the it was a bit difficult at first but all the good explanation she gave us it made my confusion vanish there were some problems about the wall,the walking, the next backdrops but her! She made me all clear
Hello Scratch Team! i just want to say i use scratch a lot like a lot a lot i try too make my own stuff and yeah scratch is awesome and i like how they created it in blocks. because it's easier to code with scratch. once again thank the scratch team for making scratch.🎉❤
Thanks a lot. I have been waiting for this tutorial like crazy!!!☺️
I love it! I literally watch this every time I'm bored on scratch 😍😍😍
I cannot find out how the eye dropper wors
Tnx a lot! This tutorial is one of the best tutorials ive ever seen!
I'm so happy!
if you change the with a so if you want many colors you don't have to stack them with a if then
{[move (-10) steps]} then again until you have all the colors in your game but you can just do
if then
{[move (-10) steps]} so it will work with any color without stacking them
and you have to make the backdrop/stage into a sprite for it to work
Here is a good way to make level transfer:
CHARACTER SPRITE:
When {FLAG} Clicked
Forever {
if then {
broadcast ({name})
set x to (-230)
else
if then {
broadcast ({name2})
set x to (230)
}
}
}
MAZE SPRITE / BACKDROP:
When {FLAG} Clicked
switch costume to (level1)
go to x (0) y (0)
when i receive {name}
next costume
when i receive {name2}
switch costume to ((costume [number]) - (1))
She deserves more subs, she is the best scratcher out there and helps us so much 💖 ❤️ She deserves more than 6k subs
cap
griffpatch
jackson academy
shiftclick learn
dk universe
Its not working my sprite can go through walls!!!😭
same!!
make sure you put "touching color" and NOT "touching sprite"
Mine can go through too even if I put touching color
Skill issue
Was it negative
I like maze games. 😁
me to
Me there 🎉
Bro replied to himself
I 'm so proud of my work i 'm going to do another one .Thank you Zinnea.
This was 8 hours ago i was waiting for it
Why you show a 3D game in the picture ?
while watching this video I got another idea that you should shrink your charecter and make it so you really cant see the whole maze or some lighting effect in a certain radius
Oh that's an awesome idea! If you want to, you could backpack the flashlight Sprite from this project: scratch.mit.edu/projects/378886219/ since it could help to get started with the game!
Amazing tutorial!! Helped me a lot with my project!
Yayy!!!
Hi Zinnea, do you mind sharing your contacts?I am a teacher and learning how to code using scratch I really need some private tutoring.
I love that sprite that you use for your profile image thingy... (whatsitcalled...) Do you do the art for that, or is there somewhere where I can download it? It's so cute!!! :D
Oh I just saw this comment - this made me so happy! I drew it🙂 I should upload it to a scratch project sometime so that people can download it!
@@Zinnea Yeah. My first game was an Apple catching game and the tutorial I watched was YOU! thank you so much your videos are so awesome! Keep it up!
@@mgrvr i agree:)
Zinnea you are literally a life saver!!!!! Thank you so much for tutorial!!!🤎
When I draw a scene, the movement block gets disabled :/
Oh! Maybe you need to change the color in the "touching color" block, to be the color of your walls in your own drawing?
thanks for all your help your millionth subscriber is coming soon
it didn't work
the character keeps going backwards
ngl, you should talk about making some things with more coding into it to teach people how complex it can get. Usually when I first tried making a game I used invisible sprites using the ghost effect, and when you touched the sprite, the mouse swapped to an arrow, and you can click it to go to the next area or whatever. There's very simple "complex" concepts that would be cool to be seen more often because it shows the person is experimenting more than just copy pasting certain things.
Thanks a million Zinnea you rock
how did you make 'cats of all clans' ? I loved it when I tried it out!
p.s. I love ur tutorials!
Ooh I should make a tutorial about how to make a game like it! I made it by starting with a simple game where a cat could just walk around camp. Then I added a button that would add another cat to your camp by making clones. Then slowly, one thing at a time, I kept adding things to it!
Also, if you'd ever like to make a game like it, I made this template starter project: scratch.mit.edu/projects/595609540/
hi zinnea! =D
Best teacher
It's a great tutorial!!
I always watch your videos and I really love them
I'm so glad! I always get encouraged when I see your comments :D
Great, calrity in voice👍🥰🥰❣
Excelente video , muy bien la explicación 😊
Zinnea plz hellllllpppppp I need to make a interactive story where there are characters in the story but only one character (the main character)kinda of depends on me when choosing this to say or actions to do with the other characters olzzzz ot was my dream to make that kind of game bc I have seen aloooooottt of them in play store and I wanted to create my own 😢😢😢😢
Oh wow I really love this idea -- I made a tutorial based on it and it's going to come out tomorrow! And if you still have questions after my video, let me know, I'm happy to help :)
Mine is not working
You might have done it wrong 😑
Thank you so much it was really easy for me after i watched your video ❤😊
Your videos are soo helpful!😀
thank you i tried making it it was amazing I love your videos because i am fan🥰
Thank You SO MUCH I have A scratch competition so this will help so much
:)
Thank you for this helpful video
OMG UR SO HELPFUL GIRLLL
It was so helpful ! := )
great tutorial!!
The only problem is that it is touching the wall but not going 10 step back
I know right! IDK how to fix it :(
🤯 mind blowing
Thank you for this video I will use for my IT exam!
Really helpful for my test
Wow!... I have learned so much from your Videos 😛😍
what is your scratch app version ?
Almost insane🥵
thank yyou so much (it took me an hour cuz im stupid :3)
Why does Zinnea always choosing the chick sprite? I remember when she said she'd choose the chick on the jumping game on the scratch channel
She picked it twice though?
Hi, how to make the character change when move to next level? Like from chick to car? Hope you can help me
Nicely done
thanks. simple but incredibly helpful! your way of teaching is quite good!
My sprite can not go to the next backdrop i choosed the correct color and the samw coding
It really helped me thank you so much dear
Can we make 3d game in Scratch? Please teach us i wanted make 3d game
The easiest tip to solve a maze is follow the left wall or the right wall until you finish the maze.
I love this pls make more games
when itry to do it so the sprite cant go through walls it just dashes and sticks to the wall if that makes sense
same!!
game glitched :/ but your still awesome :)
i just nearly in end then i just come back to level 1 T-T
I want to do a maze game like pac-man only thing i need is how to make the npcs that follow you and if theres a way that they follow you only if they see you and you tutroials seem real quick to the point and easy and i would like to make it with your open world tutorial because i want it to be a big maze
good
There is a much smoother way of making movement when pressing an arrow
Pls also Mortal kombAT PLS
one question, can i use level in this kind of game?
if you hold the key to walk in the yellow its broke but well done!
Thank you :)
How do we add more levels after we are done with the second level?
Good question - all you have to do is draw a new backdrop for the third level (and 4th level, 5th level, etc), and when the character gets to the green square at the end of level 2, the "next backdrop" block will happen, and the backdrop will change to backdrop 3! Let me know if that works or if any other questions come up :)
Can l join the scratch team please because i love the scratch team
When you turn 18 you can apply!
Thanks for suggesting
I m mentor of scratch competition held in school
kann I send you my scratch game what I made with a friend? Please.
How did you invent it?
you have a nice OC
Thanks I didn't know how to do Walls where the player can't go through 😃
Like👍
Tysm
Thank you SO much!!!
does it work on a tab or mobile?
is part 2 out?
thank you so much
Thanks for helping
can you tell me what happed becuse when i go to the next level it go to the next level
Um i just finished but its not sending me back up or is it changing the backdrop 😢
Edit : i found out how to fix it tysmmmm😅
I liked it but one problem, I was still going through the walls for some reason
There is no motion blocks in scratch:(
You're lying
w code it helped alot i used it for my project at school
You said u will break in five parts and 1 part missed adding score......
but i get still can glide at the walls?
Recommended to make this open world and a sprite
I didn't draw a maze, i will using Maze Generator By Griffpatch.