Tips: N.1 name the costume " " and not things like air space or so or it will add extra numbers and the counter wont work N.2 the costume can be however but if you don't want the counter to be in the middle then in the when i start as a clone put the forever loop then switch costume thingy and don't put the big go to clone counter blablabla, put a go to "wherever u want" and after that take the operator clone counter thing out of the go to x and y and put the operator clone counter thingy in a "change x by:" and then the counter will go to the wished coordinates without bugging out or not staying there 👍 N.3 don't try to mix sprites to add counters to them cause it will only make clones of that sprite and not the number ._. (Jackson if you're reading this pin it cause i have been trying to put the counter somewhere else for 30min and people will probably run into the same issue so this could help :) )
its more intensive on the processing, clones are less, as they don't have to render every frame. Really, 10 clones don't affect performance that much compared to the stamping technique, where you have to stamp 10 times every frame and update their costume.
If you do length of score instead of 10 in the repeat loops it will make it more flexible. You just need to put it in a loop that resets it so that it will not just show one number if the var is one digit long.
Wow jack im just really amazed on how much u grew in subs i remember u being at 5k now ur really close to 20k congrats man. Its also been 7 months since i checked this channel, i wonder if u also remember me but i doubt it since ur a big channel now😯 and its been 7 months💀
@@JacksonAcademy1 graffpatch is a popular scratch youtuber that does tutorials,he made one for a epic score and it takes alot of code and like 5 different variables
I did the same steps but for some reason the original Sprite goes to the edge and the counter (the clones) instead of showing at x:0 and y:0 they are not centered. I tried this three times and still It didn't work.
Yes it's me again i did my own numbers but when i went to test it with points it didn't set points as the points slider has but only showed 0 forever. I did something wrong in the code?
-Griffpatch- already made a video on this, although I do like custom numbers, I have used custom numbers in some of my games (like, all of the recent ones) and I didn't need a tutorial for them, honestly tutorials are just so bad for me, I just learn as I go.
Hello! I used this and as a larger than not creator I would like to give credit! Is the name in the top right your main account? If not, can you please give me your main user? Thank you!
I swear, everyone starts their project by deleting the cat
True
except ne
or change the cat
Scratch Cat Things doesnt
Sometimes I make random things on scratch and usually the cat is my test subject
Griffpatch, but easier.
Thanks for simplifying this. 👍
Mine is not working and I exactly put what he said (I revised the code a million times)
@@violinista8185 correct! suck
Tips:
N.1 name the costume " " and not things like air space or so or it will add extra numbers and the counter wont work
N.2 the costume can be however but if you don't want the counter to be in the middle then in the when i start as a clone put the forever loop then switch costume thingy and don't put the big go to clone counter blablabla, put a go to "wherever u want" and after that take the operator clone counter thing out of the go to x and y and put the operator clone counter thingy in a "change x by:" and
then the counter will go to the wished coordinates without bugging out or not staying there 👍
N.3 don't try to mix sprites to add counters to them cause it will only make clones of that sprite and not the number ._.
(Jackson if you're reading this pin it cause i have been trying to put the counter somewhere else for 30min and people will probably run into the same issue so this could help :) )
@Alexus_Pro123 thank you so much you helped me
this did NOT help me at all
@@TSWAGGGG1 np
I can't lie, the counter was quite satisfying if you ask me
More people need to see this, it's amazing editing and a amazing tutorial! you got a new sub from me! :D
You know it's literally a copy of griffpatch tutorial, don't you?
@@minecraftlygamer8840 You know that I said good editing, don't you?
@@minecraftlygamer8840 what is a 'griffpatch'?
@@JacksonAcademy1 idk
@@minecraftlygamer8840 it's actually not.
Thank you so much for this tutorial this is just what I need to make my project look cooler
You’re welcome 😊
Griffpatch has been real quiet since this dropped out.
😂
Amazing video, as always! Almost at 20k!!!!!!!!!
🎉🎉🎉🎉🎉🎉
Thank you! Will use this when possible
you could also do it with stamping it would be harder but it would save both the very little lag and the clone count
although very great video
its more intensive on the processing, clones are less, as they don't have to render every frame. Really, 10 clones don't affect performance that much compared to the stamping technique, where you have to stamp 10 times every frame and update their costume.
@@JacksonAcademy1 Dudeeeeeeeeeeeeeeeeeeeeeee it doesent work
This is an amazing tutorial. I use this for all of my number counters in my games! Keep up these great tutorials! 👍👍
If you do length of score instead of 10 in the repeat loops it will make it more flexible. You just need to put it in a loop that resets it so that it will not just show one number if the var is one digit long.
Really? still suck
Thanks my homie
You really made my game look better
Hi there, I was following this tutorial until at the finished project, the zeros don’t exist. Do you know how to fix it?
Does the project work, or do the numbers not show up? If you share the project and give me the link, I can see your code.
Wow jack im just really amazed on how much u grew in subs i remember u being at 5k now ur really close to 20k congrats man. Its also been 7 months since i checked this channel, i wonder if u also remember me but i doubt it since ur a big channel now😯 and its been 7 months💀
Eyy, not such a big channel to recognize our subscribers 🙂
@@JacksonAcademy1 im proud of you tho😄
Hey is there a way to move the x part of the counter?
Is there any way to move the numbers to the side?
good tutorial, keep going!
Uhh. When i slide to more than 50 it just freezes. i think which problem that is? And when i lowering number it only freezees rest of numbers. :(
Also, it moves
looks familiar... wait... ive seen griffpatch do this :O
Yeah, but some people don’t know who he is and they might know SullySully (Jackson Academy)
Yea but this is easier
I always used stamps because it's "easy" but this it much simpler without all the cool effects
Thanks for this it helps!
Thanks sooo much
how do you make the numbers go to the corner of the screen without them piling on top of each other?
Don't know if you read comments on old videos, but how do I put the counter in a corner?
0:52 it means "let's code"
I hope this is good with no lag because griffpatch code has lagged entire animations of my game
much easier to comprehend than griffpatchs!
what is a griffpatch?
@@JacksonAcademy1 Griffpatch is a youtuber
@@JacksonAcademy1 graffpatch is a popular scratch youtuber that does tutorials,he made one for a epic score and it takes alot of code and like 5 different variables
@@juliocesarcamilo5132 yeah because he makes tutorials that are better quality and codes
Thanks for making this video
I did the same steps but for some reason the original Sprite goes to the edge and the counter (the clones) instead of showing at x:0 and y:0 they are not centered.
I tried this three times and still It didn't work.
hello, im having some trouble moving the counter to where i want, how can i do that?
Same.
Whenever I did All this there was a number one just sitting there about 80 pixels off not being used, how do I get rid of it
is there anyway i can make the number smaller like on size 20?
Instead of blank costume, why you don't repeat length of score?
amazing even easier than griffoatch and better
Thanks helpful video
Yes it's me again i did my own numbers but when i went to test it with points it didn't set points as the points slider has but only showed 0 forever. I did something wrong in the code?
A helpful tutorial, thank you
How can I make it go to another spot on the screen?
I like this ver. Better because you don't have to use it in an existing game
kinda broke but it did work the problem: when i drag it it changed x position and when it hits 100 its 1 and when it hits 0 its void
THANK YOU!!! this tutorial has saved my clicker project.🙂
griffpatch made that same thing, but his script was simpler (without saying the custom blocks things)
This is great.
thank you thank you thank you you made my cooler by 100000 times!!!!!!!!!!!!!
-Griffpatch- already made a video on this, although I do like custom numbers, I have used custom numbers in some of my games (like, all of the recent ones) and I didn't need a tutorial for them, honestly tutorials are just so bad for me, I just learn as I go.
the g word isn't allowed here bro :)
@@jackcomas spittin straight facts
@@jackcomas oh, sorry.
@@JacksonAcademy1 I like the G word... Reminds me of me!
@@griffpatch ur not allowed to say it here tho
when i did this the numbers kept going to places where I didn't want them I don't really know what to do I followed the code
Nice tutorial
стоп, я тебя помню из скретча
I maked this and all numbers are spawning on top of each other. What I do wrong?
Thanks but wheni set down its not gone i made like this for fix
if ``Clone´´ > Length of ``ur variable´´ then
switch costume to ``Empty´´
thank you
Hello, this tutorial is amazing
How do I change where the score is?
Use the extension microbit!
Thank you so much
Only my first number is changing and it is changes to the last number
every time i do one of these it does not work! i restarted multiple times and it always fails!
I made mine it works great 👍👍👍
My Problem Was that i tried to minus from the digits and it did not work
Can you make a project link so people can just put the sprite in the Backpack?
Its not working for me why?
hey, cool tutorial, but theres a problem where the number 1 flashes when i change the number
also, i have to click the green flag for it to change, and adding a forever makes it stack on top of eachother
You could also create a clone machine
THANKSSSSS
Helpful!
Glad it was helpful!
yay its sully
i can't figure out how to move the numbers
why did not working?
the counter isn't working. all the clones are going at the same place help!
(Edit i fixed it)
how???
When I tried to change the number it didn't work it's still at 333333333
Hello! I used this and as a larger than not creator I would like to give credit! Is the name in the top right your main account? If not, can you please give me your main user? Thank you!
Yeah, it was banned :/ but you can use "jackson academy" instead!
the only thing that helped me here is the intro where I saw a change colour effect by block for the counter
help my numbers keep overlaping
It doesn't work the numbrs wont move
I think it was just
|Set Costume to (VariableName)|
but, when there is a 0 it is just blank
My after 9 doesn't show
:(
for some reason it doesnt work on me :/
It does not work
edit: i had to use more sprites to make it, im moveing up to 6 characters
Can u make Zombie Shooters Season 3
better and faster than griffpatch
Why did you unlist this video :(
how did you find this vid
@@JacksonAcademy1 i looked all the way back in my history! don’t delete it it’s an amazing tutorial!
@@JacksonAcademy1 i always come back to it when i forget how to make it
@@mikemc4 because my channel is not about scratch anymore, i'm doing regular vid9eo games, no tutorials
Zero not appearing
Can you do the airplane shooter part 3 please
Why are all my zero not showing
never mind i got it the costume numbers where glow-0 ect but it must be just the number
mine didn’t work and don’t know why
Yo why is this unlisted?
skull issue.
@@JacksonAcademy1 skull issue 💀 but why actually?
i moved it to my online course and removed it on youtube so people would get the course (it's free )@@Shuqairi
@@JacksonAcademy1 ohh I see, thanks for answering my question
Thx
THE NUMBERS JUST STACK CAN YOU HELP ME
Its not working i done the same things
What's wrong with it?
it dosent work ...
how to make a satisfying number counter in scratch
doesn't work for me :/
Bro I wanna change the size and move it
I tried this tutorial! But when I completed it, I could not figure out why the numbers were never changing
same
I tried it, it worked perfectly
Question: Why do you want to be popular than Griffpatch?
Griffpatch video Ctrl+C Ctrl+V
The only thing similar is that it is the same subject, if you compare them you will find they are different.
@@JacksonAcademy1 Okk it tis very simple.
Really nice tutorial better than that from griffpatch
Even people who need the cat delete it and insert it back again, its an old habit laugh😃😀😄
It did not work :(