Interaction mechanisms are based on events watching.
Watchable events are basically mouse events
(mouseDown, mouseUp, mouseEnter, mouseLeave...)
or time events (timeEnter, timeLeave...)

The principle consists in attaching a message to an event,
which is triggered when the event occurs.
Try the messages below and next click to the rectangle
in the /ITL/tutorial window.