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 :)