Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » I'm Trying to make a simple shop for a simple clicker game
- metaknight99989
-
6 posts
I'm Trying to make a simple shop for a simple clicker game
Can you help me?
- deck26
-
1000+ posts
I'm Trying to make a simple shop for a simple clicker game
What are you stuck with. That involves multiple steps but mostly simple ones so you should be able to do some of it. What you want to end up with is probably a variable representing the ‘score’ for a single click.
- -Paths-
-
100+ posts
I'm Trying to make a simple shop for a simple clicker game
a clone ID script can be used to clone buttons, background and other things;
set a variable to something ( i.e; ‘buy button’ )
then, under ‘when i start as clone’, put an if - else with if ; ID variable = buy button, do stuff.
set a variable to something ( i.e; ‘buy button’ )
then, under ‘when i start as clone’, put an if - else with if ; ID variable = buy button, do stuff.
- AnyGalaxyWolf
-
15 posts
I'm Trying to make a simple shop for a simple clicker game
a clone ID script can be used to clone buttons, background and other things;
set a variable to something ( i.e; ‘buy button’ )
then, under ‘when i start as clone’, put an if - else with if ; ID variable = buy button, do stuff.
Here is a script example
Last edited by AnyGalaxyWolf (Oct. 7, 2021 19:22:18)
- MrPotatoManv3
-
37 posts
I'm Trying to make a simple shop for a simple clicker game
Can you help me?
Try using the code in ShopButton on this game. Feel free to use as much of it as you wish. Just be sure to give credit, thanks!
https://scratch.mit.edu/projects
- metaknight99989
-
6 posts
I'm Trying to make a simple shop for a simple clicker game
I'm stuck with not knwoing how to make a simple shop I want it so that when my mouse hovers over a grey area that the shop opens kinda like a tower defense shop What are you stuck with. That involves multiple steps but mostly simple ones so you should be able to do some of it. What you want to end up with is probably a variable representing the ‘score’ for a single click.
- supergamer10000
-
1000+ posts
I'm Trying to make a simple shop for a simple clicker game
Here, I think this will help you https://en.scratch-wiki.info/wiki/How_to_Make_a_Clicker_Game
- metaknight99989
-
6 posts
I'm Trying to make a simple shop for a simple clicker game
Also SThanks every body for joining this scratch disscuss!

- TheFezzle
-
14 posts
I'm Trying to make a simple shop for a simple clicker game
When this sprite licked broadcast open shop when x clicked broadcast close shop
- metaknight99989
-
6 posts
I'm Trying to make a simple shop for a simple clicker game
Hm I've made the shop its just that I cant close it! 0o0 When this sprite licked broadcast open shop when x clicked broadcast close shop
- Discussion Forums
- » Help with Scripts
-
» I'm Trying to make a simple shop for a simple clicker game