

Can't access the maskMode "variable" through expression even though it's supposed to be possible. Have tried a bunch of things. Like:
Code: Select all
checkbox = effect("Checkbox Control")("Checkbox").value
if( checkbox == 1){
mask("Word 01").maskMode = maskMode.NONE;
}