Open AgustinVallejo opened 10 months ago
For certain orbits, the sim will pause and prevent the user from using the play button. However, you could still play via PhET-iO by setting the isPlayingProperty to true. To replicate in studio:
isPlayingProperty.value = true
Since this is a very unlikely scenario, and it forcefully bypasses some safeguards, I'm not sure how high priority this should be.
For certain orbits, the sim will pause and prevent the user from using the play button. However, you could still play via PhET-iO by setting the isPlayingProperty to true. To replicate in studio:
isPlayingProperty.value = true
via studioSince this is a very unlikely scenario, and it forcefully bypasses some safeguards, I'm not sure how high priority this should be.