Discuss Scratch

DartMonkey15
Scratcher
19 posts

Why does this happen...

Ok, so… When you change any effect of a vector sprite, it pixelates a bit!
.
Here is an example of the script:
.
when green flag clicked
repeat (5)
change [color v] effect by (25)
end
wait (1) secs
stop [all v]
TheRealNetherBefore
Scratcher
1000+ posts

Why does this happen...

It's due to how scratch calculates the effects. You can toggle it off with a key combination but it's not permanent.
-ShadowOfTheFuture-
Scratcher
1000+ posts

Why does this happen...

It's because when graphic effects (excluding brightness and ghost) are used, Scratch switches to Stage3D, which has the side-effect of treating vector sprites like bitmap.

(Sources: here, and here)
DartMonkey15
Scratcher
19 posts

Why does this happen...

-ShadowOfTheFuture- wrote:

It's because when graphic effects (excluding brightness and ghost) are used, Scratch switches to Stage3D, which has the side-effect of treating vector sprites like bitmap.

(Sources: here, and here)

Thanks for telling me with info.

when green flag clicked
clear graphic effects
say [Now i know!]
forever
change [color v] effect by (5)
end

Powered by DjangoBB