when the world needed a Scratch tutorials channel, a person by the name of Griffpatch appeared and helped millions. what a great channel!
@Glainwats2 жыл бұрын
dont forget he is the first scratch tuber
@NoobmanDiaherra2 жыл бұрын
@@Glainwats cap
@NoobmanDiaherra2 жыл бұрын
My brother was
@SomeoneCalledAdrian2 жыл бұрын
@@NoobmanDiaherra *proper scratch youtuber*
@NoobmanDiaherra2 жыл бұрын
@@SomeoneCalledAdrian ok
@wilhelmjtard Жыл бұрын
This man’s tutorials are really special, instead of him saying “do this and then this” he shows us how we could figure out solutions ourselves, which is really awesome.
@Adventure_Epic2 жыл бұрын
if you set size to 0% rather than 100% in the setup custom block, you get a cool effect where the numbers pop up
@moonlightgaming30672 жыл бұрын
true
@ronardneto2 жыл бұрын
100% true
@paradox_2252 жыл бұрын
I'm using this for a fnf game on scratch
@vidyav19252 жыл бұрын
@@paradox_225 fnf games are banned now
@k.Kayzen2 жыл бұрын
@@vidyav1925 why?
@Pineyyyyy Жыл бұрын
Thanks, GriffPatch for the detailed tutorial. I was worried because i didn't leave a blank costume, but you explained that later on and that really helped me, thanks again.
@FeniteFr Жыл бұрын
After 1,5 years I finally followed this tutorial ! 😹 It's for a new little project where I just needed this 🙀 Thank you Griffpatch ! 😎😻
@PurbiiXD Жыл бұрын
PHOENIT?! (hey wassup i'm Cosmolan_Coder)
@FeniteFr Жыл бұрын
@@PurbiiXD YEEEES IT'S ME !!!!! HIIIIIII !!!!! :D
@daniyalnaeem7080 Жыл бұрын
@@FeniteFr Hey i have a question does make a game over thing cuase i cannot find it
@reenactable10 ай бұрын
@@daniyalnaeem7080 what type of game over screen do u want i can help you
@ruchikataria15942 жыл бұрын
Great! Also, I can't wait for the 2-d procedural generation video. Griffpatch is destined to do revolutionary scratch coding yet again.
@beastmaster69452 жыл бұрын
Yes ... I want to make minecraft 2D
@glanmatan2 жыл бұрын
Same.
@beastmaster69452 жыл бұрын
He disserve 1 million subscribers
@a.v26222 жыл бұрын
Maybe a 3d game for a series
@kccubing76492 жыл бұрын
@@beastmaster6945 he is almost there
@teapotnews55052 жыл бұрын
I cannot stess enough how your videos help me so much, with things like this I always thought the coding must be so hard, I always wished I could have better looking variables but I thought it would be really hard to code, but, yet again, as always, you find a simple way of sloving these problems.
@TheDuckDude806 Жыл бұрын
Ive needed to know this forever😂 Thank you Griffpatch!
@Abhilasha842 жыл бұрын
Wow I have been waiting to learn this for so long I am glad u made a tutorial on this😃
@kanavkumar80792 жыл бұрын
Not sure if you included this in the video, but the maths is if you want to align the numbers in the center of the entire screen. If you want to move the digits, you have to offset the maths by the x position. So it would be: set x to {requiredXPosition + { [ (index - 0.5) - (length/2) ] * (size/2)} } Put simply, add the required position to the equation that griffpatch makes in the video. *I couldnt find you mentioning this in the video, and thought this tip would be helpful to others
@jamespennington64282 жыл бұрын
I think you should do (if ((length of (SCORE)) > [Max amount of number that can be shown]) repeat [max number] [script goes here] else repeat (length of (SCORE)) and in the first “when I start as a clone” after the costume is set do if ((length (SCORE)) > [Max number but minus 1]> set costume to (Glow-+) show variable SCORE [then place it under the numbers] so that if their score is higher than the max amount that can be shown they will know what their full score is and not think that it decreased
@squixypixl2 жыл бұрын
Cube Creator 3D fan?
@jamespennington64282 жыл бұрын
@@squixypixl ?
@IG00Channel2 жыл бұрын
OMG, thank you for making this tutorial, it really helps. I was struggling to make a timer in my maze project (from your video), I have it as a variable for now but now I can make it as costumes! 💛
@griffpatch2 жыл бұрын
Hey mate, don't span it please
@IG00Channel2 жыл бұрын
@@griffpatch Why not?
@shravyajain6722 жыл бұрын
@@IG00Channel It would cover some pathways, I think?
@IG00Channel2 жыл бұрын
@@shravyajain672 You could've put it on the bounds
@donutcuties35792 жыл бұрын
@@IG00Channel 🙄
@seeforkat2 жыл бұрын
If you want the counter to work at any digits of number, just set the loop count to the length of counter.
@Warturo2 ай бұрын
He deserves the Nobel Prize, not only because the tutorial is good, but also because his way of teaching and charisma makes it enjoyable and relaxing to watch and execute. Griffpatch you are the best
@Haworth-at7GАй бұрын
well, it totally worked and I am glad that you uploaded this video
@commanderlabs2 жыл бұрын
Awesome video! Just wanted to add that you could automatically expand the number of clones by replacing the 6 in the repeat loop with a length of "Score".
@fabricioamirpairazamanmalc33702 жыл бұрын
@That clone trooper in the back on the high groundu sure? I don't think so!
@StarBeam5002 жыл бұрын
That would work. I did think there must be an easier way to do that, but couldn't figure it out while watching.
@peacrab2 жыл бұрын
i was thinking the same way too
@Dudjdychehryfkdkw2 жыл бұрын
I have tried that and it works!
@nvshrushikeshreddyvii-b50762 жыл бұрын
An IQ 999 move right there
@badbarnabas135910 ай бұрын
Your videos are definitely worth a subscription. Good job 🙂
@fakerolnando2 жыл бұрын
Wow, I can't believe you make this with only 1/2 amount of blocks I used to make this and its even work more effectively when I don't need to delete all numbers when I want to add one more number like from 99 to 100
@jlhohbein21002 жыл бұрын
Tip: if you want the amount of digits shown to always be enough to display your score, then make a block, make sure it runs without screen refresh, then make a variable to display the amount of clones you have, put “change by 1” in your repeat loop that makes clones of the score thing after the “create clone of myself” block, then make a new, make sure you checked the “run without screen refresh” box, then duplicate the contents of the repeat loop into the block that says “define ”, then make a forever loop and put it on the “on start” event block, then put an “if length of score greater than ” statement in the loop, then put in it “”, then run the code and make sure it works and if so, you’re done!
@gemeosnosgames2 жыл бұрын
Thanks for the tip, really helpfull and cool. But i'm lazy and i'm just gonna finish this tutorial because i'm an almost at the finish.
@Roader_021 Жыл бұрын
or u can just put in the repeat loop to repeat lenght of score
@Roader_021 Жыл бұрын
but the big madness at 17:08 didnt work for me and i think it was bc of that so i changed it to (0-(((length of (score))/2)-((index)-(0.5))*((size)/2)
@nenpolo695 Жыл бұрын
when I first watch Griffpatch on YT he had 40k subs. Great job on improving the scratch community!
@RenardioMFG2 жыл бұрын
I was just going to make a number counter in my game using a list variable, but this is a whole lot simpler and arguably better
@monicadua72 жыл бұрын
I would absolutely love to see a tutorial on "adaptive ai" in scratch, I know it will be a tough one to make and think through, but it is a topic I have interest in...
@griffpatch2 жыл бұрын
He he me too!
@monicadua72 жыл бұрын
Cool!!
@brayanxd45472 жыл бұрын
Yes, I'm Brazilian and I was inspired by this Channel @Universo Programado
@sombimcjunior44512 жыл бұрын
ive been looking into machine learning on scratch, it would be epic to see griffpatch make a vid on it !
@blenderfox_foxwastaken2 жыл бұрын
Even I want to really see an AI tutorial, so I can make some awesome projects of different creatures interacting!
@Unapersonaconunmicroscopio7 ай бұрын
*Motion, Looks, Sound, Events, Control, Sensing, Operators, Variables, My blocks. My grandmother used to tell me stories about the old days, a time of peace when griffpatch kept balance between the scratchers. But all that changed when my stupidity attacked. Only griffpatch mastered all nine scratch blocks. Only he could stop the ruthless stupidity of mine, but when the world needed him the most, he vanished*
@SamuelPinguin5 ай бұрын
😂😂😂😂😂😂😂😂😂
@ProgTom3 ай бұрын
LOL!
@Alexander_HamiltonnАй бұрын
I love how the numbers can be recolored to fit your theme! Thanks!
@DiamondAmphibian Жыл бұрын
Thank you very much, I really needed this because I was making a platformer game in scratch so I needed this for my "Coins" Score so thank you and i also might use this for my clicker game too! so thank you very much i really appreciate it!
@X15252 жыл бұрын
Your tutorials are really easy to follow and understand! Before seeing this I thought making one of these would way too hard for me. Thanks for the video!
@tuanhungnguyen43432 жыл бұрын
yeah
@hnmodder63912 жыл бұрын
This is great! If Scratch Lab text thing finally came to the normal Scratch, we would do this thing easy with some fonts. Though, thanks for the tutorial!
@camelcam60082 жыл бұрын
I hope they add that before 4.0 comes out
@hnmodder63912 жыл бұрын
@@camelcam6008 YES
@Official_zaDpi2 жыл бұрын
Very helpful! I had made one myself but it was bad because it re-created the clones every time the score changed (so it was some lag and glitches), but this is a lot of better! Also thanks for the centre text aligning.
@MiniConDog6 ай бұрын
Omg i have seen these before and never knew how to do it and griffpatch came in and helped all of us
@Pugsbyy5 ай бұрын
2 years later and I still found this helpful for my own clicker game! Thanks griffpatch.
@MikeyMandFluffyMainProductions2 жыл бұрын
I set my glowing font colors to rainbow and when they changed, they actually looked pretty cool, probably cooler than the light blue.
@golden.raja_2 жыл бұрын
I also did that
@thepebble67092 жыл бұрын
omg hi mikey
@srl19782 жыл бұрын
I'm copying you lol
@ZnidrqXizzrJh2 жыл бұрын
Griffpatch, you can actually use repeat ( lenght of [variable] ) to make number long just how many you want without having to add it all in
@kuperlilu53402 жыл бұрын
I'm not sure how to do it so that it automatically updates when the score changes though- if you start at a score of 0, then it'll only be supportive of 1-digit values.
@ZnidrqXizzrJh2 жыл бұрын
@@kuperlilu5340 already tested and it works perfect :)
@kuperlilu53402 жыл бұрын
@@ZnidrqXizzrJh Could you tell me the code?
@ZnidrqXizzrJh2 жыл бұрын
@@kuperlilu5340 replace the number (input) in the repeat that repeats how many clones the sprite spawn ( how many digits the number has) with the < Lenght of ( ) > fill in the blank with the score variable on ur project
@R7FOOTY Жыл бұрын
12:23 thank you I did make it this far!
@shadowmaskx Жыл бұрын
i made a combo system and put this counter and it looks SO COOOOOOL
@MendyMendy-x8e11 ай бұрын
Right on time this is what I was looking for thanks
@yusong67292 жыл бұрын
This is something I really needed! Thank you Griffpatch!
@Milan122342 жыл бұрын
Love it! And also we can use this for timer like 10, 9, 8, 7, 6, 5, 4, 3, 2, 1 and time's up! 😘
@no_face12 жыл бұрын
Yes just *Wait '1' second* *Change 'variable' by '-1'*
@Milan122342 жыл бұрын
@@no_face1 Yes. Really simple. :)
@Dxuser52 жыл бұрын
@@Milan12234 You'd also have to have a script for deleting the other numbers, idk how you'd do that though
@Milan122342 жыл бұрын
@@Dxuser5 You don't need to do it. It will work. You remember that blank costume?
@Dxuser52 жыл бұрын
@@Milan12234 oh yeaaaaa, im stupid XD
@N64Mario2 жыл бұрын
Fun Fact: Using a negative number spawns a 0 in front of the other numbers if for example, it is something like -123 would display as 0123. Also, There is no decimal point display if you set the number to something like 12.34. Perhaps in a future tutorial, there could be an explanation how to set these up?
@griffpatch2 жыл бұрын
Easy, you just need costumes with a . And a - as the next character after the Glow-
@anquocnguyenchannel9978 Жыл бұрын
@@griffpatch i got one bug
@anquocnguyenchannel9978 Жыл бұрын
oops nevermind. That not a bug.
@Oskarix-2012 Жыл бұрын
@@griffpatch you should make a tutorial on bigger numbers (since they can't fit on the screen) and change the counter to 1.35M (million)
@Woopor Жыл бұрын
@@griffpatch it keeps setting it to n.199999
@j.carpenter9682 Жыл бұрын
Other than the overlooked opportunity to use the ‘length of (input)’ variable, this was an amazing tutorial
@calvinshu1435 Жыл бұрын
FYI If you want the numbers to align to the right, you just have to do two things: 1. Change the clones so that indices are opposite (4321 instead of 1234) 2. Instead of switching costume to (letter(index) of money), switch it to (letter((length of money - index) + 1) of money)
@ZombieInTheVoid Жыл бұрын
what? i dont get it sorry
@thelegoreaper2 жыл бұрын
This looks great, and I can’t wait to start coding. I’m always bored with the lame counter that Scratch defaults
@boxyanim8ion2 жыл бұрын
Ah yes, Scrtahc. (sorry if i made fun it just made me laugh lol)
@thelegoreaper2 жыл бұрын
@@boxyanim8ion lol it’s okay I didn’t realise I was typing fast
@razuepic2 жыл бұрын
What if I want to move the center aligned numbers more to the left?
@America_flag249 ай бұрын
Thank you griffpatch. You made me learn how to make a clicker game! Never quit your channel, Because we need more people like you.
@Ironyum992 жыл бұрын
THANKS this helped sooooo much thanks griffpatch!
@evoiboi692 жыл бұрын
Found 🍋 at 3:28 Why scratch cat is holding it i wonder 🤔
@creepersaur2 жыл бұрын
I would watch a whole series in a day if you made a project where you can make your own code. Like drag and drop or nodes, that control a character.
@qwertyuiop.lkjhgfdsa2 жыл бұрын
-scratch within scratch-
@zepplinkiwigamer82172 жыл бұрын
Those exist, thought extremely limited.
@weegeenumberone22 жыл бұрын
Wait, its just Scratch in Scratch?
@eteled63122 жыл бұрын
@@weegeenumberone2 always has been
@darkboi122 жыл бұрын
@@eteled6312 lol.
@drynshock12 жыл бұрын
12:20 el nos limita a usar 4 clones por "score-table" pero hay una funcion que se llama, "longitud de..." podemos usar esta para ponerla como longitud de la variable SCORE, y asi crear los clones que sean necesarios
@caydenzachary2 жыл бұрын
This guy is literally what every scratcher wants to be
@oxintoma32dev2 жыл бұрын
dude,thank you so much! i really needed that! You're helping us so much!
@griffpatch2 жыл бұрын
My pleasure!
@brayanxd45472 жыл бұрын
Hi griffpatch. I don't know if you are reading this, but, could you make a tutorial for massive cloud multiplayer? Like your MMO platformer! I know that is needed to make each cloud variable to a group of 10 players, just for example, and then, with 8 cloud variables, you have 80 players! But how do we do that?
@KashTheKingYT2 жыл бұрын
lots of encoding stuff
@brayanxd45472 жыл бұрын
@@KashTheKingYT duhh
@FeniteFr2 жыл бұрын
OMG 🙀 this is just an incredible idea to create tutorials that we can follow alone and in a serie 🔥 THANK YOU GRIFFPATCH ❤️😸 I'll join the membership soon 🎉 🍋
@amos9g2 жыл бұрын
I´ll also join the membership soon!
@FeniteFr2 жыл бұрын
@@amos9g 🎉🎉🎉🎉
@jcgamer_animates2 жыл бұрын
@ 0 NO
@jcgamer_animates2 жыл бұрын
S KAPPA FOR Z
@Gamer_PETE-2 жыл бұрын
bruh scratch cat has lemon
@thetrabendans5 ай бұрын
Yeah 😂
@Rebuild3 Жыл бұрын
i used this to finally get the price counter working in my game! Thank you so much for this!
@anquocnguyenchannel9978 Жыл бұрын
Good score griffpach! I will give you a like!
@ehsanqadeer815 ай бұрын
Griffpatch is the G.O.A.T of scratch programming
@Paumung20142 жыл бұрын
14:06 You should draw an Invisible Square around the Glow- costume...
@iwasheref9w2 ай бұрын
3:28 the cat is so happy holding that lemon
@thefrostyguy992 жыл бұрын
THANK YOU SO MUCH GRIFFPATCH I NEEDED THIS FOR MY CLICKER GAME I SEE WHY EVERYONE LIKES YOU NOW (first time watching)
@tdog_2 жыл бұрын
I'm making a trading game and to see how many resources the player has in their inventory, I didn't wanna use normal boring scratch variables. this is so helpful!! Now all I need to do is figure out how to assign them to each resource and make multiple of these...
@diop182 жыл бұрын
You just saved my life! I have a headache from trying to remix a game!!!!
@RalphyTheCoyote Жыл бұрын
I'm working on an interesting game. A remix of Don't sh*t your pants. I needed the number counter for the time I had left until I pooped (in game) and your number counter honestly helped me!
@nathanw6884 Жыл бұрын
while this video didnt completely solve my problem it really helped. I got my number counter working :D
@YusufDönmez-r3bАй бұрын
I love your videos sooooooooooooo much! It's so creative and logical, you make it soooo much easier to understand.
@TheHungerGamesPerson6 ай бұрын
I used the center varible system for one of my games, this tutorial really helped me. Thanks Griffpatch! :D
@Advik-53159 ай бұрын
Me: goes to scratch to open editor Griffpatch: …and that fellow Scratchers, is how we solve nuclear wars
@Infected_titan_speakerman-14 ай бұрын
you made VERY GOOD videos that i even made TIMER using "THAT", not only that i used variables too BUT ITS TOO GOOD, YOU ARE GOD/MASTER OF SCRATCH
@PikBit3 ай бұрын
I would do anything to have this guy as my teacher, man 😂 I love his tutorials!! They do help me understand Scratch better, tsym Griffpatch!
@loganroman56582 жыл бұрын
This helped me make an engine! Thanks griffpatch!
@TanyaL-f7c8 ай бұрын
You explain your vids! No other Scratch YTbers do that! Thank You!
@thegrayninja49992 жыл бұрын
Oh my god! Thank you so much! You are a lifesaver and honestly my favorite scratch youtuber!
@DoubleQCubed-d7oАй бұрын
I wish I had a channel like you and also thanks for all the tutorials
@pillowpillow69932 жыл бұрын
Thanks Griffpatch for this Tutorial, now i can use this for my Scratch cat clicker game ;)
@pillowpillow69932 жыл бұрын
though hate math its worth it🤷♂:)
@pillowpillow69932 жыл бұрын
and once my game is done ill give you my game scratch link
@lotl56382 жыл бұрын
"Hello fellow Scratchers" never gets old :)
@nuttyboy232318 ай бұрын
This is so helpful! I use this in EVERY project now!
@Z1PPERZ2 жыл бұрын
I love that he is still here, and scratching on! This will come very handy, tysm griffpatch :] (btw I'm another scratcher.)
@GabrielSieczka5 ай бұрын
I searches for 10min and you learnt me like something random TNX soooo much
@SilverThePanFurry Жыл бұрын
Thanks!, I used to display battery on my ipad/tablet in scratch !
@theKeroseneTeam_3347 Жыл бұрын
Thank you Griffpatch! My number counter works and I already used it for my Scratch game.
@RaphaelBranco-tu3xu9 ай бұрын
Thank you so much! This was such a lifesaver for my project!
@frankiewang4002 жыл бұрын
At 13:12 in the Score sprite, you said to set the x -180 you actually set it to -160.
@GamerSneak-pq5te Жыл бұрын
This actually worked you earned a sub
@theofficiaIsteve Жыл бұрын
5:15 honestly I am very intrigued in how you come up with the excellent solutions
@seektheobbybuilder8891 Жыл бұрын
thanks so much for the great tutorial again ! first engine and tutorial where i can actually understand what i make !
@BadaiYT2 жыл бұрын
Thanks for the tutorial griffpatch. This would really help out my game that currently in production!
@Slapper9000 Жыл бұрын
18:18 got me laughing “Tromkin”
@Dixions_clips Жыл бұрын
12:53 You can also set repeat "length 'Score var' " And so there will don't need blank costumes.
@DUMB_PERSON_NEAR_ME Жыл бұрын
It's not gonna work
@dorianprogrammiren74057 ай бұрын
your tutorials are sooooo easy to understand i learnd sooo much THX
@shalfeiisolid Жыл бұрын
best channel ever just for making the best tutorials!!
@samuelyeokaikiat41302 жыл бұрын
This was surprisingly simple! I was accepting it to be harder to code it using if blocks! Awesome tutorial!
@AmelieNyhan2 жыл бұрын
thx griffpatch! ur the best scratch youtuber on the platform!
@sirquackz47 Жыл бұрын
I'm just screaming PUT LENGTH OF SCORE IN THE REPEAT right now
@elijah44gd79 Жыл бұрын
but it doesnt work though
@sirquackz47 Жыл бұрын
@@elijah44gd79 Yes it does I tried it
@DUMB_PERSON_NEAR_ME Жыл бұрын
It's just show 1 number
@The_Complicated_Fish2 жыл бұрын
Thankyou griffpatch! you helped me understand numbers with a sprite!
@fatal-ZERO Жыл бұрын
Thanks for this! Currently making a platformer game, and this helped me create a gold counter for it!
@ImaDonutDev2 жыл бұрын
I love your videos because you explain it so good, that I understand it XD Great Tutorial by the way
@daveobi94392 жыл бұрын
This helped me alot, Thanks for making this video! You are the best! Keep going!
@thinukishihara84602 жыл бұрын
Oh my god your the best teacher ever. Learning with you is soo fun . Thank you so much for doing this!!!
@HanbingGames Жыл бұрын
i love how you make tutorials and channel!
@azpeak72972 жыл бұрын
i am late but this actually helped me create my rhythm game, i updated it, but i cant do it since my scratch says that it cant be saved. so its still pretty bad, but thanks to you griffpatch, this made the game more better!!! thank you griff
@adamsoliman85882 ай бұрын
griffpatch isn't just revolutionary he's legendary
@jeafnotjeff6850 Жыл бұрын
griffpatch you my friend have earned yourself another subscriber!