Hello;
I have a sprite and want the coords of the collision polygon.
thanks
yours
winkr7
You can use spriteName.PolyPointXAt(index), spriteName.PolyPointYAt(index) for this.
Also there is spriteName.PolyPointCount to tell you how many collision polygon points there are :)
Develop games in your browser. Powerful, performant & highly capable.
mikehive;
Thankyou.