Hellooo
I am making a side scrolling game with meteors that move from off-screen right to off-screen left, which players have to avoid. The meteors would look more realistic if they spin as they move.
How to do that please?
So far I have this:
System -> Create object "meteor" at X,Y
meteor -> Set collisions enabled
meteor -> MoveTo X,Y
meteor -> Set rotate speed to 10 per second
Does MoveTo also set rotation speed? Can be disabled?