Video není dostupné.
Omlouváme se.

How to Make Your Clones Work in Scratch

Sdílet
Vložit
  • čas přidán 2. 08. 2024
  • Clones are a powerful tool that can help Scratchers create multiple enemies, projectiles or other game elements without needing to create a separate sprite for each object on the screen. It's a topic that's poorly understood by a lot of new Scratchers, though, and Mr. T's students often get into trouble by accidentally creating more clones than Scratch can handle.
    In this short Scratch Hacks tutorial, tech educator Andrew Tomec walks you through the basics of creating and using clones in your projects. With help from his nemesis, the mad scientist Dr. Strangedude you'll learn some of the pitfalls that often trip up coders when they first start using clones.
    00:00 Dr. Strangedude's evil plan
    01:44 What are clones?
    02:10 Controlling clones
    03:24 Be careful with keyboard controls!
    04:09 Out of ammo!?
    04:46 Naming your clones
    Original Scratch art by Miss Lynne (@MissLynne71)
    Our cartoon animations are created entirely in Scratch. We believe Scratch is an amazing tool for teaching kids to create digital art and animation, and our videos seek to use Scratch tools to bring our own stories to life.
    ==========PLAY IT IN SCRATCH========
    Check out the @atomecstudios account in Scratch to see the games and art assets we used to make this and other videos.
    Naming your clones: scratch.mit.edu/projects/9029...
    You'll find more of the Scratch files we used to create our tutorials in this studio: scratch.mit.edu/studios/32681076
    ========TRY OUT OUR LIP SYNC TOOLKIT========
    Dr. Strangedude's lip sync animations were created using our lip sync toolkit. If you want to try animating fun lip sync animations in your own projects, just visit our project page at scratch.mit.edu/projects/8449... and drag the lip sprite into your backpack. Deploy it in any project by removing your sprite's mouth and replacing it with the animated mouth. This week we've added a whole new set of slightly more cartoony lip animations to the project!
    To use the custom block, just type the sounds you want to speak into the white input bubble and edit the text by adding the number 5 to add a 0.5-second delay or a 1 to add a 0.1-second delay. See our lip sync video tutorial for complete instructions and examples. • Lip sync animation mag...
    =======ABOUT SCRATCH HACKS======
    Created by Atomec Studios and narrated by veteran tech educator Andrew Tomec, SCRATCH HACKS is a series of quick and simple Scratch coding tutorials aimed at beginner- to intermediate-level coders. Scratch Hacks aim to take the fear factor out of coding with byte-sized video tutorials that offer tips and advice on the most common questions and problems that arise when youngsters first take up coding in Scratch. In his work as a Canadian elementary school teacher, Mr. T has taught hundreds of introductory coding classes to children from kindergarten up. "I was struck by how often the same simple questions arise in every class I teach. Learning to code is like learning any other language, and these compact lessons will help give learners the vocabulary they need to express themselves in the digital world."
    ======WHAT IS ATOMEC STUDIOS?======
    Atomec Studios is a non-profit learning initiative that aims to put the A into STEAM with fun and accessible learning that emphasizes creative expression over algorithms. We believe that kids learn best when set free to pursue their own unique passions, a goal that's been aided tremendously by the growth of powerful, kid-friendly software like MIT's Scratch, that unlock the world of animation, storytelling, game production, music composition and digital art.
    For more information about our online content and real-world workshops and teacher training, visit our website at atomec.com.
    If you'd like to support our work and help us put out more great video content, you can donate via PayPal at atomec.com/supportus
    #scratch #coding #clones #tutorial

