• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!
  • Hello [name]! Thanks for joining the GMC. Before making any posts in the Tech Support forum, can we suggest you read the forum rules? These are simple guidelines that we ask you to follow so that you can get the best help possible for your issue.

HTML5 physics_fixture_bind (fixture, target) doesn't work in HTML5

Vlad_

Member
This command does not work in the browser instead, you can use physics_fixture_bind_ext(fix, target, 0, 0). But as a novice, it took me a while to come to this decision.
 

Roldy

Member
This command does not work in the browser instead, you can use physics_fixture_bind_ext(fix, target, 0, 0). But as a novice, it took me a while to come to this decision.
HTML5 platform is definitely buggy. But to correct that it is best to report bugs so they have a chance to get fixed.

In the IDE the help menu has 'Report Bug.' If you can reproduce it and make a small project to demonstrate it then report the bug and hopefully it will get fixed.
 
Top