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
Hi all, is it possible to assign gravity to a singleobject? For example i have 2 objects, i want to set the bigger one to have a gravity and attract the smaller one to his center.
No, it's not possible to set gravity to a single object, but....
You could set world gravity to 0 and use forces on objects to apply gravity on them.
If you mean some kind of gravitational pull then yes, use 'MoveToward' when the object is in range.
Develop games in your browser. Powerful, performant & highly capable.
Hi Plinkie, i can't find a move toward object command. Did you mean set position to object? in this case there isnt any movemet:/ just a new position.