API for repeating, interactive scenes #547
Labels
enhancement
New or improved feature
library
Anything related to standard APIs.
needs design
When an enhancement is not yet designed
What are you trying to do that you can't?
The
Scene
API is a reasonable way to make a fixed sequence of content. But it's not a reasonable way to make a sequence of interactive things. For example, a student was trying to do this:Scene
can implement steps 1-3, but not 4.What is your idea?
Perhaps add another property of
Scene
that allows it to loop indefinitely, wrapping around to the first item after the last is done.The text was updated successfully, but these errors were encountered: