RemoveBackground()

Example 1:

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

Intro.RemoveBackground()

Example 2:

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

DelBckgrnd = Intro.GetAppearance("Mouse Over")
DelBckgrnd.RemoveBackground()

Note:

When the user moves the mouse over the object named Intro, the Background colour will be the same as the object’s Normal Object State.

 

see also:SetBackground and GetAppearance