Actions

Actions are specialized commands that your AutoPlay application can perform at run time. Each action is a discrete instruction that tells the application to do something—whether it's to hide an object, jump to another page, open an external document, or modify a Registry key.

Actions are always triggered by events. Every possible event in an AutoPlay application has a separate list of actions, known as the event's action list. When an event is triggered, the actions on the corresponding action list are performed in sequence, like lines in a program.

Next: Control Structures