I have one Sprite with 3 container objects(3 spirites) but now i want to combine those three spirites and make into one. All 3 sprites are Images. The reason why I am doing this is that I need to add share feature. I tried snapshot but the clarity of the shared image is worst.
So, I am trying to make one image using 3 different image sprites. Please help with it, its kinda urgent.
Thanks in advance!
If you want to share 3 sprites as one image, you can paste them onto a Drawing Canvas object, and then share it.
how to set exact positions of objects to paste on drawing canvas? do i need to set position before calling drawing canvas paste function or after?dop2000
Develop games in your browser. Powerful, performant & highly capable.
Yes, resize and set canvas position to cover all 3 sprites, then paste.