on page reload text box for score does not appear, any ideas I would be very greatful?
Thank you
Ed
create a new event (add the condition you want to reload the text), add your text object, and select "edit text"
you can add some variables using "&":
for instance:
"score : " & score
Develop games in your browser. Powerful, performant & highly capable.
Start layout, click play, playing game works fine and score is also visible. On object collision player is taken back to start layout and must reenter game. Upon doing so score in now not visible. Otherwise it works just fine on the first round.
Thank you for the reply
that's because you reset the score at the start of layout, isn't it? i had the same issue: know i reset the score in the main menu event sheet: when you click "play", the score is resetting before starting layout
yapiiiii, thank you I understand what needs to be done I just do not know how to do it. Would you have a .capx I might look at?
Thanks
i think your menu should look like this (i reset scores and global variables before launching the game):
Mine is almost identical?
but this is how it looks first, and then after reenter
Here is a demo of my issue:
Have no idea if this will help anyone else but I have found my issue:
Global yes/no -- NO