Discuss Scratch
- Discussion Forums
- » Help with Scripts
- » help with rotation
- 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? 

- Animature
-
Scratcher
5 posts
help with rotation
(#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
The original poster asked for a way to do it WITHOUT using the rotation style block(#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 (...)
- 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”:

Right click for context menu, then select duplicate:

Click “Flip Horizontal” or “Flip Vertical”:

Last edited by 2tables (Feb. 21, 2023 00:50:06)
- Discussion Forums
- » Help with Scripts
-
» help with rotation




