Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Let's say I have a side-scrolling platformer character built of multiple body parts. I create an animation for walking to the right
Is there a way to mirror this animation when walking to the left?
DiegoM
There is no implemented way to do so and Diego could not find a workable way to implement it so far.
Develop games in your browser. Powerful, performant & highly capable.
dropbox.com/s/m4qsrn190yrxwg9/mirror.c3p
Set the body parts as children, then mirror the parent.
dropbox.com/s/m4qsrn190yrxwg9/mirror.c3p Set the body parts as children, then mirror the parent.
This doesn't work with timeline animations
dropbox.com/s/7gp5di20sv4i1w2/mirrorTimeline%20%281%29.c3p
Just add in a tag into the timeline to trigger the mirror instead.