Discuss Scratch

StimpyPvP
Scratcher
60 posts

What are the Dimensions of a Scratch Project?

i.e. (100,100) X (-100,-100)
^X ^Y ^X ^Y
asivi
Scratcher
1000+ posts

What are the Dimensions of a Scratch Project?

StimpyPvP
Scratcher
60 posts

What are the Dimensions of a Scratch Project?

asivi wrote:

https://wiki.scratch.mit.edu/wiki/Stage#Stage_Sizes
On the site, I only found pixel measurements. I am looking for graph measurements. An example of which is listed at the top. Sorry for the inconvenience
asivi
Scratcher
1000+ posts

What are the Dimensions of a Scratch Project?

StimpyPvP
Scratcher
60 posts

What are the Dimensions of a Scratch Project?

Thank you!
gtoal
Scratcher
1000+ posts

What are the Dimensions of a Scratch Project?

asivi wrote:

except it's not. there's a huge grey area around how pen coordinates and the center of a single pixel sprite are specified. Either the diagram above has an off-by-one error on each of the x and y axes or you have to get in to a whole mish-mash of half-pixel coordinates.

What you _can_ say without equivocating is that the stage is 480 pixels wide and 360 pixels high, not 481x361 as that diagram might imply to anyone who put some thought into it. Addressing those pixels individually is a separate issue.

Last edited by gtoal (July 19, 2017 19:17:44)

HipHopPottimus
Scratcher
1 post

What are the Dimensions of a Scratch Project?

The width of a scratch stage is 494 coordinates wide (It goes from -247 to 247)
The height of a scratch stage is 374 coordinates high (from -187 to 187)
I moved a sprite to the edge to find out these numbers
-Kryptonite-
Scratcher
1000+ posts

What are the Dimensions of a Scratch Project?

This is a QaS not help with scripts… @-Archon- made a project with all the scratch dimensions.
dhuls
Scratcher
1000+ posts

What are the Dimensions of a Scratch Project?

X=480
Y=360

Powered by DjangoBB