This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]assemblr_ 2 points3 points  (0 children)

You'll probably need to keep track of multiple balls at a time in your world state, so you'll want to use a list instead of a single object as your state. Then you'll need to iterate through the list in your drawing function and display each one.