wertt22's Forum Posts

  • It's the same in "C2 runtime" in Construct 3. And it's not just Bullet, pretty much any behavior..

    I'm guessing this is how C2 engine works. If this was a bug, it would have been discovered and fixed long time ago.

    so Can't c2runtime to be optimized? c3 is good ,i want use c3 , but some plugin is not transplant to c3, like rex ,s gridctrl pin to image point ,how to transplant them to c3 thanks

  • there is a big porblem on c2,sprite behavior is consume cpu even behavior is disable

    but c3 do not have this problem

    look this 8000 sprite only add bullet behavior,but enable is false, consume 18%cpu

    if i delete bullet behavior for 8000 sprite cpu consume only 1%

    how to solve it????

  • use calljs????can do this???

  • i try to save xml or csv ,but i don,t know how to save to file, i use ajax to save to php server but some time i need make Single game with big data thx

    i want make a big game with 1000hero and infinite map ,i need Automatic creat map ,and one map had one data,infinite map had infinite data

  • ColludiumCan you provide more capx examples? i buyed this plugin ,but there only a editor.capx in zip file.thanks very much!

  • very nice work!very usefull work! do you use one tilemap to make iso map ? i use two tilemap on layout,my game is a sanbox, arpg, Clash of Clans like online game

  • the new forum del u site,

    hi can you make a effect to mesh sprite ,

    you can use sprite point to make this effect with 3para,

    like this set effect para:mesh sprite with angle(para0) to distance(para1) at point1(para2).

    if the webgl have the api to do this ,we can make animation by change the 3para, we can make a head smile,angry, it,s very usefull

  • how do i check the local variable on debug mode thanks

  • hi can you make a effect to mesh sprite ,

    you can use sprite point to make this effect with 3para,

    like this set effect para:mesh sprite with angle(para0) to distance(para1) at point1(para2).

    if the webgl have the api to do this ,we can make animation by change the 3para, we can make a head smile,angry, it,s very usefull

  • hi can you make a effect to mesh sprite ,

    you can use sprite point like this to make this effect with 3para

    mesh sprite point1(para0) at angle(para1) to distance(para2)

    if the webgl have the api to do this ,we can make animation by change the 3para, we can make a head smile,angle, it,s very usefull

  • how to make the light color effcet , some area have the dynamic color,Do you use sequence frames or webgl effects to make it? thanks

  • it,s very easy ,you can spawn Square and circular sprite every some time when is touching, then pin Square and circular sprite! the square angle is need to caculate

  • use html div pode plugin ,and insert html code for image show,

    you kan try to use animation loader plugin by rex

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Deformations can be done without webgl. I’ve done it before in plugins, it’s just not super fast.

    If you want to do deformations now, there are a few plugins that can be used.

    For one, there is the creature2d plugin. It does mesh deformations but you have to design them with the creature2d software. There may be another plugin for some other animation software as well.

    If you want to do the deformations manually with events. There is the custom draw and paster plugins. They both let you draw deformed quads. Combine multiple quads together and you can get some nice effects. The paster examples are a bit harder to find in the plugins topic.

    If neither of those float your boat then you can make your own plugin I suppose. The sky is the limit.

    thanks paster and customedraw is very useful plugin.if you can change them to behavior or effect for Sprite plugin,That will be a great contribution for c2. for example split the Sprite 10x10block. then set mesh change for some part of 10x10 block.

  • It won't happen for Construct 2 as it has to have solutions to both canvas, and Webgl.

    Webgl is the only part that can do transformations.

    The next runtime for C3 will be Webgl only and should provide for this functionality.

    perhaps someone can make a behavior or effect to do it. ithink ??????

    The difficulty is how to deal with local parts of pictures