extensions icon indicating copy to clipboard operation
extensions copied to clipboard

Stamping an new svg with Looks+ is broken

Open Hollis131 opened this issue 10 months ago • 6 comments

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

Image

Hollis131 avatar Mar 02 '25 18:03 Hollis131

To be honest, the "Looks+" extension is kind of buggy.

If you do this block, repeat it always, then the sprite will disappear: Image

If you do this block as always and wait 0.06 seconds, then the sprite will appear: Image

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: Image

WAYLIVES avatar Mar 02 '25 20:03 WAYLIVES

The issue is that the block isnt async/waits for the new skin to load. Which is why this method works: Image

SharkPool-SP avatar Mar 02 '25 22:03 SharkPool-SP

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

snowboyz0825 avatar Mar 06 '25 19:03 snowboyz0825

so is the solution here to make the block async or it doesn't need to be fixed?

fath11 avatar Mar 08 '25 10:03 fath11

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

SharkPool-SP avatar Mar 08 '25 18:03 SharkPool-SP

got it

fath11 avatar Mar 08 '25 22:03 fath11