Developer's Recent Forum Activity

  • Thank you! I'll be waiting!

    This is already on our todo list.

    And where can I see this todo list? It's interesting to know what are your other plans?

  • topic up!

  • When do you make Grid Movement behavior?

  • There is a great Grid Movement behavior in Construct Classic, but Construct 2 still doesn't have it. All available third-party plugins and behaviors imitating Grid Movement for Construct 2 aren't suitable. They are either buggy, or there is not what we need.

    When do you plan to make Grid Movement behavior for Construct 2?

    Must-have:

    Properties:

    - speed X

    • speed Y
    • tile width
    • tile height
    • change angles
    • default controls
    • activated at start
    • reacted with a solid

    Conditions:

    - is moving

    • compare speed X
    • compare speed Y
    • compare tile width
    • compare tile height
    • is activated
    • is reacted with a solid

    Actions:

    - set speed X

    • set speed Y
    • move horizontally
    • move vertically
    • set tile width
    • set tile width
    • set activated
    • set reacted with a solid
    • set change angles
    • simulate control
  • Help!

    If the character jumps, he appears behind the boxes. How to fix it?

    Example: dropbox.com/s/1uwyogke54fbg9h/ZSort.capx

    Jump: Z

    Moving: (Left, Right, Up, Down) arrows

  • I've replaced this

    spritefont/runtime.js

    this.type.gl_rect.set(0,0,(this.bctx.canvas.width-1)*this.scale,(this.bctx.canvas.height-1)*this.scale); // remember this uses coordinates, so width/height minus one

    to this

    this.type.gl_rect.set(0,0,this.bctx.canvas.width*this.scale,this.bctx.canvas.height*this.scale); // remember this uses coordinates, so width/height minus one

    Error is gone. For what was -1 width/height? Will it cause to any consequences?

  • Hi Mipey! I have a sprite 16x16 with the figure "0". I've added this figure to Spritefont, adjusted the settings to 16x16, but I didn't get a match in the end - image is smaller in spritefont and has a distortion. Why and how can I fix it?

    my capx: dl.dropbox.com/u/36082595/c2%20temp/bug_spritefont.capx

    Construct 2 r122 beta

  • Hi. The task: to divide the interaction of solid objects.

    Explanation: There are 2 layers. On the first layer the red brick should interact with the red wall. On the second layer blue box should interact with the blue wall. How to make it? I turn on the wall solid attribute and boxes collides with both walls. I need to divide solids in layers that the red brick collided with only the red wall and the blue box with only the blue wall.

    capx: dl.dropbox.com/u/10760635/capx/solids.capx

  • Hi Mipey!

    When will you make effects support? (Burn, Color, Darken ect)

    <img src="http://s017.radikal.ru/i421/1303/69/6aaf1f086693.jpg" border="0" />

  • Hi! Can you make an option in C2 that enable solids interaction only on certain layers? Here's more detail explanation of the problem scirra.com/forum/topic64002.html

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ashley, can you make a system where solids interact only on certain layers?

  • Hi. The task: to divide the interaction of solid objects.

    Explanation: There are 2 layers. On the first layer the red brick should interact with the red wall. On the second layer blue box should interact with the blue wall. How to make it? I turn on the wall solid attribute and boxes collides with both walls. I need to divide solids in layers that the red brick collided with only the red wall and the blue box with only the blue wall.

    my capx: dl.dropbox.com/u/10760635/capx/solids.capx

Developer's avatar

Developer

Member since 23 Feb, 2013

None one is following Developer yet!

Trophy Case

  • 11-Year Club
  • Email Verified

Progress

12/44
How to earn trophies