If you use a newer version of Scratch you may get stuck on the time 3:40 , because you can't find the correct block. You need to pick up a "backdrop# of stage" block and change "stage" to "sprite1" then "x position" will appear and you can change that to "direction". Like so others can see! :)
Quick tips: 1. Remember to set the bullet clone layer to back otherwise it might look like it's coming from the head and not the gun (Fuelvin used a go back (99) layers because a go to [back] layer doesn't exist in scratch 2.0). 2. *DON'T* use the move step plain when the bullet clone spawns, instead, use a ((x position) of (Sprite1) + (offset)), I recommend 75 but it depends on the width of the player
Wow dude, you eased my life with this video, AMAZING !!! Now I can create a game for my presentation tomorrow and I owe u for that , keep making lots more videos !
Okay so, 3:40 was confusing. I am using the newer version of scratch, and I couldn't find that block. I soon figured out that if you go to sensing you need to get a backdrop# of stage block and what you need to do is take the stage and put it at sprite 1 and then take the x position which will appear and then make it direction and put it in the point in a direction. I really hope this helps:) Sorry if it was confusing. Quick tip! If the video is too fast pause the video, go to the settings icon, and go to .75 it will be better.
If you use a newer version of scratch you may get stuck on the shooting alignment part The solution is you have to put the gun as centered not the player and put the move 30 steps one (the one After the direction of sprite 1 block) as "move 0 steps" so that it looks like its coming out of the gun oh And the if touching edge or sprite 3 creates bugs so put that in the zombie sprite and replace sprite 3 with Sprite 2 in the selection Or just change the centering of the bullet. (Thanks Anthony irons)
if anyone face problem like bullet coming position or rover turning direction is wrong then change the center of the sprite how to chnage 1)click custome 2)right side you can see a + button click and change have a fun
I used the first 2 minutes of this to learn how to make a moveable sprite! I figured it out, thanks to you, and made a homemade car parking game! Thanks so much for the lesson!
I already did this and I am creating a new project were meteorites spawn and you have to shoot them and I needed help with the spawning so thanks a lot
hi, i cannot see the words of blocks in your video even at 720P model clearly, since they are too small and vogue for me. anyway, so great job! thanks for sharing
Hello! If you have the "Zombie_Lives" variable stuck on your screen, I can help with that! Just go to the variables tab, grab a block that says hide variable, and put it in between when flag clicked and hide. It still has the variable work, it just doesn't show on screen.
If you get stuck at 3:40 on the newer version of scratch So create a variable called “direction” Pull out a direction input from “motion” Then use a “set variable to __” block Then set “direction” to direction Then go to your bullet sprite Then set its direction to “direction”
Really nice tut mate! Keep up the great work :-) Gonna teach the kids this now! (And a hot tip to everyone that can't make it work properly.. Calm down and pay attention to the details!)
for people who are screwing up with the character spinning , basically you need to place the character's circle in the middle of the painter , if you didn't do that it will spin like crazy , so make sure to place it in the middle
idk if you're going to see this, but thanks for making this all those years ago, I made this game as a kid and I really enjoyed making it. Just remembered it's existence so thank you
Him- Use right arrow for clockwise and left arrow for counter-clockwise Me- uses point towards mouse pointer Him- use top arrow to make him move a certain amount of steps Me- thinking about the most common keys Me- uses q for move knowing that I'll use e for fire 😎😎😎 😎😎 You should also name your sprites because it will save you a couple of precious seconds as it will remove the trouble addressing the sprites their name and costume. Anyways it was good
Quick note, great lesson. If you are trying to make the robot rotate in the latest version of scratch you need to "set rotation style "all around" right under the main flag :) New feature.
no, you just need simple scripts to make it spin around, when flag clicked forever loop if left arrow key pressed? then turn 5 degrees clockwise, if right arrow key pressed? then turn 5 degrees counter clockwise. Hope that helped!!
Omg thank you it helped get me started on making my game for the scratch community it is called beat the beast 1 you all can play it if u want it is on scratch
Ok, first and foremost, thanks for this tutorial, it's really great. Secondly, I'm altering this slightly to make it a space shooting game. It's gonna be a similar style though, with enemy ships coming towards the player, but I have one question I can't seem to figure out. I would like the enemy ships to come from all different directions. I tried using x pick random and y: pick random but quickly figured out this just makes them spawn anywhere on the canvas, not at the edges where I want them to lol. I can't quite figure the parameters to put in so they only spawn on the edge of the canvas. Any ideas/suggestions? Thanks for your time dude :)
You could to a repeat touching edge and in that you could do go X Position Random And Y Position Random, so it will keep doing that until touching the edge.
Love the great and amazing tutorials these are really helping me with coding but you should go a bit slower so I don’t have to pause the video every few seconds
I'm glad i'm not replying to an old comment so you can actually see this! I had the same issue where they were misaligned and the best way to fix this is detach the code that makes it move and shoot a bullet, it should be stationary and you can adjust your sprite accordingly. another thing is your bullet might not be centered so make sure it is!
@@Niksstuff you're welcome! were you able to fix the issue? in the newer versions of scratch there's a little plus sign in the middle and a lock on feature when you get to the middle
can u make a new video of the same thing on the newer version of scratch, because I am struggling to programme such a game and u r the only one who can help.
all you have to do is try to understand the code when u do u dont even have to come back to this video. just keep reading the blocks in order and it will start to make sense!
This is very impressive I am learning scratch in school but simple stuff like what is your name and how to make a simple calculater I am trying to get ahead of the people in my class by watching this btw I am year7/grade6 and I am 11 years old
Every time I fire the bullet they always go forward they won't go where the sprite is looking. (Edit).Ok guysI fixed it to anyone who has the same problem so I put point towards but you have to do point in direction and then just the blue add on I know a lot of people already know this just in case anyone else needs to know it.
i remember back in the fourth grade when i was making games while keeping up with the class and every ounce in a while someone would ask me where i found an unblocked game and i would reply with “i made it”. the good ol days XD
If you use a newer version of Scratch you may get stuck on the time 3:40 , because you can't find the correct block. You need to pick up a "backdrop# of stage" block and change "stage" to "sprite1" then "x position" will appear and you can change that to "direction". Like so others can see! :)
Thank you. I was stuck for like 10 minutes
Hvala buraz :D
@@Frrn1gaaa Make sure that you are on the correct sprite and putting it under "go to sprite1" on the "when i start as a clone". Hope it helps!
Oh my god thank you so much i was wondering what i could do so i looked in the comments and you helped me.Thank you so much man!
Hrvatski Mapper ur a life saver 😂
Quick tips:
1. Remember to set the bullet clone layer to back otherwise it might look like it's coming from the head and not the gun (Fuelvin used a go back (99) layers because a go to [back] layer doesn't exist in scratch 2.0).
2. *DON'T* use the move step plain when the bullet clone spawns, instead, use a ((x position) of (Sprite1) + (offset)), I recommend 75 but it depends on the width of the player
how to get offset block
Bro there is no X position in Scratch 3.0
We learn with Scratch in School, it's so much fun and this helps sooo much, thank you! 🙏♥️
Super scrach progect in sri lanka ruclips.net/video/ouXYIB8jeB4/видео.html
@@getsetgeek lol, what?
I wanted this to happen here in Brazil.
@@mariusblp as a Sri Lankan, I don't think you should click on that link. might be a rick-roll.
Wow dude, you eased my life with this video, AMAZING !!! Now I can create a game for my presentation tomorrow and I owe u for that , keep making lots more videos !
This KUNAI is nise
hehe
You literally solved half the problems I ran into making my game. Thanks dude!
same
This Guy Deserves More Subscribers. Quality!!
Thank you very much! We are form Vietnam and we need to learn from you, to bring Scratch to Vietnamese students!!! GOOD LUCK
i'm Vietnamese
This reminds me of The Vietnam War
Okay so, 3:40 was confusing. I am using the newer version of scratch, and I couldn't find that block. I soon figured out that if you go to sensing you need to get a backdrop# of stage block and what you need to do is take the stage and put it at sprite 1 and then take the x position which will appear and then make it direction and put it in the point in a direction. I really hope this helps:) Sorry if it was confusing. Quick tip! If the video is too fast pause the video, go to the settings icon, and go to .75 it will be better.
thank you sir!
really helped thanks
If you use a newer version of scratch you may get stuck on the shooting alignment part
The solution is you have to put the gun as centered not the player and put the move 30 steps one (the one
After the direction of sprite 1 block) as "move 0 steps" so that it looks like its coming out of the gun oh
And the if touching edge or sprite 3 creates bugs so put that in the zombie sprite and replace sprite 3 with
Sprite 2 in the selection
Or just change the centering of the bullet. (Thanks Anthony irons)
just change the centering of the bullet
@@anthonyirons9274 thanks
just use ((x position) of (Sprite1) + (your offset here)), mine was 75
@@edilbertleyson I don't use scratch anymore but thanks
how to make the bullet same as the cannon direction
Thanks. I’m just getting into Scratch and you have helped me sooo much!! I have subscribed to you and liked the video. Keep up the good work 👍🏻
if anyone face problem like bullet coming position or rover turning direction is wrong then change the center of the sprite how to chnage
1)click custome
2)right side you can see a + button click and change have a fun
excellent work youngster! so easy and quick. no annoying back ground music and straight to the point.
I used the first 2 minutes of this to learn how to make a moveable sprite! I figured it out, thanks to you, and made a homemade car parking game! Thanks so much for the lesson!
Awesome job dude, if you want to learn scratch just follow along cant believe it actually works and is even beginning to make sense!
Damn man you’re a life saver, I was trying to figure out the shooting for ages
same dude
SAmE
I already did this and I am creating a new project were meteorites spawn and you have to shoot them and I needed help with the spawning so thanks a lot
grifpatch made a tutorial for that if you want it after 3 years
Instead of Brightness affect i would recommond to use the "ghost effect (75)" it looks cooler and when it dies it fades away
Wow That Was Really Cool 👍
hi, i cannot see the words of blocks in your video even at 720P model clearly, since they are too small and vogue for me. anyway, so great job! thanks for sharing
ОЛЛШГШЛН
Hello! If you have the "Zombie_Lives" variable stuck on your screen, I can help with that! Just go to the variables tab, grab a block that says hide variable, and put it in between when flag clicked and hide. It still has the variable work, it just doesn't show on screen.
May i just know which key are you using to make the bullets come out?
anybody else has this as their ICT classwork?
me
me
same
me lmao
I wish
I have a different version and it doesnt have blank of blank in the sensing category. Anything I can do?
“If you want I can make a part two,” proceeds to make 10
*proceeds to make 12*
*PROCEDS TO MAKE A 💯*
absolutely mad lad
@@LRexChess ruclips.net/video/ouXYIB8jeB4/видео.html go to this link i know you wont it
your stressing me out!
If you get stuck at 3:40 on the newer version of scratch
So create a variable called “direction”
Pull out a direction input from “motion”
Then use a “set variable to __” block
Then set “direction” to direction
Then go to your bullet sprite
Then set its direction to “direction”
The dislikes are from teachers who couldn’t teach as well as warfame
ahah
yeah yes
@الوارث قيمر alwarith gamer yea
yea
aka all teachers
I have a feeling that youre right! 😂
Great tutorial! Thank you for making it. I use it in my class.
Really nice tut mate! Keep up the great work :-) Gonna teach the kids this now! (And a hot tip to everyone that can't make it work properly.. Calm down and pay attention to the details!)
dz16 i dont believe a teacher plays pubg
Corey Edits I’m pretty sure he/she means their own children because I know a lot of parents that play videogames
Very good tutorial and entertaining. I have followed it through in scratch and am playing it.
for people who are screwing up with the character spinning , basically you need to place the character's circle in the middle of the painter , if you didn't do that it will spin like crazy , so make sure to place it in the middle
Thank you so much I watched it when I was younger and forgot about it then I started using scratch and I’m going to use your tutorials
Hi. I have one more video which my daughter made ruclips.net/video/1G7ZpBQVl_I/видео.html You will see it is funny and useful in the same time.
Thanks, this is way more easier than visual studio code, thanks for your help bud.
For some reason, my bullet would only stay in one play and never come out of the gun :(
Don't know why but it just is
look at the first comment
Did you put move 1 step?
Bro ffs my bullet shoots at lightning speed 3 feet away from the gun
u need repeat until not repeat
@@ImBop__ I did but it still does not work
I tried to make an exact replica of your game.
It was amazing, thank you!
Hi. I have one more video which my daughter made ruclips.net/video/1G7ZpBQVl_I/видео.html You will see it is funny and useful in the same time.
idk if you're going to see this, but thanks for making this all those years ago, I made this game as a kid and I really enjoyed making it. Just remembered it's existence so thank you
Him-
Use right arrow for clockwise and left arrow for counter-clockwise
Me- uses point towards mouse pointer
Him- use top arrow to make him move a certain amount of steps
Me- thinking about the most common keys
Me- uses q for move knowing that I'll use e for fire 😎😎😎
😎😎
You should also name your sprites because it will save you a couple of precious seconds as it will remove the trouble addressing the sprites their name and costume.
Anyways it was good
Great Tutorial, Keep up the good work!
Wow dude I loved this and now I'm making my own game with my own mechanics very cool
Fantastic way to learn this stuff, keep it up dude!
This is the video that started my coding journey years ago, amazing video
Thank you, I've made a side-view shooter based on this
the bullets dont come out, i even centered the both sprites like a 20 time PLEAASE HEEELP
give me the link and i will help u
Just restart that’s all I cans say
do the code again
I want the old scratch back the new layout is messed
Quick note, great lesson. If you are trying to make the robot rotate in the latest version of scratch you need to "set rotation style "all around" right under the main flag :) New feature.
no, you just need simple scripts to make it spin around, when flag clicked forever loop if left arrow key pressed? then turn 5 degrees clockwise, if right arrow key pressed? then turn 5 degrees counter clockwise. Hope that helped!!
U can also make a costume with the zombie filled in red and have it change to that costume for about 0.1 secs when it’s shot or killed
Part 2?
yes
yes plz man
and make a 2 player mode that would be cool
YES PLZZ
YES
Me doing this for a school project feeling guuuuuuud
I love it, I made a couple adjustments to change the game mechanics so I can present it as a project in class
good my brudda played it dont let comments ever hurt you some people are just horrible or having a bad day dont let them take you down
Omg thank you it helped get me started on making my game for the scratch community it is called beat the beast 1 you all can play it if u want it is on scratch
Ok, first and foremost, thanks for this tutorial, it's really great. Secondly, I'm altering this slightly to make it a space shooting game. It's gonna be a similar style though, with enemy ships coming towards the player, but I have one question I can't seem to figure out. I would like the enemy ships to come from all different directions. I tried using x pick random and y: pick random but quickly figured out this just makes them spawn anywhere on the canvas, not at the edges where I want them to lol. I can't quite figure the parameters to put in so they only spawn on the edge of the canvas. Any ideas/suggestions? Thanks for your time dude :)
You could to a repeat touching edge and in that you could do go X Position Random And Y Position Random, so it will keep doing that until touching the edge.
You could watch griffpatch space shooter tutorial,
THIS IS AMAZING! Thank you! Also, I subscribed. :)
FAC.YOU MAN
cool cool! I've went to How to Make a Shooter Game (Part 4) FINALY!!!! You made my have lots of fun!!!!!!
THANK YOU! This helped me so much with my skills in coding, any time I feel confused I just look at your videos. I also love how specific you are.
Hi. I have one more video which my daughter made ruclips.net/video/1G7ZpBQVl_I/видео.html You will see it is funny and useful in the same time.
@@verasadventures5494 Hey, that looks cool!
Hi, War fame. This video really helped me, but can you make another video using the Scratch in the 3.0 version? I'm getting confused......
Damn.
Nostalgia is hitting me harder than a brick already.
Love the great and amazing tutorials these are really helping me with coding but you should go a bit slower so I don’t have to pause the video every few seconds
ikr
When I make my guy turn, I use, "if right/left arrow key pressed, then. Point in direction, direction -/+(mines or add) 5"
i cant shoot. how do you get the bullet to shoot on command? i dont wanna keep pressing the green flag
The first Scratch tutorial I watched was this epic video!
btw this is how many times he said *forever loop*
⏬
edit:good 21 likes guys! just 5 more till we stop
The fact there is only three is just sad
Im sure much more. But i will help u out with a like!
i love forever loops
now there is 16
For some reason the bullets were coming out of my back
me to
LOL same
Turn the first sprite 180°😊👍
6:30 How do you remove the gun?
Did you group the player with the gun? If you have then you'll have to create a new sprite
Make a sprite of your character not holding a gun and then switch the character to him
Hi so little tip you can reverse the move forward to go backwards too.
I don’t recommend but it’s pretty cool
bro you got me into scratch 5 years ago and I'm grateful.
By me teh bullets are coming from the side
Help
they are coming from the outside
Can you help me?pls
Same
Yes me too.
@@wer44yer tev vajag to lodi tur kur ir zīmēta viņa pavilkt uz leju un apskatīties kur viņa šaus tur viņu vajag nocentrēt pret pistoli pašam
@@valtersplaudis386 paldies
PLZ PART TWO!!!!
WBVROHUSVAOHBSVJBHOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF
I know how to code python yet scratch coding is confusing me xD
same
lol
same but with me its JavaScript
Same
I’m the absolute opposite and I hate python
first step no work bc mine does not stay still and spin it moves forward too :( can u fix
um... I DON'T have the block 'direction of sprite 1' do you have an extention?
The bullets don't come out of the gun for me :(
I no listen
Your right we in the comments no ones talking your just typing
I'm glad i'm not replying to an old comment so you can actually see this! I had the same issue where they were misaligned and the best way to fix this is detach the code that makes it move and shoot a bullet, it should be stationary and you can adjust your sprite accordingly. another thing is your bullet might not be centered so make sure it is!
Gamer_l3g3nd27 Thanks alot
@@Niksstuff you're welcome! were you able to fix the issue? in the newer versions of scratch there's a little plus sign in the middle and a lock on feature when you get to the middle
the bullets come out of my the side of my character, and i can't fix it
Reposition the bullet at the Drawing tab. That should fix it.
@@alpkahro i've tried this, and the bullet has started to come out of my back
@@faiviz8113 so did I get it right? The bullets are going in the right DIRECTION but coming from the wrong place?
@@alpkahro yea
@@faiviz8113 well repositioning the bulet shouldve fixed it. Try repositioning it just a little at a time
whenever I rotate my sprite, it won't do a circle, just move to the right or left
You put in a movement block, swap it out with a turn block.
Glorious Forever same
you have to centre your character, otherwise it will be turning the character from a different place of the character's centre.
Me too
change the rotation of the sprite.
Fact: the first part was uploaded on my birthday :)) i guess this was a gift
Wow dude I finally know how to assign a variable for each clone tysm you don't know how much it means to me
this is so good im bout to get an A in me class
You should get A plus
6:35 is my bookmark right now
make a part 2
What 's your name?
@@anhkhoatranduy7752 joe MAMA! EHEHEHEH
bro my code are correct but the brightness thing isnt working
want your help plss i work on scratch online
2:35 is when they start shooting tutorial
Tysm btw
I WANT PART TOO NAW
@@tomvandebroeken603 you think THEYRE the bitchboy, huh?
look in the mirror.
Stop being so mean! This is a tutorial for new scratchers to learn not to be CALLED NAMES!
Make a part two plz
He did like 2017 dumbo
I happen to be human and not an elephant.
He did like 2017 tho
my bullet goes not from the mussel it goes from the back how can i fix it?
MeeoW aa
Mine crafter How?
I think when your making it the box where you can resize it glitched out and made it to big
Center your sprite1 correctly.
It is really easy
can u make a new video of the same thing on the newer version of scratch, because I am struggling to programme such a game and u r the only one who can help.
To work the shot use forever (move ... steps) and place it under the if touching block and in if block place the delete clone
I am from turkey but I can understand you I subbed :)
i have a friend who is turkish
a scratch video with over 1m views wow
thx so much! u are THE MAN! i wish i knew how to do this without watching his videos. like if u totally agree!
all you have to do is try to understand the code
when u do u dont even have to come back to this video. just keep reading the blocks in order and it will start to make sense!
I used this tutorial years ago. It's amazing to see people still following it ;)
Same, i did that when this came out
This is very impressive I am learning scratch in school but simple stuff like what is your name and how to make a simple calculater I am trying to get ahead of the people in my class by watching this btw I am year7/grade6 and I am 11 years old
Every time I fire the bullet they always go forward they won't go where the sprite is looking. (Edit).Ok guysI fixed it to anyone who has the same problem so I put point towards but you have to do point in direction and then just the blue add on I know a lot of people already know this just in case anyone else needs to know it.
Thank you!
Im not getting it to work
IM GONNA SHOW MY SCHOOL TEACHER... THAT I CAN MAKE A GAME!
lol me too
i remember back in the fourth grade when i was making games while keeping up with the class and every ounce in a while someone would ask me where i found an unblocked game and i would reply with “i made it”. the good ol days XD
yeah i'm in fifth gonna tell ma teacher that i made it
@@riddhkuruba5812 thatl go considerably better than it did for me considering its mostly online classes and summer school online classes at that.
When my bullet hits a zombie, he keeps alive.
What shoud I do
hide the zombie
add a if that then block
make a if touching bullet/laser and put it in the if block
hide the sprite
you should watch part 2
Guys,You can use block go to pick random -360 - 360 for x and y.Zombie will spawn anywhere.
This Kid is Really Smart like: he barely even hesitated.👏👏
THIS SUCKS
JK this is the best gun game i have ever seen
i will modify so it rotates to the mouse
this seems more like a keyboard and voice asmr than a tutorial xD
yes
Someone used this at school and claimed it as their own. They cheated and I worked hard. Imma call em out.
I just love your game bro
I got 10 marks of 10 in computer science because of this game and I personally play it in my free time with my brother .
yo lucas u a legend thank u bro i was about to quit until u said that thank u soooo much
why can't I shoot