In the help site for Adventure Maker, there is a section about a money variable.
5. How to create a money variable, to increase it and to display it?
Just create an "integer" variable called for example Money, and then use the following code to increase it:
Money = Money + 1
To display it on the screen, create a new textbox (by right-clicking on the frame background), and then use the following code:
Text(1) = Money
Anyway, I got the money amount to be displayed on the frame, but when I assigned the dollar bill icon I made to give me money, the money amount stays at zero. Anyone know how to fix this? Where exactly do I place the script "Money = Money + 1" ? Any help would be highly appreciated.
Thanks,
Brian