: Ok I am programming in C# and I was wondering if anyone could point me in the right direction for making objects move in C# , like a box moving and then have a ball drop onto the box. any web sites would be great
:
: thanks in advance
: Zero
:
Heh. That's not the easiest task to start with you know :)
Of course you could create PictureBox, add some image of ball into it and move it using Timer component. But that would be ugly. Instead of that you could download DirectX SDK for .NET from Microsoft and learn how to do 3D (or 2D) programming with it. It has many sample projects and how-to documents with it.