How do I transfer the closing score to a final layer?

0 favourites
  • 3 posts
  • Hi everybody,

    I am new to C2 and working on it with a lot of fun, but also having a lot of questions

    Here is one of them:

    How can I move the closing score in my game to another (the final) layer? When the player loses in my game, his score is shown on the game-layer. Now, I programmed this situation in a way, that it switches to another layer saying sth like "Sorry pilot, not good enough, try again". But I don't know what event I should set that on this last layer the score is shown for the player.

    Can someone help please?

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • I assume that the score on the game layout is stored in a variable. If not, just add a variable on the game layout's event sheet and every tick set the variable to the score. You probably already have a text object on the final layer that says "Your score was ...", note that this object must be unique and not just the instance of a text object used somewhere else. Anyway, in the final layout's events, create an On start of layout, and add a (text object with score)>Set text. In here, you can just say "Sorry pilot" or something (if you have that text already with another object then you don't need that) and after that put an & to add up the strings, and just put in the name of the variable that you saved the score in. So it should be like this:

    "Your score was" & TotalScore

    In this case TotalScore is the variable.

  • Thanks Daemon, I'll try that. In any case I see, it's not only the 1,2,3 kind of doing it.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)