Page 1 of 1

Expression to change maskMode?

Posted: September 4th, 2008, 7:14 am
by NEO_AMiGA
Hey folks. First post here slap me if i post in the wrong section. :roll: :lol:

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; 
}
Any ideas?

Re: Expression to change maskMode?

Posted: September 4th, 2008, 8:42 am
by Dan Ebberts
I don't think you can access maskMode from an expression. You'd need a script for that.

Dan