Hi guys,
Is there any way I can make a slider bar vertical instead of the default horizontal? Thanks in advance! :-)
As far as I know there is no way to rotate a slider bar, but you could create a custom one with events.
AFAIK there is unfortunatly no consistent way to do this across browsers, each engine requires a different hack. It is highly recommended to create a custom one.
Develop games in your browser. Powerful, performant & highly capable.
Wouldn’t using the action:
Set css style "transform" to "rotate(90deg)" work?
Seems to be supported on most browsers.
caniuse.com
Oh that does work nicely! TIL.
Thanks yall! ROJOhound,you are a true gem!