Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » click x2
- bigbobbyzmde
-
6 posts
click x2
I'm making a clicker game and it cost 100 money to get x2 but i don't know how to code it so if you can please tell me how to code x2 click



- ScriptTimedOut
-
100+ posts
click x2
The base click code should be like this
Once a multiplier is bought, it should change the click multiplier variable by one. Then, instead of 1 click per second, it's 2.
Hopefully this helps.
(click multiplier) should initially start out as “1”, so 1 click will change the variable by 1.
Once a multiplier is bought, it should change the click multiplier variable by one. Then, instead of 1 click per second, it's 2.
Hopefully this helps.
- Kono_Muda_Da
-
100+ posts
click x2
make a click power variable and set it to 1 at beginning of game then do this
- Preston_2fanAlt
-
1 post
click x2
How i do broadcast with X2 click?this is way to hard to get 2x clicks
- cookieclickerer33
-
1000+ posts
click x2
You don’t need toHow i do broadcast with X2 click?this is way to hard to get 2x clicks
Just
Then in the upgrade sprite
- Discussion Forums
- » Help with Scripts
-
» click x2