Properties
Similar Topics
Statistics
Comments
8
Participants
4
Subscribers
5
Votes
2
Views
1153
Share

Script Command for control and animate slider direction, speed and min/max?
Answered
How to control slider direction (increasing, increasing once, decrease etc..) and speed as well as min value and max value with command in script.
- GeoGebra
- Help
- Partners
-
Contact us
- Feedback & Questions
- This email address is being protected from spambots. You need JavaScript enabled to view it.
- +43 677 6137 2693
© 2022 International GeoGebra Institute
You can put variables as min, max and speed values in the settings for a slider. For example, if you have the slider n, you can define
nmin = -5
nmax = 5
nspeed = 1
and put those variables in the slider tab in the settings for n. These variables can be manipulated at will by scripts. I don't know about direction though.
Comments have been locked on this page!