views:

15

answers:

1

Hi

I'm making a zero-player c# wpf football simulation and I have the field laid out and everything, just no players or ball doing anything at the moment. How could I make the players move, for a start? And for seconds, colliding with the ball imparts the player's velocity on it somehow? C# Express 2010, all help appreciated. Thx

A: 

You might try something like this to get you started: Beginner's WPF Animation Tutorial

That should get you to a point where you're ready to ask more specific questions.

LarsH