Stamping an new svg with Looks+ is broken
When first switching current costume to a different svg and then stamping breaks the stamp and outputs nothing. this only occurs when switching to a new svg
for some reason sometimes it stamps the previous costume instead
To be honest, the "Looks+" extension is kind of buggy.
If you do this block, repeat it always, then the sprite will disappear:
If you do this block as always and wait 0.06 seconds, then the sprite will appear:
Alternatively, if you insert this block into "repeat always", add wait 0 seconds and add something from the blue blocks, then the costume will appear:
The issue is that the block isnt async/waits for the new skin to load. Which is why this method works:
Most extensions that have to do with loading in pictures have to require a delay because nothing's instant, I do think they should have an "and wait" block or something similar however
so is the solution here to make the block async or it doesn't need to be fixed?
so is the solution here to make the block async or it doesn't need to be fixed?
If anything use the same method that Lily used for skins specifically SVG loading it would also be better to make it as a separate block to keep compatibility while hiding the old one
got it