rexrainbow's Forum Posts

  • No, I'm just a plugin maker.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks, gonzdevour.

  • Update:

    Embed the concept of "trigger once while true" into "Condition: On ended"

  • There are still a lot of functions need to be created, for example, network. It's not enought to have a basic network plugin only provides link/send/receive methods.

    I believe that there is another way to let user create network game without learnin any network knowledge. ex: game engine of warcraft3/startcraft2.

    (Uh, I have no idea how to do that, just a dream. <img src="smileys/smiley36.gif" border="0" align="middle" /> )

  • Gleam

    (icon is made by gonzdevour, he is a icon master )

    (Update: 2013/05/27)

    Gleam is similar with "fade in", and provides more detail setting.

    The period of gleam can be defined in properties grid at edit-time.

    These values is mapping to below figure.

    You can assign the opacity changing value from start value to end value. The durations of value changing are included

    • the duration from start to end (Start2End)
    • the duration hold on end (EndHold)
    • the duration from end to start (End2Start)
    • the duration hold on start (StartHold)

    That's a full period. And you can assign the period count, 0 is infinite.

    BTW, start value can greater or less than end value, you can set start value to 1, and end value to 0. Remember the final opacity value will be set to the start value.rexrainbow2013-05-27 01:21:20

  • Good idea, gonzdevour.

    I will release it at another thread.

  • I'm glad that you like it.

  • Document, plugin and sample capxs are included.

    Using LOGO-like script to move or rotate sprite.

  • Kyatric

    No, I am not the author of "Isometric Z ordering based on Y". Actually, this plugin doesn't exist right now.

  • Excel:

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

    CSV:

    ,Bill,Jerry
    Talk,"Hi, good morning",What's funny

    The string with ',' will be added double quotes.

    Hi, good morning -> "Hi, good morning"

    Otherwise

    What's funny -> What's funny

    Both of them can be parsed correctly.

  • PixelRebirth

    Thanks. I agree that the beginner may not have enough learning experience.

    For me, it's hard to find bugs in one event sheet with more than 100 events. A way to hide events is to use plugins, to make event sheet clearly.

    The less events, the less effort to maintain.

  • I'm just interested where to use this behavior in others' project. Because this behavior seems useless. <img src="smileys/smiley36.gif" border="0" align="middle" />

  • edisone

    Where do you use this behavior in your game?

  • New version - Ninja2 + touchwrap

    Older version -Ninja

    When mouse/touch overlap instance with this behavior, the instance will be shown (visible = true), otherwise instance will be hidden (visible = false).

    It can be used in scrolling button at boundary, like the arrow in this picture.

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

    (Image: gonzdevour)