How to Make a Jumping Game in Scratch | Tutorial

Поделиться
HTML-код
  • Опубликовано: 19 янв 2025

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

  • @Zinnea
    @Zinnea 4 года назад +1335

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

    • @hycubing
      @hycubing 4 года назад +46

      Spikes

    • @super-tian
      @super-tian 4 года назад +12

      jump

    • @mmtophat.
      @mmtophat. 4 года назад +59

      A geometry dash player!

    • @mmtophat.
      @mmtophat. 4 года назад +36

      jumping over spikes!

    • @real4kGaming
      @real4kGaming 4 года назад +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

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

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

  • @HanniBeeKpop
    @HanniBeeKpop Год назад +172

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

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

      lol, death stares

    • @EpicWave-s6e
      @EpicWave-s6e 10 месяцев назад +3

      So true lol

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

      Yeah true

    • @awfultextsfunnyshirts
      @awfultextsfunnyshirts 9 месяцев назад +1

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

    • @ameenaalbanna
      @ameenaalbanna 9 месяцев назад

      I was thinking like that until I become the teacher 😢

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

    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 года назад +20

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

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

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

  • @tajokonkwo3300
    @tajokonkwo3300 4 года назад +256

    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 4 года назад +9

      @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 3 года назад +4

      this is the jump that i want :D

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

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

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

      @@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 3 года назад

      @Axel? Exactly

  • @KavanAgarwal
    @KavanAgarwal Год назад +37

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

  • @anson7064
    @anson7064 3 года назад +122

    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 2 года назад +5

      what

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

      idk what that means but thx

    • @birdieW-79
      @birdieW-79 2 года назад +3

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

    • @DragonAurora109
      @DragonAurora109 2 года назад +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] ]

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

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

  • @apple_ilev5s
    @apple_ilev5s 2 года назад +27

    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 Год назад

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

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

      How can you pervent flying by spamming the buttons?

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

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

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

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

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

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

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

    Thank you now I can do my homework ❤️

  • @goaln2
    @goaln2 3 года назад +91

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

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

    What an excellent speaker and explainer you are! Complete description, fast, and to the point. Describing a whole game in 5 minutes. Amazing job! (My guess is that you are a great coder, too!)

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

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

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

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

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

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

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

      It’s called scripting not coding 😅

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

      @@Zinnea I did the verbal pet one

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

      @@Hindle71 add,

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

    Dang Zinnea, even my teacher can't explain the meanings of these blocks! You earned being in the scratch team!

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

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

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

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

      :D I'm so glad!!

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

      Happy you feel glad!

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

      @@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 4 года назад

      @@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 4 года назад

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

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

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

  • @abannister100
    @abannister100 3 года назад +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.

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

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

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

      Oh, that's awesome!!

  • @ImALegendThanossss
    @ImALegendThanossss 12 дней назад +1

    thanks for the tutorial

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

    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 Год назад

      this video is made by scratch-

  • @Zikra_neyaz
    @Zikra_neyaz Год назад +17

    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❤

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

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

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

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

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

    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!

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

    Best Teacher ever 😂😂❤❤❤🫡🫡

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

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

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

    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 года назад +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 Год назад

      Howtodo that@@AgustinMarquezBraconi

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

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

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

    But in the code “When space key pressed” for the chick you made it Change Score by 1. How do you make it only if you jump OVER the egg you get a point, not when you just jump?

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

      as for my example, I added a point after the obstacle glided and dissapeared

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

      @@duzinchevicimariela3855 but it doesent change the score if u hide it

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

      @@pazerr well I put the command AFTER I hid the object

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

    thank you so much it helped me finish my brother project

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

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

    Hey your project was just amazing just loved it:N

  • @cynthiachiamaka1021
    @cynthiachiamaka1021 8 месяцев назад

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

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

    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.

  • @GaigeGamePlayz
    @GaigeGamePlayz 4 года назад +8

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

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

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

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

      @@nathankwok1292 a d v a n c e d

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

      @@randomappleman5243 a d a n c e

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

    on when u add the obstical i can not duplicate but u can how is that possible

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

    This is amazing this has enhanced my scratch skills!

  • @koikoi86
    @koikoi86 4 года назад +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 4 года назад

      Nah it would be the same tbf

    • @koikoi86
      @koikoi86 4 года назад

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

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

    Thank you so much Scratch Them! I really appreciate you!!

  • @archanas11182
    @archanas11182 3 года назад +25

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

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

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

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

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

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

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

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

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

  • @AnwXEditz
    @AnwXEditz 11 месяцев назад +1

    Thank you really much this really helps!

  • @spicedogz4438
    @spicedogz4438 3 года назад +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!! ❤️❤️

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

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

  • @MadeehaFiaz-de9qb
    @MadeehaFiaz-de9qb 5 месяцев назад +1

    I tried this but my hatchling goes flying in the sky is there a way to fix it?

    • @Lami_kim
      @Lami_kim 5 месяцев назад

      SAME AND IDK WHY

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

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

  • @cindymora6714
    @cindymora6714 4 года назад +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

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

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

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

      @@InspireEveryDay_Official me in 7th

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

      @@LazaRoblox now I’m in 7th

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

      @@InspireEveryDay_Official good

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

    i have maked three games it helped me a lot and gave lot of ideas

  • @SugarooLM
    @SugarooLM 4 года назад +6

    Question: will Scratch 4 be a thing?

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

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

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

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

  • @Snapfur
    @Snapfur 2 года назад +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 Год назад

      Yeah I agree😂

  • @istvannejonas6246
    @istvannejonas6246 2 года назад +11

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

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

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

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

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

  • @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 3 года назад

      She became the member of scratch team

  • @shamimakter102
    @shamimakter102 3 года назад +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 Год назад

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

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

      Yeah me too❤

  • @ANASSAFWANBINABASMoe
    @ANASSAFWANBINABASMoe 5 месяцев назад

    this is sooooooo good! Zinnea,is it hard to have a programing like this?

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

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

    0:30 scratch: save now Me: bad

  • @sandrakawomera8888
    @sandrakawomera8888 Месяц назад +1

    IT DID NOT WORRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRRK AND IT LOOKED FUN!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

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

    could you please do one, when you reach a certain score you change backdrops? I'm having trouble trying to find out what i'm doing. Thanks!!!

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

      You could do
      If < score = (whatever)>
      Set backdrop to (whatever)

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

      I did :
      If Score=10, Set Backdrop to backdrop2, set costume to costume2.
      And so on until I got bored.

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

      @@beckiemunson4928 yes but it could be any score so yes

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

      Where do you find if score =

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

      @@cassgidlow3922 you have to use and if block

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

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

  • @JasmineSweetGirl
    @JasmineSweetGirl 9 месяцев назад

    That was so simple to understand, thank u so much!!

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

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

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

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

    Thank you so much I was Begging for this to happen

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

    It Literally helped me a lot in making a scratch work

  • @BlueGamz.Official
    @BlueGamz.Official 9 месяцев назад +7

    THIS LADY IS SOOOOOOOHELPFUL FOR ME TO CREATE A GAME ON SCRATCH! THANK YOU!!! SHE HELPED ME TO MAKE A MINECRAFT JUMPING GAME IN SCRATCH!!!

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

    This Helped Out Aton This Is An Amazing Video!

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

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

    • @habibikhader
      @habibikhader 4 года назад +1

      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 3 года назад

      @@habibikhader I know

  • @jjsanimations
    @jjsanimations 4 года назад +12

    "So our character . has something to jump.. over" lol

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

    All these videos are very helpful, thank you very much

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

    this is like the google dinosaur game

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

      yes!

    • @Straypique
      @Straypique 4 года назад

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

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

      @@Straypique 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 4 года назад

      Big bruh moment

    • @Straypique
      @Straypique 4 года назад +1

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

  • @Storytimeroblox1234
    @Storytimeroblox1234 8 месяцев назад +5

    people who love to make scrach games

  • @hola1234-r2q
    @hola1234-r2q Месяц назад

    bro u are so helpful and u make it so simple thank you so much

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

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

  • @ArianRosales-v1u
    @ArianRosales-v1u 11 месяцев назад +3

    0:07 Google dinosaur game

  • @ImranKhan-fh3ql
    @ImranKhan-fh3ql Год назад +1

    Why second egg doesn't appear on screen

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

    My teacher showed me this and expects us to do it in one go BUT SHE TALKS QUICK.... so im watching from home and taking notes

  • @shinobi1974
    @shinobi1974 3 года назад +17

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

    • @shamimakter102
      @shamimakter102 3 года назад +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!

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

    Very nice and simple tutorial! :)

  • @haniyahanver7937
    @haniyahanver7937 4 года назад +5

    I would make a astronaut cat to jump over asteroids!

  • @abulhassan11
    @abulhassan11 4 года назад +11

    the one that is jumping just dies so quickly

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

    You can tell thats shes an amazing person! Thank you so much for your AMAZING help!!!

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

    It is wonderful.
    I learned the jumping game.
    Brilliant.

  • @DerDuo6DasLingo9
    @DerDuo6DasLingo9 8 месяцев назад +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!

  • @EpicWave-s6e
    @EpicWave-s6e 10 месяцев назад

    Thank you so much! It's so easy, simple, and fun !!

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

    This lady is legit more helpful than my teacher

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

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

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

    Hi scratch team! may i know your recorder? I liked that cursor effect!

  • @malak-u1z1h
    @malak-u1z1h 3 месяца назад

    Thank you for this tutorial. I followed it and was able to create a game in Scratch. I subscribed to your channel because you are the best tech help!

  • @---rc6iw
    @---rc6iw 2 года назад +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

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

    The explanation is really good and it was really helpful.

  • @sunitasahai2848
    @sunitasahai2848 22 дня назад

    Thanks Zoe this tutorial is so easy it realy helped in my final exam

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

    THNK YOU SO MUCH I HAD A COMPUTER PROJECT ITS DUE TOMORROW I DONE HAVE TIME I CANT FINISH MY FIRST ONE 😭😭

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

    Which app is it that you use to make a game