I'm currently using "toggle silent" to toggle my game audio on/off via a touchable sprite, but can't figure out how to make it so that it's possible to toggle s...
I have a string value for example text format: $9.99, it could also be USD9.99$ or 9.99 UAH. That is, the text is in different places and can be random. I need...
So for my game, I've got friendly and enemy soldiers. I'm intending for them to shoot at one another then just slowly walk about when not firing. I've turned th...
The player can drop items. If 2 items collide they should make a new item. The items have a name variable telling the game what they're. How do I check the name...