DX Object

I have created a calendar which uses a calendar base icon that is angled. I am new at this and have added the month and date and will add more graphics, but would like to know how to find a way to rotate the month and date text to coincide with the angle of the icon? It is still usable of course, but I have a thing about everything working and looking together. Mainly looking as professional as an amateur can make it look.
1,766 views 2 replies
Reply #1 Top
I think you would have to use dxscript.
Here's a link for a somewhat tutorial.
https://www.stardock.com/products/desktopx/Docs2/Developer_Scripting.asp
Reply #2 Top
Example:
Sub Object_OnScriptEnter
Object.rotation = whatever angle
End Sub

Sub Object_OnScriptExit

End Sub