Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » click counter
- cauliflowerftw
-
8 posts
click counter
if you look at my ghost finder you will see that i want to click the mouse then have the number in the top corner go down 1. i cannot find a way to do this without using different buttons to change the number.
- ShadowScizor
-
100+ posts
click counter
when green flag clicked
forever
wait until <mouse down?>//"mouse down?" checks if the mouse is click
change [clicks v] by (-1)
wait until <not <mouse down?>>//this is to pause the loop to prevent the counter from going further down
end
Last edited by ShadowScizor (Feb. 22, 2015 07:52:19)
- hawk9510
-
64 posts
click counter
repeat until <(clicks) = [0]>
if <mouse down?> then
change [clicks v] by (-1)
end
end
Last edited by hawk9510 (Feb. 22, 2015 23:49:18)
- skyibex
-
3 posts
click counter
I need the same help. Please help number counter easy please.
if <(person reading this) = (username)> then
play sound [ |You are awesome!|] until done
end
Last edited by skyibex (March 1, 2024 00:22:19)
- supercoolduder29472
-
0 posts
click counter
go to cookie clicker and check inside, then click on the cooke and you can see the commands. no problem
- Discussion Forums
- » Help with Scripts
-
» click counter