The spine-as3 runtime provides functionality to load and manipulate Spine skeletal animation data using Adobe's ActionScript 3.0 (AS3). The spine.flash
package can be used to render Spine animations using Flash. spine-as3 can be extended to enable Spine animations for other AS3 projects, such as Starling.
You are welcome to evaluate the Spine Runtimes and the examples we provide in this repository free of charge.
You can integrate the Spine Runtimes into your software free of charge, but users of your software must have their own Spine license. Please make your users aware of this requirement! This option is often chosen by those making development tools, such as an SDK, game toolkit, or software library.
In order to distribute your software containing the Spine Runtimes to others that don't have a Spine license, you need a Spine license at the time of integration. Then you can distribute your software containing the Spine Runtimes however you like, provided others don't modify it or use it to create new software. If others want to do that, they'll need their own Spine license.
For the official legal terms governing the Spine Runtimes, please read the Spine Runtimes License Agreement and Section 2 of the Spine Editor License Agreement.
spine-as3 works with data exported from Spine 3.8.xx.
spine-as3 supports all Spine features, including meshes. If using the spine.flash
classes for rendering, meshes are not supported.
spine-as3 does not yet support loading the binary format.
- Create a new Flex or Adobe AIR project in your preferred IDE.
- Download the Spine Runtimes source using git (
git clone https://github.com/esotericsoftware/spine-runtimes
) or download it as a ZIP by clicking the download button above. - Add the sources from
spine-as3/spine-as3/src/
to your project
The Spine AS3 example works on Windows, Linux and Mac OS X. This guide assumes you are using FDT Free as your development environment.
- Download FDT free for your operating system.
- Download and install Adobe Flash Player 23 with debugging support
- Download the latest Flex SDK. We assume it will be installed to some folder on your disk called
flex_sdk
. - Download the latest Adobe AIR SDK
- Extract the AIR SDK contents, and copy them to your
flex_sdk
folder. This will replace the Adobe AIR version shipped with Flex. - Open FDT, go to
Preferences -> FDT -> Installed SDKs
- Click
Add
and browse toflex_sdk
- Go to
File -> Import -> General -> Existing Projects into Workspace
- Browse to
spine-as3/
. You should see both thespine-as3
andspine-as3-example
project in the import dialog. ClickFinish
- Right click the
Main.as
file inspine-as3-example/src/spine
in the FDT explorer and selectDebug As -> FDT SWF Application
Note: FDT Free does not allow project dependencies. If you modify the sources of spine-as3
, you will have to compile the project to an .swc
and place it in spine-as3-example/libs
.
- Atlas images should not use premultiplied alpha.