Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I’m new to the expression blend and im very much interested in learning it. I have implement a scenario using expression blend which allows user to click on button 1 then the storyboard 1 will be executed.Afterthat when the user clicks on the button2, storyboard2 will be executed. But in the way I have implemeted, if the user clicks on button 2 initailly storyboard2 will be executed. I want to make it change like, if he clicks on button2 first nothing should happen.I want to allow the user to click on button 1 first and after that button2. If the user clicks on button2 first instead of button1 nothing should be happen.I would be thankfull to you if you give me a hint about how to do it.
Posted

1 solution

Handle the storyboard begin/end events. When you get one end event, start the next storyboard.
 
Share this answer
 
Comments
Member 8205487 1-Sep-11 12:09pm    
thank you so much for your comment. but still if i press the button 2 first the storyboard 2 is executing.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900