Login

Fancade Wiki

Created How to use the shop system (markdown)

... ...
@@ -0,0 +1,23 @@
1
Ok, so you're here to learn about how to use the shop system don't ya? Well, i'm Tha Cuber and im gonna tell you everything i figured out while using the shop system.
2
3
*** Coins ***
4
To use the coins, just take a number variable and stick it to the coins input in the score block. When playing the game you should see the coin counter at the corner of the screen. To get coins just increment the variable you used as the coin counter.
5
6
*** Menu items ***
7
To use the menu items, first take the block out of the inventory, then you get two kinds of inputs: a picture input and a variable input.
8
9
The Picture input is the object that will show when looking at the according upgrade it references.
10
11
The Variable input uses a variable to save the current state of the upgrade.
12
13
There's also other options when you select the block:
14
15
Name: the name of the item in the shop. If there's no object connected to the Picture input then it'll show as a section.
16
17
On/Off: this sets the amount of times that upgrade can be bought. For example, let's say you set it on Max 2.
18
The corresponding upgrade in the shop system will have to be bought 2 times to be maxed out.
19
If you leave it as On/Off, you'll be able to buy it onve, and toggle it on and off, kinda like an extra mode or a cheat code or something.
20
21
10 Fixed: this changes the price of the upgrade after you've bought it. If left on 10 Fixed, the price will stay on 10 coins every time you buy the upgrade. If it is on 10 Linear, then the price will increase by 10 coins each time you buy the upgrade. If set to 10 Double, then the price doubles each time you buy the upgrade. And you even get a bigger price if you keep clicking after 10 Double! The existing prices are 100, 1k (1,000) and 10k (10,000) and all of them have the same options except for 10k, which only has the fixed option.
22
23
And that's about it! If the page needs some extra information, or i wrote something wrong, please correct it. Also, this page should have some images, so if you can help with that, it'll be greatly appreciated. Let's keep updating this page so more people can learn how to use the shop system!
... ...
\ No newline at end of file
Fancade Wiki