To remove the Image file on the NormalObject State for an Image object named IntroGraph, use the following syntax:
IntroGraph.RemoveImage()
To remove the Image file on the Mouse Over Object State for an Image object named IntroGraph, use the following syntax:
DelGraphic = IntroGraph.GetAppearance("Mouse Over")
DelGraphic.RemoveImage()
Note:
When the user moves the mouse over the object named IntroGraph, the Image file used will be the same as the object’s Normal Object State.
see also:SetImage and GetAppearance