Limited GUI controls view on MAS

Post Reply
karl.lighting
Posts: 1
Joined: Sun Aug 14, 2022 12:33 am

Limited GUI controls view on MAS

Post by karl.lighting »

Hello, I'm gradually approaching with MAS, but maybe I'm missing some points.
So basically I'm trying to show 10 control slider in a MAS layer, as could be other types of gui controls, but I'm limited in viewing the first ones till the layer view gets full.
Can't "scroll down" to see the other sliders.
What could I do to fix this? Do I have to re-write a script to a "multi page" script or am I missing some basics hidden tricks?

Thank you! <3
Guertler
Support
Support
Posts: 880
Joined: Tue Feb 04, 2014 10:47 am

Re: Limited GUI controls view on MAS

Post by Guertler »

Hello karl.lighting,

A MADRIX MAS script can work with 7 desired GUI elements.

I think in your case you will have two options:

Option 1:
Create two diffent scrips for two effects layers. Every script will consits of 5 user defined sliders.

Option 2:
Work with one "ctrlslider" and two of the "ctrlcheckbutton5" elements. Now you can create a logic that the slider will represent and change the current activated "ctrlcheckbutton".
In that case you will have only 3 different GUI elements and you would be able to control all required 10 different variables

I hope this will help you.
Post Reply