Properties
Category
English
Similar Topics
Statistics
Comments
6
Participants
5
Subscribers
5
Votes
1
Views
652
Share
Answered
I posted this activity https://www.geogebra.org/m/kcaqvns2 and when you push the Transfuse button (button1), it returns error in line 3, which is the start animation command.
SetValue(show,true)
SetValue(pour,0)
StartAnimation(pour,true)
Which works on my desktop, and I can't figure out the error! I re-uploaded it, same error.
file attached.
Thanks for any ideas!
Files:
MadScienceMix.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
The variable 'pour' does not appear to be attached to a slider, as far as I can tell - or does not have a Min and a Max as far as I can tell. If you assign a Min and Max to the variable 'pour', the StartAnimation( ) command does not fail.
pour is defined as a slider from 0 to add in my file. Is there a reason it wouldn't show up that way in the upload?
So I tried making a new slider, deleted the old, and the same error occurs.
Thanks for the idea, though!
Updated file attached.
pour needs an increment
You are using a really old version (5.0.524.0), please update
You def the slider pour with a range 0 .. 0 (=add)
seems 6.x does not let this pass as slider
give add minimal value add=0.001 and set visible in algebra view (perhaps this will do even)
Thanks, all! Fixed now.
I tried adding in a specific increment. Still didn't work.
When I changed the animating slider to 0 to Max(<variable>,.001) it fixed the issue.
And I have updated now! Gracias, Michael.
Comments have been locked on this page!