Macro Script function
Moderator: MADRIX Team
Macro Script function
Hello,
I am looking for the correct function that would allow me to change the direction of the color scroll effect.
I have a multi-layer effect set, and I would like to be able to automatically cycle through square implode and square explode at timed intervals.
Is there a way to accomplish this?
Thanks
I am looking for the correct function that would allow me to change the direction of the color scroll effect.
I have a multi-layer effect set, and I would like to be able to automatically cycle through square implode and square explode at timed intervals.
Is there a way to accomplish this?
Thanks
Re: Macro Script function
Hi,
the right function is SetDirection() which have additional types of direction , special for the scroll effect.
You can find a complete list and description in the scripting help.
http://www.madrix.com/scripthelp/ in section "Macros for effects" -> " SCE Static Color Effects" -> "SCE Color Scroll"
the right function is SetDirection() which have additional types of direction , special for the scroll effect.
You can find a complete list and description in the scripting help.
http://www.madrix.com/scripthelp/ in section "Macros for effects" -> " SCE Static Color Effects" -> "SCE Color Scroll"
Re: Macro Script function
Thanks for your help. This is exactly what I was looking for. I was reading through this section earlier today in the manual, but couldn't find the right command to use. Thanks again!