Game Development Community

Projectile

by Fucifer · in Torque Game Engine · 10/16/2006 (1:48 pm) · 3 replies

There anyway to control the speed of the projectile (bullet) when it shoot from the muzzle. I have search and look at various scripts. So I am probaly missing it. Thanks!

#1
10/16/2006 (4:30 pm)
When you create the projectile and set its "initialPosition" you can also set an "initialVelocity" parameter.
#2
10/17/2006 (11:13 am)
Thanks for help. Work perfectly.
#3
11/02/2009 (5:59 pm)
hey gary where exactly do you add the initialVelocity and what would the parameters be because im having the same problem