Creating remote rolloversRemote rollovers are interactions between multiple objects. They are triggered by one object (the trigger object), but affect one or more other objects (the target objects). The trigger object usually has a rollover state (Over, Down, or Out) that is triggered by a user's mouse. The target objects have custom states that are linked to rollover states on the trigger object. For example, moving the mouse pointer over the trigger object (such as a menu button) would switch the object to its Over state, which would trigger all the states it's linked to in the target objects (such as names of menu choices). You must prepare your target object before using it in a secondary rollover effect. You do this by creating a custom state for the target object, and then modifying this custom state. Note: To add a transformation such as changing the rollover's position or rotating it, you need to make the rollover a movie clip group. (See Creating animated rollovers.) To create a remote rollover:
![]() Trigger object on left, and target object on right This state represents what the target object looks like when the trigger object is triggered. For instance, you could create a custom state called "yellow" if the target object is to change from purple to yellow when triggered by the trigger object. For more information on custom states, see Creating basic rollovers. ![]() Target object with custom state applied ![]() Dragging the target icon onto the target object The target object is added to the description of changes to the state of the trigger object. ![]() Setting the target object's state |