Author: If broken it is, fix it you should : ASP.NET | Posted on: 3/4/2009 2:27:00 AM | Views : 778

This is part two in a series of 5 posts showing how I built a simple game in Silverlight, you can follow along (reading the posts in order) to build your own Traffic Jam game. I would recommend that you also go through ScottGu?s silverlight tutorials as well as the other tutorials on www.silverlight.net In Part 1 we created the layout for the page/playing board, in this post we will create a Car UserControl to place on the board. The car we are creating will look something like this. It?s really just a couple of rectangles and ellipses but using Expression Blend or Expression Design you can edit it to have a more appealing design if you are so inclined. The car has 5 properties: Property Type Description Orientation System.Windows.Controls.Orientation...(read more) ...

Go to the complete details ...