Discuss Scratch

betterplayer
Scratcher
83 posts

Help with Scratcher Clicker!!!

I need to know:
How can I make it show big numbers like (You have 127B scratch cats)?
How can I make it so that I can make a shop with pages of stuff?
What's the answer to those questions?

Last edited by betterplayer (Sept. 24, 2014 11:44:53)

OcelotMJ
Scratcher
1 post

Help with Scratcher Clicker!!!

Hi,
I'm fairly new here but I'll try my best to help.

How big is the number exactly that you want to show?
You could try using something like this, so that when the sprite is clicked 1 count is added…
when this sprite clicked
change [ Clicks] by (1)
betterplayer
Scratcher
83 posts

Help with Scratcher Clicker!!!

OcelotMJ wrote:

Hi,
I'm fairly new here but I'll try my best to help.

How big is the number exactly that you want to show?
You could try using something like this, so that when the sprite is clicked 1 count is added…
when this sprite clicked
change [ Clicks] by (1)
like, billions and trillions and quadrillions, to display as, something like:
You have 1.7 trillion scratch cats.
htmusic
Scratcher
21 posts

Help with Scratcher Clicker!!!

ok ░░░░▄▄▄▄▀▀▀▀▀▀▀▀▄▄▄▄▄▄
░░░░█░░░░▒▒▒▒▒▒▒▒▒▒▒▒░░▀▀▄
░░░█░░░▒▒▒▒▒▒░░░░░░░░▒▒▒░░█
░░█░░░░░░▄██▀▄▄░░░░░▄▄▄░░░█
░▀▒▄▄▄▒░█▀▀▀▀▄▄█░░░██▄▄█░░░█
█▒█▒▄░▀▄▄▄▀░░░░░░░░█░░░▒▒▒▒▒█
█▒█░█▀▄▄░░░░░█▀░░░░▀▄░░▄▀▀▀▄▒█
░█▀▄░█▄░█▀▄▄░▀░▀▀░▄▄▀░░░░█░░█
░░█░░▀▄▀█▄▄░█▀▀▀▄▄▄▄▀▀█▀██░█
░░░█░░██░░▀█▄▄▄█▄▄█▄████░█
░░░░█░░░▀▀▄░█░░░█░███████░█
░░░░░▀▄░░░▀▀▄▄▄█▄█▄█▄█▄▀░░█
░░░░░░░▀▄▄░▒▒▒▒░░░░░░░░░░█
░░░░░░░░░░▀▀▄▄░▒▒▒▒▒▒▒▒▒▒░█
░░░░░░░░░░░░░░▀▄▄▄▄▄░░░░░█ its just an
set [ v] to [ ]
if you want to make
change [ v] by (0)
work like
set [ v] to [ ]
DO AN HACK!

h,t MUSIC my other accounts music Spanish press F12 you get inspect element
betterplayer
Scratcher
83 posts

Help with Scratcher Clicker!!!

Actually help, guys.
betterplayer
Scratcher
83 posts

Help with Scratcher Clicker!!!

And… no help. Why doesn't anyone take anything seriously?
pianowizard
Scratcher
23 posts

Help with Scratcher Clicker!!!

shop thing:

when green flag clicked
set [shop v] to [0]

when this sprite clicked // make an arrow facing right sprite with this script
change [shop v] by (1)

when this sprite clicked // make an arrow facing left sprite with this script
change [shop v] by (-1)


define page 1 // all the sprites on 1st page have this script
forever

if <(shop) = [1]> then
show
end
else
hide



end

define page 2 // all sprites on 2nd page
forever

if <(shop) = [2]> then
show
else
hide

define page 3 // all sprites on 3rd page
forever

if <(shop) = [3]> then
show
else
hide
end
end

// make this go on to the number of pages there are, replacing all the numbers with the page number


pianowizard
Scratcher
23 posts

Help with Scratcher Clicker!!!

wait i forgot one thing

put this on all the sprites on the page thingy, along with the define blocks. you understand

put define blocks for cleaner scripts

when green flag clicked
page 1 :: custom

betterplayer
Scratcher
83 posts

Help with Scratcher Clicker!!!

Thanks. Now, the other thing?
71digitsofpi
Scratcher
50 posts

Help with Scratcher Clicker!!!

well maybe have a look at robloxors cookie clicker? he uses that system. Oh and also please add my username as a tower on scratcher clicker

when green flag clicked
Eat [Enter your favorite food here]

Powered by DjangoBB