You have great teaching skills. At 65yrs it feels a bit weird being taught by someone who sounds so young. As a trainer I can recognise good presentation and teaching skills, and you have both in spades, thanks! Very logical, easily understood, and it worked right first time, so I'm feeling good about that. Keep up the good work - I think you have a great future in coding and teaching.
Thanks a lot... my teacher has given to make games in summer holidays in scratch i was tensed what to make then i saw your video and it helped me a lot thank you so much.. may god bless you and keep you healthy and safe!!
make sure you don't keep the rock too close the the right side of the edge, because we have code saying if touching edge move back to the right, so just adjust the rock a bit, have it start at maybe x = 150 or something
My laser goes through the rock and it doesn’t make it disappear it isn’t touching the edge of the rock. Can you help me fix it? I’ve already looked through your code and it still doesn’t work.
Awesome! My friend wanted new games to play so he asked me to create one. I did not know to code so I did not know what to do. You not only taught me how to create a game but you even taught me how to code. Thanks a lot!
It would be tough on ipad you will have to change the code a bit. You can code "when this sprite is clicked" put that on the spaceship, then broadcast a message "fire laser" to the laser, when you receive that message "fire laser" you can make the laser move. Also you have to do something similar for moving the space ship, you can have 2 little triangles (up and down). If "up" triangle is clicked broadcast "move up", then go back to the spaceship, when you receive "move up" make the spaceship move up, same for down. Hope u understand.
Lily - the movement of the ship you need to use change y by 10, don't get confuse with set y by 10. If you use set, it will not move. Watch the tutorial more carefully at 4:50 if you still have issue look at my share project link in the video description.
I'm 36 and learning from you. Very humbling, you're a smart kid. You're gonna be a great success one day. Keep up the amazing work and thanks for helping us to understand coding.
i tried using wizard and ligthining instead of spaceship and button but when i try to shoot the ligthining is going upwards not like straight like a lazer
it shouldn't do that if you have broadcast the message only once. Maybe your rock is at the left side of the screen and it hit the spaceship every time game start. So it keep dying, make sure you move the rock to the right side of the screen. If you have more problem look at my share project scratch.mit.edu/projects/400407765/editor/
Thank you very much mine works perfectly! My teacher gave us to do games as an assignment and I didn’t know what to make till I saw your video. My friends have tried my game out and they said mine was best out of all.
You did this as something for school?! I just wanted to make an official game for an animated series I'm working on! I did this for fun lol But I drew new sprites so it wasn't the same
Thank you very much, it works clearly 👍🏻 I have a question. What do you use in order to show the cursor with Yellow Round Colour? Is there any specific program? Thanks in advance
6:20 - is where we coded the laser, make sure you code "When Space key is pressed" block on the laser sprite. If you still have more troubles after viewing the video, take a look at our share project. It is in the video description above.
This guy is a true life saver we had a unit for coding and I didn’t know anything we were supposed to create a game and I found him I look in the comments after I made it and I see he’s done the same for others truly a saviour
green flag should not stop u from moving unless your rock hit the spaceship. Please click on the link in the video description which goes to my scratch project. You can check code for each of the sprites to see what you have missed.
4:20 - is where we do the movement of the space ship watch that again. For the laser look at 6:20 when space key pressed. If you have more questions check out my share project in the video description above.
hey, I like your video very much. There's just a little bug I noticed. The speed would remain the same forever, cuz it would take the last random speed as all the rocks' speed
Yes, you are right, I made a mistake on the variable speed for the rock sprint, while making the video. I have fixed in my project already, you should create the speed variable for "this sprint only" and not for "all sprite" for the speed variable in the rock.
man your my age i think which is 12 and your 200000000000 times smarter than me dude.. u saved me for my project next monday thx dude/....keep up the hard work
After making the drection correct when you clicked the flag button it didn't come for you and you gone somewhere &clicked then it came where did you clicked?
10:20 - watch this part of the video is where I coded the rock break by laser. Check the video description there is a link to my share project u can take a look at all the code in the sprites to see what you have missed.
Hey Kiddo ! Can you please share the line for the application used here...I cannot find it in Google Play Store.. Please do it..it would mean a lot to me...
We are using Scratch by MIT. Here is a link if you want to start a Scratch account. Watch our first video where we teach how to make a scratch account. Here is the link to Scratch: scratch.mit.edu/
10:20 - this is the part I code the laser (which is the button rename) touching the rock, then move the rock back to the right. If you have more questions, click on my share project link in the video description above.
Great tutorial!! Quick tip though - make your "speed" variable whilst focused on the rocks sprite, and make it "for this sprite only". This way each clone will have its own speed variable that can be set separately. You have set speed up as a global variable here, and so your rocks are all moving at the same speed.
Thank you, yes that is correct I made a mistake on the video but later I have fixed on my project, so if u see my shate project in the video description, it is already fixed there. I made the speed variable for this sprite only.
@@KidsCodingPlayground ah you have a Rock Blaster 2.0! Awesome! I am an ICT Teacher and am using your video with my classes this week. Really nice tutorial and easy for them to follow. Top marks to you!
Cool , please give us a like and subscribe to our channel if you haven't already, really appreciate that. Also check out our other tutorial as well thanks!
Hey, when I tried making this, at the end when I tested it if it worked but when the laser shot out of the rocket, the rock wouldn't disappear even though the laser hit it? help me with this please.
10:20 - look at this part of the video carefully, when we coded "touching laser" move rock back to the right positive x value like 250 or something. In the video description it has a link to my share project, you can take a look there. You can compare the code of each sprites to see what u have missed.
Amazing game..loved it. I just want to know when my game is ending the sound "lose"just buzz and does not play the whole sound. Can you please help me?
8:45 - watch this part it is where we made the rock move, using the speed variable. Also make sure you have the speed variable for "this sprite only" on the rock. I made a mistake of having the variable as for all sprites. If you do that the rock will pretty much move at the same speed. If you want different rock to move at different speed, then make the "speed" variable "for this sprite only" on the Rock. Check out my share project link in the video description above.
u r sooooo talented i tried and i was so happy with the result in between when i was doing it i thought it wont work it was soo messy then in last i was happy thank you for sharing
9:30 watch this part of the video, make sure you move the rock back to the right side after touching laser or touching the end of the screen on the left side.
If you do everything correctly it should move, if you are having problem go to the video description, there is a link to my project, you can click on that link to go to scratch, then look at the code for each of the sprites to see what you missed.
Hi this is video is really helpful ngl but I have ONE problem and it's the laser I keep trying to press the spacebar but it's not appearing plus the rocks are working but they aren't moving they are just staying in place having a seizure I double checked to be sure I did everything right and I did everything right- What do I do?
Make sure you have coded the spacebar to shoot the laser. Also as for the rock make sure you have move negative steps. Check my share project to see the code for each of the sprites, make sure you don't miss any code. The link to my project is in the video description. Hope you found your error.
Make sure you have the detection between the laser and the rock, I think at 10:20 is where I code the detection between the laser and rock, if it is touching it, then I hide the rock, and I move it back to the right side. If you have more problem look at the video description there is a link to my share project on Scratch, you can look at the code to see what you have missed.
Can you please tell me how to control the game with the keyboard...Because I finished making the game but I couldn't control the spaceship....So please tell me how to control the game...
@@KidsCodingPlayground I used your game and my teacher loved it! Don't worry I gave credit that I made it from a youtube tutorial from a channel called kids coding playground :)
so you need to have a forever loop, that check the score > 5000 then broadcast a msg and stop this script. Also before the forever loop you can add 1 second wait that way it will give the game a chance to reset all the variable before it start.
make sure you have it change y by position or negative number to move either up or down not set x or set y be careful not using the correct block. Click on my share project it is in the video description below, you can see the code there.
Imagine being a kid and is already this smart, thanks kid, you save me from my project
you are welcome thanks for checking out our channel.
Your channel rock's
@@sarikasinghvi8821 thanks!
@@sarikasinghvi8821 thank you very much for your support
me too
You have great teaching skills. At 65yrs it feels a bit weird being taught by someone who sounds so young. As a trainer I can recognise good presentation and teaching skills, and you have both in spades, thanks!
Very logical, easily understood, and it worked right first time, so I'm feeling good about that.
Keep up the good work - I think you have a great future in coding and teaching.
Now I created a game because of you, thx. It helps me understand the building process of coding.
Bro this guy is a legend. He is an expert at this. Keep up the GREAT work my guy!
Thanks! Will do! really appreciated for your support
Being a kid and is already this smart, thanks kid, you saved me from my school project. Thanks Kid!!!😲🤭😂
thanks for your support.
@@KidsCodingPlayground your welcome Kids Coding Playground!!!
Which button should I press to shoot
6:24 you can configure to use any button, but in this tutorial we are using "SPACE" Please check out the video at 6 min 24 seconds
When a kid can explain better than your computer teacher. By the way thanks for this video, I appreciate it!
Wow, thanks! please give us a thumbs up on our video 😄😄
And said computer teacher uses this video to teach.
Me too
Cant imagine how many older people watch this. Thanks!
Thanks! 😁😄😎
no
I'm older and hes smarter than me
Thanks a lot... my teacher has given to make games in summer holidays in scratch i was tensed what to make then i saw your video and it helped me a lot thank you so much.. may god bless you and keep you healthy and safe!!
You are welcome
Um I need help, For some reason my rocks are stuck at the right side and not really moving so can u help me out???
I had the same problem then I made a again now it is moving
make sure you don't keep the rock too close the the right side of the edge, because we have code saying if touching edge move back to the right, so just adjust the rock a bit, have it start at maybe x = 150 or something
Okay thanks!
My laser goes through the rock and it doesn’t make it disappear it isn’t touching the edge of the rock. Can you help me fix it? I’ve already looked through your code and it still doesn’t work.
10:50 look at the video here, when rock touch laser, go to x = 240, and y = pick random -150 to 150, that will move the rock back.
why does the up and down arrow won't work:( please help/anwer the deadline would be tomorrow
4:49 check this timestamp. This is the script for the spaceship moving.
Awesome! My friend wanted new games to play so he asked me to create one. I did not know to code so I did not know what to do. You not only taught me how to create a game but you even taught me how to code. Thanks a lot!
cool, glad u enjoy the video, thanks for your support.
Since I am using iPad it doesn’t allow me to press the space bar and for me to move what could I change for it to work
It would be tough on ipad you will have to change the code a bit. You can code "when this sprite is clicked" put that on the spaceship, then broadcast a message "fire laser" to the laser, when you receive that message "fire laser" you can make the laser move. Also you have to do something similar for moving the space ship, you can have 2 little triangles (up and down). If "up" triangle is clicked broadcast "move up", then go back to the spaceship, when you receive "move up" make the spaceship move up, same for down. Hope u understand.
@@KidsCodingPlayground thx
I have a school project due in a month and i've been stressing about getting the game created in time. This saved me! tysm
You are welcome glad u found our channel 😊
Hey I followed your tutorial but for some reason when I tried moving the ship up and down it wouldn't work.
just do:
when key w pressed
change y by 10
when key s pressed
change y by -10
When i tried to shoot the rock it did not work :( it did not disapear :(
Lily - the movement of the ship you need to use change y by 10, don't get confuse with set y by 10. If you use set, it will not move. Watch the tutorial more carefully at 4:50 if you still have issue look at my share project link in the video description.
YT Trending - look at 10:20 video timestamp, you need to check if rock touch laser, if hide and move rock to the right side.
@@KidsCodingPlayground Thank you so much for the help; I really appreciate it!
I'm 36 and learning from you. Very humbling, you're a smart kid. You're gonna be a great success one day. Keep up the amazing work and thanks for helping us to understand coding.
I appreciate that! thanks for your comment
this was my first tutorial on scratch i ever watched, im so good at coding now :)
Great to hear! thanks
can you teach me 😅😅😅😅
What button do you press to make lasers keep on coming?
press "spacebar" that is what we coded for in this game.
i tried using wizard and ligthining instead of spaceship and button but when i try to shoot the ligthining is going upwards not like straight like a lazer
Make sure u are changing x position and not y position in the laser sprite. Check my shared project in the video description above.
@@KidsCodingPlayground thx ,a cctually it was becuase i changed the direction of the sprite so i had to turn it back to 90 degrees
I used your tutorial for a school project and got 2nd place . Thank you so much
That is awesome!
@@KidsCodingPlayground
Hi, after I created the whole game my rocket ship could not move. Pls help
4:42 look at this part of the video, make sure you have change y by not set y
@@KidsCodingPlayground hi thank u now it is working
@@vivaandeshpande8213 ok great
This is really helping me with a school assignment! Thank you!
You are so welcome!
ME TOO!!!
btw for some odd reason the game over sprite just takes over the stage and just plays the lose sound over and over on loop
it shouldn't do that if you have broadcast the message only once. Maybe your rock is at the left side of the screen and it hit the spaceship every time game start. So it keep dying, make sure you move the rock to the right side of the screen. If you have more problem look at my share project scratch.mit.edu/projects/400407765/editor/
Where have you click in the last to show the demo
You can click on the "Green Flag" to start the game, if that is what you are asking.
Thank you very much mine works perfectly! My teacher gave us to do games as an assignment and I didn’t know what to make till I saw your video. My friends have tried my game out and they said mine was best out of all.
Glad I could help! please give us a thumbs up on the video if you haven't already. If you did then thank you very much 😄
You did this as something for school?!
I just wanted to make an official game for an animated series I'm working on!
I did this for fun lol
But I drew new sprites so it wasn't the same
Thank you very much, it works clearly 👍🏻
I have a question. What do you use in order to show the cursor with Yellow Round Colour? Is there any specific program? Thanks in advance
I use camtasia tool for recording, I can put in yellow cursor color when editing my video.
Thank you so much..i had difficulties in creating this type of game for a project.. you saved me thanks a lot!
You are welcome! you can check out our latest upload Rock Blaster 1.2 we added some enhancement to this game.
I have a problem why can't I take out the laser? even though I click spacebar
6:20 - is where we coded the laser, make sure you code "When Space key is pressed" block on the laser sprite. If you still have more troubles after viewing the video, take a look at our share project. It is in the video description above.
this blew my mind good job bro!!
Appreciate it! glad you find it help, please check out our new upload of Rock Blaster 2, where we add shop.
i can't move the rocket ship but the code is still correct and when the bullet hits the rock it goes past it .
4:40 We did the movement for the rocket ship at this timestamp. Please re-watch this again.
@@KidsCodingPlayground Still it is not moving when I've already put that
Me too :(
@@esraaalghafri4297 mne works fine
This guy is a true life saver we had a unit for coding and I didn’t know anything we were supposed to create a game and I found him I look in the comments after I made it and I see he’s done the same for others truly a saviour
thanks for visiting our channel glad you are here.
please tell keys for doing the spaceship up and down
in this code we use the "up" and "down" key to move the spaceship, and spacebar key to shoot the laser.
THANK YOUP SO MUCH i liked subed shared and all notifacations thank you
thanks, using this for our computer class.
thanks glad u find it helpful.
same! i just used it today saved me tbh
Hes younger
I'm probably older
Hes smarter
I'm dumber
This helps alot ty
You r welcome thanks for dropping by to our channel
we are all smart you are not dumb
oooof
Nice
SHESSSH kebab
please help me
whenever i press the green flag the spaceship doesnt move and the green flag stops
green flag should not stop u from moving unless your rock hit the spaceship. Please click on the link in the video description which goes to my scratch project. You can check code for each of the sprites to see what you have missed.
i need help why doesnt it let me move down and when i shoot the rocks with the laser nothing happens
4:20 - is where we do the movement of the space ship watch that again. For the laser look at 6:20 when space key pressed. If you have more questions check out my share project in the video description above.
hey, I like your video very much. There's just a little bug I noticed. The speed would remain the same forever, cuz it would take the last random speed as all the rocks' speed
Yes, you are right, I made a mistake on the variable speed for the rock sprint, while making the video. I have fixed in my project already, you should create the speed variable for "this sprint only" and not for "all sprite" for the speed variable in the rock.
man your my age i think which is 12 and your 200000000000 times smarter than me dude.. u saved me for my project next monday thx dude/....keep up the hard work
Glad I could help, I am sure you are equally smart. Actually I am younger than you, my brother is around your age.
But internet connection in my laptop
thanks, it works from now on u am watching coding playground
ty please check out our last update "Space Shootout" game. It is similar to this game, but 2 players.
@@KidsCodingPlayground i already have
youre literally saving a life of a 17 year old thanks
you are welcome, thanks for checking out our channel.
how do you get this to run at once without having to go to each individual sprite and clicking on it to run each one?
Really nice tutorial, I have learned few tips after watching your videos
Great to hear!
Nice coding done . This project made me learn a lot about scratch basics . Thanks and keep doing more like this .
Thank you for your support!
I Got a Good Grade thanks to your Tutorial Video! Greetings from the Philippines! 🇵🇭❤️
That's awesome! thanks!
After making the drection correct when you clicked the flag button it didn't come for you and you gone somewhere &clicked then it came where did you clicked?
what point of the video, what is the timestamp, not sure which part you are talking about. Give me a timestamp of the video I can check.
U are great but I tried 2 times but I can't do it at 1st Rock was not breaking and at 2nd one Rick was not coming ahead
10:20 - watch this part of the video is where I coded the rock break by laser. Check the video description there is a link to my share project u can take a look at all the code in the sprites to see what you have missed.
this helped me a lot for my project, proud of you
np thanks!
thankyou dude this was my first time ever actually making a game and ive learned alot thanks so much
Glad I could help!
Thank you very much for helping me complete this very difficult task
You are most welcome glad you found us.
how do you code the same thing but adding different levels?
Hey Kiddo ! Can you please share the line for the application used here...I cannot find it in Google Play Store..
Please do it..it would mean a lot to me...
We are using Scratch by MIT. Here is a link if you want to start a Scratch account. Watch our first video where we teach how to make a scratch account.
Here is the link to Scratch: scratch.mit.edu/
This helped me a lot in my homework :) Thank you
You're very welcome!
I sinceselery appreciate the work you put through putting this video and it helped me some much!!
Glad it helped! thanks for your support
thanks for teaching me how to create this game I think your coding skills are great!
Glad to hear that! you are welcome, check out other video on our channel. You can go to Playlist and see start with Beginner and move on up.
Can you please explain how does the code for speed work ? I didn't understand that
the speed is just a negative number using it to move the rock going from right to left.
@@KidsCodingPlayground u mean that it goes to the negative x direction between that range ?
@@KidsCodingPlayground bro thanks a lot, your game is brilliant I tried it, even that has come beautifully
When I shoot the rock it just goes through can you help me?
10:20 - this is the part I code the laser (which is the button rename) touching the rock, then move the rock back to the right. If you have more questions, click on my share project link in the video description above.
Thank you so much kid saved me. I have a coding project to do and I was not going to get it done in time this was so helpful.
You're welcome!
Great tutorial!! Quick tip though - make your "speed" variable whilst focused on the rocks sprite, and make it "for this sprite only". This way each clone will have its own speed variable that can be set separately. You have set speed up as a global variable here, and so your rocks are all moving at the same speed.
Thank you, yes that is correct I made a mistake on the video but later I have fixed on my project, so if u see my shate project in the video description, it is already fixed there. I made the speed variable for this sprite only.
U can check out our rock blaster 2.0 tutorial that is fix with more features
@@KidsCodingPlayground ah you have a Rock Blaster 2.0! Awesome! I am an ICT Teacher and am using your video with my classes this week. Really nice tutorial and easy for them to follow. Top marks to you!
Ok cool tyvm glad your students enjoy them.
Thanks a million, I had no idea what game I was going to make lmao
Cool , please give us a like and subscribe to our channel if you haven't already, really appreciate that. Also check out our other tutorial as well thanks!
Hey friend I want to know which software are you using scratch 1 or 2
we are using scratch 3 from the online version. click in the link in the video description
Hey, when I tried making this, at the end when I tested it if it worked but when the laser shot out of the rocket, the rock wouldn't disappear even though the laser hit it?
help me with this please.
10:20 - look at this part of the video carefully, when we coded "touching laser" move rock back to the right positive x value like 250 or something. In the video description it has a link to my share project, you can take a look there. You can compare the code of each sprites to see what u have missed.
@@KidsCodingPlayground thanks mate!! it worked!!
You're my new legend.
thanks! you are the best
Amazing game..loved it. I just want to know when my game is ending the sound "lose"just buzz and does not play the whole sound. Can you please help me?
12:12 You need to use the play sound until done block.
Kids Coding Playground Thanks for replying but I did the same thing as you mentioned but still it doesn’t play the sound
@@goyalsapna17 When you click on the sound tab did u see the "lose" sound already updated, if not please choose that first.
please take a look at my share project to see if u missed anything scratch.mit.edu/projects/400407765/
This tutorial is great but how do you move the rocks, ive been checking the codes and there almost identical but i couldnt find the problem.
8:45 - watch this part it is where we made the rock move, using the speed variable. Also make sure you have the speed variable for "this sprite only" on the rock. I made a mistake of having the variable as for all sprites. If you do that the rock will pretty much move at the same speed. If you want different rock to move at different speed, then make the "speed" variable "for this sprite only" on the Rock. Check out my share project link in the video description above.
Thanks Man But My Rocket ship won't move do you have any Idea why?
check out the video around 4:30 also if you have more problems with your game please click on my share project link to view the code.
Thank you for this video! Love how its short and easy to learn. I'm going to be making scratch tutorials since I got inspired by you guys.
Glad it was helpful!
This was really helpful and also so entertaining! Thanks :)
Glad you enjoyed it!
What a amazing Game you have made it! 🔥 You helped me to complete my project🤘🏻You are excellent bro 👍🏻
Glad I could help!
I did everything you said and when the lazer touched the rock it didnt get destroyed. Do you know how to fix that?
10:20 Make sure you move the rock back to the right side once it touches the laser. Check our video description for our shared project.
Thank you very much...
And you are very smart and intelligent, though you are an young boy..
Keep going ! Best wishes for your future...
Thank you so much 😀
Thanks for the tutorial, I learned a lot from this video. Keep up the good work!
Glad it helped!
Imagine replying to all these comments😂😂😂 also great video
It's so good I've used your good for my project it's super nice
thanks glad u like it.
Hello, can you help me on something?
Can I use this in mblock to or bc it isn’t working in here
Hello! Thank your for your content! :D
Thanks for your support.
u r sooooo talented i tried and i was so happy with the result in between when i was doing it i thought it wont work it was soo messy then in last i was happy
thank you for sharing
You're welcome 😊 glad you found our channel
SUPER I HAD USED FOR AN PROJECT
nice! Thanks
same
@@heyitsjackm8 nice!
What we have to press for rock to break pls tell dude
Use the space key
But I press space key but the rock not breaking but laser is coming but u are great
Please check out my share project in scratch i have the link in the video description. Take a look and see what code you missed.
The rocks keep appearing near the rocket ship not the other side of the screen. What should I do?
9:30 watch this part of the video, make sure you move the rock back to the right side after touching laser or touching the end of the screen on the left side.
wow cool game i willtry itt out thank u kid
Thanks, we made a new one even better with 2 player space shootout game, you can check that out as well.
@@KidsCodingPlayground okay i will and can u teach me how to do that
@@Jamez-_- just look at our latest upload in our TH-cam Channel.
Thanks, you make my family proud of me
alright good job, please continue to learn with us, you can share our channel to your friends as well.
@@KidsCodingPlayground Alright, i already shared it on Facebook, i will watch another video
alright tyvm!
Good Job kiddo.
Keep it up
Thanks cheer!
Thanks a lot man this helped out a lot now I can show my teacher the game! I'm not gonna take the credit though it was all you!
No problem! Glad out tutorial helped
This really helped. Thanks!
No problem
Thank you very much it is a ossum project keep it up
Thank you for your support! Cheers!
When I click the green flag the rocks just disappear, how do I fix that?
If you do everything correctly it should move, if you are having problem go to the video description, there is a link to my project, you can click on that link to go to scratch, then look at the code for each of the sprites to see what you missed.
Hi this is video is really helpful ngl but I have ONE problem and it's the laser I keep trying to press the spacebar but it's not appearing plus the rocks are working but they aren't moving they are just staying in place having a seizure I double checked to be sure I did everything right and I did everything right-
What do I do?
Make sure you have coded the spacebar to shoot the laser. Also as for the rock make sure you have move negative steps. Check my share project to see the code for each of the sprites, make sure you don't miss any code. The link to my project is in the video description. Hope you found your error.
@@KidsCodingPlayground Thx I found whatI did wrong
Hey, your video is really very Informative!!!!!
Thanks for your support
Thanks kid. I dont know how to thank you :D
np ty
very good project
Thank you very much!
If you like this project, we have released a new tutorial Rock Blaster 2.0, that tutorial will teach you how to add shop to your game.
Hi could you really help me I used this but when I shoot the asteroid it won’t pop or go way then it’s game over what’s my mistake can u help me
Make sure you have the detection between the laser and the rock, I think at 10:20 is where I code the detection between the laser and rock, if it is touching it, then I hide the rock, and I move it back to the right side. If you have more problem look at the video description there is a link to my share project on Scratch, you can look at the code to see what you have missed.
Can you please tell me how to control the game with the keyboard...Because I finished making the game but I couldn't control the spaceship....So please tell me how to control the game...
To control the space ship you use the arrow keys (up and down). Space key to shoot the laser.
I'm gonna use it for 0014049's 6k Contest :)
Nice! Hope you win!!!
@@KidsCodingPlayground I used your game and my teacher loved it! Don't worry I gave credit that I made it from a youtube tutorial from a channel called kids coding playground :)
Thank you, You just saved me from a whole lot of stress
Glad I could help!
You guys here for school too? xD
yeah 😁😄
How can I add so I for example gets a message and win when getting for example 5000 score?
so you need to have a forever loop, that check the score > 5000 then broadcast a msg and stop this script. Also before the forever loop you can add 1 second wait that way it will give the game a chance to reset all the variable before it start.
i have a problem with my rocketship
its not moving up n down when program is started
plz help
make sure you have it change y by position or negative number to move either up or down not set x or set y be careful not using the correct block. Click on my share project it is in the video description below, you can see the code there.
This really helped me with my coding assignment. I got 100% on it!
Glad it helped you out!
A huge thank you to you!!! You literally helped me do my school assignment.
is making game in scrach your school assignment what kind of school is yours
Glad I could help! thanks for the support guys
@@vedagarwal6240 There was an assignment for IT