Hey everyone,
I'm newer to the Construct realm and started working on my first game. So far everything is working out just nice but I think there maybe an issue with the text box displaying things from the start of layout.
I setup a very simple example to test and it also did not work there. I must be missing something.
created a global var of Coins=0
setup the player and coin sprite
setup the collision of player to coin add value 1 to Coins
added a text box and every tick set text to Coins & " Coins"
From the guides that is pretty much it but on the start of the layout no text shows in the box. When I grab a coin the text then shows and stays showing until the layout is reloaded.
I tried to mess with is visible stuff but can't seem to figure it out.