RemoveTexture()

Example 1:

To remove the Texture effect on the NormalObject State for an Image object named IntroGraph, use the following syntax:

IntroGraph.RemoveTexture()

Example 2:

To remove the Texture effect on the Mouse Over Object State for an Image object named IntroGraph, use the following syntax:

DelTexture = IntroGraph.GetAppearance("Mouse Over")
DelTexture.RemoveTexture()

Note:
When the user moves the mouse over the object named IntroGraph, the Texture effect used will be the same as the object’s Normal Object State.

 

see also:SetTexture and GetAppearance

Close