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
I want that when an object is left standing with physical make an animation
I've tried "compare velocity" but it does not work.
Anyone know how to do this so that when I stopped dead make an animation?
Develop games in your browser. Powerful, performant & highly capable.
Its working fine for me... make sure the velocity you are comparing is the same as the velocity that the object was moving in. If its falling or climbing the velocity would check Y, if its moving left or right is X... and if its angles you would need angular velocity.. best to have an event that covers all of them then runs animation if its an object that moves all over like a player.
Its works, Thanks