rexrainbow's Recent Forum Activity

  • Kyatric

    This plugin is not loading image to sprite.

    In other words, does sprite have action to assign new image?

  • Update:

    Fix bug when reconfigure extra control keycode.

    BTW, the [Plugin"> Key-code provide user to scan down-key. It can work with 8directionMP and platfromMP together to reconfigure control key at run-time.

  • flynsk

    Tnanks, some plugins are a little hard to explain, so I have not post yet.

  • It's my pleasure.

    I am thinking about a control capture that allow user configure control from keycode, mouse, touch...

    Like this plugin in C1.

    The architecture of C2 is different with C1, so that it's may a little difficult. (Oh, I just thinking... <img src="smileys/smiley36.gif" border="0" align="middle">)

    EDIT: I delete the test file since you had a copy now.

  • The reason why I have not implement the key-scan in behavior plugin is, I think the key-scan is more general.

    Put the key-scan into "Plugins" is better in "Behaviors", like yours.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 8directionMP, platformMP

    No, I mean to using an action "Start to scan" to activate the scan.

    After that, the key-down will trigger "Capture key".

    Then using expression to get the keycode.

    I fix the plugin, you can download here.

  • It's seems "keydown" will always trigger condition "Capture key".

    Adding an action "Start to scan key" is better. "Capture key" will be triggered once after a "Start to scan key".

    Plugin 8directionMP and platformMP have an action to allow user set customize control by keycode.

    Maybe these can work together.

  • > I think the easiest way to implement this is a special kind of "OR block" that runs if any of the conditions in the block are true.

    What about calling it ANY?

    Good idea!

    It's hard to implement "OR" condition in plugin at current framework -- it's an "AND block".

  • Good question!

    The operation of condition block is --

    1. execute from the 1st condition

    2. if 1st condition is true, then execute 2nd condition

    3. if 2nd condition is true, then execute 3rd condition

    4. ... until one condition is false, then this condition block is FALSE

    It's hard to implement "OR" condition at current situation.

  • Oops, find another bug at "Is extra control down", please update again.

  • Branch

    This plugin provides branch like "if", "else if", "else" in condition block.

    See example for more detail.

    Screen shot of example:

    <img src="http://i1081.photobucket.com/albums/j352/rexrainbow1/file.png" border="0">

    Follow these two rules to use branch plugin:

    1. add "if", "else if", "else" at the first condition in condition block.

    2. add "break" at the last condition in condition block. (condition block with "else" can ignore "break")

    I thought C2 will provide branch in the future version. This branch plugin is just a substitute.

  • Sorry, I update these again. If you catch a bug, please let me know.

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