Komentáře • 47

  • @DudeYT123
    @DudeYT123 Před 12 dny

    this guy has to be the coolest scratch code explainer ever

  • @cranox3673
    @cranox3673 Před 2 měsíci +1

    3:33 I didn't understand why my clone just did random stuff, but now I know it was because I used the brodcast block. THANKS u saved my projekt!

  • @user-yg9fy7od7f
    @user-yg9fy7od7f Před 9 měsíci +5

    Guess Dr. Strangedude's favorite block is create clone block

  • @coletteberrien9885
    @coletteberrien9885 Před 10 měsíci +2

    Vampire Survivors is one of my favorite games EVER! So glad to see we can recreate something similar in Scratch. Thank you Atomec Studios so much for the help!

  • @FanticDaBest
    @FanticDaBest Před 10 měsíci +1

    I saw the game! I love how you can name a clone yourself, but if the name is to long, it won't finish talking and span another clone. But anyways, great tutorial!

    • @atomecstudios
      @atomecstudios  Před 10 měsíci +2

      LOL, you need to work pretty hard to come up with a name that takes more than 4 seconds to pronounce. Glad you enjoyed the tutorial!

  • @whaleplays9034
    @whaleplays9034 Před měsícem

    Really informative and useful. You are also so underrated.

  • @xaigamer3129
    @xaigamer3129 Před 10 měsíci

    Hey Atomec! Glad to see you uploading again!

    • @atomecstudios
      @atomecstudios  Před 10 měsíci

      Hey thanks! With summer past us, you're ready to start making content more regularly. Thanks for noticing!

  • @TheFunniestDummyEver
    @TheFunniestDummyEver Před 10 měsíci

    Ay, thanks! I always think that I know how to do most of this, but I often forget how simple stuff like clones and local variables actually work. Thanks for the refresher!

    • @atomecstudios
      @atomecstudios  Před 10 měsíci

      Thanks! Everyone THINKS they understand these simple aspects of Scratch, but as we're prepping these lessons and trying to explain things clearly, we're always surprised by how much we end up learning along the way!

  • @Bush.391
    @Bush.391 Před 10 měsíci +1

    Very cool Atomec👍🏻

    • @atomecstudios
      @atomecstudios  Před 10 měsíci +1

      Thanks! We're very proud of the nanobots sequence in particular.

  • @gustavofortes3781
    @gustavofortes3781 Před měsícem

    I had a problem with clones and brodcast, but you can fix It by putting the brodcast code in another actor/stage.

    • @atomecstudios
      @atomecstudios  Před měsícem

      Yes, that approach will definitely stop you from accidentally making clones of "myself".

  • @hobknot
    @hobknot Před 8 měsíci +1

    I want my clones to make clones every round but they don't

    • @atomecstudios
      @atomecstudios  Před 8 měsíci +2

      There are a lot of things that can go wrong when you're creating clones. That's why we made this video!
      It's hard to tell without looking at your Scratch project, but one common mistake among new scratchers is they don't realize that clones appear in the same (x,y) coordinates as your original sprite. It's possible you're making clones, but don't know it, because the clones are hiding underneath your original sprite. If you want more help please share your file with me on my teacher Scratch account, @mrtomec, so I can see where things are going wrong.

  • @pietrosprudente
    @pietrosprudente Před 10 měsíci

    Cool tutorial

  • @Limesheepcoolchannel
    @Limesheepcoolchannel Před 8 měsíci +3

    I was trying to say Atomec studios and it messed up when I sent the comment

    • @Limesheepcoolchannel
      @Limesheepcoolchannel Před 8 měsíci +1

      :(. I’ll try it in a diffrent way

    • @Limesheepcoolchannel
      @Limesheepcoolchannel Před 8 měsíci +1

      🟥🟥🟥
      🟥⬛️🟥
      🟥🟥🟥
      🟥⬛️🟥
      🟥⬛️🟥
      Is for Atomec

    • @atomecstudios
      @atomecstudios  Před 8 měsíci

      LOL. Thanks for trying, Gabriel. Sorry it took so long to reply. We've been super busy.

  • @PinnedComparisonsYT
    @PinnedComparisonsYT Před 7 měsíci

    BEST VIDEO YET!

    • @atomecstudios
      @atomecstudios  Před 7 měsíci

      Awww, thanks! We're learning a lot as we make more of these.

    • @PinnedComparisonsYT
      @PinnedComparisonsYT Před 7 měsíci

      @@atomecstudios I especially liked the intro. I think the intros get better every time!

  • @tristantanzil5796
    @tristantanzil5796 Před 9 měsíci

    thank you now i can make better games with this knowledge

  • @trcsyt
    @trcsyt Před 9 měsíci

    getting used to illions!

  • @ditruz
    @ditruz Před 5 měsíci

    Hi! Thanks for your tutorial, it's really funny and clarifying. However, I still struggle to understand this "extra spawning" behaviour when using the "Make a clone of myself" block. If, say, I want to create clones of the current sprite, and I use a loop to create them, triggering the loop by pressing the spacebar, it'll work fine! However, if I create one by one, the extra spawning will happen. No idea why it behaves differently!

    • @atomecstudios
      @atomecstudios  Před 4 měsíci

      Sorry to take so long replying! I'd have to look at your code to know for sure, but I think the reason is that the when key pressed blocks don't work on clones, so your code won't accidentally make clones that way.

  • @ElhamEbrahem-u1u
    @ElhamEbrahem-u1u Před 3 dny

    Atomic tutorial for scratch begginers

  • @alanastronaut
    @alanastronaut Před 10 měsíci

    Thrird nice tutorial

  • @DarnellsRandomStuff
    @DarnellsRandomStuff Před 9 měsíci

    Homer, Carl, Barney, Lenny, and Moe, HMMM I WONDER WHERE I HEARD THOSE NAMES BEFORE

    • @atomecstudios
      @atomecstudios  Před 9 měsíci

      🤔 Well, Homer was a famous Greek poet. Not sure I see a connection.

    • @DarnellsRandomStuff
      @DarnellsRandomStuff Před 9 měsíci

      @@atomecstudios I don't know but those names remind me of names from a show

    • @nerdyahhmafaka
      @nerdyahhmafaka Před 9 měsíci

      @@DarnellsRandomStuff Barney is a dinosaur

    • @DarnellsRandomStuff
      @DarnellsRandomStuff Před 9 měsíci

      @@nerdyahhmafaka Ok thats 2 out 5 so what about lenny, Carl, and Moe?

    • @nerdyahhmafaka
      @nerdyahhmafaka Před 9 měsíci

      @@DarnellsRandomStuff uhhhh

  • @rhizorr7989
    @rhizorr7989 Před 9 měsíci

    Soyjak army

  • @daveorcia-vh5uq
    @daveorcia-vh5uq Před 9 měsíci

    That's not a real quiz!

    • @atomecstudios
      @atomecstudios  Před 9 měsíci

      There's no quiz, so not sure what you're getting at.