You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers. No questions about C++ programming or topics which are answered in the tutorials!
I got the very basics of my game going and I'm moving along quite nicely...now I would like to see if I could get the gun and the arm holding the gun to move while holding down the left mouse as to make a realistic shooting affect. Could some1 post a source code for it...I know I would use event receiver to tell when the left mouse button is being pulled down but how would I make it so the arm and gun shake?
you can do it without animation. I made the gun shake when you move but im having trob using event receiver with the same code, so I need a sep code to make the gun shake upon clicking the left mouse button