Part 1 of a series on creating a basic platformer in Phaser (http://phaser.io/). In this video, I cover creating a Phaser.Game object, enabling the Arcade physics system on a sprite, and moving that sprite using its velocity.x and velocity.y.
Phaser: http://phaser.io/
Source Code: http://bit.ly/phaserFriday15_01