Hundreds of features to explore
Games made in Construct
Your questions answered
Popular & trusted by schools and Universities world-wide
Construct 3 runs in the browser & works offline
Students do not need accounts with us
Our educational partners
Free education resources to use in the classroom
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
How to move an object at a given path? Without the use of a "wall"?
I was looking for an answer, but not found right topic. I set a picture that explains the trajectory. Thanks
Develop games in your browser. Powerful, performant & highly capable.
One way to do that path exactly could be:
https://dl.dropboxusercontent.com/u/542 ... ollow.capx
It could be made to move at a constant speed by splitting the curve up into lots of lines and make the time to move on each line proportionate to it's length.
There are other solutions too:
search.php?keywords=follow+path&terms=all&author=&sc=1&sf=all&sr=posts&sk=t&sd=d&st=0&ch=300&t=0&submit=Search
Thanks a lot! This really helped me to solve the problem.