I have been working on this vrTour viewer as my learning project for flash and pretty much have the thing complete… However, one thing I’m interested in doing is making it continue the onMouseDown command until the user releases the mouse button regardless of if the pointer is over the swf or is outside of it.
The way it works now im simply doing a this.onMouseDown/MouseUp on the first frame of layer 1 to capture the mouse clicks.
Any ideas?