Quote:
Originally Posted by gabe
*Exactly.* I have shown you how to create a variable that is a list of objects. I have shown you how to select a random object. You have stated what you want to do next -- assign that random object to a variable. So do that. Create an object variable and assign its value to a random object from the list.
|
Ok I got it working. Thank you.

How would I go about setting up a time limit for a game in Alice? The book I have only shows how to loop a certain amount of times. I see the function for time elapsed under the world, but I have no clue how I would work that into a method properly. Do I use the time elapsed function with a loop?