loudoweb / SpriterHaxeEngine

Engine to use Brashmonkey's Spriter SCML for haxe.
MIT License
66 stars 15 forks source link

Easing tween implementation? #19

Closed shibekin69 closed 9 years ago

shibekin69 commented 9 years ago

Hi! While playing around with a test animation, I noticed that the the easing tween between frames in Spriter aren't working/implemented yet. Animation tweens only play in a linear way.

loudoweb commented 9 years ago

Hi, non linear tween should work since the following commit https://github.com/loudoweb/SpriterHaxeEngine/commit/f67d62e77165da7132682d476c7b0fe82b6a0d3e

So, can you try again with last version and provide a sample for debugging if it's not working? Thanks.

Note that you can find samples with custom curves test working here : https://github.com/loudoweb/Spriter-Example

shibekin69 commented 9 years ago

Ah thanks! I hope I remember this. I'll try and get back to this when I get back to coding :)