RemoveBlur()

Syntax:

object.RemoveBlur()

Remarks:

This function will remove the Blur effect currently applied to the specified object. There are two methods of using this function:

(i)  Specify an object name – in this method, the Blur effect will be removed from the Normal (i.e. default) Object State.

(ii) Specify a new object created with the GetAppearance function – in this method, the Blur effect is removed for the Object State of the object specified in the GetAppearance function.

Note:
The Blur effect can be set using the SetBlur() function or in the Effects tab of the object’s Properties dialog.

 

image\Script_Button.jpgExamples