Hi
I want to flip an entire display group and it include many things like:
- display.newText()
- display.newImageRect()
- display.newRoundedRect()
- mask
I’ve read the documentation about graphic 2.5D and I figured out that only Rectangles and images could be distorted and we access to four-cornered points of them.
Is there any way I could flip a display Group with all of its content?
please help,
Thanks already