Properties
Similar Topics
Statistics
Comments
4
Participants
3
Subscribers
3
Votes
1
Views
549
Share
Answered
I created a slider
n = Slider(1,10,1)
and want to move it from the button. So I created a next button with the scripting
If(n <= 9, n = n + 1)
But the button is not working at all. Once it worked but now it fails to work. Is it some bug or something else?
Files:
Next_button.ggb
- 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
© 2023 International GeoGebra Institute
use this syntax
n=If(n <= 9, n + 1,1)
Comments have been locked on this page!