Android Load and Save State

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 am working on a new extension called save state; The goal is saving all object state on the frame like;

    Position x,y size x,y angle ... then Load button restore saved state...

    After some test all working well , the saved file use internal storage and can only readable by your application no need permission.

    Trying to include save integer and string variables of each objects variables. Maybe include each object (Flags are binary) on off on on on on = 47

    Be patient ;

    Edited once, last by Gigatron (February 5, 2023 at 8:46 PM).

  • Hi,
    I am working on a new extension called save state; The goal is saving all object state on the frame like;

    Position x,y size x,y angle ... then Load button restore saved state...

    After some test all working well , the saved file use internal storage and can only readable by your application no need permission.

    Trying to include save integer and string variables of each objects variables. Maybe include each object (Flags are binary) on off on on on on = 47

    Be patient ;

    AWESOME! This will be an amazing add on!

  • Nice , so let's try to save all objects data and restore it after load state;

    Save what ? x,y size x,y, flags of objects (All objects on frame) save Global integer and String variables. Save Scores and lives[0-3]
    It's working like ini object with many loops (for i=0;i<xx;i++) .

    An example is included ... if it's working i will try to save all of objects data on the screen;

  • I can verify it works perfectly on my LG STYLO 5. I changed the graphic that rotates as it is easier to see when you save, the direction is saved too.
    I didn't bother testing it on my VERIZON Samsung Devices. X)

    Awesome work bud! This is Groundbreaking for Saving to Android with ease.


    Please login to see this attachment.

    Edited 2 times, last by VBEinc (February 7, 2023 at 8:51 PM).

  • Hi,

    Updated the 'Load and Save" state extension for android , this time trying to save Counters objects values; Integer, Double, String and so on , just integer values was tested;

    The example .mfa show values, save and restore the initial values of counters when load button is clicked;


    Regards

Participate now!

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