Hello, I am trying to do coin pickup and I am wondering if there is other way with list than doing it manually.
Manual example what I am using:
We can see 3 coins and I want them to have them in group or list and detect which one is clicked + delete him when clicked. Does someone know how to do it? Thanks!
How many coins are used?
If it’s 5 or fewer coins, it’s simpler to just create individual variables for each, along with a score variable, making a total of 6 variables.
Certainly, there are many ways, but… it’s not easy to give an answer just by asking like this.