Action unknown: siteexport_addpage
macros:function:programmer.setblindmode
Function
Programmer.SetBlindMode
Void Programmer.SetBlindMode(Boolean setChangesLive, Single fadeTime)
| API | http://api.avolites.com/10.1/Programmer.SetBlindMode.html |
|---|---|
| description | Sets the blind mode. |
| namespace | Programmer |
| parameter | setChangesLive ( Boolean ) : if set to true [set changes live]. |
| fadeTime ( Single ) : The fade time. | |
| return value | Void |
Note that this function inherently checks the property Programmer.BlindActive to determine whether leaving or exiting Blind Mode.
Example in
<step pause="0.01">ActionScript.SetProperty.Boolean("Programmer.BlindActive", true)</step> <step pause="0.01">Programmer.SetBlindMode(false, 0)</step>
Also used in
Remarks
You could leave a comment if you were logged in.
macros/function/programmer.setblindmode.txt · Last modified: 2017/11/26 17:16 by icke_siegen
