UnFadeEverything
Summary
This function will un-fade all assets that are currently faded, making them completely visible and opaque.
Parameters
There are no parameters.
See Also
Examples
<fadeeverythingbut Target="SomeObject" /> <waitforclick Caption="Observe this asset" /> <unfadeeverything/>
This code will fade all assets except the asset named SomeObject. It will then prompt the user with a message and await the user to click next before proceeding. Once the user is ready to continue, they will click next and the UnFadeEverything function will be called to restore visibility to all of the faded assets.