Hi
I'm trying to do that when the player collects coins it modify the text to show how many coins do you have but is hard and I'm kind of new her so I don't know that many stuff
can someone help pleas?
You can do something like this:
Global Variable CoinsBalance=0 Player on collision with Coin Coin destroy Add 1 to CoinsBalance CoinsText set to "Coins: " & CoinsBalance
If you want to make a nice effect when picking coins, check out the new template "World to HUD Position" in beta version of Construct.
https://editor.construct.net/#open=world-to-hud-position
Develop games in your browser. Powerful, performant & highly capable.
I'm not using the script lines so I don't understand the code that u used so can you tell me how to do it with the way I'm doing it
That's not a script. It's events.
Please study a few templates, they are extremely useful for a beginner.
THANK YOU YOUR HELP IT JUST MADE MY DAY I BEEN TRYING TO MAKE THAT WORK ALL DAY