• Editor
  • AS3 and Starling runtimes available

Related Discussions
...
6 days later

Firstly this is such a good tool, I'm loving it, congratulation on its creation

In the AS3 example you've supplied how would I go about changing the skins?

Tried using a similar syntax to the Java example (setSkin) but no luck.

Cheers

Thanks! 🙂

Try:

		skeletonAnimationSprite.skeleton.skinName = "skin name";
		skeletonAnimationSprite.skeleton.setSlotsToSetupPose();

Spine exports to JSON or binary. You use the spine-starling runtime from github to load the data and render your skeletons.