mahaiting's Forum Posts

  • 13 posts
  • Hi,

    is there a software used for create something like spritefont? any advice?

  • Hi, I think this plugin is what I need.

    Does it support C3 ? Because I use C3 now. thanks.

  • rexrainbow

    Your pathfound plugin is more fast then the system pathfinding in c2, I like it!

    Many thanks for you contribution for us.

  • rexrainbow

    Do you have any plan to make the SLGmovement for c3, because the system pathfinding function is very slow. thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • How do I call an external javascript in c3 such as below c2 addon.

  • when i enable easystar, i found the cpu usage is very high.

  • Dears,

    here is a sprite named "hero1", and I created "hero1" many times in the same layout.

    all the heros will move from one position to another position.

    my desired effect is:

    when two hero overlap, check the hero.Y, and dynamically change their z-order. how to do this?

    thanks a lot.

  • Workaround would be to make a copy of the building sprite on a layer above the character (or with top z order) and set that sprites opacity to say 66 percent. That way you'll see the character underneath it but not with full opacity.

    Good idea! I will try it.

  • Welcome to C2!

    You can simply change the Z order. Set buildings to top or the NPC to bottom. If you still want to see a bit of the NPC, you can use Blend Effects.

    which blend effects can support this?

  • Hi,

    There are a lot of tilemap on the map, when I touch any empty space, I can get the touch.X and touch.Y very easily.

    but I want to get the tilemap(X and Y) near to touch.X and touch.Y. How to do that?

  • Welcome to C2!

    You can simply change the Z order. Set buildings to top or the NPC to bottom. If you still want to see a bit of the NPC, you can use Blend Effects.

    Dear, thanks for your quick reply.

    I know the z order. which blend effect can support on this? Yes, I want to see a bit of the NPC when they are overlap.

  • Hi,

    I'm a fresh man for study C2.

    I try to make a 2D RPG game and have a small problem.

    there is a NPC and building on the map. When the NPC is overlap with the building, I want to make the NPC overlap part to transparent(Not all the NPC body transparent, only the overlap part).

    Thanks.

  • 13 posts