Rotating images

How do you rotate image sprite to the right?

1 Like

This will rotate an imageSprite by 90 degrees clockwise (right)

image

If you want it to keep rotating then:

image

1 Like

There is a flag in the Sprite Attributes that determines whether the Heading means

  • which way the Sprite Picture is rotated to, or
  • which way the Sprite is moving.

ok, thanks, what should be the heading of image sprite?

Anything.

What Tim showed will always rotate the ImageSprite to the right.

You can use a + operator if you want to rotate the image to the left.

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.