insig Posted August 22, 2016 Share Posted August 22, 2016 Hi, is there any way how i can play spine animation reverse? Thx Quote Link to comment Share on other sites More sharing options...
ivan.popelyshev Posted August 22, 2016 Share Posted August 22, 2016 Two ways 1. spine.autoUpdate=false; update it manually, like spine.update(-1) or spine.state.update(-1) , i dont know exactly 2. set spine.state.timeScale = -1 But in either case, spine runtime wont like it. Please look at, and may be patch this file: https://github.com/pixijs/pixi-spine/blob/master/src/SpineRuntime/AnimationState.js 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.