Help me with SetShadow...
Hi, everybody! Please look at my code a little:
- Sub Object_OnScriptEnter
- Object.Text="SHADOW EFFECT TEST"
- End Sub
- Sub Object_OnMouseEnter
- Object.States("").SetShadow True, 10, 255, 0, 0, rgb(255,0,0)
- End Sub
- Sub Object_OnMouseLeave
- Object.States("").SetShadow False, 0, 0, 0, 0, 0
- End Sub
I want to create some text effect for my desktop. When my mouse is over that text object, it will have glow effect, but that text object changes its position as well which I don't want. I want to know if there is a way to keep its original position. I have just moved to DesktopX 3.5 (on Windows XP), that weird thing does not happen with DesktopX 3.1. Any suggestions? Thanks for your help!