Ans: Object Tree Window, Details Window, Method Editor Window, Event Window, World Window.
Ans:
Method A method is something that an object can do. Methods can be builtin (they come with the object out of the box) or user-defined (you write them yourself in the Editor Area). Examples of methods that come with all objects: move, turn, roll, resize, say, think.
Properties A property is a value or subobject that defines the appearance of the object. Examples of properties are color, opacity, isShowing.
Events   Events are things that happen to an Alice World, such as world starts, key is typed, mouse is clicked on something.
Ans: my first method
Ans: In the World Window, click the Add Objects button. In the Local Gallery, select a theme such as Animals or Beach >> Select an object in that theme >> Add Instance to World.
Ans: If you are not in Add Objects mode already, click the Add Objects button in the World Window. Click one of the Move Objects buttons. The choices for these buttons are
Move Objects Up and Down
Turn Objects Left and Right
Turn Objects Forwards and Backwards
Tumble (Roll) Objects
Resize Objects
Copy Objects
Ans: Select the object in the Object Tree Window >> Select the methods tab. The methods for the selected object will appear in the Details Area.
Ans: Select the world.my first method tab in the Editor Area if this method is already open. If it is not open, select world in the Object Tree >> Select the methods tab in the Details Area >> Select the edit button for my first method.
Ans: Select the object in the Object Tree Window. Select the properties tab in the Details Window >> Change the color using the dropdown menu for the color property.
Ans: Delect the event "When the world starts, so" in the Events Area >> Click the create new event button >> Select When a Key is Typed >> Replace "any key" in the event to the key of your choice >> Replace Nothing by the desired event. Add more events if required.
Ans: Edit my first method or edit a method that is called by my first method >> Select the object in the Object Tree >> Select the methods tab in the Details Area >> Drag object.say onto the Details Area >> Select Other and type what you want the object to say.
Airplane Terminology |
Rotation Axis | Alice Terminology |
---|---|---|
Yaw | Vertical | Turn left or right |
Pitch | Side-to-side | Turn forward or backward |
Roll | Front-to-back | Roll left or right |
biplane turn right 0.15 revolutions
biplane turn forward 0.15 revolutions
biplane turn backward 0.15 revolutions
biplane roll left 0.15 revolutions
biplane roll right 0.15 revolutions