How do you rotate an image in App Lab?

You see, want to rotate an image on App Lab. But I also want its rotation to be set to a variable, so I can change its rotation without editing the code. Then I stumbled upon this line: "setStyle(“image”, “transform: rotate(90deg);”); Anyway, this line of code will rotate the image, but I’d have to change the program to edit the rotation. So, is there any way I could have a variable set the rotation?

Yes. But we can’t give any more help than that on a Create Task.

@flippinnub360 I recommend you think about lessons you have done in the past where you used loops to manipulate multiple elements on the screen and apply those concepts here.