rexrainbow's Recent Forum Activity

  • winkr7

    Thanks, I had fixed this bug, please download rex_board_edge plugin again.

  • winkr7

    get moveable area in hex board works fine. I guess that I had missed something, please provides a very simple test capx.

  • This plugin had been deprecated. scenarioJ might be a better choice for external text script.

  • ScenarioJ

    Motivation

    rex_scenario plugin runs external commands (script) in csv format, which can be edited in excel, open office, or google document. It could not handle control commands like for loop, while, if..else if ... else.. well. So I tried to find another command (script) format with a better editor. Then I found that I could use C2 event sheet to be the external commands (script) editor, and save commands (script) in JSON format.

    This rex_scenarioJEditor plugin provides actions/conditions/expressions to build external commands (script), then gets the content of commands (script) in JSON string, runs it in rex_scenarioJEngine object.

    Snapshot of editor:

    • Editor: Create Scenario-Json commands. These commnds (script) could be saved into a string variable or an external text file.
    • Engine: Execute Scenario-Json commands which created from rex_scenarioJEditor plugin.
  • winkr7

    Fixed, please download rex_board_edge plugin again. Thanks for this bug report.

  • cmee

    You might update rex_Tagtext plugin and rex_text_scrolling behavior to latest version, then try again.

  • The performance dropped might come from 2 reasons.

    1. as you mention the image is saved in a text string , not a binary file. (In your given URL, it saved image in base64 string too, not a binary)

    2. file saving in official nw.js plugin is synchronous, events will be held until one file saved, then saves next file. An asynchronous file writing action might improve performance a lot, imo.

  • Update:

    Add action and properties to set delimiters. Default is "{{" and "}}".

  • MatheusCastellar

    Yes, I add another "action:Simulate keyboard event by keycode". Update the plugin and see this capx

  • KZR

    I found 'keypress' event in official keyboard plugin is to capture 'keydown' event, that's why the firing of 'keypress' event of this plugin will be missed in official keyboard plugin.

    Use 'down' and 'up' to fire 'press' and 'release' event of official keyboard plugin.

    I also remove 'keypress' option of this action.

  • Does Pode 's filesaver plugin work?

  • Try Construct 3

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

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

    Try this plugin to process string with variables.

    For example,

    1. you could call "Action:Set value" of rex_mustache plugin to save the value of "firstname", like "firstname" = "rex",

    2. and the string saved in CSV might be "Hi, {{firstname}}".

    3. after string replacement by expression mustache.render, "firstname" will be filled with "rex", and get result "Hi, rex"

rexrainbow's avatar

rexrainbow

Early Adopter

Member since 4 Apr, 2011

Twitter
rexrainbow has 84 followers

Connect with rexrainbow

Trophy Case

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

Progress

15/44
How to earn trophies