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
Hello. Here is a question - how to Construct 2 to smooth moving object at a certain distance?
For example there is a button. When you click on it the sprite moves smoothly on the job distance.
Develop games in your browser. Powerful, performant & highly capable.
Can you confirm what is meant by "job distance?" Might lerp be what you are looking for? It eases an objects movement in and out.
lerp(x1,x2,1)
Have you seen the 'move to mouse' example in Construct 2's examples folder?