rexrainbow's Recent Forum Activity

  • The new version of sprite bank had been released named instance bank.

  • Document, plugin and sample capx are included.

    Save/Load instances. It will save/load instances through part of official save/load system.

    Compare with official save/load system

    Official save/load system will save/load all instances. This plugin only save/load the specifics instances by type, unsaved instances will not be affected.

    plugin: Grid freezer

    Load saved instances part by part.

  • baterism

    Have fun!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • rfisher

    I think so~ The network in C1 might be similar, too.

  • baterism

    Using official function object to be callback after exporting works fine at firefox in my testing.

  • rfisher one of these will become server+client who open the game, others are clients only.

  • R116 support Linux exporter, does it mean we could create node.js server by c2 which running at Linux environment like linode?

  • baterism

    Hum... Ok, I will check why official function could not be callback. It might be a bug. Thank you for this notification.

    AJAX is another story.

  • Yann

    Could this plugin run at cocoonJS?

  • Xavier

    MoveTo behavior will get moving distance every tick by speed setting, but it will not remember the start point of current tick.

    So it will move twice (or more) if there is more then one moveTo, one solution is keep only one omveTo activated.

  • Update

    Add "action:copy" to update hash table by other hash table.

    Sample capx

    It provides 3 mode:

    For example, the original content of hash table (hash table A) is

    {"a":1, "b":1, "c":1}

    ,

    The copy source table (hash table B) is

    {"b":2, "c":2, "d":2}

    1. "Overwrite from hash B"

    The result after copying by this mode is

    {"a":1,"b":2,"c":2,"d":2}

    2. "Merge new keys from hash table B"

    The result after copying by this mode is

    {"a":1,"b":1,"c":1,"d":2}

    3. "Clean then copy from hash table B"

    The result after copying by this mode is

    {"b":2,"c":2,"d":2}

    The motivation of making this action is to be used in loading saving data (from webstorage, for example).

    When the structure of saving data was changed, designer might need to check the valid of key (if the key did not existed, assign a default value) to make sure the compatible between new structure and old saving structure.

    For example, the hash table A

    {"a":1, "b":1, "c":1}

    ,

    is the old saving structure, and the hash table B

    {"b":2, "c":2, "d":2}

    is the new structure,

    Designer need to use a condition to check if the saving data had key "d", return 2 and write into hash table A if "d" is not inside.

    Now designer could use mode 2 to fill the new key from hash table B, so that designer could get value without checking valid.

  • baterism

    Use AJAX expression: LastData to get string under condition: On completed AJAX.

rexrainbow's avatar

rexrainbow

Early Adopter

Member since 4 Apr, 2011

Twitter
rexrainbow has 87 followers

Connect with rexrainbow

Trophy Case

  • 15-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

17/44
How to earn trophies