RemoveShadow()

Example 1:

To remove the Shadow style on the NormalObject State for a Text object named Intro, use the following syntax:

Intro.RemoveShadow()

Example 2:

To remove the Shadow style on the Mouse Over Object State for a Text object named Intro, use the following syntax:

DelShadow = Intro.GetAppearance("Mouse Over")
DelShadow.RemoveShadow()

Note:
When the user moves the mouse over the object named Intro, the Shadow style used will be the same as the object’s Normal Object State.

 

see also:SetShadow and GetAppearance

Close