game help

1: i am having trouble with my game when ever the plane crashes on a wall it keeps spining. Do you know why
2:anyone know how to create a lock on target system for weapons
thanks in advance to who ever posts

  • Assuming that the “plane” is an aircraft, I would say you forgot to set bounds to “convex hull” (it’s in the logic buttons, you should see “bounds” for each object set to dynamic"
  • Yes.

I think he means “Tell me how!” , Social… Man you just love to say yes, even when you know the answer XD

If he wants a specific answer, he should ask a specific question.

If he included: “Tell me how!”, my answer would be:

On the camera object (assuming it’s an FPS, and also assuming that he want’s crosshair to track) python script using a ray sensor (to get the name of the last object hit) and a track to actuator (“trackto.setObject(lasthit)”).