HideObject
Summary
This function will hide an asset from view.
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 the components inside this asset. This may include other assets.
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.