bullets

i knew how to make a bullet move in the old game engine with “edit object” but for some reason i cant do it anymore…in the currnet one i know how to make it show up but it wont move like in the old engine, so how do i do it…with animation?

If you want to use this tecnique for bullets instead of using a ray sensor, try attaching a motion actuator to the bullet.

simply turn on ‘dynamics’ for the bullet object and then setup a ‘add object’ action logic on a different object (gun barrel or something) to spawn a bullet. Tweak the Velocity value to get the bullet to move at the desired speed.

  • the two objects has to be in different layers.