banquetburger's Forum Posts

  • 7 posts
  • Requesting "Dots" by Somebody - or something similar that'll let me knock out every other line of a sprite during runtime.

  • That pointed me in the right direction - thanks BH!

  • I'm streamlining my code.

    I have a bunch of objects with the same instance variable.

    I'd like to group those objects under a Family and create the variable on the family instead... but deleting the variable from an object so I can apply it to a Family removes every reference to it from my code.

    There's a lot of code.

    Is there some way to do this that doesn't require rewriting everything?

    Thanks

  • Yeah, that's what's what it was.

    Thanks for the quick response, Ashley.

  • I remember reading many months ago in a dev update that non-square images either ARE or WILL BE okay, and that they'll no longer be expanded to square images during export... or something like that.

    Basically wondering if I can break the square image rule now, without adding necessary bloat to my project.

    Thanks

  • Thanks for the quick reply dop2000 - I'll start there and figure it out.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi there - brand new user as of yesterday.

    I'm playing around with the 8Direction Behaviour - it works mostly fine for what I want to do, but I'm looking to set different max speed and acceleration values for x and y movement.

    As an alternate route, I attempted to build my own behaviour using the Custom Behaviour option, but went way down a rabbit hole and ultimately ended up with way more problems and mysteries.

    Can anyone help me out?

    Is 8Direction modifiable in the way I'd like, or is there an alternate option I'm not aware of?

    Thanks in advance.

  • 7 posts