Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » What are the Dimensions of a Scratch Project?
- StimpyPvP
-
60 posts
What are the Dimensions of a Scratch Project?
i.e. (100,100) X (-100,-100)
^X ^Y ^X ^Y
^X ^Y ^X ^Y
- StimpyPvP
-
60 posts
What are the Dimensions of a Scratch Project?
https://wiki.scratch.mit.edu/wiki/Stage#Stage_SizesOn 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
- gtoal
-
1000+ posts
What are the Dimensions of a Scratch Project?
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
-
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
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-
-
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.

- Discussion Forums
- » Help with Scripts
-
» What are the Dimensions of a Scratch Project?