zingzangzung
07-10-2008, 12:56 PM
I'm building a map application for a client, using AS2. There are several buttons which act as follows:
on rollover - associated map features appear
on rollout - map features disappear
on release(toggle) - map features stay visible (and have their own rollovers with info)
on release(toggle) - map features disappear and rollover action returns
All is fine except when releasing the map features. When clicking the button the features disappear, but on moving the mouse away from the button the rollover action causes the features to briefly reappear. What I want is for the user to move his mouse away without triggering the rollover, until the next time they visit this button. Any ideas on how I can achieve this?
on rollover - associated map features appear
on rollout - map features disappear
on release(toggle) - map features stay visible (and have their own rollovers with info)
on release(toggle) - map features disappear and rollover action returns
All is fine except when releasing the map features. When clicking the button the features disappear, but on moving the mouse away from the button the rollover action causes the features to briefly reappear. What I want is for the user to move his mouse away without triggering the rollover, until the next time they visit this button. Any ideas on how I can achieve this?