thank you for making this, i wanted to play cookie clicker in school but they blocked it so now i can play my own version of it and update it when i want too
I was bored and had nothing to do until your video appeared In my recommendation page, this video inspired me to create a cookie clicker. Thanks so much, you have made my day better Edit : yea I subbed sorry forgot to say that
I am making a zombie survival game where you can get coins from killing zombies and get better weapons and you can get something called a mastery point to get upgrades and power ups and its going well
In the upgrades you can also put a if then else block and draw a fail costume, put hide variable whatever is there, switch to costume2,wait whatever seconds, show variable whatever is there and switch to costume1
i didnt need this since ive started my game and made like 7 fully functioning upgrades but i didnt know about the round thing so thats cool i used set to floor of 1.9 * the round thing is cool but using math is more natural to me for some reason :) Anyway, nice video! -Harley
In clicker games i dont use: (i think you know what I'm talking about...) wait 1 seconds (and then) change [variable] by [variable] per second, but i use that trick to make the game smoother: wait 0.1 seconds change [variable] by [variable] per second / 10.
if you wanna make an animation heres how! so you actually just duplicate the donut make it smaller and then you put this code: when this sprite clicked (events) switch costume to donut2 (looks) wait 0.01 seconds (control, grab the wait 1 second block and switch it to 0.01) and finnaly switch costume to donut ( the first one) this is how i made my animation. hope this helps! also this works with anything it doesnt just have to be the donut you could make it a rocketship or anything
on 5:27 i checked my code on the rectangle thing and played it but the code didn’t work. i put the same code just made “donuts” into “cakes”. please help edit: oh sorry for not specifying. i did the code and tested it out and the “cakes per second” didn’t change and neither did the “cakes”. the code wasn’t working very well. also i gave up on this project and instead made it a geometry dash one so.. anyways your tutorial was very helpful besides that! have a nice day
when flag clicked forever{ if touching mouse pointer and mouse down{ if score>=cost{ change points per whatever by however much you get from it change points by 0-cost } } }
you know you can just do When this sprite clicked, Repeat (5) times: Change size by (1) Change (Donuts) by (Donuts Per Click). Repeat (5) times: Change size by (-1)
Bro first wait for click then run code and after that wait untill not clicking Also click upgrade needs to cost more than whst it upgrades so if it gives +1 click per click it should cost like 115% (of original cost) more so it actually is harder to get not easier..
I think this should work: Make a variable Display. If 1000000> Display = join(round (Money / 1000000), M) If 1000> Display = join( round(Money / 1000), K)
The upgrades may get in the way if people want around 20 or so upgrades, so you might want to make a shop option, I made a game called circle clicker and it has a "more circles" and "back" buttons because I ran out of space to put more circles on the front.
Me too. About my clicker game: You click a circle and it grants you circles- just like any other clicker game. There are 4 upgrades. Circle Upgrade is the first. It costs 10 circles. Circle Machine is the second. It costs 25 circles. Super Circle Upgrade is the third. It costs 50 circles. Super Circle Machine is the fourth. It costs 100 circles.
Comment your games and ask questions here :)
Really you Copy it and then change the Number of how many things you get?
I made shame apple clicker
Make the donut chocolate
@Harry Jethro GOOD IDEA! He should!
@Harry Jethro Griffpatch has a tutorial better than what I could do ua-cam.com/video/D16hTnDGweo/v-deo.html
i just started scratch yesterday and you helped SOOOO much. THANK YOU!
:)
Finally a scratch tutorial that actually works!
Thanks!!This helps my clicker game so much more!!
THIS HELPED ME ULTRA MUCH I made a awesome clicker game with lots of upgrades thanks a lot for this tutorial
Glad to help :)
So i can help
Bro ur so helpful ive been trying to find the right code for a shop and i finally done it! TYSM!
Thanks bro :)
Ty
Im going okay with my project thank god I saw ur Video! TYSM
thank you for making this, i wanted to play cookie clicker in school but they blocked it so now i can play my own version of it and update it when i want too
Yay!
Yeah what's up with schools enemy's with cookie clicker
@@darylheyes7338 i know
@@darylheyes7338Love the pfp 😅
I was bored and had nothing to do until your video appeared In my recommendation page, this video inspired me to create a cookie clicker. Thanks so much, you have made my day better
Edit : yea I subbed sorry forgot to say that
Not Gonna Lie I forgot about you channel until I tried to make a button simulator and found your channel again
thank you i was stuck on one part for like 2 hours but in like 10 min you helped me with it thank you
:)
10 min,:)
I am making a zombie survival game where you can get coins from killing zombies and get better weapons and you can get something called a mastery point to get upgrades and power ups and its going well
Cool
@@donut_ask I’m Making A Circle Clicker Based On The Circles From Battle For Circle ua-cam.com/video/wuvyMUxhoas/v-deo.html
Thanks! Helped me so much in my game
No problem!
Can u make a shop button and make it able to scroll?
I don't know why but it's not taking my cookies away when I buy upgrades?
This is a very good tutorial🎉🎉🎉 Thank you, now my friends like the game I made
In the upgrades you can also put a if then else block and draw a fail costume, put hide variable whatever is there, switch to costume2,wait whatever seconds, show variable whatever is there and switch to costume1
yes
bro you need much mor likes and subs
OH MY GOSH I LOVE THIS THANK YOU U MADE MY DREAM COME TRUE!!!!!!!!!!!!!!!!!!!
THANK YOU SO MUCH IT HELPED ME NOW I COULD SHOW MY FRIENDS HOW I COULD MAKE A CLICKER GAME
Thank you for the tutorial, it really helped😊
i didnt need this since ive started my game and made like 7 fully functioning upgrades but i didnt know about the round thing so thats cool
i used set to floor of 1.9 *
the round thing is cool but using math is more natural to me for some reason :) Anyway, nice video!
-Harley
Good work with your game! Floor just rounds to the lowest whole number.
@@donut_ask yeah i didnt really want it to round up and that was the only thing that worked also sorry im late lmao
In clicker games i dont use: (i think you know what I'm talking about...)
wait 1 seconds (and then)
change [variable] by [variable] per second,
but i use that trick to make the game smoother:
wait 0.1 seconds
change [variable] by [variable] per second / 10.
Yes. Makes it go up do much smoother
thanks so much I started scratch because my friend showed me and he loves clicker games so I'm making one for him again thankyou!!!!
:)
if you wanna make an animation heres how! so you actually just duplicate the donut make it smaller and then you put this code: when this sprite clicked (events) switch costume to donut2 (looks) wait 0.01 seconds (control, grab the wait 1 second block and switch it to 0.01) and finnaly switch costume to donut ( the first one) this is how i made my animation. hope this helps! also this works with anything it doesnt just have to be the donut you could make it a rocketship or anything
Why not use the set size block?
@@donut_ask true, i forgot about the set size block you' already definetly make an animation way better than me lol thanks for the reminder
No size switch?
@@donut_askI don’ khow the size
@@DayzingOffdonut clicker
you make some of the best tutorials
fr
why does this guy look like he eats donuts 24/7
This actually helps me and i did everything on mobile
Yo dude thank you so much for all of this i watched your other tutorial video to make this thank you so much dude your the best scratch coder ever
Thanks! But have you seen griffpatch? He's on another level.
i was making a donut game and clicked on this not knowing it was also donuts
GREAT VIDEO! KEEP IT UP
thank you
Yo, this video is great. But I can't make the Per Click work. Any recommendations?
i didnt do the super baker that way but it still worked! love your videos!
There's lots of ways to do things. And thanks :)
on 5:27 i checked my code on the rectangle thing and played it but the code didn’t work. i put the same code just made “donuts” into “cakes”. please help
edit: oh sorry for not specifying. i did the code and tested it out and the “cakes per second” didn’t change and neither did the “cakes”. the code wasn’t working very well. also i gave up on this project and instead made it a geometry dash one so..
anyways your tutorial was very helpful besides that! have a nice day
Make sure you follow the steps closely. Also when describing a problem, please be specific so I can figure out what went wrong.
For 4:06 why can’t you just do donuts < 9😮😅
my game turned into an amazing game! thanks!
Glad to help
I don’t have computer but I’m really want it so i don’t have scratch but VERY NICE ViDiO
THANKS this tutorial a ultra amazing :)
Thank youu so much you helped me to make a minecraft clicker game
to make room for more upgrades you will need to make a shop button and change a bit of
this rlly helped me out bro
you're welcome
This helps so much! Especially for beginners like me in scratch Thanks a lot for these amazing tutorials ❤
I want a baker and I put in the same blocks but It doesn’t work. It doesn’t take away from the score. What am I supposed to do?
no clue
when flag clicked
forever{
if touching mouse pointer and mouse down{
if score>=cost{
change points per whatever by however much you get from it
change points by 0-cost
}
}
}
TY
thanks for the tutorial
Thanks it helped me a lot
dabadabda bokm!
may be confusing but i approve👍
you helped me a lot thank you for the vid
Where do you get the donuts variable from when you drag the donuts equals 10?
Variables tab in blocks list on the side. Create a variable called donuts.
Aight, bouta get my grubby hands on this
Edit: tablet just died lol
Help! my cool conter at the top of the screen breakes when i buy a baker or anything else!
This vid helps me so much
you know you can just do When this sprite clicked, Repeat (5) times: Change size by (1) Change (Donuts) by (Donuts Per Click). Repeat (5) times: Change size by (-1)
Doesn't support changing size if you hover the mouse over it, and may break if you click really fast.
Thí fixed one of my bigest problems
Yaas thank you for making it
Thx! Also make a "find the _____'s!" Tutorial.
i tryed it but when i buyed it it said false
I Love Donuts
Same
When I click my shop it doesn’t give me anything
The Click Upgrade Thing Is Not Working, Pls Help!
Is there a video where you make a number counter? WOULD LOVE TO MAKE A GOOD CLICKER GAME!
this: ua-cam.com/video/igmY5MTLY2Y/v-deo.html
:D this is not the most clean way, but is a way for new scratchers who just found the platform
thanks😍
Hey Donutask what does your Joining Server Cost and am a fan
Can I make a game where a bird flys across the screen and has to collect bread and avoid obstacles, I was thinking of calling it yeast rush 🤔🤔🤔
you prob can
Yeah
It's ez to make
Call it bird simulator
Can you help me... When I test it. The Donut per sec goes up but the donuts doesn’t
Have you made sure that you are changing donuts by donuts per second.
This Is A Pretty Nice
Thank you so much
No problem
the click upgrade didnt work for me but some how i fixed it
great tis help me so much
:)
So young yet so useful 😊
Why does this sound so wrong
So he's useful that's weird af
I managed to also make upgrade scalings based on upgrade level
hiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiiii im a big fan
Bro first wait for click then run code and after that wait untill not clicking
Also click upgrade needs to cost more than whst it upgrades so if it gives +1 click per click it should cost like 115% (of original cost) more so it actually is harder to get not easier..
Yes, true
Cool😮
Thanks
thanks
click upgrade no more donuts yes
legende thanks
i didnt get it for the 2x click variable said it was 2 but i diddnt get 2 points
im very picky on my scaling so im now deciding on ceiling(log(e^cost))
Just use all the math blocks at once
@@donut_ask yesssss
A have game donut clicker!!
6:05 you could do 0 - baker price
yup
I don’t know why but when ever I try to get the donut count I never see it
What if i want to make a clicker with higher numbers, is it possible to convert 1000 into 1k and etc?
I think this should work:
Make a variable Display.
If 1000000>
Display = join(round (Money / 1000000), M)
If 1000>
Display = join( round(Money / 1000), K)
@@donut_ask Im sorry, since im kinda new to scratch im very confused when its like this in text 😢
Sorry, I can't really explain it any other way in a comment :(
Encountered a problem number is decied to go negative
how do i make the button effect smoother?
Change the number in the division block when you set size
@@donut_ask ok
@@donut_ask could you change the font of your upgrades to pixel
@@ChorusyAnd_MrStickman_MapFlags make the font whatever you think looks good
The upgrades may get in the way if people want around 20 or so upgrades, so you might want to make a shop option, I made a game called circle clicker and it has a "more circles" and "back" buttons because I ran out of space to put more circles on the front.
Good idea
@@donut_ask Thanks, I mainly implemented that feature to my game because its a bit boring with no more purchasable items.
Me too.
About my clicker game: You click a circle and it grants you circles- just like any other clicker game. There are 4 upgrades. Circle Upgrade is the first. It costs 10 circles. Circle Machine is the second. It costs 25 circles. Super Circle Upgrade is the third. It costs 50 circles. Super Circle Machine is the fourth. It costs 100 circles.
@@donut_ask I DID THAT I MADE A SHOP botton that shows the items to buy and when you click the x they disappear :)
My click upgrade isn’t working
Can you please do an open world?
I made a clicker game and it’s sooooooo coool thanks
:)
Im still having trouble im sad
Continue trying and you will succeed when I first start I was like you
Donutask, I have a big problem, For the Shiny Thing, It keeps moving in a circle instead of standing still, please reply back.
Make sure the costume is centred. Select everything and drag to the middle until it snaps in place
@@donut_ask This has helped me with my scratch games thank you! Also is there any videos of how to make a number counter?
Could you possibly make a tutorial on other games like a simulator?
Yes, I may make some more tutorials :)
with the baker i used if not donuts
That works
how do you paste and copy
For scratch blocks, right click on the block and click duplicate.
For text, control c to copy, control v to paste
Can I remix your project on Scratch?
Lit 🔥
Questions: How to make price higher
5:39