TheGeekTechZone Posted November 26, 2015 Share Posted November 26, 2015 Im having trouble running a animation I did in spine to my HTML5 game, I exported it as .json Im running the following code: game.load.atlasJSONHash('sprite', 'assets/skeleton.png', 'assets/skeleton.json');// spritethis.sprite = game.add.sprite(x, y, 'sprite', 'idle') its giving me the skeleton.png but its not displaying the animation from the .json file I try to go to the esotericsoftware.com website but its down Can some one show me how to use spine animations in a HTML5 game Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.