Typo: remeber >> remember
commited
commit
f43d716308a136fc84bafc49035ecf424c5dd1bb
... | ... | @@ -10,7 +10,7 @@ Though this new script made a great new mechanic for Fancade it has some limitat |
10 | 10 | ## More info |
11 | 11 | Items can be either one type of upgrades or boosters just by playing with the buy limit settings and Variable input of the menu item script. You can choose between ON/OFF, Max 2-100 or no limit. |
12 | 12 | |
13 | You also cannot use menu item to add buttons on the top of the screen or the pause menu. Remeber the [[top of this page|#top]]? |
|
13 | You also cannot use menu item to add buttons on the top of the screen or the pause menu. Remember the [[top of this page|#top]]? |
|
14 | 14 | ## Example |
15 | 15 | You can make a clicker game with Menu Item. So, add a [[touch sensor]], a [[get variable]], a [[increase number]] and this script (Menu Item). Make it detect tap begins. Make it increase variables named `Coins` and `!Score`. (! means saved variable, tap `Local` then `Global` to get `Saved`. |
16 | 16 |