rexrainbow's Recent Forum Activity

  • Joannesalfa

    I use my hash table object to store data then export them by JSON string, push it into UndoRedo.

    You could use official dictionary or official array object to store data and export to JSON string, too.

  • shinkan

    Uh, I'm not sure, please download the slg movement again... and give me the capx file which has problem.

  • stobbsc

    Humm... one work-arond solution is --

    1. pick the move-able are with moving points = 4, stored the tiles UID in instance group named "rang4", for example

    2. pick the move-able are with moving points = 3, stored the tiles UID in instance group named "rang3", for example

    3. instance group object has "Action:A - B" -> "rang4" - "rang3", to pick tiles which in set "range4" but not in set "rang3"

  • stobbsc

    To swap two chess, you could save one UID of chess, pick the other one, then use "action:Swap" in grid move behavior and put the first UID of chess in parameter. It will swap the logic index and physical position.

    If you want to move the chess by your self, you could use "action:Swap chess by UID" in board object, it only swap the logic index.

    About question 2, I'm not sure what's you means the "inst->clean". Uh... I did not remember I had made this action.

    The moving path is stored by UID of tiles. User just pick tile by these UID and do what they want.

  • stobbsc

    Uh, I'm not sure what's you mean "make the layer bigger".

    If you want to make a bigger board, just set the width and height at properties table of board object, or use "action:Set board width", "action:Set board height".

    About question 2, it depends on your design, these plugins did not handle the owner of chess.

  • Cowdozer

    I had made linear, and quadratic force before, but the effect is not good enough.

    The target will be applied a very big force when the distance between source and target is very very small.

    You could try it by modified this plugin.

  • Update:

    • excluded target when it is a source with the same tag.

    ( Thanks to Cowdozer )

    • fix typo at combo:Target in property.

    Note: it is a breaking change, please reset target object setting in properties table.

  • lemo

    RedDragon

    Thank you, I had fixed all my released plugins' download link to my public dropbox folder, hope this server could be more reliable.

  • RedDragon

    Thanks, I had fixed the download link, now it is on my dropbox folder.

  • lemo

    Thanks, I had fixed it. I use public folder of dropbox to store zip plugin now, And it is my new download repo tool.

  • Update:

    • Change all download links
    • Now grid move behavior could move tile (z=0) since some users might ask me why grid move could not work. It might be easy to use in a small case which only have tiles on the board.
  • Try Construct 3

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

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

    Or another way, register function in the behavior into the plugin, so that you could get the function reference directly. Just remember clean the reference when instance destroyed.

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