tetrarkon Posted May 31, 2014 Share Posted May 31, 2014 Greetings everyone, I am using pixi.js for a game development project, and I'm importing animations created with Spine.In order to correctly animate certain characters, I need to respond to Spine animation events. However, I can't find any way to add a listener for them. Are they supported in pixi? Edit:For example: when the character stops, I want the walking animation to also stop, but only once the character finishes the current step (i.e. not freeze instantly). The walking loop consists of two steps, and if this little "hack" isn't put into place, sometimes the walk animation keeps playing for a little bit (until completion) after the character has stopped, which looks quite bad. Quote Link to comment Share on other sites More sharing options...
tetrarkon Posted June 11, 2014 Author Share Posted June 11, 2014 After taking a better look at pixi's source code, it turns out that Spine events are not supported, so I've created an entry for it in their issue tracker: https://github.com/GoodBoyDigital/pixi.js/issues/787 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.