InfuriatedCoder / Flarling

A Starling animations export tool
MIT License
1 stars 1 forks source link

Starling 2 #1

Open gilil12 opened 6 years ago

gilil12 commented 6 years ago

Hi ,look like a great tool , can you make it work with starling 2 ?

InfuriatedCoder commented 6 years ago

Hi and thanks! The tool itself was written for Starling 2 and it works great in my current project Siege Saga: http://store.steampowered.com/app/559030/Siege_Saga/ Performance is almost equal to DragonBones.

There are a couple of known issues - I can update the version if you are planning to use it.

gilil12 commented 6 years ago

Hi thanks for the response,

I surely planning to use it but
I always get this error : Error #1034: Type Coercion failed: cannot convert 1 to starling.animation.IAnimatable

(in starling 2 ,starling.animation returning an object of IAnimatable , while in Starling 1.X it was returning a uint.)

something i am doing wrong ?

G.

Vadimledyaev commented 6 years ago

I'd actually recommend you to check Starling 2.4 - they will include a plugin which read Adobe Animate animations and plays them ( http://wiki.starling-framework.org/extensions/adobe-animate ). So unfortunately this repo would be probably abandoned. Thanks!