Hi! Is there a way to save sprite to image file? Please help. <img src="smileys/smiley13.gif" border="0" align="middle" /> (Sorry for my English, if is bad.)
Develop games in your browser. Powerful, performant & highly capable.
you can click save button in the top left when editing your sprite
hope that help
If you want to do it at runtime you need to use the ImageManipulator object, then you can grab the sprite's image with the "copy from sprite" action then save the image with the save action.
Thank you! It works!