SetDisplayData()

Syntax:

SetDisplayData( PositionObject )

Parameters:

PositionObjectPositionObject is the name of the new object created using the GetDisplayData function. The properties of PositionObject will replace the properties of the specified object in this SetDisplayData function. Any previous new object created with a GetDisplayData function can be used as a PositionObject. This parameter is used instead of PosX and PosY.

Remarks:

This function is used to either set the x and y coordinates of the specified object or to set all aspects of the specified Objects position. The properties you can set are the same as those listed in the GetDisplayData function.

image\Script_Button.jpgExamples