hi everyone,
I am setting sprite image by "load image from url",
Good thing is that it works fine bad thing is that the image stays with sprite even when i change layout.
So My question is... How to clear a sprite image back to empty?
You can probably load an empty image from a dataURI on layout changes.
Someone claimed this is the tinyest transparent GIF : "data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw=="
So "Load image from URL" and insert that previous line.
Develop games in your browser. Powerful, performant & highly capable.
Thanks, That worked!
This Worked but caused crashes in some devices.
So is there any other way to do this?
PS: Shouldn't there be an unload image action?