mayhamurasaki's Forum Posts

  • I'm using the official plugin MobileIAP on Construct 3.

    But when I try to config the products on Google Play Console, they ask me to add the BILLING permission to the APK.

    I saw another posts with the same question, but they have no answer.

    The plugin doesn't work??

  • I tried to post the solution I found yesterday, but apparently I was having trouble loading the forum pages.

    The first solution was to try to make collisions through Ray Cast, and after a bit of research, I found the solution in this topic:

    construct.net/en/forum/construct-3/how-do-i-8/bullets-corners-144487

    (REALLY thanks to Magistross!!! I could not have done the angulation calculation alone.)

    The second solution was for a tip to use Physics Behavior in a brazilian community. The collisions worked almost perfectly! The only problem is infinite bounce loops that happen with the ball, but it's not that problematic, I'm trying to solve this.

    And the third, actually reason, is that this bug probably happens only in small layouts. Searching for "bounce" in Construct 3 templates, there is an example of Scirra using only Bounce off solids that works perfectly.

    My project is set to retro style, and maybe the accuracy of collisions is not that good with frame rate. (I haven't tested it yet)

    Anyway, thanks for the help brunopalermo! You would have solved my problem too! It was really causing me a headache xD

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I found several topics asking about the same, mostly unresolved issue, and those with a solution are outdated CAPX file downloads.

    The Bounce off solids on Bullet behavior do not working very well every time (It looks like it works according to the computed frames, not delta time). I'm looking for a solution for about 3 days.

    My last try was making blocks with 4 son objects who change the angle by collision. It was the closest sollution i've got, but not works very well on the corners (I think it bugs some times too, but at least are bouncing perfect).

    Older ones i've used a block with overllaping by offset, but not sucess.

    I'm REALLY begginer on logic, (works with design in fact) so maybe this is an easy topic and I don't know what to do. But i'm stucket for so long time =( this is just little ones sollutions I've tryed.

    RESUME:

    How do I?