How can I do a simple Cube Demo?
by Andre Prior · in Torque Game Builder · 07/17/2006 (10:53 am) · 1 replies
Hello,
I cant find out how I can make a simple Physic demonstration with 10 cubes falling down on.
How can I make it?
Oh, and how can I rotate a sprite?
Thank you!!!!
I cant find out how I can make a simple Physic demonstration with 10 cubes falling down on.
How can I make it?
Oh, and how can I rotate a sprite?
Thank you!!!!
Torque Owner Apurva Amin
As for rotation, you can either set it in the level builder via the Scene object tab, or you can script it via the setRotation command. Check the TGB reference for all the rotation commands (and every other command).