Project DescriptionThis project is a translation of the famous JavaScript version of the PageTurn effect into C#.
Credits need to go out to this site
http://silverlight.net/samples/1.0/Page-Turn/default.html.
To view this C# version click here
http://silverlight.services.live.com/invoke/86739/Page%20Turn%20v2.0/iframe.htmlAs described earlier, I simply took the JavaScript version and translated it into C#. I did leave the
browser out, since I didn't really needed it for my purposes.
I hope this helps some of you understand the deeper workings of Silverlight. I can only advice breaking down functionality as much as possible. Rather create more objects with specific behaviors than building it all into one massive chunk of code.
Good luck
--tolga