Properties
Category
Portuguese
Similar Topics
Statistics
Comments
1
Participants
2
Subscribers
0
Votes
2
Views
1020
Share
Answered
Hello
Suppose
v="A"
t="B"
Execute[{"PlaySound[v,2]]","Point[{0,0}], "PlaySound[t,2]]"}]
There is a problem with the second sound. That happens because I dont have a PAUSE. Observe that I dont want a
thing like Execute[{"PlaySound[one+two,1]"}]. I want to make geometric constructions between two sounds.
Is there any solution?
Thanks,
- 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
The way you can introduce time to your construction is to use (hidden) sliders. If you have slider with velocity 1 it goes one round in 10 seconds. In the update script of the slider a you can have
If[a==1,PlaySound[...]]
If[a==2,PlaySound[...]]
instead of triiggering PlaySound directly you use StartAnimation for the slider.
Comments have been locked on this page!