I see this question everywhere, but every time it just says to use rotate layer. I have about 20 layers I need to rotate. Any bright ideas that could save me putting down 20 events?
You can rotate multiple layers in a loop:
For "n" from 0 to 20 Set layer loopindex angle 20 degrees
Develop games in your browser. Powerful, performant & highly capable.
Huh, didn't think of that. Thanks! I'm not the brightest of game devs.