Glossary for Alice Programming: events
Learn Alice in FREE step-by-step lessons.
addSceneActivationListener: The addSceneActivationListener makes a dog wag his tail continuously while other actions take place.
Tail wags continuouslyarrow keys: Add object mover for the shark so that the user can move it with the arrow keys.
Object Mover and Key press eventsbackground actions: The addSceneActivationListener makes a dog wag his tail continuously while other actions take place.
A dog wags his tail continuouslybackground sound: A sound can be played continuously in the background.
click: In Alice, you can write code for what to do when the user Click the mouse. This is called an event.
collisions: A collision occurs when two characters move into each other. This event can be handled.
drag-drop: Using default model manipulation in event listeners lets the user drag and drop objects at run time.
Drag and Dropevent collision: Making something happen when objects collide.
Event: collisionevent drag drop: Using default model manipulation in event listeners lets the user drag and drop objects at run time.
Event: drag and dropevent handling: Event handling means writing code to specify what to do when an event (such as the user clicking the mouse) occurs.
event mouse click: The bear says something when the user clicks on him.
User clicks objectevent mouseclick: Each animal says something when clicked
Mouse click eventsevent timer: Using the timer event, the penguin says "Help!" at random intervals.
Event: timerevent: Events are things that happen such as a user action with the mouse or keyboard, and also events such as a timer going off.
Key press event: Add object mover for the shark so that the user can move it with the arrow keys.
Key press to move objectkeypress: Learn how to listen for a key press (typing a letter) and respond
The keypress eventmouse clicks: Each animal says something when clicked
Click on several different objectsmouse click: The bear says something when the user clicks on him.
Click on the bear eventtimer event: Using the timer event, the penguin says "Help!" at random intervals.
A Timer Eventtimer: You can set a timer to go off at a specific interval, then write code for what to do when that happens. This is called an event.
Full Glossary