newt's Forum Posts

  • If so example please!

  • I would limit the angle range on line of sight.

  • Is it fixed yet?

  • Cut means copy contents to clipboard, and delete the current selection.

    Hence the saying "Cut and paste".

    Well at least it does in most image manipulation programs.....

  • Yeah, you could do that with preprocessed images, hardly worth attempting real time as you would need multiple maps for multiple positions. Not to mention what it would cost in processing power.

  • No, it's supposed to work this way - the mesh counts the 'squares' between vertices, ie. a 1x1 mesh (a square) has 2x2 vertices (the four corners). Making it 1-based would be counterintuitive because a 4x4 mesh would have vertices up to 5 which might be confusing! Still, I guess it ought to be in vertices rather than squares.

    How would you rename it?

  • Was added in the 99 series. Check under animations, and there's a check box in preferences as well.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You mean the ability to change the displayed angle different to the movement angle?

  • [quote:nagimyh4]The idea is that everyone donates for a feature that would benefit all of us - The more people donate, the higher the amount of money the person that delivers will get.

    There's nothing keeping you from doing that with plugins. You could even set it up so that those that contribute get the plug free, and if it was sold get their money back. If it was a good behavior or something there's a chance to get back even more.

    Of course your limited on changes to Construct itself.

  • You can always hire a third party to do programming. Keep in mind its licensed GPL so any changes made have to be attributed back to the source.

  • I think what he means is some sort of interpolation of the sprite.

    Like this:

    <img src="http://dl.getdropbox.com/u/666516/interpolation.png">

    Its fairly easy to do via levels in Photoshop, or Gimp. In fact I already have a script that does it for me.

  • Why not just use a function?

    blah blah blah condition

    call function "title screen" after delay of 6000ms

    on function "title screen"

    got to layout 3

  • Its just like the car movement, except there's more... way more. You can still do bounce, but not if you don't want to. It handles acceleration, variable turning radius, brake distance, heck you can even have spin outs.

  • You might want to check out the custom movement behavior.

  • Its been asked for before, and it would be nice to have something in the preferences menu. In the meantime you can select the item, and press control-up arrow or control-down arrow.

    And yes you can always change the order at run time, families work quite well for this.