Animations in a Windows Store Game using HTML and JavaScript

5
Windows Store Game using HTML and JavaScript Dave Isbitski Technology Evangelist, Windows 8 twitter.com/TheDaveDev blogs.msdn/com/davedev [email protected]

description

Creating Animations in a Windows Store Game using HTML and JavaScript. All of the code can be downloaded at http://win8gamekit.codeplex.com. For more in the series check out my blog at http://blogs.msdn.com/davedev.

Transcript of Animations in a Windows Store Game using HTML and JavaScript

Page 1: Animations in a Windows Store Game using HTML and JavaScript

Animations in a Windows Store Game using HTML and JavaScript

Dave IsbitskiTechnology Evangelist, Windows 8twitter.com/TheDaveDevblogs.msdn/com/[email protected]

Page 2: Animations in a Windows Store Game using HTML and JavaScript

win8gamekit.codeplex.com

Page 3: Animations in a Windows Store Game using HTML and JavaScript

AnimationsStyle 1: SimpleMoving an object over time in a direction across screen

Style 2: Sprite SheetPredefined images for rendered frames over time inside of one big image

Page 4: Animations in a Windows Store Game using HTML and JavaScript

Now is the time to write your game. Enjoy the first to market advantage!

twitter.com/thedavedev | [email protected]

http://bit.ly/genapp8

Page 5: Animations in a Windows Store Game using HTML and JavaScript