I'm trying to change "simple mask" to different colors based on an alterable string. For example if string is "p1" change simple mask to green or if string is "p2" change simple mask to pink. Furthermore I tried that and its not giving me the right colors based on the value I enter. This is exactly what I do
Alterable string ="p1" set effect "Simple mask" set effect parameter "fc" 0,255,00
Should be green right? It's not it's straight black. Is there a different layout?
Alterable string ="p2" set effect "Simple mask" set effect parameter "fc" 255,0,255
Should be magenta but it is not it's Red.
Is there more information it needs? I even tried setting the visibility "ffade" to 1 but that didn't help matters.
I thought it might be because I already had simple mask set up to the object so I took that off and still the same problem.
Anyone know how to work the simple mask parameters??
Just a suggestion (I haven't tried this) but try using RGB(0,255,0) instead of just putting in 0,255,0. Working with colours in MMF has stumped me a couple of times and both times it was because I forgot to put the colour inside the RGB() function.