Ticket #883 (closed enhancement: fixed)
Fadeout controlbar directly when mouse moves off the stage
| Reported by: | jeroen | Owned by: | pablo |
|---|---|---|---|
| Priority: | Milestone: | Flash 5.3 | |
| Component: | Keywords: | ||
| Cc: | Forum thread: |
Description
This one has been requested a couple of times in the forums, and is actually a good idea:
when the mouse moves out of the stage, the controlbar can be hidden faster (immediately) than when the mouse doesn't move. I believe there's a new STAGE event for this in either AS3 or FP10 we could leverage. If not, this is probably too much work to get working nicely.
Change History
comment:2 Changed 3 years ago by pablo
Yes, this should be doable. An additional feature could be to hide the controlbar by default, if it's in the "over" or fullscreen state, and only show the controlbar when the user moves the mouse. This could be done as the default behavior, or could be enabled by an additional controlbar setting (e.g. controlbar.idlehide = false).

You should quickly look at this - if there's indeed an event for leaving the stage it's easy to add. If not, I wouldn't do it.