rexrainbow's Recent Forum Activity

  • 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" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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)

  • I will create another thread to release it.

  • Nice idea + 1

    It seems to affect to all instances in a kind of sprite. Maybe it could be a "plugin" better than "behavior", I thought.

    In this plugin, at start of layout, setup which kind of sprite will be sorted every tick. It could add some filters to select which instances to be sorted.

  • ...Leave the break off to process the remaining case conditions...

    switch (var)
    case 0:  // if var == 0
    case 1:  // or var == 1
    case 2:  // or var == 2
        .... do something
        break

    You could add "compare" condition like "system condition:Compare two value", to be used in expression's "OR" operation.

    if var1 > 3
    or var2 < 5
    or var3 == 7
        .... do something

    Uh, it is not the same with traditional "switch case". So it might be better to create another plugin. <img src="smileys/smiley9.gif" border="0" align="middle" /> Sorry.

  • Update

    Gonzdevour found a bug when re-enter layout.

    BTW, remember using "Action: Stop worksheet" when leaving layout.

    PS. Ashley, dose plugin has "onDestroy()" method like in behavior?

  • Actually, this is a demo of WorkSheet plugin.

    Game designer can edit the text file and add new sound to create new level.

  • Only method1 (traditional) can pass variable name = "Variable1", and value = 123. You can use "Action: Set parameter"

    Set parameter ["Variable1"] to 123

    Sorry, I am not really understanding your question. <img src="smileys/smiley9.gif" border="0" align="middle" /> Do I hit the target?

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