Properties
Category
Spanish
Similar Topics
Statistics
Comments
3
Participants
3
Subscribers
28
Votes
1
Views
786
Share
Answered
tengo varios deslizadores,
nDesl1, ...,nDesl4
necesito dependiendo de una condición poner todos en zero.
Algo como:
if(lsol=false, nDesl1=0,nDesl2=0...)
Gracias por su ayuda
- 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
One way to achieve what you said is by using the Execute() command, which allows you to apply more than one command at the same time.
So you could use something like
in the OnUpdate scripting of ISol., adding a SetValue command for each one of your sliders.
See https://wiki.geogebra.org/e... and https://wiki.geogebra.org/e...
o poner una linea para cada deslizador en el script al actualizar la condicion, lo que sí que debes es poner setvalue() o valor() en español (en los script ingles) y no usar el igual
Good Solution
Comments have been locked on this page!