Discuss Scratch

Selenacode
Scratcher
15 posts

How to Make a Shop on a clicker





when green flag clicked

broadcast [ v]

That’s all I know. How do you broadcast your shop? How do make it click for you? Help Pls!
ognerubovi
Scratcher
15 posts

How to Make a Shop on a clicker

Bar:
when this sprite clicked
repeat (10)
change x by (-2)
end
broadcast [ shop]
Buttons:
when I receive [shop]
show
[scratchblocks]
when green flag clicked
hide
forever
if <<touching [ mouse pointer] ?> and <mouse down?>> then
wait until <not <mouse down?>>
if <(money) > [???]>
change [ upgradename] by (1)


end
end

[/scratchblocks]

Last edited by ognerubovi (Feb. 14, 2024 16:04:33)

ognerubovi
Scratcher
15 posts

How to Make a Shop on a clicker

ognerubovi wrote:

Bar:
when this sprite clicked
repeat (10)
change x by (-2)
end
broadcast [ shop]
Buttons:
when I receive [shop]
show
[scratchblocks]
when green flag clicked
hide
forever
if <<touching [ mouse pointer] ?> and <mouse down?>> then
wait until <not <mouse down?>>
if <(money) > [???]>
change [ upgradename] by (1)


end
end

[/scratchblocks]
Queen_Bee_Light_
Scratcher
97 posts

How to Make a Shop on a clicker

Hi! I do not know how to do that but go to youtube and search Zinnea she made a video on how to do a clicker game with a shop! go to @Zinnea to see her amazing projects!
medians
Scratcher
1000+ posts

How to Make a Shop on a clicker

You could do sth like this:
when this sprite clicked
broadcast [shop v]
And then show the items when the shop is loaded in some way, and hide anything that isn't meant to be there.
You can use this block to run code when the block is used:
when I receive [shop v]
whatever code you want ::grey //select the broadcast you want in the dropdown
Tips Window explanation:

Selenacode
Scratcher
15 posts

How to Make a Shop on a clicker

Queen_Bee_Light_ wrote:

Hi! I do not know how to do that but go to youtube and search Zinnea she made a video on how to do a clicker game with a shop! go to @Zinnea to see her amazing projects!






Thank you
stlanlyschool
Scratcher
2 posts

How to Make a Shop on a clicker

Is there some easy code for a shop???

Powered by DjangoBB