Show:
Questions
Responses
Print
History
Alice Versions
How to...
Definitions
Misc.
100
Where was Alice developed originally?
Carnegie Mellon University or UVA
100
Why is Alice 3 in the Beta Stage (What does Beta mean?)
It's the original version that hasn't been out for that long, changes are still constantly being made.
100
Some objects have pre-compiled animations, which are also known as pre-compiled....
methods.
100
Placing something into the world
What is adding an object?
100
What was "Alice" named after?
Lewis Carroll's Alice in Wonderland.
200
What year was the first version of Alice released?
1999 or 1998
200
What's one of the big differences between Alice99 and Alice2.0?
All code can be dragged and dropped, or, it is now intended for programming students.
200
How do you make the camera follow an object?
By making it a vehicle
200
This object can turn, roll, move and is automatically added to the world
What is the Camera?
200
Name any of the three things that the Alice environment provides.
Interactive Objects Ease of Manipulation GUI Control panels
300
Who was the original Alice developer?
Randy Pausch (now deceased)
300
Who was Alice99 originally intended for?
3D Graphics students
300
What is one of the definitions of an object, in programming.
Something that can be manipulated within the confines of a program, or something that doesn't exist before an instance of the class has been created.
300
In order to have an object do anything you need to do this
What is code or edit code?
300
What does each Alice object have?
A list of properties?
400
Alice was created as a tool to do what?
To create Virtual reality programs
400
Who originally created Alice storytelling as part of her doctoral work at Carnegie Mellon?
Caitlin Kelleher
400
What group of customizable objects have no manipulable parts?
People!
400
A series of commands that you have given an object
What is a procedure?
400
Who provided pre-made characters in Alice 3?
EA-providing characters from their game "The Sims"
500
Programming language that Alice is based on.
What is Java?
500
This version is focused on Object-Oriented Programming
What is Alice 3?
500
Added to Alice to allow you to control a camera or object
What is Keypressed Listener or Arrowkeypressed Listener?
500
0% renders an object invisible, while 100% renders an object completely opaque.
What is opacity?
500
Described as a template or blueprint for an object.
What is a class?