• 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!

need help with physics

P

philman401

Guest
Learning how to use Box2d...how do i do things like move_snap? Also when trying to create certain things shooting out form specific part of a physics object...for example how would one create flames from a rocket pack's jet? Everytime I try it doesn't come out from the specific point when it rotates.
Is there way to change the object's physic properties i set, during gameplay w.o fixtures or do i have to do the whole fixture stuff even though I've already set like the properties and modified collision shape?
 
M

Matt Hawkins

Guest
I'd suggest making a physics object to spawn the flames from and join it to the player with a physics weld joint that way it will move and rotate with the player object
 
Top