Answered by:
animation start scene

Question
-
How to make my animation go to back to old position at first scene where it started. Imagine you have an animation which start with mouseover, but after it ends I want to it go back to first scene, so if user mouse over again it it will play and go back to old scene. So I have main scene where lot of icons stay. I can make my animation start when mouse on objecst (whatever miouseover or press etc). But I can't make it reset and go my old main scene after animation finishes... (I dont wanna add button which sends me main scene). Please help
greets
ps. havent sleept since 2 days, pls help me get over this problem so I can finish my project, and forgive my english...
Saturday, April 23, 2011 3:55 PM
Answers
-
Hi enginBlend.
...not sure I fully understad your question but you may also want to try 'StoryBoardCompletedTrigger' to control your animation.
The following link may help you set it up. Although it refers to the 'NavigateToScreenAction', you can replace it with 'ControlStoryBoardAction'.
http://electricbeach.org/?p=730
I've posted a sample control in the gallery called 'StoryBoardCompletedTrigger' that leverages the 'ControlStoryBoardAction' that might help too. http://gallery.expression.microsoft.com/StoryboardCompleted
Good luck.
- Proposed as answer by Carmine Z Sunday, April 24, 2011 1:02 AM
- Marked as answer by enginBlend Sunday, April 24, 2011 6:53 PM
Sunday, April 24, 2011 1:02 AM
All replies
-
You could try to set the FillBehavior property value to Stop. The default value is HoldEnd.
Saturday, April 23, 2011 6:07 PM -
Hi enginBlend.
...not sure I fully understad your question but you may also want to try 'StoryBoardCompletedTrigger' to control your animation.
The following link may help you set it up. Although it refers to the 'NavigateToScreenAction', you can replace it with 'ControlStoryBoardAction'.
http://electricbeach.org/?p=730
I've posted a sample control in the gallery called 'StoryBoardCompletedTrigger' that leverages the 'ControlStoryBoardAction' that might help too. http://gallery.expression.microsoft.com/StoryboardCompleted
Good luck.
- Proposed as answer by Carmine Z Sunday, April 24, 2011 1:02 AM
- Marked as answer by enginBlend Sunday, April 24, 2011 6:53 PM
Sunday, April 24, 2011 1:02 AM -
...not sure I fully understad your question but you may also want to try 'StoryBoardCompletedTrigger' to control your animation.
That one solved my problem, thanks both of you!
greets
Sunday, April 24, 2011 6:53 PM