Discuss Scratch

PersonUserPerson
Scratcher
27 posts

set rotation style [oblate v]

when green flag clicked
set rotation style [oblate v]//Might say squish instead? What should it be called?
This block takes rotation and instead of rotating would squish the sprite.

90 degrees looks like

0 degrees looks like

≈15(?) degrees looks like

≈165(?) degrees looks like

Last edited by PersonUserPerson (Oct. 18, 2023 19:08:25)

rdococ
Scratcher
1000+ posts

set rotation style [oblate v]

I like the effect… but wouldn't it be better as a separate thing? For example:

set [stretch v] effect to (-20)
PersonUserPerson
Scratcher
27 posts

set rotation style [oblate v]

rdococ wrote:

I like the effect… but wouldn't it be better as a separate thing? For example:

set [stretch v] effect to (-20)
Maybe, but I think it fits in more like this.
XCartooonX
Scratcher
500+ posts

set rotation style [oblate v]

rdococ wrote:

I like the effect… but wouldn't it be better as a separate thing? For example:

set [stretch v] effect to (-20)
Scratch actually had this block in beta versions of 1.0-1.4, but it was ultimately removed:
https://en.scratch-wiki.info/wiki/Change_Stretch_by_()_(block)
unknownXred
Scratcher
60 posts

set rotation style [oblate v]

PersonUserPerson wrote:

rdococ wrote:

I like the effect… but wouldn't it be better as a separate thing? For example:

set [stretch v] effect to (-20)
Maybe, but I think it fits in more like this.
Not really, with
set rotation style [squeeze v]
it’s not rotating but it’s changing size

However, there’s a problem with
set [squeeze v] effect to (e)
too, and it’s that it only regards Y

Last edited by unknownXred (Oct. 21, 2023 16:34:00)

cookieclickerer33
Scratcher
1000+ posts

set rotation style [oblate v]

maybe both

a squish effect for x, and this for y
rdococ
Scratcher
1000+ posts

set rotation style [oblate v]

unknownXred wrote:

However, there’s a problem with
set [squeeze v] effect to (e)
too, and it’s that it only regards Y

You only need one dimension of stretch, you can recover the other dimension like so:

Powered by DjangoBB