General area when it fits no where else

Moderator: Mmiscool

User avatar
By Electroguard
#44856 I've got a basic music player script working using buttons to branch to appropriate subroutines.

Then I tried adding a volume control slider, but it doesn't have a [branch] argument like the button, so although the slider value can be changed, I don't know how to make the changed slider value cause a branch to [setvol] in order to deal with it.

I think I'm going to have a similar branching situation if wanting to use text boxes to input track numbers etc

I'd appreciate a suggestion for how to branch on those actions?
User avatar
By Mmiscool
#44864 Currently there is no branch trigger for change of slider or textbox. You would jave to ise a button to exicute a branch that did some thing with the data.