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
This Construct 3 video tutorial will show you how to use the lerp function and explain exactly how it works.
Apologies if this has been explained elsewhere. I have a sprite that moves from left to right when an object is clicked with the mouse. I've got that working pe...
Good afternoon, is there any way to smoothly roll the layout using "scrolly"? I'm using the official example "Touch: Panning". And I was wondering if you can le...
I want know if you guys know a way to make something like the lerp expression that for example, you can use to make an object move to a certain point at a amoun...
I am trying to find the right way to make an object rotate clockwise or counter-clockwise for lets say 1 second. Basically I have a dial, and when I move the mo...
You can use IWorldInstance.SetMeshPoint(col, row, opts) to set mesh point position. But what if I want get the point position? I want do something like this: PS...