nExt Posted April 22, 2014 Share Posted April 22, 2014 Hello.. i'm newbiei'm verry interest with phaser js. i develop for mobile device..when i read in tutorial and demo more example game . i see very new function, it not have in basic document..example : (gem gems is object)gems.iterate("id", calcGemId(posX, posY), Phaser.Group.RETURN_CHILD);gem.alivegame.add.tween(gem).to({x: newPosX * GEM_SIZE_SPACED, y: newPosY * GEM_SIZE_SPACED}, 100 * durationMultiplier, Phaser.Easing.Linear.None, true); ..etc... so i want learn basic js game..who is have document please help me..thank you ! Link to comment Share on other sites More sharing options...
Heppell08 Posted April 22, 2014 Share Posted April 22, 2014 This should help you out:http://www.html5gamedevs.com/topic/4320-list-of-phaser-tutorials/page-2#entry34681 nExt 1 Link to comment Share on other sites More sharing options...
marvster Posted April 22, 2014 Share Posted April 22, 2014 Have a look here as well: http://docs.phaser.io/ nExt 1 Link to comment Share on other sites More sharing options...
nExt Posted April 22, 2014 Author Share Posted April 22, 2014 thank you !i will try it.. Link to comment Share on other sites More sharing options...
Recommended Posts