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
How do I get the width & Height of a cloned Sprite?
I am using FAMILIES, I can select the particular sprite instance, and Set the width/height, but I cannot find a way to GET the current width/height?
Thanks in advance
Develop games in your browser. Powerful, performant & highly capable.
Below the part where you get the particular sprite instance, create a sub event that then checks the Sprite.width and Sprite.height. By having this check in a sub event, it will only check the sprite instance you "picked" before hand.
Thanks a lot I managed to solve this.
I am still trying to learn how things work :)