newt's Forum Posts

  • Nope.

    Can't confirm.

    Standard check drivers prompt starting now.

  • I think, for this instance, you would be better off determining if the "snapped" touch xy is greater than, less than etc of the initial touch position.

    The angle serves no purpose.

  • Just do a "is in touch"

    sprite set angle to angle(self.x,self.y,touch.x,touch.y)

    With the hotspot set to the 0 x.

  • System compare isn't the best way to go. Ideally you would do all the comparisons in the actions, rather than the conditions.

    Maybe you could say what you are trying to do?

  • How would you decide the correct order?

    Thus far I've just gone with the same order as they are put into conditions.

  • 180, and -180 are the same, just as 0, and 360 are the same, as far as the circle goes.

    360- 180= 180

    360 + negative 180= ?

    Think of it as two semicircles.

  • I guess technically it shouldn't matter if the textures aren't p^2, just so long as the sheet is.

    That doesn't make it any easier for asset management however.

    I think the best solution would be to have the 2px padded images on their on sheet, one that didn't need to tile.

    The other options are the ability to turn off sprite sheeting, turn off the 2px padding, or give the user the ability to make their own sheets.

    The last being the least likely since it rules out the padding thing.

  • That might actually be a bug.

  • The export tries to put everything into a p^2 sheet. If the images are already p^2 then so much the better.

    If it doesn't add up, it will then start another sheet.

    The problem is you can't really manage those sheets posthumously, and you may not see that its an issue till all the artwork is already implemented.

  • Seeing as how the export is made to use pow^2 for sprite sheets, wouldn't it be nice to have something that says you have nth much space left for the next nearest p^2?

  • The simplest way is using the particles object.

    Set it to constantly give off particles, and set their speed to 0.

    Then just move the object.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Lazarus1988

    A good place for ads.

    Especially since they are trackable. Even if someone were to replace the code that served up the adds.

    Follow the money.

  • Ok I had the preview browser set to FireFox, but most, if not all the templates except the first "New Empty Project" went to the default setting.

  • Could we get the templates set to start using the default browser?

    The first one is set to start using Firefox, and I stopped using that for everyday use a while back.

    Its kind of annoying when you just want to test something, and it starts a different browser than expected.