Updated Menu Item.md (markdown)
commited
commit
d0b85192ebef8e3cb97228872256fc5ed11f4cb9
... | ... | @@ -16,6 +16,6 @@ You can make a clicker game with Menu Item. So, add a [[touch sensor]], a [[get |
16 | 16 | |
17 | 17 | Now get a [[set score]], plug in `!Score` into the Score wire, and plug `Coins` into the Coins wire. |
18 | 18 | |
19 | Add a shop with many items, starting with `More per tap`. This is like in fanclicker by Origedit. Replace the increase number with: set var (add nums, `!Score`, (whatever saved variable you are using for the more per tap item in the shop, ~~lol~~)). Do the same for the `Coins` variable. |
|
19 | Add a shop with many items, starting with `More per tap`. This is like in fanclicker by Origedit. Replace the increase number with: set var (add nums, `!Score`, (whatever saved variable you are using for the more per tap item in the shop)). Do the same for the `Coins` variable. |
|
20 | 20 | |
21 | 21 | Add a way to make the player claim the coins they got in game and submit their score. If you are using a button to do this then check the [[tap to pick closest object]] article, make a unglued object and repeat the scripting in the article image. |
... | ... | \ No newline at end of file |