Multiple image with layer controls

Is it possible to load multiple image into different layers, and each layer allows the individual image to be controlled - rotate, and opaque/transparency levels adjusted?

I apologised if this question has been answered before. And if so, do point me to the right link so I can find out more. I’ve not been using NSBASIC for a while… so lost touch in the features…

Thanks in advance
Ronnie

Look at the html5 canvas.

You can put multiple images on top of each other, then set opacity in your style property to suit.

If opacity is 1, you can’t see past that layer. If it is .5, you can partially see what is beneath it.

https://www.w3schools.com/CSSref/css3_pr_opacity.asp