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
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
Develop games in your browser. Powerful, performant & highly capable.
if sprite height is <= 150, 150
and
if sprite width is <= 150, 150
then increase the size. (otherwise, it won't)
Sorted!
Thank you.