I see that graphics can be rotated but I don't see where text boxes can be rotated. If they can't, is there a place on the LC website to make a feature request?
Thank you,
Jon

Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller
You *might* find a better way, but I agree you'd be hard pressed too. I sure miss Hermann, I still stumble across things he did that make my jaw drop.SparkOut wrote: ↑Fri Aug 14, 2020 9:44 pmA lot of astoundingly good programming has been removed or veiled, but fortunately there is still content he continues to host, and here: https://hyperhh.de/widgets/ you will see one of the widgets is for text rotation (called OrientedText). You won't get a better solution.
Code: Select all
on mouseUp
import snapshot from fld "ff"
set the name of the last control to "PIC"
set the angle of img "PIC" to 45
end mouseUp