Discuss Scratch

NormalFradOfficial
Scratcher
63 posts

Trying to get a sense of how line sizes compares to pixels

Hey Guys! I was trying to make my own custom BFDI assets and then realized the lines I used were too small. (I put in 2.4, the size of BFDI limbs) I want to know how Scratch's sizing system compares to the pixel sizing system in a program such as Adobe Animate.
CST1229
Scratcher
1000+ posts

Trying to get a sense of how line sizes compares to pixels

1 line size unit is half a pixel. (so 4.8 would be 2.4 pixels, but it may be rounded when shown on the stage and not in fullscreen/upscaled since it has to be aligned to pixels)

though note that stage/canvas size, as well as camera zooming (in other programs or one that you implement yourself with Scratch code) will also affect the “relative” size of stuff based on how much of the screen it takes up. scratch has a 480x360 stage.

Last edited by CST1229 (Aug. 21, 2025 15:25:25)

TheRandomno
Scratcher
50 posts

Trying to get a sense of how line sizes compares to pixels

A line with stroke size of 2.4 in Animate should be equivalent to 4.8 in Scratch.

Powered by DjangoBB