Expression to change maskMode?
Posted: September 4th, 2008, 7:14 am
Hey folks. First post here slap me if i post in the wrong section.
Can't access the maskMode "variable" through expression even though it's supposed to be possible. Have tried a bunch of things. Like:
Any ideas?


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;
}