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.
  • Can you include spaces between the digits of a score in a Fusion 2.5 game? I have designed a graphic element of a row of boxes and each box will contain a separate digit. Can I do this or will it not work properly like this?

    Thanks!

  • Hi DokieMaster, probably the way I'd go about that would just be to use an art package like paint.net or GIMP, and simply create numbers with the required amount of padding on either side, then upload them into your counter (but don't crop the images when uploading them into the counter), that way you can space the numbers however you like.

  • Optionally, you could also create several counters, and then have them read one digit each from a score value. You'll have to convert the value to a string and then the return the characters back as one-digit values to their corresponding counters. I guess it would look roughly something like this in the expression editor:

    Set Counter 1 to:
    Val(Mid$(Str$(score value),0,1))

    Set Counter 2 to:
    Val(Mid$(Str$(score value),1,1))

    Set Counter 3 to:
    Val(Mid$(Str$(score value),2,1))

    etc. etc.

Participate now!

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