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, I am increasing the size of a sprite from size 0,0 gradually to it gets 150,150, but how do I stop it when it reaches this size.
Appreciate any help here
Cheers
matthew
if sprite height is <= 150, 150
and
if sprite width is <= 150, 150
then increase the size. (otherwise, it won't)
Develop games in your browser. Powerful, performant & highly capable.
Sorted!
Thank you.