How to Make a Platformer in Scratch | Zinnea | Tutorial

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

Комментарии • 370

  • @Zinnea
    @Zinnea  8 месяцев назад +54

    PART 2 IS HERE!
    ruclips.net/video/LTzgUCmgNHE/видео.html
    What do you want the main character of your platformer to be? :D

  • @eason9
    @eason9 8 месяцев назад +47

    I like how you explain everything instead of just making the viewer copy the code. Great tutorial!

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

      She might be better than griffpatch😮

    • @LiamMclean-s1o
      @LiamMclean-s1o 7 месяцев назад

      @@usha1869 I Think she is

    • @CozyyyCreations
      @CozyyyCreations 7 месяцев назад

      Idk how to code good and I am still not good but I am getting a lot better

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

      @@usha1869 she's not lmao

    • @Yume-AW
      @Yume-AW 3 месяца назад

      @@usha1869 griffpatch's tutorial didnt even work for me

  • @ThatCoolSlime
    @ThatCoolSlime 8 месяцев назад +15

    We need more tutorials like this, can't wait for part 2!

    • @usha1869
      @usha1869 8 месяцев назад +2

      Hopefully part 2 comes soon

    • @Treeless_Storm
      @Treeless_Storm 7 месяцев назад

      It's been a month 😢​@@usha1869

  • @BingusMcSnorkel
    @BingusMcSnorkel 8 месяцев назад +15

    please make a whole series.

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

    YAYYYYYY, A MORE SIMPLER TUTORIAL ON PLATFORMERS

  • @DerDuo6DasLingo9
    @DerDuo6DasLingo9 6 месяцев назад +13

    A DREAM COME TRUE WITH JUST A SIMPLE CODE! You're always amazing, Zinnea!

  • @GlobalCodingInitiative
    @GlobalCodingInitiative 8 месяцев назад +13

    is the next video ready yet?

  • @the_random_stuff-n3h
    @the_random_stuff-n3h Месяц назад +1

    Finally a platformer tutorial that's actually easy!

  • @demon-goat
    @demon-goat 8 месяцев назад +3

    let’s gooooo new Zinnea tutorial

    • @demon-goat
      @demon-goat 8 месяцев назад

      thank you for this!! i’ve been wondering how to do that speed acceleration and deceleration thing. super easy to understand and makes sense

    • @iwillfanumtaxyoursigma
      @iwillfanumtaxyoursigma 7 месяцев назад

      @@demon-goat same!!!

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

    BEST TUTORIAL EVER

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

    just found your channel today it is incredibly helpful. i'm a digital artist who was looking for a choose your own adventure game tips or tutorial video and yours was very clear and helpful. now i'm sort of taking an interest in all these games and your videos. 😊

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

      Griffpatch tutorials are superior

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

      @@funnysilver123 bro chill

  • @Incomica-studios
    @Incomica-studios 6 месяцев назад +1

    Finally an easy platformer tutorial that is quick and easy to follow

  • @Maybe-Cathy-Kang
    @Maybe-Cathy-Kang 8 месяцев назад +1

    It's SO SO useful. A simple platformer that doesn't require much code.

    • @eriwerpiinapleo638-38
      @eriwerpiinapleo638-38 8 месяцев назад

      but thanks anyway

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

      I know right it's so simple

    • @alpas6144
      @alpas6144 8 месяцев назад +1

      It require much code but the code is very simple

  • @silverkxz
    @silverkxz 2 месяца назад +1

    yay!! i've been waiting for this !!!! tysm !!

  • @reysworld261
    @reysworld261 7 месяцев назад +5

    Thanks Zinnea for such informative videos. Waiting for part 2.

  • @rl9148
    @rl9148 6 месяцев назад +2

    You're amazing! I hope you continue the series!

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

    Such a good toturial, nice video❤

  • @CardboardBox8
    @CardboardBox8 8 месяцев назад +2

    This is so cool!

  • @Jonini214
    @Jonini214 7 месяцев назад +2

    Your videos are so helpful. Looking forward to part 2!

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

    zinnea tutorials hit the spot ngl

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

    finally, a tutorial by the scratch team which doesnt use the most useless blocks ever

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

    Thanks for this tutorial i will make sure to give you credit in my game. Scratch on!

  • @jkveri2002
    @jkveri2002 6 месяцев назад +3

    This girl made in 8 minutes, what I was trying to do in like 5 hours... That's pretty demotivating, I'm disappointed in myself.
    Anyway, thanks for the video

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

    Do you have to make blocks? Or can we just use the code?

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

    I really like the way you explain and i learned many things from this video. THANK YOU VERY MUCH I am waiting for next part of this video. NEXT PART SOON PLEASE.

  • @JarenJohnson-rb4dt
    @JarenJohnson-rb4dt 4 месяца назад +1

    You and Griffpatch are the best

  • @cosmocode75
    @cosmocode75 8 месяцев назад +14

    Another way:
    set KEY_X to *key (left arrow) pressed* - *key (right arrow) pressed*
    change x_velocity to *2 × KEY_X*
    set x_velocity to *0.6 × x_velocity*
    KEY_X = -1 for left, 0 for none and 1 for right
    2 × x_velocity = 2 is the acceleration, set it to something between 0.9 and 2
    0.6 × x_velocity = 0.6 is the friction, the smaller the number, the quicker you'll slow down

  • @ashleymatteson3350
    @ashleymatteson3350 2 месяца назад +1

    I LOVE YOUR VIDEOS!!!!! zinnea is the best

  • @Ialoneamthehollow
    @Ialoneamthehollow 7 месяцев назад

    The only tutorial that actually helped me, thank you!

  • @PhoenixLockhart-x4u
    @PhoenixLockhart-x4u Месяц назад +1

    Hi! Thank you for this tutorial. How did you get your font to be bold? It is much easier to read

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

      That is a great question! In the editor, to get the font like this, you can click "Settings" in the top left corner, then click "Color Mode," then choose "High Contrast." Let me know if that works!

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

      Also, I am especially excited that you asked about the font, because (fun fact), I was the member of the Scratch Team that convinced the team to add a High Contrast font mode! I was born blind, and I had surgery to give me vision, but I still have some trouble seeing and high contrast helps me. So, anyway, it makes me really happy you like the High Contrast mode!

    • @PhoenixLockhart-x4u
      @PhoenixLockhart-x4u Месяц назад

      @@Zinnea Thank you so much!

    • @PhoenixLockhart-x4u
      @PhoenixLockhart-x4u Месяц назад

      @@Zinnea thats awesome! yeah, I saw it and I was like that makes everything easier!

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

    0:35 how did u made the background bc I wanna know how to make that too bro 😭 pls show me how

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

    THIS IS ONE OF THE BEST TUTORIALS THAT ACCTUALLY EXPLAINS HOW EACH BLOCK WORKS INSTEAD OF JUST TELLING ME TO COPY IT!
    I ACCTUALLY UNDERSTAND HOW TO MOVE LEFT AND RIGHT WITHOUT JUST CHANGING THE X!
    IM NOT EVEN DONE WITH THE VIDEO YET!
    UPDATE:
    I NEED PART 2 PLS

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

    omg IVE BEEN WAITING THANKS

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

    That was great waiting for part three

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

    Thank you Zinnea!! This helped a lot!!!!😁

  • @blainetsukayama7419
    @blainetsukayama7419 8 месяцев назад +1

    When is part 2 being released? Thank you

  • @reelsbykilleryt
    @reelsbykilleryt 8 месяцев назад +1

    when is the part 2 coming

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

    Thank you. I had no idea how to code gravity.

  • @jacykennedy8921
    @jacykennedy8921 8 месяцев назад +1

    yes, finally I WILL be able to make a platformer!

  • @ayahgee
    @ayahgee 8 месяцев назад +2

    hey zinnea, when do u upload new vids ?

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

    Since I’m gonna do this on ipad, can I make 2 sprites as the right and left key on the screen and then make those move the character left and right?

  • @otgonjargalnatsagdorj4456
    @otgonjargalnatsagdorj4456 8 месяцев назад +1

    Hi zinnea but when is pt 2 coming out???❤

  • @robinandus1167
    @robinandus1167 2 месяца назад +1

    this was very helpful thank you!

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

    Oh god I can't imagine how long the wall collision and ground collision tutorial is going to be

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

      I just used color sensing, where it stops some code if the sprite touches a certain color.
      (This is useful for game borders!)

    • @slsmedia-515
      @slsmedia-515 Месяц назад

      it's short

  • @MirwaisKhan-ss7is
    @MirwaisKhan-ss7is 7 месяцев назад

    Thank you for this video, I always wanted to make a platform game in scratch!

  • @AlexAnimator-t2v
    @AlexAnimator-t2v Месяц назад

    zinnea i tried to make a kitty platformer but when i triend to code jumping it didnt work did u know what can be reasnon of that? :3

  • @deepamittal3169
    @deepamittal3169 8 месяцев назад +2

    this tutorial is great btw I enjoyed thanks I will subscribe

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

    This is a useful tutorial

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

    you know I kinda miss this person she is a legend.

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

    Oh yes now generic platformer era is reviving with this one 🔥🔥🔥🔥🔥🔥

  • @Yume-AW
    @Yume-AW 3 месяца назад

    i have a question, i dont really understand how variables work. like does scratch have variables that work depending on what you name them because how does x speed work

    • @Yume-AW
      @Yume-AW 3 месяца назад

      @DayWreck66 ok that makes sense

  • @jenniferewulum1786
    @jenniferewulum1786 7 месяцев назад

    This is actually nice

  • @hassanlaouissi-ut2rw
    @hassanlaouissi-ut2rw 8 месяцев назад +1

    your tutorials are great .

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

    when are you posting part 3

  • @HasanAlaa-c9t
    @HasanAlaa-c9t 6 месяцев назад

    your a good scratcher zinnea!

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

    0:16 ah yes. Hollow knight my favourite scratch game

  • @Baconz_Roblox
    @Baconz_Roblox 2 месяца назад +1

    i love you tutorials but could you add a top-down shooter or a game of your idea?

  • @wawathetis
    @wawathetis 7 месяцев назад +1

    This video was really helpful! Im making my own platformer and this helped out alot, i was wondering if you could make a tutorial for a point and click game?

  • @maxwelleba8940
    @maxwelleba8940 7 месяцев назад

    Your explanations is the easiest i can find. Please part 2

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

    i impulsively want to make a platformer game and this is amazing thank you

  • @Popcool_forever
    @Popcool_forever 8 месяцев назад +1

    this video was so helpful, ty😄

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

    Very Helpful lol. When is part 2 coming out?

  • @HEARTS4SURAHA
    @HEARTS4SURAHA 8 месяцев назад +1

    Mine is a chicken platformer. The chicken is a pixel chicken and needs to be back at fairycore farm before midnight! Will the chicken succeed?

  • @IsraelOke-y5q
    @IsraelOke-y5q 6 месяцев назад

    When is part 2 coming out ?

  • @Rubix124
    @Rubix124 8 месяцев назад +60

    Hi, I'm First, so... whats scratch cat's real name

    • @cosmocode75
      @cosmocode75 8 месяцев назад +7

      Scratchy I think

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

      @@cosmocode75 same

    • @kiendra
      @kiendra 8 месяцев назад +12

      Scalatinus Joseph Bartholomew Frederick Von Felis Scratch

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

      Scratch-a (according to the Scratch costumes library)

    • @That1GuyOnUtube
      @That1GuyOnUtube 8 месяцев назад +2

      Sam scratch man

  • @Her-xo5lv
    @Her-xo5lv 2 месяца назад

    Heya! I’m new to scratch and one of the problems I have is not being able to jump. I may have done something wrong, but I don’t think so.

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

    How do you do it on mobile or is it not possible

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

    Thank you Zinnea

  • @elimiranda65
    @elimiranda65 8 месяцев назад +1

    Hey when is part 2 coming out also I love your videos❤

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

    WHEN ARE YOU GOING TO MAKE A PART 2 WHEN? PLS MAKE IT FAST I HAVE ALREADY MADE THE FIRST FEW PARTS I CANNOT WAIT ANY LONGER FOR PART 2 PLS COOPERATE!!!

  • @KyriproShorts
    @KyriproShorts 7 месяцев назад

    Did not believe that scratch team made an tutorial on this😮😮

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

    DAMN A GOOD TUTORIAL

  • @robloxchao671
    @robloxchao671 4 дня назад

    for some unknown reason the change x speed by x speed+0.9 just makes the player hug the wall on the left side

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

    Hi! The link to remix this project does not work. Can you check it, please?

    • @Zinnea
      @Zinnea  8 месяцев назад +1

      Hi! Whoops, thanks for letting me know - it should be fixed now, let me know if it works :D

    • @trinadewaele8691
      @trinadewaele8691 7 месяцев назад

      Thanks @Zinnea , it works now! 😊 Can’t wait for Part 2!

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

    Can you say how to change the design of the blocks it looks cool!

  • @AylexOnYT
    @AylexOnYT 7 месяцев назад +1

    Are we getting a part 2?

  • @seancullin9440
    @seancullin9440 7 месяцев назад

    LETS GO THEY DID IT THE GOOD WAY

  • @Luc.isdumb
    @Luc.isdumb 8 месяцев назад

    Can you tell us how we can add another player

  • @CandiceTurner-i6k
    @CandiceTurner-i6k 7 месяцев назад +1

    when is part two

  • @Ilikegames-nn4tu
    @Ilikegames-nn4tu 8 месяцев назад +1

    Easy and short code and good!

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

    Plrase when do we get the part 2, thanks.

  • @StarHCR2-YT
    @StarHCR2-YT 4 месяца назад

    her voice is low key so relaxing

  • @soda4lifey
    @soda4lifey 7 месяцев назад +1

    Please part 2... i've watched a million tutorials on collision but i would have to change the entire code to make it work... :(

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

    It’s been 2 months when is part 2 coming out?

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

    hey when i do it it isnt working
    please help me fix the problem

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

    when will part 2 come out it has been 3 weeks before this one, bro no offense

  • @SpaceCop-Duo
    @SpaceCop-Duo 8 месяцев назад

    Her: What goes up Must come down
    Helium balloons: am I a joke to you

  • @salma-wh6vb
    @salma-wh6vb 7 месяцев назад +1

    pls make part 2 i have been waiting forever

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

    The jumping just makes me go up forever

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

    Is it mobile friendly?

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

    Zinnea pls send part 2 of this video today . I like ur player's smooth moving

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

    zinnea when my player y speed reaches 25 its stuck in top of the screen btw thx i thought its impossible to make gravity🙏

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

    Dear Zinnea mam .I am learning scratch I am a youngster. When will you upload the next level for this game.i am anxiously waiting.Thanks and Regards

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

    My y speed wouldn't work do you know why

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

    Thanks !

  • @ChristyS-in9zp
    @ChristyS-in9zp 7 месяцев назад

    what name of game the 0.20

  • @MunachiEric-ml3sh
    @MunachiEric-ml3sh 8 месяцев назад +2

    Pls part 2

  • @charlesizogie3855
    @charlesizogie3855 7 месяцев назад +1

    i need to know about collision

  • @bobthebuilder-do1rt
    @bobthebuilder-do1rt 2 месяца назад

    Can you please code animation?

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

    you should be the main character in the platformer!