newt's Forum Posts

  • Hide all the objects you want hidden in the same event.

    Containers only apply to picking and creation/destruction.

  • What would people do if they didn't want that to happen?

  • You don't have to make an offset if you use image points.

    Not that we can set those at run time.

  • Its possible, but the runtime is pretty hard to deconstruct, especially if it's minified.

    If you're worried about it take a look at possible points of entry like variables, or ajax calls.

    The Binary Data plug could offer some obfuscation, and there is an encryption plug in the repository.

  • Perhaps a notifications alert would be better than a modal popup?

  • They are the only ones doing that afaik.

    Also there is no direct conversion, they port each game manually.

  • Ok, so that one might be a while.

  • Ashley

    Are Construct Classic type Sprite deformations planned?

    Otherwize if someone did a conversion of R0j0hounds Paster, then that would work for textures.

    Quads anyways.

  • Right now the easiest method would be to draw a poly in Drawing Canvas.

    You could do the numbers with the Sin behavior.

  • Confirmed.

    Its like you found a new way to close C2 quick.

  • We can do all necessary ui elements already via events, they're just super annoying to put together.

    I don't think we should be trying to get Scirra to implement their own versions of gui parts however. The existing forms serve as an example of why. They get the basic job done, but are terrible to customise.

    Its likely the same will happen to any other elements made by someone else. Those types of things will never be a perfect fit for everything.

    I think ideally we need to have some sort of push to get a bunch of different plugs made by a bunch of different third party developers to fill that need.

  • Music or sounds have to be initiated with a user interface. Like click here to start game, or a button that says play music.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You're aware that Ios restrictions calls for a physical user input before sound can be played?

  • Kinda curious if anyone has had any luck with Patreon, or similar services.

    Seems like it might be better than Kickstarter, or Gofundme.

    Especially if supporters are giving feedback.

  • Lol, ok I thought you were doing a platformer.

    The generic formula for both xy coordinates:

    scroll to lerp(scrollx,players.x+cos(playersangle)*playerspeed,speed*dt) lerp(scrolly,players.y+sin(playersangle)*playerspeed,speed*dt)