Posts by Guilherme

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, The Json++ Object for HTML extension is currently in development and hasn’t entered the beta testing phase yet, but it will be available soon. Even though you’ve paused your support on Patreon, we appreciate your contribution to the project. If you have any questions, feel free to reach out to us on Discord at gui8515#5436.

    :)

    Yes! soon, fortunately or unfortunately, my work and family are demanding a lot of my time, but whenever I can, I'm making progress little by little. I've created a Patreon to support the development, and in the future, I intend to make it available for free.

    I'll leave the link in case you'd like to support the project. ^^ -> Please login to see this link.

    Hello, I'm curious if this is still being worked on?

    It would be a shame if this got left in the dust


    I'm gonna stick with the project! But gotta pay the bills at home, lol. Still can't fully support myself just with game and app development and extension development. Unfortunately, I have little time for dev right now, but I won't give up! ^^

    ## [Unreleased]
    - Action: Current Object > Move
    - Action: Current Object > Rename
    - Condition: Current Object > Changes > Has Inserted
    - Condition: Current Object > Changes > Has Changed
    - Condition: Current Object > Changes > Has Deleted
    - Condition: Current Object > Changes > Has Copied
    - Condition: Current Object > Changes > Has Moved
    - Condition: Current Object > Changes > Has Renamed
    - Action: Move
    - Action: Rename
    - Condition: Object > Changes > Has Inserted
    - Condition: Object > Changes > Has Changed
    - Condition: Object > Changes > Has Deleted
    - Condition: Object > Changes > Has Copied
    - Condition: Object > Changes > Has Moved
    - Condition: Object > Changes > Has Renamed
    - Expression: Current Object > Get Name
    - Expression: Get Name


    ###Added
    - Expression: Current Object > Get Type


    ###Fixed
    - Core: Current Path Unicode in actions, conditions and expressions
    - Core: Internal Version
    - Condition: Current Object > Is Structure
    - Condition: Current Object > Is Object
    - Condition: Current Object > Is Array
    - Condition: Current Object > Is Number > Any
    - Condition: Current Object > Is Number > Integer
    - Condition: Current Object > Is Number > Float
    - Condition: Current Object > Is String
    - Condition: Current Object > Is Boolean
    - Condition: Current Object > Is Null


    ###Broked
    - Conditions: Doesn't work - Current Object > Is Number > Double

    Just want to say huge thanks for your work! Json is a really good format to use to store levels or other game data as an alternative to fusion arrays, I wanted to use it for my game but the old json object could only read, not write, making it not that useful, so this is really great!

    Thank you so much, I'm really glad to hear that you liked it! Working with JSON files opens up a lot of possibilities in Fusion. Give the extension a try and let me know if I'm on the right track! And if you want any specific feature, just let me know here.

    ## [v0.0.76-alpha] - 2023-05-29


    ###Added
    - Action: Current Object -> Insert -> Null
    - Action: Insert -> Null
    - Condition: Current Object -> Compare to Value
    - Condition: Object -> Compare to Value


    ###Changed
    - Objects and pairs have unordered structure in the JSON file

    ###Added
    - Action: Current Object -> Copy
    - Action: Current Object -> Delete
    - Action: Copy
    - Action: Delete
    - Example: Basic - Object And Arrays

    ###Changed
    - Improved error messages
    - Name file extension JSONPlusPlus.mfx

    ###Deprecated
    - Name file extension JSON++.mfa

    ###Removed
    - Properties template

    ###Fixed
    Example: Basic - Strings
    Example: Basic - Numbers
    Example: Basic - Booleans

    ###Broked
    - Build apk, but not work (unknown cause)
    - Expression: Current Object -> Get Name - returns nothing
    - Expression: Get Name - returns nothing

    * Fix conversion int and float
    * Fix Action: Current Object -> Insert Value
    + Action: Current Object -> Change -> Set String
    + Action: Current Object -> Change -> Value -> Set Value
    + Action: Current Object -> Change -> Value -> Add Value
    + Action: Current Object -> Change -> Value -> Subtract Value
    + Action: Current Object -> Change -> Boolean -> True
    + Action: Current Object -> Change -> Boolean -> False
    + Action: Current Object -> Change -> Boolean -> Toggle
    + Action: Current Object -> Change -> Boolean -> Set Boolean
    + New Example: JSON++ Numbers
    + New Example: JSON++ Booleans
    + New Example: JSON++ String

    + Action: Set JSON from String
    + Expression: Get Index
    + Expression: Current Object -> Get Index
    + Condition: File -> On Set JSON from String
    * Fix Unicode
    * Fix Expression: Get Error
    * Fix Expression: Current Object -> Get Boolean
    + New Example: Pokedex - API Consumer
    + New Example: Combo Box - Cascading Dropdown

    ### v0.0.65-alpha
    + Expression: Current Object -> Get Number Of Object
    + Expression: Object -> Get Number Of Object
    * Bug reported: Variables type number is broken


    ### v0.0.66-alpha
    * Fix compile Android


    ### v0.0.67-alpha
    * Fix compile Android


    ### v0.0.68-alpha
    * Fix compile Unicode


    ### v0.0.69-alpha
    * Fix compile Unicode
    * Update Examples

    ### v0.0.64-alpha
    + Condition: Navigation -> Has Navigated To Object


    ### v0.0.63-alpha
    + Condition: Current Object -> Is True
    + Condition: Current Object -> Is False
    + Condition: Navigation -> Has Left Object
    + Condition: Navigation -> Has Set Path
    + Condition: Navigation -> Has Set Current Object


    ### v0.0.62-alpha
    + Condition: Compare To String
    + Condition: Is True
    + Condition: Is False
    + Expression: Get Type