How to Make a Jumping Game in Scratch | Tutorial

Поделиться
HTML-код
  • Опубликовано: 1 июн 2024
  • In this tutorial, you can learn how to make a game in Scratch -- a game where a character jumps over moving obstacles to score points!
    Try it out:
    scratch.mit.edu/projects/editor
    Music: “Pacific Sun” by Nicolai Heidlas, Creative Commons Attribution 3.0 Unported. creativecommons.org/licenses/...

Комментарии • 3 тыс.

  • @Zinnea
    @Zinnea 3 года назад +1203

    What character would you choose for your game, and what would you have them jump over? :D

    • @hycubing
      @hycubing 3 года назад +37

      Spikes

    • @super-tian
      @super-tian 3 года назад +9

      jump

    • @mmtophatkid
      @mmtophatkid 3 года назад +54

      A geometry dash player!

    • @mmtophatkid
      @mmtophatkid 3 года назад +34

      jumping over spikes!

    • @real4kGaming
      @real4kGaming 3 года назад +18

      Radd the raccoon
      Its actually a character from an old old game I made that inspired most characters in the game im working on

  • @HanniBeeKpop
    @HanniBeeKpop 5 месяцев назад +70

    WE ALL WANT YOU AS OUR COMPUTER TEACHER RN!! YOU EXPLAIN SO WELL WITHOUT YELLING OR GIVING DEATH STARES, THANK YOU!!

    • @KingRad155
      @KingRad155 4 месяца назад +1

      lol, death stares

    • @user-hc7lh5qv7q
      @user-hc7lh5qv7q 3 месяца назад

      So true lol

    • @Ivanxfii
      @Ivanxfii 2 месяца назад

      Yeah true

    • @manina_can
      @manina_can 2 месяца назад

      yeah but the jumping is kinda lazy cause usually to make jumping in scratch u have to code gravity but whatever

    • @ameenaalbanna
      @ameenaalbanna Месяц назад

      I was thinking like that until I become the teacher 😢

  • @alex-hg7yl
    @alex-hg7yl 3 года назад +1148

    THIS LADY IS SO MUCH MORE HELPFUL THAN MY ACTUALY TEACHER TYSM

  • @vampireex
    @vampireex Год назад +7

    BRO SHE EXPLAINS IT SO SIMPLY ASWELL WHEN WE DID SCRATCH MY TEACHER ACTED LIKE IT WAS ROCKET SCIENCE

  • @jadenvasquez8062
    @jadenvasquez8062 3 года назад +8

    My teacher literally just told us to make a game in scratch. I had no idea what the first step even was. Thank you so much for helping!!!

  • @archanas11182
    @archanas11182 2 года назад +23

    Thank you Zinnea! I did my computer homework easily and my teacher praised me

  • @Behind_the_Brush
    @Behind_the_Brush 8 месяцев назад +4

    The video is so helpful and she made it understand in a simple way. I watched it an hour before my practical exam and my teacher was impressed with the results. Thank you so much❤

  • @BlueGamz.Official
    @BlueGamz.Official 2 месяца назад +6

    THIS LADY IS SOOOOOOOHELPFUL FOR ME TO CREATE A GAME ON SCRATCH! THANK YOU!!!

  • @excellplaysvalorant8683
    @excellplaysvalorant8683 3 года назад +72

    Litterally didnt do anything for my 3 week assign ment and all it took was this 1 video and im saved

  • @gina8211
    @gina8211 2 года назад +6

    THANK YOU SO MUCH!!!! In my class we had a coding project due tomorrow and we have to present them and I didn't have anything to show. You literally just saved my life.

  • @r0j0e
    @r0j0e Год назад +25

    thank you for this, I'm a software developer and my 9 year old son is going for a scratch course next week.. your video is my first look at this and I absolutely love it!

    • @Tjroblox376
      @Tjroblox376 6 месяцев назад

      this video is made by scratch-

  • @apple_ilev5s
    @apple_ilev5s Год назад +24

    if you also want the character to have real world physics, you can make a speed y variable, set it to 0 at the start, and for the falling change speed y by -1 and then change y by speed y, and to reset it when the character lands, set speed y to 0, and when he jumps, set it to a certain number

    • @apple_ilev5s
      @apple_ilev5s 11 месяцев назад

      @aidan coote simple
      when 🏁 clicked
      forever
      if (high score)> then
      set [high score] to (score)

    • @Alden_Redstoner
      @Alden_Redstoner 10 месяцев назад

      How can you pervent flying by spamming the buttons?

    • @apple_ilev5s
      @apple_ilev5s 10 месяцев назад

      @@Alden_Redstoner run jump only if he is touching the ground

    • @Alden_Redstoner
      @Alden_Redstoner 10 месяцев назад

      @@apple_ilev5s how to detect a sprite touching an invisible sprite(the costome is invis, not using hide block)

    • @apple_ilev5s
      @apple_ilev5s 10 месяцев назад

      @@Alden_Redstoner if its using ghost, then it will sense it as normal

  • @startwithart4281
    @startwithart4281 3 года назад +41

    I made a game with a reindeer in it jumping over crabs on the boardwalk with the ocean. IT WAS AMAZING! My brother said that he wants to play it everyday! Thank you so much!

  • @wowowowowienerdog
    @wowowowowienerdog 2 года назад +5

    i was searching everywhere for a jumping and then i found this- its so simple but so effective :D

  • @rgergazas
    @rgergazas 2 года назад +25

    Thank you for this tutorial. I followed it with my son (7) and we "made" the game before bedtime! This just made his day!

    • @ScratchTeam
      @ScratchTeam  2 года назад +9

      Awww, yay, this comment made me so happy! -- Zinnea

    • @varshasrivastava5430
      @varshasrivastava5430 2 года назад +2

      Wait , bedtime means night time right ? Then how can it make his day ??

    • @bootylicker90000
      @bootylicker90000 2 года назад

      @@varshasrivastava5430
      That means like it made his day happy

    • @varshasrivastava5430
      @varshasrivastava5430 2 года назад

      @@bootylicker90000 , it was a joke ....

  • @prestigehome614
    @prestigehome614 3 года назад +141

    yes finally i can get my grades up, the teacher doesnt help at all. thank youu!

  • @anson7064
    @anson7064 2 года назад +117

    If you want a smoother jump, instead of changing the y of your object directly, use velocity variables and change those, and change the x by that variable.

    • @BlessingOna
      @BlessingOna 2 года назад +3

      Pls how can I do that?

    • @Katzegaming1
      @Katzegaming1 Год назад +5

      what

    • @squarebear1011
      @squarebear1011 Год назад +6

      idk what that means but thx

    • @pentaguin5s
      @pentaguin5s Год назад +3

      so (if up arrow pressed)
      (set speed y to 16)
      change speed y by -1
      change y by speed y

    • @DragonAurora109
      @DragonAurora109 Год назад +2

      @@Katzegaming1 My attempt at explaining: forever [ change x by (velocity) ]
      when space key pressed v
      set (velocity) to [30]
      repeat until [ change (velocity) by [-2] ]

  • @user-lp3eu3nf6x
    @user-lp3eu3nf6x 7 месяцев назад +26

    All the scratch tutorials have been really confusing but this one has been really simple

    • @bexarminecraft
      @bexarminecraft Месяц назад

      thats because the stratch team makes sure the tutorials are not confusing

  • @abdulmoiz7
    @abdulmoiz7 2 года назад +6

    my kids love games and this tutorial is so much helpful. Thanks, Scratch team for sharing such content.

  • @tajokonkwo3300
    @tajokonkwo3300 3 года назад +254

    Hey Scratchers.
    Another way to get a character to jump is to create a variable, set it to 10, and then change the variable by -1 and move the character's y position by that many spaces. You can copy and paste the repeat 10 loop and replace the 10 with a 19. Put the "change by -1" block and the "change y by" block in this loop. It's a little more complicated but it will make the jumping look much more realistic.

    • @tajokonkwo3300
      @tajokonkwo3300 3 года назад +10

      @Nut's Channel Don't worry. It took me a long time to learn about Scratch to know how to do this.

    • @ender_hihi
      @ender_hihi 2 года назад +4

      this is the jump that i want :D

    • @colourpallette635
      @colourpallette635 2 года назад +6

      Can you please explain a bit more. I m 11 yrs old and very new with Scratch. Thanks

    • @tajokonkwo3300
      @tajokonkwo3300 2 года назад +29

      @@colourpallette635 It’s pretty complicated so I’ll make it more precise for you.
      Basically, make a variable in the “Variables” tab and use the “set variable to” block to set it to 10 (The name of the variable doesn’t matter).
      Then, use the “change variable by” block and change the 1 to -1.
      Afterwards, use the “change y by” block in the “Motion” tab and replace the 10 with the circular block with your variable name in the “Variables” tab.
      Next, add the variable changing block and the y changing block into a “repeat 10” loop found in the “Control” tab.
      Finally, copy the loop and in the second variable changing button, change the -1 back into a 1.
      I hope I made this more clear. This technique for jumping is very complicated and requires a lot of knowledge about Scratch.

    • @larathakker9732
      @larathakker9732 2 года назад

      @Axel? Exactly

  • @inight9542
    @inight9542 2 года назад +3

    Omg thank you so much you are a scratch RUclipsr that actually helps! You made this so easy for me. THANK YOU

  • @justoneartist
    @justoneartist 2 года назад +10

    AMAZING! This tutorial was so easy to follow, and I LOVED it!

  • @shibanideb6150
    @shibanideb6150 8 месяцев назад +3

    Thank you so much! I have my practical test on scratch tomorrow and I can finally make this 😊.

  • @abannister100
    @abannister100 2 года назад +7

    Thank you, I have been trying forever to make something jump and fall back down again. I can't believe it's that simple.

  • @salmank7786
    @salmank7786 3 года назад +21

    thank you so much it helped me finish my brother project

  • @emilym4635
    @emilym4635 Год назад +2

    thank you so much zinnea for making all these tutorials and just--well, being you!

  • @boazmathew125
    @boazmathew125 3 года назад +7

    It Literally helped me a lot in making a scratch work

  • @brunocamposquenaoeoyoutuber
    @brunocamposquenaoeoyoutuber 2 года назад +12

    That code actually has a flaw.
    You can just jump really fast and get the score really high.
    A way to prevent this is by changing the score when the egg gets to the corner, so you can't cheat.
    Hope that helps!

  • @nubiaizabelgarciaaguirre9534
    @nubiaizabelgarciaaguirre9534 Год назад +1

    Thanks a lot, this was my first time in scratch and i did it perfectly, your video is short and easy to understand, the steps super clearly, congrats!!!!

  • @usnaj1974
    @usnaj1974 Год назад +5

    This was very helpful. Wonderful presenation !!! The character I used was the Penguin 2 and I had had it jump over Rocks in the snowy Slopes backdrop.

  • @09stopmotions
    @09stopmotions 2 года назад +3

    Thanks for the tutorial this was a school project i had to make after i finished with the project i decided to make this it was so fun to make thanks again !

  • @tanjirokamado6982
    @tanjirokamado6982 9 месяцев назад +5

    Best Teacher ever 😂😂❤❤❤🫡🫡

  • @emilym4635
    @emilym4635 Год назад +1

    you've been a big GAME changer in my scratch technique!

  • @Adam-qp9bk
    @Adam-qp9bk 28 дней назад

    DUDE THIS TEACHER IS INSANE SHE KNOWS WHAT SHE IS DOIND PLEASE COME TO OUR SCHOOL 🙏

  • @ochakouraraka1605
    @ochakouraraka1605 3 года назад +11

    My teacher gave this project work for me so I watch this and its really helpfull! Tysm! :D

  • @shamimakter102
    @shamimakter102 2 года назад +40

    Thanks so much!😁 I’m a beginner and this is my first game❗️😀
    My friends love it!! Keep on making these videos, you can help a lot more people❤️

    • @TheIroncladCommander
      @TheIroncladCommander Год назад +1

      it was my first game too.

    • @yaruuj_24
      @yaruuj_24 11 месяцев назад

      @@TheIroncladCommander it is my first game, and i hope i get better to the point where i start using unity

    • @MPBLE
      @MPBLE 6 месяцев назад

      Yeah me too❤

  • @user-rg3dr6yb1g
    @user-rg3dr6yb1g 5 дней назад

    This person is so helpful. I bet she is a scratch pro

  • @spicedogz4438
    @spicedogz4438 2 года назад +8

    Thank you so much!! We have this project coming up in school tomorrow and we have to make a game so this helped a lot!! Much love Scratch Team!! ❤️❤️

    • @WIDprodzz34
      @WIDprodzz34 2 года назад

      your lucky are teacher does not let us do scratch

  • @lyyscript
    @lyyscript 2 года назад +3

    Thank you! This helped me a lot doing my recent project!

  • @Rocky-ql7cq
    @Rocky-ql7cq 3 года назад +5

    Hey your project was just amazing just loved it:N

  • @gabriellechristophers9205
    @gabriellechristophers9205 Год назад +2

    Usually you would use clones instead and variables for the jumps but this is good for beginner's

  • @permata6
    @permata6 5 месяцев назад +1

    i have seen many scratch tutorial but it all seems to be very difficult but this one is so easy and i love it

  • @Vrfsjackson
    @Vrfsjackson 2 года назад +8

    This is amazing this has enhanced my scratch skills!

  • @roudhaalali7604
    @roudhaalali7604 3 года назад +39

    Thank you now I can do my homework ❤️

  • @MuhammadUmarFC
    @MuhammadUmarFC Год назад +1

    I’m a real noob at scratch and I just started so videos from this lady is very helpful

  • @FranciSketches1509
    @FranciSketches1509 2 года назад +4

    This tutorial is really clear, and easy! Good job!

  • @CranyUnknown
    @CranyUnknown 3 года назад +5

    Although I left scratch quite the while ago, I do keep visiting every now and then. It nice to see that the community is still active :D

  • @sapphireglitter5257
    @sapphireglitter5257 2 года назад +4

    This is alot better than very long tutorial's, keep it up

  • @Astro-iq8py
    @Astro-iq8py Год назад +1

    This tutorial got me started on scratch, now I make cool 3d games. Thanks.

  • @giugiusound4077
    @giugiusound4077 6 месяцев назад +1

    i had homework about creating a game on scratch...this helped very much, thank you! :)

  • @miraclehands3359
    @miraclehands3359 3 года назад +23

    Thank you so much for this content if I hadn’t seen it my parents wouldn’t have let me continue game devoloping

  • @rinn893
    @rinn893 3 года назад +21

    tysm! now i can make my mom proud of me

  • @mosesgriffo5573
    @mosesgriffo5573 Год назад

    This tutorial deserves way more like than it has.

  • @nofruit9366
    @nofruit9366 2 года назад +1

    This woman is the best at the scratch team

  • @dgginocchio
    @dgginocchio 3 года назад +4

    this tutorial really helped me to make a game, thanks!

    • @Zinnea
      @Zinnea 3 года назад

      Oh, that's awesome!!

  • @kobi...
    @kobi... 3 года назад +6

    Wow Thanks, Yet another tutorial.
    Always helping scratches everywhere if it wasn't for these tutorials scratch wouldn't be the same!
    :)

    • @leroyspeelt
      @leroyspeelt 3 года назад

      Nah it would be the same tbf

    • @kobi...
      @kobi... 3 года назад

      @@leroyspeelt Not many people would know how to use scratch :/

  • @andreamagyari4754
    @andreamagyari4754 2 года назад +1

    Thank you soooo much! This was so helpful for me. I made the same but with other stuff (Samurai background ninja stickman character and thunder obstacle

  • @youngSamstar2
    @youngSamstar2 Год назад

    beautiful you just hit the nail on the head
    i'll try to mix this with the scrolling background

  • @tmtartist6433
    @tmtartist6433 3 года назад +15

    You basically did my homework for me thanks 🙏🏾

    • @Kenny_57
      @Kenny_57 3 года назад +2

      She did my project worth 45 points

    • @tmtartist6433
      @tmtartist6433 3 года назад

      Vlone. Wervo mine was 100

  • @xRUSTYx
    @xRUSTYx 3 года назад +3

    Brooo ur tutorials are so helpful!!

  • @cynthiachiamaka1021
    @cynthiachiamaka1021 20 дней назад

    This is one of the best scratch tutorial I have watched…Thanks Loads

  • @Luci_you
    @Luci_you 2 года назад +1

    She is so good salute to scratch team 🤩 this also helps so much now I can finally create my own games in scratch 🙂🙂✨✨

  • @saminaafrin1978
    @saminaafrin1978 3 года назад +8

    This lady is so helpful for school. I've been doing so bad in computer class

    • @cuberdoge22
      @cuberdoge22 3 года назад +1

      I’ve been doing so good that the teacher is having trouble finding projects for me to do.

    • @cuberdoge22
      @cuberdoge22 3 года назад +1

      I litterly understand code I have no idea why I can’t code.

  • @shinobi1974
    @shinobi1974 2 года назад +16

    me just copying exactly what she's doing parents "good job"

    • @shamimakter102
      @shamimakter102 2 года назад +2

      Me: Following a tutorial
      When I’m done parents come in
      Parents: Good job! You’re so smart!
      Me: Umm…. Yeah?😅

    • @gabrielhermesson9926
      @gabrielhermesson9926 2 года назад

      Professional: copies code from Stack Overflow
      Boss: Good job!

  • @LoveWins
    @LoveWins Год назад

    Wow she should be getting paid from scratch for this type of content. Very easy to follow and professional. Great tutorial.

  • @fraurohman
    @fraurohman 3 месяца назад

    thank youuu, i'm new to scratch and proudly make one game following the tutorial. clearly explained

  • @Eli-7528
    @Eli-7528 2 года назад +3

    Thanks for making these! All these lessons can really help people that just joined scratch!!

  • @haniyahanver7937
    @haniyahanver7937 3 года назад +14

    First like!! I love your scratch tutorials since I have really got better with them!!

    • @Zinnea
      @Zinnea 3 года назад

      :D I'm so glad!!

    • @haniyahanver7937
      @haniyahanver7937 3 года назад

      Happy you feel glad!

    • @iizac0034
      @iizac0034 3 года назад

      @@Zinnea hey zinnia what happens if the character jumps before the egg comes this will count as an unearned point to them which isn’t good

    • @Zinnea
      @Zinnea 3 года назад

      @@iizac0034 That's a good point! You could fix it by having it only change the score by 1, if the difference between the x position of the Egg and the x position of the chick, is less than a certain number

    • @kitberry6682
      @kitberry6682 3 года назад

      @@Zinnea i just join scratch today but i can't comment and share

  • @United_Russia1209
    @United_Russia1209 3 месяца назад

    The jump part really helped me,THANK YOU for the help

  • @lizforev4
    @lizforev4 5 месяцев назад +1

    Thanks! Throughout the holidays my computer teacher told us to make a game on scratch as homework

  • @Torilol_
    @Torilol_ Год назад +7

    Thank you, 10000x better than my teacher. This video is not only informative, but very easy to understand. I’ve had trouble with other scratch tutorials, but this is the only one I can understand 👍🏻
    note: why tf did I write this lmfao

    • @MPBLE
      @MPBLE 6 месяцев назад

      Yeah I agree😂

  • @cindymora6714
    @cindymora6714 3 года назад +9

    Thank you! Now I can do my college homework :)

    • @anayakhan7969
      @anayakhan7969 3 года назад +2

      No offense but I’m doing this in 4th grade how are u in college and doing this

    • @AKBBallin
      @AKBBallin 3 года назад +4

      @@anayakhan7969 im doing this in 6th grade..

    • @LazaRoblox
      @LazaRoblox 2 года назад

      @@AKBBallin me in 7th

    • @AKBBallin
      @AKBBallin 2 года назад

      @@LazaRoblox now I’m in 7th

    • @LazaRoblox
      @LazaRoblox 2 года назад

      @@AKBBallin good

  • @bananaworldiamcool
    @bananaworldiamcool Год назад

    Thanks so much. I'm just starting my first project and you helped me a lot :D

  • @albieandfriends
    @albieandfriends Год назад

    This is incredible! Thankyou so much!

  • @creepermcmemes
    @creepermcmemes 3 года назад +6

    i am making a side scroller and needed to know how to jump so thanks!

    • @habibikhader
      @habibikhader 3 года назад

      If you dont know how to make a character jump, defenitely dont use this method. Use a y velocity variable and set it to 13 or whatever you want it to be. Also, dont just throw yourself into a scroller game, scrolling in scratch is hard

    • @nataliexists
      @nataliexists 2 года назад

      @@habibikhader I know

  • @crankers8031
    @crankers8031 3 года назад +53

    this is so cool I feel like an actual coder! :D

    • @Zinnea
      @Zinnea 3 года назад +9

      :D That's awesome! You *are* an actual coder!

    • @Jim.epic.2014
      @Jim.epic.2014 3 года назад +2

      @zinnea hey I used the pixel art tutorial and this one and its super cool!

    • @slayer3146
      @slayer3146 3 года назад +1

      It’s called scripting not coding 😅

    • @Hindle71
      @Hindle71 3 года назад +1

      @@Zinnea I did the verbal pet one

    • @crystlerayzproduction2557
      @crystlerayzproduction2557 3 года назад +1

      @@Hindle71 add,

  • @Cocoking2011
    @Cocoking2011 Год назад +1

    I can still remember this so easily. Brings back memories...

  • @bad_game_dev_11
    @bad_game_dev_11 Год назад

    No scratch = no knowledge about coding... Thanks for existing, Scratch!

  • @martinazavodna757
    @martinazavodna757 3 года назад +3

    Thank you, really helped my 11 year old son make his homework :)

    • @Zinnea
      @Zinnea 3 года назад

      I'm so glad!

    • @trainedkirbylife
      @trainedkirbylife 3 года назад

      he's lucky i just have to do math for homework

    • @acrylex4663
      @acrylex4663 3 года назад

      @@trainedkirbylife 😂 True but math is easy

  • @istvannejonas6246
    @istvannejonas6246 Год назад +11

    AMAZING! This tutorial was so easy to follow, thanks a lot!

    • @kariedwards6186
      @kariedwards6186 Год назад +1

      Uhm u see click space 2 times at once u see the problem

  • @drzayed79
    @drzayed79 2 года назад

    I love how you show the mistake and explain how to fix it not just say the code without explaining I just tried the game rn. It is super cool and I love your way of talking 🤗😆😃

  • @alfrex7171
    @alfrex7171 Год назад

    Thanks for the help i only needed the jump😅 but when I started scratch for a loong time I actually needed this to do games!

  • @rainercantanimate
    @rainercantanimate 3 года назад +3

    this helped sooo much!!! my dream is to become a coder, and i think this is a step closer!! thank you!!!!!!!!!!!

  • @mallick376
    @mallick376 3 года назад +9

    Hey Zoey, I just want to say THANK YOU.

    • @Zinnea
      @Zinnea 3 года назад +1

      :D You're welcome!

    • @logan5791
      @logan5791 3 года назад

      @DIVINE CRAFTS first choose ur 1 level backdrop and then for level 2 choose ur backdrop again and get the block switch backdrop to and whatever ur 2 backdrop is

  • @spiderko6267
    @spiderko6267 2 года назад +2

    Very nice and simple tutorial! :)

  • @sabahatsarwat7399
    @sabahatsarwat7399 2 года назад +1

    Best scratch teacher

  • @pennymoore5170
    @pennymoore5170 3 года назад +5

    Wow! Zinnea, you are really good! Your videos help me become more of a Scratcher! Thank you so so much!

    • @blueberrii8106
      @blueberrii8106 2 года назад

      She became the member of scratch team

  • @GaigeGamePlayz
    @GaigeGamePlayz 3 года назад +7

    I have made this before the tutorial, but it had moving background props, various opsticals, and a duck move!

    • @nathankwok1292
      @nathankwok1292 3 года назад +2

      I’m a advanced scratcher I don’t need it

    • @randomappleman5243
      @randomappleman5243 3 года назад +1

      @@nathankwok1292 a d v a n c e d

    • @milk4lyfe
      @milk4lyfe 2 года назад

      @@randomappleman5243 a d a n c e

  • @hadynafeh2502
    @hadynafeh2502 3 месяца назад +1

    THANKS YOU TEACHED ME BETTER THAN MY TEACHER❤❤

  • @---rc6iw
    @---rc6iw Год назад +2

    Thank you so much 😊
    I was not understanding any video but when I see this one I even make my own game
    Thanks again

  • @guilo44
    @guilo44 2 года назад +13

    You can also move the change score to the egg following the glide, this will prevent spamming jumps to rack up points

  • @thegreenhoodieguy
    @thegreenhoodieguy 3 года назад +12

    Scratch Team: How to make a Jumping Game
    Me: How to make an actual platformer with custom blocks, not many motion blocks, no clones, and floor/ceiling detection.
    also 1,100th comment wooo
    Edit: I don’t have the tutorials anymore but I still want gravity in this tutorial

  • @bhadriramlella7697
    @bhadriramlella7697 Год назад +1

    The explanation is really good and it was really helpful.

  • @user-el5ki4nn7f
    @user-el5ki4nn7f 20 дней назад +1

    Why not make a random obstacle give a good/bad surprise? We could touch it and it could increase/decrease our score greatly!
    We could also make a "jump height" variable!
    And maybe we could make some sprites come along the way to increase our score!

  • @ScoutIsDeliciousTF2
    @ScoutIsDeliciousTF2 3 года назад +16

    this is like the google dinosaur game

    • @nxx99
      @nxx99 3 года назад +1

      yes!

    • @mamtanaik9809
      @mamtanaik9809 3 года назад

      Could you tell me what name of the cactus plant in scratch plant

    • @Zinnea
      @Zinnea 3 года назад +2

      @@mamtanaik9809 You can find it in this Scratch project! scratch.mit.edu/projects/452687969/ (it's not in the Scratch sprite library but you can put it in your backpack)

    • @chillingsoda2186
      @chillingsoda2186 3 года назад

      Big bruh moment

    • @mamtanaik9809
      @mamtanaik9809 3 года назад +1

      @@Zinnea thanks a lot . I am Jiya I was on my mother's mobile ( known as @Scratch_Gamer_Jiya on scratch )

  • @mingyeli645
    @mingyeli645 2 года назад +13

    There is a bug. The score changes every time the bird jumps rather than when it avoids an obstacle. I corrected this by saving x position of the obstacle in global variable and compare it with bird’s x position. I don’t know whether there is simpler way.

    • @AgustinMarquezBraconi
      @AgustinMarquezBraconi Год назад +2

      instead of changing the score on the jumping logic, you could add the score logic after each egg has reached the new position

    • @harachi84
      @harachi84 4 месяца назад

      Howtodo that@@AgustinMarquezBraconi

  • @RaymondStormbl3ssed
    @RaymondStormbl3ssed 2 месяца назад

    This is actually a bit more complex than I imagined it be, but it’s still the easiest way to make a simple game like this

  • @kevingomez7333
    @kevingomez7333 Год назад +1

    this lady single handedly saved me from failing E-Sports 😭

  • @lijovarghese8945
    @lijovarghese8945 2 года назад +3

    very fun! i played this for 2 hours! and this took a lot of time for me to make this.

  • @Jj12470
    @Jj12470 3 года назад +4

    My sprite just jumps up and down but the screen won’t move