To remove the Alpha effect on the NormalObject State for an Image object named IntroGraph, use the following syntax:
IntroGraph.RemoveAlpha()
Example 2:
To remove the Alpha effect on the Mouse Over Object State for an Image object named IntroGraph, use the following syntax:
DelAlpha = IntroGraph.GetAppearance("Mouse Over")
DelAlpha.RemoveAlpha()
Note: When the user moves the mouse over the object named IntroGraph, the Alpha effect will be the same as the object’s Normal Object State. see also:SetAlpha and GetAppearance