- Editado
Getting spine to work in Starling
Hi, I'm relatively new to ActionScript, Starling and spine. I downloaded the example spine/starling project from gethub: https://github.com/EsotericSoftware/spine-runtimes/tree/master/spine-starling
But can't seem to make it work.
I imported the project and created a path to the starling library, but I'm getting errors.
Error1: 'File not found: spine-runtimes-master/spine-starling/spine-starling-example1/bin-debug/Main.swf'
Are there some instructions I could follow perhaps? Is there anyone that can verify that the plugin is up to date and works?
try check your Main.swf, is it even exist?
i'm new in Spine too, but from example i just watch every command in every line, and write it line by line in my own project. and it's work.
maybe you want to read this too
http://kaliko.com/blog/how-to-use-spine ... rling-as3/
zain escribiótry check your Main.swf, is it even exist?
i'm new in Spine too, but from example i just watch every command in every line, and write it line by line in my own project. and it's work.maybe you want to read this too
http://kaliko.com/blog/how-to-use-spine-with-starling-as3/
The example at: http://kaliko.com/blog/how-to-use-spine-with-starling-as3/ has been updated and now it works. Thanks.