Expression to change maskMode?

Moderators: Disciple, zlovatt

Post Reply
NEO_AMiGA
Posts: 20
Joined: September 4th, 2008, 5:55 am

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?
Dan Ebberts
Posts: 320
Joined: June 26th, 2004, 10:01 am
Location: Folsom, CA
Contact:

I don't think you can access maskMode from an expression. You'd need a script for that.

Dan
Post Reply