I'm working on an interface control that allows users to navigate a 3d space with their mouse. Currently we are using up/down/left/right arrow buttons, but what I'd really like to switch to is a clickwheel type interface.
The interaction I'm looking for is:
- User clicks "Up" section of click wheel.
- Mouse cursor disappears.
- User drags mouse up to quickly move forward through location
- User drags mouse down to quickly move backward through location
- User releases mouse button and cursor reappears, still inside click wheel
The problem I see with this is that the invisible mouse will quickly move out of the movie and stop tracking. Has anybody dealt with this before? I'm sure I saw a flash toy somewhere that trapped the mouse inside a box, but can't find it now. :(