Game Development Community

collisions with bullets

by rennie moffat · in Torque Game Builder · 09/16/2009 (1:22 pm) · 2 replies

Hi,
I want to make a game where our hero is knocked around by bullets. Currently he collides with enemy bullets causing damage but does not physical react, he is not physically moved by them. I want him to be knocked back a bit but I am struggling with the code. I figured I could use the console to just plug in, set collisions, physics etc, but no dice. Any ideas?

Thanks
Ren

About the author

My thanks to Garage Games and the Garage Games Community combined with owned determination I got one game up, Temple Racer and I am looking to build more interesting, fun games for the mass market of the iOS app store.


#1
11/29/2010 (2:14 pm)
I suggest you animated you bots to have a recoil animation that you play when they get hit. I'm working on something similar in 3D
#2
12/02/2010 (11:29 am)
Take a look at the source code for Go Beryllium - the player's shield pushes enemy bullets in this game.