Simple Pathfinding Tutorial

2024 ж. 22 Мам.
645 524 Рет қаралды

Ever wondered how that enemy AI manages to move through a level, navigating around corners, skipping dead-ends, and finding that shortest route to the player through a maze? I’m griffpatch, and today we will be delving into the world of enemy AI pathfinding and learn how to code a simple path finding script using Scratch to solve a maze.
We will cover:
• creating a simple maze or level in the costume editor
• Setting a goal
• Working backwards from the goal to create a pathway map of the level
• Teaching Scratch cat to follow the map
• A quick and smooth rotate towards block
• Add in many sprite clones searching out the same target
• And finally dynamic target changing
⭐ Support this channel - Join to get access to perks:
/ @griffpatch
❤️ Enhanced Scratch Developer Tools
www.griffpatch.co.uk/
📹 The Awesome Video Editing software I use (Camtasia)
techsmith.z6rjha.net/5bajbo
Hope you enjoy!!! And Scratch On!

Пікірлер
  • the reason scratch cat is still smiling, is because griffpatch kept him. and fed him apples.

    @geeknrd962@geeknrd9623 жыл бұрын
    • I have a scratch cat in some of my projects. It's sleeping

      @accountdisbanded@accountdisbanded3 жыл бұрын
    • Mostly because griffpatch fed him apples.

      @peej10do91@peej10do913 жыл бұрын
    • ha ha

      @witherwraithmc@witherwraithmc3 жыл бұрын
    • ye

      @Francisco1234Cruz@Francisco1234Cruz3 жыл бұрын
    • @@peej10do91 definitely.

      @user-sq3ey3jg4k@user-sq3ey3jg4k3 жыл бұрын
  • Me: Been working on Pac-Man Ghosts in Scratch griffpatch: _Uploads Pathfinding Tutorial_ You're amazing griffpatch!

    @STEMMC@STEMMC3 жыл бұрын
    • I was working on the exact same thing lmao

      @jedizombiekiller9065@jedizombiekiller90653 жыл бұрын
    • All of that ×2

      @malik-a-creeper@malik-a-creeper3 жыл бұрын
    • but why?

      @malik-a-creeper@malik-a-creeper3 жыл бұрын
    • 69 like!! Lol

      @KopflosReal@KopflosReal3 жыл бұрын
    • I was also thinking about making Pac Man

      @user-kr6uh3rt4v@user-kr6uh3rt4v3 жыл бұрын
  • Ive moved away from scratch to use some more powerful engines but I still love coming here and learning the creative solutions you came up with to get past what I thought were the limitations of scratch. Keep up the great work!

    @SirDonTheThird@SirDonTheThird3 жыл бұрын
  • Its so cool seeing Griffpatch go from just a really good Scratcher to an awesome tutorial KZheadr

    @jamesjunk5691@jamesjunk56913 жыл бұрын
  • This is even better than part 9 of the tile scrolling platformer. You actually get to learn something here and how to code this for enemy AI games instead of copying code because after a few parts of a project you start to not care so much about the code and only about the final product.

    @AntiFreeMarket@AntiFreeMarket3 жыл бұрын
    • In the tile scrolling platformer, if you just copy the scripts, it's your own fault. Next time, before you do, try to understand what's happening, and teach yourself how it works.

      @trombone28@trombone283 жыл бұрын
    • @@trombone28 I'm saying that I try to learn something and I copy what griffpatch does. I understand what he's doing but I don't understand how the code does that sometimes. For example, part 6.

      @AntiFreeMarket@AntiFreeMarket3 жыл бұрын
    • @@AntiFreeMarket I see. What you should do then is try to break apart the code into smaller pieces, and watch the video bit by bit to try and better understand how everything works together, but I get your point.

      @trombone28@trombone283 жыл бұрын
    • HOLY MOLY IS THIS WUMPUS?!?

      @TRexgamer699@TRexgamer6992 жыл бұрын
    • @@TRexgamer699 No this is patrick!

      @tunedoesstuff@tunedoesstuff2 жыл бұрын
  • This is why I don’t go to other KZhead channels for scratch tutorials because they most likely don’t work or outdated. Go to the king, he can teach you.

    @Nedums@Nedums3 жыл бұрын
  • so excited to program this with lists and grids lol

    @weepgamer@weepgamer3 жыл бұрын
    • Do you think you can give it a go yourself, or would you be waiting for the tutorial to cover it?

      @griffpatch@griffpatch3 жыл бұрын
    • @@griffpatch A tutorial please! :D

      @GamePlay-rt8fc@GamePlay-rt8fc3 жыл бұрын
    • @@griffpatch it sounds complicated, but i know you can explain it well

      @rubenvanderark4960@rubenvanderark49603 жыл бұрын
    • I already tried it with a "controled cloning" system. That means that i have a generator and every clone has its specific number so you can add things like a x or y coordinate in a list. But pathfinding is something that i need to learn with this system.

      @realBHGTV@realBHGTV3 жыл бұрын
    • @@rubenvanderark4960 there are a few more scripts to put in place, but once you are comfortable using them it actually really free things up to be very cool indeed

      @griffpatch@griffpatch3 жыл бұрын
  • This is amazing! Griffpatch, please know how incredible your projects are, but also these video contributions to the community. I teach computer programming, and I often use Scratch for many of my students. These tutorials help me teach students some really cool tricks.

    @GeekSHO@GeekSHO2 жыл бұрын
  • Just as I was thinking of making a pathfinding bot in scratch.... griffpatch uploaded

    @Firelord8447@Firelord84473 жыл бұрын
    • Same

      @grandestag@grandestag3 жыл бұрын
    • Same

      @Tealen@Tealen3 жыл бұрын
    • Same

      @Forasken@Forasken3 жыл бұрын
  • I searched for tutorials like this SO MUCH I AM SO HAPPY!

    @ItzYeetus@ItzYeetus3 жыл бұрын
  • Amazing piece of smart scripting! I used scratch a lot when I was younger, and although i don't do visual scripting that much, i still appreciate just how elegant and simple the programming was. Specially the "when not touching black" part, i love how that killed two birds with one stone.

    @arielleyva7571@arielleyva75712 жыл бұрын
  • DUDE! You have no idea how much this saved me when I was trying to design a game! TYVM!!!

    @eeeeeeeeefeeeeeeeee@eeeeeeeeefeeeeeeeee3 жыл бұрын
  • 22:22 That right cat just started revolution🤣

    @letalexalexyt4698@letalexalexyt46983 жыл бұрын
    • Top left as well

      @jacobhollick985@jacobhollick9853 жыл бұрын
  • Cool! I really love how your videos are nice and simple compared to other channels who dont explain anything.

    @jooddotcom@jooddotcom3 жыл бұрын
    • yes! griffpatch inspired me to get into programming

      @0x19@0x193 жыл бұрын
    • actually u r kinda true tho lol bcuz they all just put the code or whatever and dont explain lol

      @cutepugjoardan@cutepugjoardan2 жыл бұрын
    • @@cutepugjoardan and some just put text! Like what if you can't read?

      @battleforDreamIsland4G41N@battleforDreamIsland4G41N2 жыл бұрын
    • @@battleforDreamIsland4G41N How do you use scratch or code without reading?

      @mischiefthedegenerateratto7464@mischiefthedegenerateratto74642 жыл бұрын
    • @@battleforDreamIsland4G41N if someone can't read than i'm not sure they can code

      @tvpac-magic6150@tvpac-magic61502 жыл бұрын
  • 3D raycast with multi layering would be amazing for next tutorial, It would be hard to do for beginners,But you really know how to explain and make it look simple

    @hadisantamaria3391@hadisantamaria33913 жыл бұрын
    • woah ur wish came true, he made a series already!

      @brodixthepumpkinwhowantmango@brodixthepumpkinwhowantmango Жыл бұрын
    • ​@@brodixthepumpkinwhowantmango not multi layering tho

      @zoranradakovic2199@zoranradakovic2199 Жыл бұрын
  • Just wanted to thank Griffpatch for getting me into coding. Two years ago, I stumbled upon Scratch and signed up for it. I began watching your videos and now I have a job for coding. I start tomorrow. This will be my first job at the age of fifteen. Without Griffpatch, I don't think I would've ever picked up an interest in coding.

    @dominicspinnato5998@dominicspinnato59983 жыл бұрын
    • Congo bro

      @rsrk.2601@rsrk.26013 жыл бұрын
    • awesome

      @helentowers6223@helentowers62232 жыл бұрын
  • I personally don't use scratch, but this tutorial is still an amazing breakdown of how to set up a good pathfinding system. This video perfectly breaks down the essentials of pathfinding and make it easy to understand. Good job!

    @spleeN_@spleeN_3 жыл бұрын
    • ikr, I literally came here cuz I remembered watching this when I did use scratch and I needed a path finding method for a non scratch game!

      @rubylikessonic2@rubylikessonic29 ай бұрын
  • Thank you for helping me and many others understand complicated ideas with your help full videos! It really helps me and I encourage you to keep doing so, and Scratch on!

    @yellow-brain4735@yellow-brain47353 жыл бұрын
    • Happy to help!

      @griffpatch@griffpatch3 жыл бұрын
    • @@griffpatch :D

      @yellow-brain4735@yellow-brain47353 жыл бұрын
    • @@griffpatch I really like your remake of Terraria. One thing that interests me is the map generation, and I would LOVE to see a tutorial on it!

      @yellow-brain4735@yellow-brain47353 жыл бұрын
  • I just got memories of going on scratch in awe of this guy's creations!! Honestly I remember everyone in school rushing to the computor room to play paper minecraft like it was yesterday!!

    @gomango99@gomango992 жыл бұрын
  • Yesss!!! Thanks so much griffpatch :D we've all been waiting for this!

    @clasherz_gut328@clasherz_gut3283 жыл бұрын
  • I don’t even use scratch anymore but I had to watch it for my childhood thanks griffpatch

    @thelumberjack8838@thelumberjack88383 жыл бұрын
    • :D

      @griffpatch@griffpatch3 жыл бұрын
  • i’d say your the most calming youtuber that makes scratch tutorial

    @Veasirae@Veasirae3 жыл бұрын
  • You inspire me so much, and these tutorials are SUPER helpful even if I only watch them to understand how it works!!! Keep up the good work, these are the highlights of my Mondays! :)

    @eliericksson.8950@eliericksson.89503 жыл бұрын
    • Glad you like them!

      @griffpatch@griffpatch3 жыл бұрын
  • I learned a new way to make sprite move. Really helped in other projects. Thank you. Just like this other videos are amazing and interesting.

    @Twinstars12@Twinstars12 Жыл бұрын
  • I love your lessons, and I'm a big fan of your scratch projects. :)

    @idontknow8029@idontknow80293 жыл бұрын
  • I'm pretty amazed by the way color detection is used. Also I learned that scaling down an offscreen object wouldn't make him go onscreen again. Very smart design, even though it might create a bit too much lag in a larger scale project because of the clones being used. Also, I think you could make arrows invisible by just making them ghost 100, color detection would still work.

    @schazz3929@schazz39293 жыл бұрын
  • I don't do much programming in scratch (Only for school when we had to), but I can still use these concepts for other languages like assembly. This video is high quality right from the start and this idea is so good that I will open up scratch just to do it.

    @huntabadday2663@huntabadday26633 жыл бұрын
  • OMG! Thank you!!!!!! What a coincidence, im making a game where i need a path finding object and started yesterday and you upload this? Thanks!! 😁

    @Tealen@Tealen3 жыл бұрын
  • Awesome video! sort of reminds me of the navmesh component found in unity!

    @liquidportal9082@liquidportal90823 жыл бұрын
  • This is amazing! I will definitely try this. BTW, Scratch Add-ons is awesome! I love everything about it! Thanks for making Scratch so much better!

    @SoaringSunshine@SoaringSunshine3 жыл бұрын
    • yep we're awesome

      @ScratchAddons@ScratchAddons3 жыл бұрын
    • @@ScratchAddons Yess!!

      @SoaringSunshine@SoaringSunshine3 жыл бұрын
  • This is incredible! Like, really, really interesting! Thank you so much for making videos like this.

    @drevoksi@drevoksi2 жыл бұрын
  • Whoa! I didn’t know you had a KZhead! I just follow you on Scratch, that’s so cool you popped up on my recommended! You’ve inspired me for years to create games, and I think your games are the coolest!

    @hedgehogs_r_beast3248@hedgehogs_r_beast32483 жыл бұрын
  • oh! I just came back! i was with you with 20k subscribers! You have improved!

    @danielgamez5190@danielgamez51903 жыл бұрын
    • I was with him since 18k man he grew so fast

      @rsrk.2601@rsrk.26013 жыл бұрын
    • @@rsrk.2601 yeah!

      @danielgamez5190@danielgamez51903 жыл бұрын
  • 0:23 Paper Minecraft and the pathfinder are linked because they share a filling algorithm. In the game, the light source will have a "infected" tile with a light value of 5 or something. Then that tile will infect other tiles around it and subtract 1 from the parent.

    @christophercampbell6884@christophercampbell68842 жыл бұрын
    • I am trying to implement the same lighting algorithm in my game, could you please explain it a bit more detailed?

      @Montogoronto@Montogoronto4 ай бұрын
  • I love how you explain your thinking

    @nimfbdhdkdm@nimfbdhdkdm3 жыл бұрын
  • i have been waiting since i woke up! thanks for videos every monday!

    @raidenxd2@raidenxd23 жыл бұрын
  • Hey griffpatch! I love your tutorials and they are super helpful so I want to thank you for that :)

    @dubsisthegoat48@dubsisthegoat483 жыл бұрын
    • Hello

      @belkamelka07@belkamelka073 жыл бұрын
  • The most convenient timing for me and a friend's game Thank you, griffpatch! Best wishes!

    @tsesaken@tsesaken3 жыл бұрын
  • Awesome tutorial! Such an advanced topic for scratch, brought down to a level that's easy to understand level for beginners, and yet functions fairly well! Now to see how advanced I can make this...

    @darklava4716@darklava47163 жыл бұрын
  • this is so cool this is helping me get a better understanding of the motion blocks

    @nicholasdutoit4318@nicholasdutoit4318 Жыл бұрын
  • I remember playing your projects roughly 6-7 years ago back when i used scratch (the golden days). Was just taken back to this by nostalgia. So glad to see youre teaching a new generation of scratchers how to block code. Godspeed

    @inspyx6818@inspyx68183 жыл бұрын
    • Cheers :) - How time flies right!

      @griffpatch@griffpatch3 жыл бұрын
  • This literally warms my heart because of the nostalgia 😌

    @somewhatBoring@somewhatBoring3 жыл бұрын
  • Oh wow, it's much easier than I thought. Great tutorial as well!

    @shadow_1363@shadow_13633 жыл бұрын
  • I appreciate all your help griffpatch. Even the maze tutorIal.

    @delta_0869@delta_08693 жыл бұрын
  • "Keep scratch cat"? Scratch cat didn't see that one coming

    @tonypatino1765@tonypatino17653 жыл бұрын
    • I usually delete scratch cat then add him back in if I need him

      @themaydayman@themaydayman3 жыл бұрын
    • @@themaydayman keep him and make him slide around in the project corner at very small size! He will appreciate that.

      @wateryagarvideos5186@wateryagarvideos51863 жыл бұрын
  • I like how you referred to Scratch Cat as "their", since so many people think Scratch Cat is male.

    @thatduo4126@thatduo41263 жыл бұрын
    • ‘Her’

      @craigdavies2598@craigdavies25987 ай бұрын
    • “They will be pleased.” Literally a second later: We need Him…

      @nicholasimber@nicholasimber6 ай бұрын
    • 0% male 0% female 100% goober

      @guestive@guestive4 ай бұрын
    • I think he's a boy personally, since his name is Scratch, and he's orange, but yeah whatever.

      @boredyoutubeuser@boredyoutubeuser4 ай бұрын
    • Does it matter if we misgender a 2d cat made of pixels?

      @Saifullah_4112@Saifullah_41124 ай бұрын
  • This is literally perfect! You help so much!

    @ashton_yt4504@ashton_yt45043 жыл бұрын
  • I'm struggling with setting the target to specific objects, so this helped. Thanks!

    @a26lolheart@a26lolheart3 жыл бұрын
  • I didn't expect breadth-first search to be implemented so simply in Scratch.

    @jgcodes2020@jgcodes20203 жыл бұрын
    • IKR - I was quite pleased by how simple I got the script in the end lol

      @griffpatch@griffpatch3 жыл бұрын
    • @@griffpatch at 22:20 you will notice a scratch cat at the top of the maze going somewhere else ,why is that?. is that a bug?

      @39-varishpatil12@39-varishpatil123 жыл бұрын
  • You are great griffpatch! You should be in the scratch team as you have answers to anything!

    @coolminecraftguy3231@coolminecraftguy32312 жыл бұрын
    • Agreed

      @Kweable_Gaming@Kweable_Gaming Жыл бұрын
  • 11:30 Finally griffparch uses caps!!! Greetings from Italy you are the best :)

    @giuseppelucacorreale5843@giuseppelucacorreale58433 жыл бұрын
    • All normal Scratch blocks are lowercase though.

      @cst1229@cst12292 жыл бұрын
  • Oh dear, this is actually what I wanted! and congrats on 1.1k likes on this video!! 😀

    @chiroyce@chiroyce3 жыл бұрын
  • That feeling you get when you finally get sprites working as we want to after many fails........ it's so AMAZING!

    @39-varishpatil12@39-varishpatil123 жыл бұрын
  • Videogame AI demystified by making it visible. This video is a brilliant learning tool!

    @milankarow6567@milankarow65673 жыл бұрын
    • Thank you, yes I did try to make is as visual as possible. I think that really helps understanding.

      @griffpatch@griffpatch3 жыл бұрын
    • rarest event@@griffpatch

      @nguyenbichhuong1208@nguyenbichhuong12086 ай бұрын
  • Now this is cool. This just made pathfinding simpler. Thank you for the video!

    @Lawful_Mango@Lawful_Mango3 жыл бұрын
  • This is so cool! And everything worked out!

    @crimsoncrusader8989@crimsoncrusader89893 жыл бұрын
  • As soon as school is over I’m going to do this is python!

    @Denise-@Denise-3 жыл бұрын
    • *hacker typing itensifies*

      @Red_Eagle@Red_Eagle3 жыл бұрын
    • OR C++ because scratch is based in the same thing

      @hadisantamaria3391@hadisantamaria33913 жыл бұрын
    • @@hadisantamaria3391 Scratch 3.0 is based on JavaScript, not C++.

      @chiroyce@chiroyce3 жыл бұрын
    • @@chiroyce yeah

      @geeknrd962@geeknrd9623 жыл бұрын
    • @@chiroyce yeah

      @poendie835@poendie8353 жыл бұрын
  • Dunno what this is but I know imma love it :D

    @danielzhang7626@danielzhang76263 жыл бұрын
  • Amazing tutorial! This will absolutely help making top-down shooters!

    @stefansuch1588@stefansuch15882 жыл бұрын
  • That was...AWESOME!

    @kategacha11@kategacha112 жыл бұрын
  • Where were all these super cool tutorials when I was young and used Scratch??

    @ferdinandoph@ferdinandoph3 жыл бұрын
  • YESSSSS HE POSTED

    @amonke5983@amonke59833 жыл бұрын
    • yes!!!

      @GamePlay-rt8fc@GamePlay-rt8fc3 жыл бұрын
  • Right now I'm watching your video and it's like the greatest thing ever!

    @OzzyVRrealone@OzzyVRrealone3 жыл бұрын
  • OMG THANKS THIS WAS REALLY HELPFUL

    @AnimationCoconut@AnimationCoconut3 жыл бұрын
  • you say "simple programming", I say "Super complex programming that only griffpatch knew how to do until now"

    @ItsMrGrateful@ItsMrGrateful3 жыл бұрын
    • but it's actually really simple!

      @mr.v1ct0r@mr.v1ct0r3 жыл бұрын
    • Yep

      @Gabriel-eb7jw@Gabriel-eb7jw3 жыл бұрын
    • this is simple but some of griffpatch's other vids are real complicated like the tile scrolling one he's doing now

      @witherwraithmc@witherwraithmc3 жыл бұрын
  • Хоть я и не могу понимать это на слух, старания и талант видны и так) Hello from Russia!

    @J0hnLen1n@J0hnLen1n3 жыл бұрын
    • Не слишком сложный английский, но кота яблоками кормить не надо.

      @darkfrei2@darkfrei23 жыл бұрын
    • @@darkfrei2 ахахах

      @russianyoutube@russianyoutube Жыл бұрын
  • Thanks for the tutorial griffpatch!!

    @mohannune3678@mohannune36782 жыл бұрын
  • I'm using this in conjunction with the maze generation. Thank you griffpatch!

    @apolloslickfm@apolloslickfm2 жыл бұрын
  • The 1 dislike is from that person who messed up and tried again but the battery in their tablet used for KZhead was dead

    @oh.........@oh.........3 жыл бұрын
    • haha! 😂🤣

      @meghagoel4689@meghagoel46893 жыл бұрын
    • nah, they are the aussies that agree that Griffpatch is the true King of Scratch

      @EdbertWeisly@EdbertWeisly3 жыл бұрын
    • Then how would he dislike the video?

      @LandonEmma@LandonEmma3 жыл бұрын
    • @@LandonEmma he used a vpn

      @EdbertWeisly@EdbertWeisly3 жыл бұрын
  • There are no variables for a Griffpatch tutorial! 🤣

    @linuxs@linuxs3 жыл бұрын
    • He he - I actually purposefully did that this time - However, to make this even more useful we would start to bring them in again lol

      @griffpatch@griffpatch3 жыл бұрын
  • As always, great video!

    @Noentiendo-qb3ve@Noentiendo-qb3ve3 жыл бұрын
  • This Wonderfull, advance concepts explained in a fun and entertaining way. Griffpatch all the way !!!!!

    @syedmahmed6920@syedmahmed69205 ай бұрын
  • Great tutorial! But how you get the position and clones next to the green flag?

    @elvingpierre8060@elvingpierre80603 жыл бұрын
    • You need Scratch Add-Ons

      @griffpatch@griffpatch3 жыл бұрын
    • @@griffpatch Ok, thanks!

      @elvingpierre8060@elvingpierre80603 жыл бұрын
  • Honestly this is the first time I've ever seen you not using Run without screen refresh in a custom block 😅

    @thacuber2a03@thacuber2a033 жыл бұрын
    • wdym

      @0x19@0x193 жыл бұрын
    • yeah i guess

      @snesjkksdnuesjjsj@snesjkksdnuesjjsj3 жыл бұрын
  • Griffpatch is real Bob Ross of scratch

    @nonisoul@nonisoul3 жыл бұрын
  • I put this script in the Maze generating project. It worked. It's very cool.

    @redheaddetention@redheaddetention Жыл бұрын
  • This is why you are the King of Scratch

    @EdbertWeisly@EdbertWeisly3 жыл бұрын
  • 4th Also, it's my birthday, and im in the middle of playing paper minecraft lol

    @AzziyaisChronicallyOnline@AzziyaisChronicallyOnline3 жыл бұрын
    • happy birthday 🎉

      @thacuber2a03@thacuber2a033 жыл бұрын
    • @@thacuber2a03 ty

      @AzziyaisChronicallyOnline@AzziyaisChronicallyOnline3 жыл бұрын
    • happy birthday you bundle of joy

      @Meow-Gobo@Meow-Gobo3 жыл бұрын
  • this is actually really cool. i was thinking the easiest pathfinding method would be complicated to code but you cracked it, and it works really well. you never fail to amaze me griffpatch :)

    @emilyy03@emilyy032 жыл бұрын
  • Thx Griffpatch your tutorial are easy to follow.

    @marcboss@marcboss3 жыл бұрын
  • I hope that sometime, I'll also get so many subs with scratch only

    @thescratchsavy1587@thescratchsavy15873 жыл бұрын
  • Interview: What is your favourite tutorial you have made?

    @dubsisthegoat48@dubsisthegoat483 жыл бұрын
    • @Dhiviyesh Akilathasan it was a joke, u weren’t sapost to replie bu ok...

      @langstonreese7077@langstonreese70773 жыл бұрын
    • Logo looks by pressing space to switch costumes!!!!

      @belkamelka07@belkamelka073 жыл бұрын
    • Love you Henry Wolfe❤️

      @belkamelka07@belkamelka073 жыл бұрын
    • Love you❤️

      @belkamelka07@belkamelka073 жыл бұрын
    • @@belkamelka07 Do you know me from scratch?

      @dubsisthegoat48@dubsisthegoat483 жыл бұрын
  • Thank you for this wonderful tutorial!

    @AlexSteveScratch@AlexSteveScratch3 жыл бұрын
    • You are so welcome!

      @griffpatch@griffpatch3 жыл бұрын
  • Thank you , this helps for my js game! you explain this the best

    @PixelZYX@PixelZYX3 жыл бұрын
  • 0:01 Do I pause the video every time that I watch one to see my username? Yes 😂

    @FeniteFr@FeniteFr3 жыл бұрын
    • Dude that is cool

      @SmileyZGuy@SmileyZGuy3 жыл бұрын
  • he said my name so many times :0

    @therealdeadend@therealdeadend3 жыл бұрын
  • Your videos and games on scratch were awesome, hope you a good day.

    @ledu3383@ledu33833 жыл бұрын
  • I like these tutorials, they are so detailed, and cool!

    @zakahmed256@zakahmed2563 жыл бұрын
  • A blessing from the lord!

    @soulwingcatshot9547@soulwingcatshot95473 жыл бұрын
  • 参考になります!有難うございます!!!!

    @user-kd7oe6xk4y@user-kd7oe6xk4y3 жыл бұрын
  • Wow can you see the future this is exactly what I need for my new shooter.

    @andrewengelsma277@andrewengelsma2773 жыл бұрын
  • this is great. I have been trying to create a pac man game with ghosts for a while now but i have not figured out how until I saw this. It really helps

    @witherwraithmc@witherwraithmc3 жыл бұрын
  • A very simple yet effective method, thank you for this tutorial.

    @kirbyzaz@kirbyzaz2 жыл бұрын
    • You're welcome!

      @griffpatch@griffpatch2 жыл бұрын
  • Yeah, I can finally finish my game. Thank you so much!!!!😁😀

    @AJ-BS@AJ-BS3 жыл бұрын
  • cool super exited to see more videos like this!

    @prasenjitchakraborty2320@prasenjitchakraborty23203 жыл бұрын
  • Thanks so much! I've wanted to know how to do this for a while.

    @razzberytman@razzberytman2 жыл бұрын
  • this project is simply amazing

    @hello-ff8hh@hello-ff8hh Жыл бұрын
  • Thank u Griffpatch again!!

    @joshidharaina2697@joshidharaina26973 жыл бұрын
  • I am in a tournament in scratch and I am so glad I found this chanel (your game paper minecraft is so cool)

    @garabatosdc5610@garabatosdc56103 жыл бұрын
  • Griffpatch, you are the reason I've used to be on Scratch for my childhood. You make the best games on Scratch. Never knew you had a yt

    @Zoufu@Zoufu3 жыл бұрын
    • I do!

      @griffpatch@griffpatch3 жыл бұрын
KZhead