How would you get the player to be able to choose which varable they want to modify without making a slider, creating another set of variables, or making a button for every single one? I am trying to make a trading game. I have different-colored arrows on the background and when you click a sprite stops on the one you clicked on. But when I tried to use the block
[blocks]<color[ black ]is over[ color of the arrow [/blocks]
it didn't work.
Is it at all clear what I am trying to ask?
Offline
What is the black thing that's over the arrow? If it's the mouse, it didn't work because the mouse doesn't interact with this. Use <touching[ mouse pointer> instead.
Offline