WizLore's Forum Posts

  • This does not reverse the animation if a character is moving in opposite direction. Is there a way to do that?

  • Trying to do a couch party game, with up to 3 players. Should be able to use keyboard and gamepads dynamically. I'm looking for a tutorial to do this in a smart and flexible way.

  • I take it timelines are not yet fit to animate a complex character who mirrors / flip. There are tools missing. So will still look to Spriter.

  • So, I got a character consisting of several sprites in a hirarchy and animated trough timelines.

    I would like to do the left-walk animation in the Timeline and mirror it for the right side.

    Problem is when I mirror the Parent the children will use their own axis as mirror. So a face looking up, will look down after the hirarchy is mirrored.

    Is there an easy fix for this, or maybe another way to do the same thing?

    Tagged:

  • Thanks lionz, works like a charm.

  • Got 3 sprites in family 'Friends'.

    They have different attackspeed.

    I write the action:

    Every 'Friends_attackspeed seconds' - spawn object.

    Problem is they dont use their own attackspeed.

    I have also tried a for each loop. But cant get it right.

    Any help would be appreciated.

    First part works fine, but line 23.. it does not use the individual sprites Attackspeed.

  • Hey Aituok - Did you find a solution? :)

  • You do not have permission to view this post

  • You do not have permission to view this post

  • How about just making the square parent to the hirarchy instead of pinning?

  • Is there a way to animate with the timeline editor in construct and resize the objects afterwards?

    Dont like the idea of doing the same animation of complex characters for different resolutions.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I use joystick to control a bullet.

    When colliding with a solid it does not "respect" the stop / set speed to 0 action.

    Because the movement action is telling it to move at speed x.

    The 'bounce off solids' make it behave wierd when controlling the movement. Would like it to just stop like the car behaviour does when hitting a solid.

    Any suggestions?

  • So when I try to open the file om MacOS I get this:

    "construct.net can't open file because it contains system files"

    I've tried both saving as single file and as projectfolder.

    Any Ideas?

  • You do not have permission to view this post

  • I got one character composed of 5 sprites.

    The animations are done with timelines.

    The timeline finished and I set the sprites to their original x and y. Also tried to 'stop' timeline.

    But when the animation has run several times the sprites becomes slightly misaligned (their position is no longer where i set them to be). Why?