Game Development Community

Pre-Purchase Physics Question...

by John Reynolds · in Torque Game Engine · 10/31/2006 (1:01 pm) · 2 replies

Hi guys, just had a quick question regarding physics...I'm assuming this is possible, but I need to be sure. I'm looking to just make a simple FPS, just for fun. One of the things I would like to be able to do is when a projectile collides with a player character (or maybe even other objects), that character or object is thrown back, depending on the force applied by the projectile. Can anyone confirm this is possible?

Thanks guys, sorry for the stupid question =)

#1
10/31/2006 (1:55 pm)
Yep, this is very possible!

There is a script function called applyImpulse. Check it out on TDN.

--Amr
#2
10/31/2006 (2:00 pm)
Awesome! Thanks for the info!