Hi everyone.
I'm doing the Monster Hunt tutorial, and right now I'm on 3.4, the one where you make and fire a bullet. I was able to get it to work, but afterwards I was messing aound with changing the code to see what would happen. There is a game that I would like to try to re-create later in DB that uses a "tracer bullet" effect for it's bullets.
I changed
Rem Make bullet
Make Object Sphere 2,2
Hide Object 2
to
Make Object Box 2,0.1,0.1,50
Color Object 2,RGB(255,0,0)
Hide Object 2
Everything works fine, except the tracer bullet always stays parallel to the ground. So, If I tilt the camera up 90 degrees, I fire a horizontal line.
I've tried fixing the code, but Im really stumped. Im going to finish the tutorial with the sphere, but would really like to be able to have the tracer bullet effect.
Any Suggestions?
Thanks alot,
Para