Game Development Community

Power Ups

by Jeremy Reddoch · in Technical Issues · 09/28/2004 (10:56 am) · 2 replies

Is there a way to make a power up pick up not only rotate but bounce as well, kind of like a "bobbing" motion. Can this be done in the objects .cs file or should the dts file have animation?

#1
09/28/2004 (11:13 am)
Animation ought to do it.
#2
09/28/2004 (11:15 am)
Well, you could do it in animation or you could cycle through its positions in the world. The 3D game programming book will give you a heads up on moving things around, rotating, scaling, and transforming them.

*edit: added the url.