Butterfly Flight
-
Does anyone have the simple C# code for showing a butterfly flying across the screen. The one I remember from years ago used only two jpg pictures. Thanks, dflat4now
I doubt anyone would have pre-made code of something you saw ages ago. However I can give a few suggestions: .NET 1.+ You can use the ImageAnimator class to animate a gif image which would contain the images of the butterfly. You would then have to repaint and move the butterfly along a predetermined path that meets your criteria .NET 3.0 Use Expression Blend to create a timeline using the butterfly images that you have already created.
Regards, Thomas Stockwell Programming today is a race between software engineers striving to build bigger and better idiot-proof programs, and the Universe trying to produce bigger and better idiots. So far, the Universe is winning. Visit my homepage Oracle Studios Discounted or Free Software for Students: DreamSpark - downloads.channel8.msdn.com MSDN Academic Alliance - www.msdnaa.com
-
Does anyone have the simple C# code for showing a butterfly flying across the screen. The one I remember from years ago used only two jpg pictures. Thanks, dflat4now
My suggestion is using the SilverLight.