tekkendp Posted June 26, 2015 Report Posted June 26, 2015 Hello, Is it possible to play animations in reverse in construct 2? For example, having a character walk forward with the animation as normal. When the character walks backwards, the walk cycle is played backwards. Thanks. BearmaInabe and JohnnyType 2 Quote
RunnerPack Posted June 27, 2015 Report Posted June 27, 2015 I don't know about playing animations in C2, but from an animation perspective, a properly done walk cycle will look unnatural and wrong if you play it backward (especially if you stop the forward cycle at an arbitrary frame and reverse it). If you really need a reversed walking animation, you're much better off animating it separately (hopefully with a good reference example of what bipedal locomotion in reverse really looks like). That's my two cents' worth on the subject, anyway... If it is possible, it could still be useful for other animations, though. tekkendp and Mike at BrashMonkey 2 Quote
Mike at BrashMonkey Posted June 28, 2015 Report Posted June 28, 2015 hi tekkendp, Yes, if you set set the playback speed in C2 then the animation will play backwards at the same speed the animation would play if the animation were playing forward. BUT RunnerPack is right. A walking forward animation playing revers does not look proper at all... even if the character was like gizmoduck with a unicycle wheel, the characters lean VS the center of gravity etc is totally different. cheers, Mike at BrashMonkey tekkendp 1 Quote
tekkendp Posted June 29, 2015 Author Report Posted June 29, 2015 Hello guys, thanks for the answer. Setting the animation playback speed ratio to -1, played the animation in reverse at 100% speed. :-P And yes, you are right. The animation does look very odd. But at the moment, I'm working on enemy AI, so I just need a basic visual representation of the action (my character looks like he is doing a drunk moon-walk). Once I have nailed the AI, I will work on the animation. Plus, as RunnerPack rightly noted, having ability to run animations in reverse could be very useful - for example, I'm looking at implementing a rewind function. Quote
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.