Sign in
xinqiu's blog for his Microsoft career
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Options
Email Blog Author
RSS for posts
Atom
RSS for comments
OK
Search
Tags
ADO.net Data Service
ajax
Astoria
contractor
debug
IE6
IE7
iframe
mapway
msbuild
Oversea
Pages
silverlight
SQL Server Express
target file
tester
Visual Studio 2008
visual Studio 2008 SP1
Visual Studio 2008 SP1 Beta
Visual Studio 2010
VWD Express
WCF Data Service
Windows 2003
X64
Archive
Archives
March 2010
(1)
February 2010
(2)
December 2008
(1)
November 2008
(1)
October 2008
(4)
September 2008
(4)
August 2008
(3)
May 2008
(1)
April 2008
(1)
February 2008
(1)
January 2008
(2)
June 2007
(1)
April 2007
(1)
March 2007
(3)
Posts
Subscribe via RSS
Sort by:
Most Recent
|
Most Views
|
Most Comments
Excerpt View
|
Full Post View
xinqiu's blog for his Microsoft career
Siverlight 2 Beta 2 Balloon shooting tutorial Part 1/4, Design
Posted
over 5 years ago
by
xinqiu
2
Comments
Here’s the demo of how to write a simple silverlight game: Design: I played a computer game Monopoly before. There is a fun balloon shooting game which I’d like to design myself. The player clicks on the flying balloons and get the marks corresponding...
xinqiu's blog for his Microsoft career
Siverlight 2 Beta 2 Balloon shooting tutorial Part 2/4, Create Silverlight project, add balloon user control
Posted
over 5 years ago
by
xinqiu
2
Comments
I’m using Visual Studio 2008 SP1 with Silverlight 2 Beta 2 SDK. 1. New Project, select C#/Silverlight/SilverilghtApplication, if there is any dialog asking options, select OK for default. I named the project as ShootBalloonForBlog. 2. Add a new...
xinqiu's blog for his Microsoft career
Siverlight 2 Beta 2 Balloon shooting tutorial Part 4/4, Create Silverlight project, modify the main control Page.xaml
Posted
over 5 years ago
by
xinqiu
5
Comments
Step 5. Replace the Page.xaml control with the following XAML: < UserControl x : Class ="ShootBalloonForBlog.Page" xmlns ="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns : x ="http://schemas.microsoft.com/winfx/2006/xaml...
xinqiu's blog for his Microsoft career
Siverlight 2 Beta 2 Balloon shooting tutorial Part 3/4, Create Silverlight project, add BalloonAction.cs
Posted
over 5 years ago
by
xinqiu
2
Comments
Step 4 . Add BalloonActions.cs class file with the following code: using System; using System.Windows; using System.Windows.Controls; using System.Windows.Documents; using System.Windows.Ink; using System.Windows.Input; using System...
Page 1 of 1 (4 items)