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
Hello people,
I have a question.
How can I ensure that I can zoom in and out with a lerp effect?
Thanks in advance,
Fabian
Develop games in your browser. Powerful, performant & highly capable.
Basically you do this:
On every tick: Set Layout scale to lerp(LayoutScale, newScale , dt*6)
LayoutScale is a system expression for current scale.
newScale is a variable.
change "6" to other number if you want to zoom faster or slower.
Thank you very much dop2000
Thank you also for answering my questions more often