Online highscores help, added a value to a web url

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 all,

    I have gone through several threads and non of them help with my issue.

    I found this site: Please login to see this link.
    Went through the help me section and found that I am able to post scores from Fusion using the following event with the Get Object

    Please login to see this picture.

    "Please login to see this link."

    The above works fine, but asper the url shows score as 1

    Below I have listed what I have tried but to no avail.

    "Please login to see this link.
    &player=Player1&score=score("Player 1")"

    "Please login to see this link. value"

    (score value what a global value name I tried)

    I am really confused at the moment, I just need a way to change the url to a txt value or something, I thought I could get a txt string to grab the info I needed but again that has now worked :(

    Please login to see this picture.

    Many thanks in advance.

  • Bonjour
    il faut utils la commande Please login to see this link. pour recupere le n°1 ou Please login to see this link. pour avoire les 3 premier

    mais jeux en flash fait avec mmf :Please login to see this link.

    les video du projet controleur des jeux flash,htlm5,EXE,sourie avec le telephone comme manette :)
    VIDEO Please login to see this link.

    VIDEO Please login to see this link.

    Edited once, last by CapitaineCaverne: petit erreur (December 14, 2017 at 10:29 AM).

  • [MENTION=13969]rosse119[/MENTION] I'm not sure if you've made a mistake writing this post or in the expression itself but:

    "Please login to see this link.("Player 1")"

    Should be:

    "Please login to see this link." + str$( score("Player 1") )

    This is because if something is in quotation marks (and in purple), fusion will mark it as a string (As in most coding languages) and will not change it, it's literal, it's a quote and fusion will not dare change whats inside it because it wouldn't be what you've said anymore. However, using other functions and + you can modify and join strings together because you've told Fusion specifically to do that.

    Also, the str$( value ) function turns a number into a usable string, it is useful as fusion will give an error if you wanted to operate a number onto a string (Or you gave a number in the expression and it wanted a string) or vice versa.

    - BartekB

    Join the Click Converse Discord! - Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!