If you're talking about the main section order earlier, this should have worked. For me, it did, as I illustrated above - not sure what you're doing wrong there.
Exactly. Very easy to do.MourningStar wrote: ↑July 31st, 2021, 11:28 pmI will guess and say one or more of the mouse actions in the meter section require alteration?
If I understood correctly what you want, yes, by commenting out or removing the mouse over/leave actions from [FontChooser]:MourningStar wrote: ↑July 31st, 2021, 11:28 pmPossible to make the animation continuous, even/along with mouse hover/scroll?
Code: Select all
;MouseOverAction=[!CommandMeasure Slider "Stop 1"][!CommandMeasure Slider "Stop 2"][!CommandMeasure Slider "Execute 1"]
;MouseLeaveAction=[!CommandMeasure Slider "Stop 1"][!CommandMeasure Slider "Stop 2"][!SetVariable Index 1][!UpdateMeasure Slider][!UpdateMeter *][!Redraw]
In the same meter:MourningStar wrote: ↑July 31st, 2021, 11:28 pmAlternate - continuous, stops at mouse hover for scrolling, resumes after mouse moveaway acceptable if easier mod
Code: Select all
MouseOverAction=[!CommandMeasure Slider "Stop 1"][!CommandMeasure Slider "Stop 2"]
MouseLeaveAction=[!CommandMeasure Slider "Stop 1"][!CommandMeasure Slider "Stop 2"][!CommandMeasure Slider "Execute 2"]