Hello,
i want to use the 'get text' script to show the percentage of the Master volume slider..
I found in the wiki: "...VDJScript returning values (sliders) will be displayed as a percentage..."
How does it work? With any slider i want?
For master there is no script, only for the Deck Volumes 'get volume', but how i can do it with master??
Actually i use it with slider, mousemask and a picture with 1-100.. but i want it prettyer ;)
Greetz
Ava
i want to use the 'get text' script to show the percentage of the Master volume slider..
I found in the wiki: "...VDJScript returning values (sliders) will be displayed as a percentage..."
How does it work? With any slider i want?
For master there is no script, only for the Deck Volumes 'get volume', but how i can do it with master??
Actually i use it with slider, mousemask and a picture with 1-100.. but i want it prettyer ;)
Greetz
Ava
Posté Fri 18 Feb 11 @ 2:06 pm
in the format="" field of the textzone code enter this
format="`master_volume`"
this will give you a number between 0.00% and 100.00%
format="`master_volume`"
this will give you a number between 0.00% and 100.00%
Posté Fri 18 Feb 11 @ 5:46 pm