mirror of
https://github.com/EsotericSoftware/spine-runtimes.git
synced 2026-02-04 14:24:53 +08:00
Hello, In AS3, if a function accepts an arbitrary number of arguments, it will create an Array object behind the scene. Math.min / Math.max are famous culprits :)
spine-starling
The spine-starling runtime provides functionality to load, manipulate and render Spine skeletal animation data using Starling. spine-starling is based on spine-as3.
Setup
- Download the Spine Runtimes source using git or by downloading it as a zip.
- Using Adobe Flash Builder 4.6, import the spine-as3 and spine-starling projects by choosing File -> Import -> Existing projects. For other IDEs you will need to create new projects and import the source.
Alternatively, the contents of the spine-as3/src and spine-starling/src directories can be copied into your project.