Discuss Scratch
- Discussion Forums
- » Suggestions
- » Distance of (center v)
- Umhead22
-
100+ posts
Distance of (center v)
(distance to [center v])The block says itself what it does, typicaly, it's says distance of center of the stage (0, 0)
- Creator-H
-
100+ posts
Distance of (center v)
no support. very easy workaround:(distance to [center v])The block says itself what it does, typicaly, it's says distance of center of the stage (0, 0)
put an invisible sprite in the middle of the stage
(distance to [the sprite v])
- jmb1293634
-
100+ posts
Distance of (center v)
workaround:
([sqrt v] of ((((x position) - (0)) * ((x position) - (0))) + (((y position) - (0)) * ((y position) - (0)))))
- AvidOsirianGuy
-
100+ posts
Distance of (center v)
Ok, but I don't know how this would be useful.
- Discussion Forums
- » Suggestions
-
» Distance of (center v)