=====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==== [[fade]] [[fadeeverythingbut]] [[fadetag]] [[fadeuntagged]] [[fadeto]] [[fadefrom]] [[unfade]] [[unfadetag]] ====Examples==== > 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.