Skip to main content
Home Forums Silverlight Programming Programming with .NET - General Problem in trying to set up a sprite animation
1 replies. Latest Post by Allen Chen – MSFT on June 20, 2008.
(0)
valiant
Member
25 points
19 Posts
06-18-2008 5:07 AM |
Hi everyone. I came across a visual problem when I try to emulate a sprite animation (displaying images one after eachother) using blend. I'm putting my images in a container and by default I set their visibility status to collapsed and then I create a visual state where I change the images' visibility states frame by frame. The result is a animated image when set to this certain state. The animation displays fine in blend editor but when I display it in the site all the images visibility status remain visible and image lefts a trail while animating. Sample xaml code is below. What might be the problem?
<
Allen Ch...
Star
13862 points
1,803 Posts
06-20-2008 1:38 AM |
Hi:
You may hit a known issue. We're now investigating it.
http://silverlight.net/forums/t/18263.aspx
Regards