Properties
Category
French
Similar Topics
Statistics
Comments
4
Participants
4
Subscribers
4
Votes
1
Views
618
Share

[Script] Comment exécuter plusieurs actions à la fois quand une condition est remplie
Answered
Bonsoir, j'aimerai exécuter plusieurs actions à la fois quand une condition est remplie.
Je m'explique, j'ai un script qui ressemble à ça :
Condition a : x(A)² + y(A)² ≥ 1
1. Si[a == true, SoitValeur[X, x(B)]] 2. Si[a == true, SoitValeur[Y, y(B)]]
Le problème c'est qu'il arrive que la première exécution modifie la condition initial, et j'aimerai qu'il exécute les deux à la suite sans qu'il ait à revérifier la condition à chaque fois.
Un truc comme ça : Si a = vrai, Alors X = x(B) et Y = y(B)
- 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
Bonsoir,
avec la commande Exécute ?
https://wiki.geogebra.org/f...
also possible M point
X=x(M)
Y=y(M)
and in the script
is shorter than
Comments have been locked on this page!