You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
numberPairs.tenScreen.view.numberLineNode.slider.thumbNode.visibleProperty Rename? This seems like it’s the slider or scrubber.
thumbNode is the terminology we use to refer to this item "scrubber" in common code. Here it is a custom thumbNode but it will be called that in other sims with a slider as well. I would not recommend renaming.
Otherwise I instrumented the number line items to be a bit more intuitive, let me know what you think.
Here are my initial impressions (and will apply to all screens, not just twenty):
numberPairs.twentyScreen.view.numberLineNode.slider.trackNode.visibleProperty will not be useful
But numberPairs.twentyScreen.view.numberLineNode.slider.trackNode.tickMarks.selfVisibleProperty will be. This is nice. Is it possible to have the end tick marks stay to 'bound' the line to something? The line looks incomplete.
Everything else looks great in terms of visible and enabled properties.
numberPairs.tenScreen.view.numberLineNode.slider.visibleProperty
numberPairs.tenScreen.view.numberLineNode.slider.thumbNode.visibleProperty
numberPairs.tenScreen.view.numberLineNode.slider.trackNode.visibleProperty
The text was updated successfully, but these errors were encountered: