Hi everyone...I`m having a slight isssue in Silverlight 1.0.
The problem I have, is that I would like to check in my code behind js file if one animation has completed.
I used Completed="myFunction" animation, which calles myFunction where i have one global property that i set to true in this function, which indicates
that everything is "done", then I`m triggering another storyboard, in "if" statement if this global property is true (by default is set to false), which
should work ... and it does...but it`s too fast, I mean it looks like, this global property is set to true too fast...
I don`t know if I`m making any sense...basically I would like to check in my js code if storyboard has completed, thats my goal.
Thank you for all your help.