Discuss Scratch

Bing8224
Scratcher
7 posts

help with rotation

in my game i want to item to flip horizontally when the character does but still maintaing the all around rotation, how would i do this?
NeonG4
Scratcher
1000+ posts

help with rotation

You have to create a new costume and flip the costume vertically. You can also use turbowarp to flip a costume upside down, but it won't work in Scratch.
Animature
Scratcher
5 posts

help with rotation

Bing8224 wrote:

(#1)
in my game i want to item to flip horizontally when the character does but still maintaing the all around rotation, how would i do this?

I bet if you use this block then it will flip left/right (horizontally). Use it before the rotation block:

set rotation style [right-left]

If you were using the turn block, use this block to turn sprites automatically:

point in direction (...)
DeveloperTools
Scratcher
100+ posts

help with rotation

Animature wrote:

Bing8224 wrote:

(#1)
in my game i want to item to flip horizontally when the character does but still maintaing the all around rotation, how would i do this?

I bet if you use this block then it will flip left/right (horizontally). Use it before the rotation block:

set rotation style [right-left]

If you were using the turn block, use this block to turn sprites automatically:

point in direction (...)
The original poster asked for a way to do it WITHOUT using the rotation style block
2tables
Scratcher
100+ posts

help with rotation

You would duplicate the costume, and flip it, like this:
Right click for context menu, then select duplicate:

Click “Flip Horizontal” or “Flip Vertical”:

Last edited by 2tables (Feb. 21, 2023 00:50:06)

Powered by DjangoBB