Posts by famousgnu6

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.

    Hi,

    I have made the online leaderboard using this tutorial:

    Please login to see this link.

    I has all gone well and it works perfectly but I was wondering how to reset the scores.
    It may sound like a n00by question but all help is very much appreciated.

    Thanks,
    Ross

    Either I'm noob or I did something wrong. I can enter any score and the text can't be set to a global value.. How do I print the score? I don't understand how I make it so players can't enter any score.. Just their actual score in my game. I went to the script php file but it said I shouldn't touch it unless I knew what I was doing ;o

    Hi,
    What you need to do is:
    1) Move the 'Edit Box Player Score' box out of the play area
    2) Go to the frame in which you want to transfer the score from and go into the Event Editor
    3) Make a new condition called 'End of Frame'
    4) In this condition, go to 'Special Conditions' and click 'Change a Global Value' then 'Set'
    5) Type

    Code
    score( "Player 1" )

    and click OK
    6) Go to the Event Editor in the Leaderboard frame
    7) Under the condition 'Start of Frame', select 'Edit Box Player Score', go 'Alterable Values' > 'Set' and insert

    Code
    Global Value A

    or whatever global value the score is set to
    8) Insert a Counter into the Leaderboard frame
    9) Go into the event editor and under the condition 'Start of Frame', select the counter and select 'Set Counter' from the menu. Insert

    Code
    Global Value A

    or whatever global value the score is stored in. This is now the score display

    That should work now:)
    Don't hesitate to ask any questions

    This is what my frame looks like:
    Please login to see this attachment.