Scratch Tutorial: How to Make a Shooter Game (Part 1)

Поділитися
Вставка
  • Опубліковано 8 вер 2024
  • In this Scratch tutorial, I will be showing you how to make a zombie-survival shooter game. In this video I show you the basic player movement and bullets using clones, as well as zombies with health. If you want to check out my Scratch profile (all of my 8 games were front-paged), click this link here: scratch.mit.ed...
    Know enough Scratch and want to move on to making REAL web games? Check out my course here!
    www.fuelvin-ac...
    Join my Discord for major announcements, sneak peeks, and more!
    / discord
    Be sure to follow my Twitch channel for livestreams!
    / fuelvin
    I recently published a new mobile game, Flingy Fruit (available on iPhone and Android)! Check this video out if you want to see how I made the game:
    • How I Made My (Second)...
    You can also check out this video for the other mobile game I made, The Last Chicken On Earth:
    • Mobile Game Announcement!
    Outro music (I only used part of it): bensound.com
    For business inquiries: contact@fuelvin.com

КОМЕНТАРІ • 2,8 тис.

  • @Lucas_15
    @Lucas_15 5 років тому +2663

    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! :)

    • @valentinoleppala
      @valentinoleppala 5 років тому +50

      Thank you. I was stuck for like 10 minutes

    • @milosivezic3695
      @milosivezic3695 5 років тому +8

      Hvala buraz :D

    • @Lucas_15
      @Lucas_15 5 років тому +17

      ​@@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!

    • @pluto2873
      @pluto2873 5 років тому +10

      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!

    • @codyobermann62
      @codyobermann62 5 років тому +2

      Hrvatski Mapper ur a life saver 😂

  • @edilbertleyson
    @edilbertleyson Рік тому +14

    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

  • @saso5096
    @saso5096 4 роки тому +36

    We learn with Scratch in School, it's so much fun and this helps sooo much, thank you! 🙏♥️

    • @getsetgeek
      @getsetgeek 4 роки тому

      Super scrach progect in sri lanka ua-cam.com/video/ouXYIB8jeB4/v-deo.html

    • @mabalupe
      @mabalupe 3 роки тому +1

      @@getsetgeek lol, what?

    • @mateusdutraramos1141
      @mateusdutraramos1141 3 роки тому

      I wanted this to happen here in Brazil.

    • @book_roblox
      @book_roblox 3 роки тому

      @@mabalupe as a Sri Lankan, I don't think you should click on that link. might be a rick-roll.

  • @tinhocsteam1134
    @tinhocsteam1134 4 роки тому +10

    Thank you very much! We are form Vietnam and we need to learn from you, to bring Scratch to Vietnamese students!!! GOOD LUCK

    • @IcecubeX
      @IcecubeX 4 роки тому

      i'm Vietnamese

    • @afaz4070
      @afaz4070 3 роки тому

      This reminds me of The Vietnam War

  • @davidnguyen9323
    @davidnguyen9323 4 роки тому +11

    You literally solved half the problems I ran into making my game. Thanks dude!

  • @noname-jl8sp
    @noname-jl8sp 4 роки тому +6

    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

  • @captainspy3297
    @captainspy3297 4 роки тому +14

    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

    • @Jamer77
      @Jamer77 7 місяців тому

      grifpatch made a tutorial for that if you want it after 3 years

  • @Inhale_8632
    @Inhale_8632 4 роки тому +7

    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)

    • @anthonyirons9274
      @anthonyirons9274 Рік тому +3

      just change the centering of the bullet

    • @Inhale_8632
      @Inhale_8632 Рік тому +2

      @@anthonyirons9274 thanks

    • @edilbertleyson
      @edilbertleyson Рік тому +1

      just use ((x position) of (Sprite1) + (your offset here)), mine was 75

    • @Inhale_8632
      @Inhale_8632 Рік тому

      @@edilbertleyson I don't use scratch anymore but thanks

    • @alifmiftakhuna
      @alifmiftakhuna 8 місяців тому

      how to make the bullet same as the cannon direction

  • @dilkumaribarman807
    @dilkumaribarman807 Рік тому +1

    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

  • @ROSCOE16000
    @ROSCOE16000 4 роки тому +15

    Damn man you’re a life saver, I was trying to figure out the shooting for ages

  • @soppph4301
    @soppph4301 2 роки тому +9

    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.

  • @fortniteplus9196
    @fortniteplus9196 7 років тому +56

    This Guy Deserves More Subscribers. Quality!!

  • @mg70gaming66
    @mg70gaming66 5 років тому +176

    “If you want I can make a part two,” proceeds to make 10

    • @LRexx
      @LRexx 4 роки тому +4

      *proceeds to make 12*

    • @rinette1307
      @rinette1307 4 роки тому +2

      *PROCEDS TO MAKE A 💯*

    • @felathar1985
      @felathar1985 4 роки тому +2

      absolutely mad lad

    • @getsetgeek
      @getsetgeek 4 роки тому

      @@LRexx ua-cam.com/video/ouXYIB8jeB4/v-deo.html go to this link i know you wont it

    • @AlexandraD2020
      @AlexandraD2020 4 роки тому +1

      your stressing me out!

  • @AromaticTea.
    @AromaticTea. 6 місяців тому

    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

  • @worldoffun1384
    @worldoffun1384 4 роки тому +26

    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 !

  • @leonieholman8579
    @leonieholman8579 6 років тому +4

    Thanks, this is way more easier than visual studio code, thanks for your help bud.

  • @loquezz_
    @loquezz_ 4 роки тому +18

    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 👍🏻

  • @taniasotya
    @taniasotya 5 років тому +386

    anybody else has this as their ICT classwork?

  • @iliasanchez9502
    @iliasanchez9502 4 роки тому

    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

  • @Aether558
    @Aether558 2 роки тому +1

    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”

  • @hubb8049
    @hubb8049 4 роки тому +6

    Thank you, I've made a side-view shooter based on this

  • @imperialspence5106
    @imperialspence5106 5 років тому +7

    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!

  • @petert1595
    @petert1595 3 роки тому +134

    The dislikes are from teachers who couldn’t teach as well as warfame

  • @ahuman6825
    @ahuman6825 4 роки тому +2

    Awesome job dude, if you want to learn scratch just follow along cant believe it actually works and is even beginning to make sense!

  • @poornimamukherjee2111
    @poornimamukherjee2111 3 роки тому

    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 .

  • @jikill7586
    @jikill7586 4 роки тому +5

    Me doing this for a school project feeling guuuuuuud

  • @Smoothy112
    @Smoothy112 3 роки тому +5

    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

    • @verasadventures5494
      @verasadventures5494 3 роки тому

      Hi. I have one more video which my daughter made ua-cam.com/video/1G7ZpBQVl_I/v-deo.html You will see it is funny and useful in the same time.

  • @emikoretoo
    @emikoretoo 5 років тому +16

    Instead of Brightness affect i would recommond to use the "ghost effect (75)" it looks cooler and when it dies it fades away

    • @-LifeIsFine-
      @-LifeIsFine- 3 роки тому +1

      Wow That Was Really Cool 👍

  • @Abeerlikessushi
    @Abeerlikessushi 3 роки тому +1

    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

  • @thatxhy
    @thatxhy 6 місяців тому

    i know this was a while ago but i used this to make my first game which led me to make even more games on scratch, thank you very much.

  • @sirprower
    @sirprower 4 роки тому +5

    a scratch video with over 1m views wow

  • @theepiicgamer7999
    @theepiicgamer7999 4 роки тому +6

    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

  • @colby4181
    @colby4181 7 років тому +9

    excellent work youngster! so easy and quick. no annoying back ground music and straight to the point.

  • @neonlynxx_6393
    @neonlynxx_6393 3 роки тому +2

    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.

  • @hazusumi6635
    @hazusumi6635 4 роки тому

    Guys,You can use block go to pick random -360 - 360 for x and y.Zombie will spawn anywhere.

  • @panosjretos
    @panosjretos 4 роки тому +4

    I tried to make an exact replica of your game.
    It was amazing, thank you!

    • @verasadventures5494
      @verasadventures5494 3 роки тому

      Hi. I have one more video which my daughter made ua-cam.com/video/1G7ZpBQVl_I/v-deo.html You will see it is funny and useful in the same time.

  • @thedoraemonfanteamreborn9578
    @thedoraemonfanteamreborn9578 4 роки тому +5

    Damn.
    Nostalgia is hitting me harder than a brick already.

  • @dz-rg7ht
    @dz-rg7ht 7 років тому +11

    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!)

    • @dapianokid7728
      @dapianokid7728 5 років тому

      dz16 i dont believe a teacher plays pubg

    • @mason3872
      @mason3872 5 років тому +1

      Corey Edits I’m pretty sure he/she means their own children because I know a lot of parents that play videogames

  • @DumbFishes
    @DumbFishes 2 роки тому +1

    Thx a lot now I can prove that my friends SUCK at programming and SUCK at making zombies in game

  • @user-qy5kb5rg1s
    @user-qy5kb5rg1s Рік тому +1

    This Kid is Really Smart like: he barely even hesitated.👏👏

  • @therobloxain5227
    @therobloxain5227 5 років тому +4

    6:35 is my bookmark right now

  • @gatestem8391
    @gatestem8391 5 років тому +8

    Great tutorial! Thank you for making it. I use it in my class.

  • @jomr.1492
    @jomr.1492 4 роки тому +5

    cool cool! I've went to How to Make a Shooter Game (Part 4) FINALY!!!! You made my have lots of fun!!!!!!

  • @bluecatstories1159
    @bluecatstories1159 Рік тому +1

    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

  • @SkarPhlix
    @SkarPhlix 4 роки тому +1

    yo lucas u a legend thank u bro i was about to quit until u said that thank u soooo much

  • @lizhang153
    @lizhang153 3 роки тому +3

    Very good tutorial and entertaining. I have followed it through in scratch and am playing it.

  • @carsongreen2169
    @carsongreen2169 5 років тому +50

    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

    • @kevinmcclease71
      @kevinmcclease71 5 років тому +1

      look at the first comment

    • @noobplicity9861
      @noobplicity9861 5 років тому

      Did you put move 1 step?

    • @vlad-berzan
      @vlad-berzan 4 роки тому +1

      Bro ffs my bullet shoots at lightning speed 3 feet away from the gun

    • @ImBop__
      @ImBop__ 4 роки тому

      u need repeat until not repeat

    • @willywestsidee
      @willywestsidee 4 роки тому

      @@ImBop__ I did but it still does not work

  • @sochsain544
    @sochsain544 4 роки тому +30

    btw this is how many times he said *forever loop*

    edit:good 21 likes guys! just 5 more till we stop

    • @cookiecoder6295
      @cookiecoder6295 4 роки тому +1

      The fact there is only three is just sad

    • @cannon.3203
      @cannon.3203 3 роки тому

      Im sure much more. But i will help u out with a like!

    • @dumbnuggetsw
      @dumbnuggetsw 3 роки тому

      i love forever loops

    • @evanlove9874
      @evanlove9874 3 роки тому

      now there is 16

  • @rokeefe
    @rokeefe 3 роки тому +1

    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.

    • @avathebadsinger8095
      @avathebadsinger8095 3 роки тому

      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!!

  • @enormousbisons4997
    @enormousbisons4997 Рік тому

    bro you got me into scratch 5 years ago and I'm grateful.

  • @FareeegYT
    @FareeegYT 3 роки тому +3

    Wow dude I loved this and now I'm making my own game with my own mechanics very cool

  • @sssy2355
    @sssy2355 5 років тому +4

    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

  • @ur08
    @ur08 6 років тому +7

    Great Tutorial, Keep up the good work!

  • @keylimetom6963
    @keylimetom6963 4 роки тому +1

    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

  • @sbfshadoe9918
    @sbfshadoe9918 3 роки тому +1

    Fact: the first part was uploaded on my birthday :)) i guess this was a gift

  • @raq1454
    @raq1454 5 років тому +6

    the bullets dont come out, i even centered the both sprites like a 20 time PLEAASE HEEELP

  • @j.d.waterhouse4197
    @j.d.waterhouse4197 7 років тому +4

    Fantastic way to learn this stuff, keep it up dude!

  • @John_Dusty
    @John_Dusty 7 років тому +10

    PLZ PART TWO!!!!

    • @gerald-df2ke
      @gerald-df2ke 6 років тому

      WBVROHUSVAOHBSVJBHOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSOSFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFFF

  • @kevindonthaveid4389
    @kevindonthaveid4389 Рік тому

    if you guys wanna add backwards, just make another working pressed key, change to S or arrow down and then make the move step to negative

  • @ngocbaovnn
    @ngocbaovnn 2 роки тому +1

    2:35 is when they start shooting tutorial
    Tysm btw

  • @ognenski141
    @ognenski141 5 років тому +4

    I have a different version and it doesnt have blank of blank in the sensing category. Anything I can do?

  • @notoriousboost1586
    @notoriousboost1586 4 роки тому +3

    I love it, I made a couple adjustments to change the game mechanics so I can present it as a project in class

  • @kraken7177
    @kraken7177 6 років тому +19

    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

  • @OreoTheCat-ZQY
    @OreoTheCat-ZQY 3 роки тому

    English: This is crazy!

    While I'm building my project with this nifty tutorial, when I click the green flag, the zombies multiply indefinitely!
    Indonesia: Ini Gila!

    Saat saya sedang merakit proyek saya dengan tutorial yang bagus ini, saat saya meng-klik bendera hijau, zombie nya bertambah banyak tanpa batas!

  • @oliverkuklis3965
    @oliverkuklis3965 3 роки тому

    To work the shot use forever (move ... steps) and place it under the if touching block and in if block place the delete clone

  • @bobmiah
    @bobmiah 5 років тому +6

    I want the old scratch back the new layout is messed

  • @Swe4rwerds
    @Swe4rwerds 4 роки тому +4

    THIS IS AMAZING! Thank you! Also, I subscribed. :)

  • @Skorsis
    @Skorsis 3 роки тому +4

    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 :)

    • @RaNdOm3.1415
      @RaNdOm3.1415 2 роки тому

      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.

    • @ajfish4029
      @ajfish4029 2 роки тому

      You could watch griffpatch space shooter tutorial,

  • @jjboyyt8469
    @jjboyyt8469 4 роки тому +1

    Hi so little tip you can reverse the move forward to go backwards too.
    I don’t recommend but it’s pretty cool

  • @therandomkid
    @therandomkid 3 роки тому +1

    we've gotta respect the fact that he is doing this entire series (12 parts) on windows 7

  • @mukmuk1546
    @mukmuk1546 6 років тому +4

    When I make my guy turn, I use, "if right/left arrow key pressed, then. Point in direction, direction -/+(mines or add) 5"

  • @Fuelvin
    @Fuelvin  7 років тому +206

    Part 2?

  • @thorntonfamily6716
    @thorntonfamily6716 6 років тому +7

    For some reason the bullets were coming out of my back

  • @albertchosenko8514
    @albertchosenko8514 Рік тому

    This is the video that got me into game dev / programming.

  • @anrealnub2686
    @anrealnub2686 Рік тому +1

    This is the video that started my coding journey years ago, amazing video

  • @remmynielsen6226
    @remmynielsen6226 5 років тому +7

    this is so good im bout to get an A in me class

    • @jmesen180
      @jmesen180 3 роки тому

      You should get A plus

  • @four_threethreetee1023
    @four_threethreetee1023 4 роки тому +5

    this seems more like a keyboard and voice asmr than a tutorial xD

  • @crytical7719
    @crytical7719 5 років тому +5

    Make a part two plz

    • @lilpanda343
      @lilpanda343 5 років тому

      He did like 2017 dumbo

    • @crytical7719
      @crytical7719 5 років тому +1

      I happen to be human and not an elephant.

    • @lilpanda343
      @lilpanda343 5 років тому +1

      He did like 2017 tho

  • @emstvgaming2454
    @emstvgaming2454 2 роки тому

    This channel is the only reason im good at using this website

  • @bryceblazegamingyt9741
    @bryceblazegamingyt9741 2 роки тому

    I used this tutorial years ago. It's amazing to see people still following it ;)

    • @Tealen
      @Tealen 2 роки тому

      Same, i did that when this came out

  • @orangutanmonkey3406
    @orangutanmonkey3406 5 років тому +11

    I know how to code python yet scratch coding is confusing me xD

  • @Soldier247
    @Soldier247 7 років тому +11

    I WANT PART TOO NAW

    • @zackbot_
      @zackbot_ 6 років тому +1

      @@tomvandebroeken603 you think THEYRE the bitchboy, huh?
      look in the mirror.

    • @earthchan9543
      @earthchan9543 5 років тому

      Stop being so mean! This is a tutorial for new scratchers to learn not to be CALLED NAMES!

  • @harishankararunkumar23
    @harishankararunkumar23 5 років тому +6

    By me teh bullets are coming from the side
    Help

    • @harishankararunkumar23
      @harishankararunkumar23 5 років тому +2

      they are coming from the outside
      Can you help me?pls

    • @valtersplaudis386
      @valtersplaudis386 5 років тому +2

      Same

    • @wer44yer
      @wer44yer 5 років тому +1

      Yes me too.

    • @valtersplaudis386
      @valtersplaudis386 5 років тому +1

      @@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

    • @wer44yer
      @wer44yer 5 років тому

      @@valtersplaudis386 paldies

  • @willisxf
    @willisxf 2 роки тому +2

    50K subscribers mark! 👏😎

  • @IEATADHESIVE
    @IEATADHESIVE 7 місяців тому

    This helped my make a game for the first time and was quick also didn't make me watch multiple parts thank you.

  • @chandlerdance9023
    @chandlerdance9023 7 років тому +16

    make a part 2

  • @Bawk-zp6nu
    @Bawk-zp6nu 5 років тому +4

    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.

  • @Niksstuff
    @Niksstuff 4 роки тому +3

    The bullets don't come out of the gun for me :(

    • @leoulssidepiece8446
      @leoulssidepiece8446 4 роки тому

      I no listen

    • @leoulssidepiece8446
      @leoulssidepiece8446 4 роки тому

      Your right we in the comments no ones talking your just typing

    • @Gamer_lgnd
      @Gamer_lgnd 4 роки тому +1

      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
      @Niksstuff 4 роки тому

      Gamer_l3g3nd27 Thanks alot

    • @Gamer_lgnd
      @Gamer_lgnd 4 роки тому +1

      @@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

  • @ounchnass
    @ounchnass Рік тому

    if youd like you can do this:
    when flag clicked
    forever
    point torwards mouse pointer
    move (whatever u like) steps

  • @BlackbatsSince2019
    @BlackbatsSince2019 2 роки тому

    the video that started my love in making scratch games

  • @faiviz8113
    @faiviz8113 4 роки тому +3

    the bullets come out of my the side of my character, and i can't fix it

    • @alpkahro
      @alpkahro 4 роки тому

      Reposition the bullet at the Drawing tab. That should fix it.

    • @faiviz8113
      @faiviz8113 4 роки тому

      @@alpkahro i've tried this, and the bullet has started to come out of my back

    • @alpkahro
      @alpkahro 4 роки тому +1

      @@faiviz8113 so did I get it right? The bullets are going in the right DIRECTION but coming from the wrong place?

    • @faiviz8113
      @faiviz8113 4 роки тому

      @@alpkahro yea

    • @alpkahro
      @alpkahro 4 роки тому

      @@faiviz8113 well repositioning the bulet shouldve fixed it. Try repositioning it just a little at a time

  • @DodoTheRobloxian
    @DodoTheRobloxian 5 років тому +28

    IM GONNA SHOW MY SCHOOL TEACHER... THAT I CAN MAKE A GAME!

    • @TheKlikag4
      @TheKlikag4 4 роки тому

      lol me too

    • @unknownvariable2456
      @unknownvariable2456 4 роки тому +1

      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

    • @riddhkuruba5812
      @riddhkuruba5812 4 роки тому

      yeah i'm in fifth gonna tell ma teacher that i made it

    • @unknownvariable2456
      @unknownvariable2456 4 роки тому

      @@riddhkuruba5812 thatl go considerably better than it did for me considering its mostly online classes and summer school online classes at that.

  • @HighVanillaSky
    @HighVanillaSky 4 роки тому +4

    6:30 How do you remove the gun?

    • @EggsInGravy
      @EggsInGravy 4 роки тому

      Did you group the player with the gun? If you have then you'll have to create a new sprite

    • @theoneguy6832
      @theoneguy6832 4 роки тому

      Make a sprite of your character not holding a gun and then switch the character to him

  • @anthonyirons9274
    @anthonyirons9274 Рік тому

    if you want to make it so the bullet comes out of the gu in the new version of scratch just change the bullet centering

  • @flynntime-bs7194
    @flynntime-bs7194 3 роки тому

    Wow dude I finally know how to assign a variable for each clone tysm you don't know how much it means to me

  • @thepaperbagwoman166
    @thepaperbagwoman166 5 років тому +31

    thx so much! u are THE MAN! i wish i knew how to do this without watching his videos. like if u totally agree!

    • @scratchytutorials306
      @scratchytutorials306 4 роки тому +1

      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!

  • @bugunneyapalm8076
    @bugunneyapalm8076 6 років тому +4

    I am from turkey but I can understand you I subbed :)

  • @ComicalStoriez
    @ComicalStoriez 4 роки тому +5

    THIS SUCKS
    JK this is the best gun game i have ever seen

    • @IGamer609
      @IGamer609 3 роки тому

      i will modify so it rotates to the mouse

  • @bbc5044
    @bbc5044 3 роки тому

    I'm doing coding we just started scratch But me and one of my friends worked ahead and know how all of the blocks and operators work and function I'm gonna show it to my Coding teacher tommorow

  • @Awesomebricks1
    @Awesomebricks1 3 роки тому +2

    The first Scratch tutorial I watched was this epic video!