on (rollover) {
_root.rollovermenu.gotoAndPlay(2) ;
}
Were not going to assign the rollout ActionScripts to this clip; well have a separate clip and a separate script for that. The reason that we do it this way is so the ActionScripted clip doesnt overlap and negate the clickable, linked areas of the menu but since the controller clips area only covers the menu header, we dont want it to have a rollout command because the menu needs to stay visible even when the mouse isnt over the header.


