ShowObject

Summary

This function will reveal an asset that has been hidden by HideObject.

Parameters

Target

Type: Text Default: None

Specifies the name or ARDI ID of the asset you wish to hide. If using an asset ID, begin the target with the '#' character.

AndChildren

Type: Boolean Default: True

If true the function will attempt to hide all components of this asset - this also includes other assets that may be underneath it.

See Also

Examples

<hideobject target="My Small Asset"/>
<pause time="2"/>
<showobject target="My Small Asset"/>
These steps make an asset called My Small Asset disappear for 2 seconds, then reappear.