Help with Projectiles

Hey, I’m having problems creating projectiles with the Blender engine. Does someone know any good tutorials or could explain it to me?

Thanks,
JCTiger

like bullets?

… there probably isn’t a good tutorial because most people are too lazy to learn [or teach] python techniques in the game engine.

essentially instead of using an actual object, use a ray sensor connected to a python script [as well as like the left mouse sensor… or whatever your fire button is]… In the python script you can get and do some thing [like set properties of] the object sensed by the ray sensor… it actually isn’t very complicated

By projectile i mean anything like bullets, lasers, fireballs, etc