Check out the animation article on Windows Forms Tips and Tricks.
--
--
Bob Powell [MVP]
Visual C#, System.Drawing
Ramuseco Limited .NET consulting
http://www.ramuseco.com
Find great Windows Forms articles in Windows Forms Tips and Tricks
http://www.bobpowell.net/tipstricks.htm
Answer those GDI+ questions with the GDI+ FAQ
http://www.bobpowell.net/faqmain.htm
All new articles provide code in C# and VB.NET.
Subscribe to the RSS feeds provided and never miss a new article.
"Jeff Johnson" <i.get (AT) enough (DOT) spam> wrote
Quote:
I'm looking to create a scoreboard program for a friendly
single-elimination competition. As people are eliminated, I want to
display a little animation where something comes on-screen and, say, blows
up the losing scores (or kicks them away, or sprays them with acid, etc.,
something that says "ZAP! You're outta here, buddy!"). Does anyone have
some good recommendations on how to overlay the animation onto the scores?
I'll be drawing everything myself, but I figure the scoreboard and the
removal animation should be handled separately. Pointers to tutorials for
2D animation with .NET would be appreciated. |