Hello Everybody...
I am trying to make a very simple side viewed game...
I added all the movements and shooting codes, however the bullets right now go straight forward but I want them to tilt up and down with my mouse movement ... I tried to use
my.tilt=mouse_force.y;
but I doesn't do anything...
Is there anyway to solve this problem please?