Skejay's Forum Posts

  • Hi,

    After this new release, my app is crashing on my mobile phone shortly after opening it. If I copy over all assets and code to a new project and use an older version for example r360 to export a new APK then I have no issues.

    Is anyone else experiencing this?

    Thanks in advance.

    Tagged:

  • Adjust the ball collision correctly.

    Sorry, I forgot to change it in the "Demo project" I am using circle collision in my original project.

    If I change the collision to a circle and adjust the angle from -4 to -3 in the demo, you can still see the ball sliding and not bouncing off the wall.

    https://www.filemail.com/d/easnwnsxiidmydy

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I remember running into this issue a long time ago. I think it's an inherent problem with box2d at low speeds.

    Iirc it can be mitigated by using higher resolutions/sizes and downscaling, resulting in relatively higher speeds while visually remaining the same.

    Apologies I am quite new to Construct, I don't really understand what you mean. I have created a quick project with the values and resolutions that I am currently using. I hope this can make it easier to understand the issue I am having

    https://www.filemail.com/d/mdeaqxeljxnwdes

  • Hi,

    I have noticed that if an object has roughly 40 velocity then the Box2d engine completely nulls the value and the ball ends up sliding beside the wall instead of bouncing off as attached in the GIF.

    This has been made purely with Physics and events, if velocity x/y > ~50 then it does not get nulled, is there a way to disable this?