I'm presently working on a First Person Shooter in Director. I have the controls set up like every fps (wsad to move/strafe, and the mouse to look around and aim). It works great, but the problem is, when the mouse reaches the edge of the movie, you can't continue to look and move around. I need a mouse that when it reaches one side of the screen, it jumps to the other. I tried it with mouseh and mousev only to find thoes can only be read not set. How could I make the mouse move forever across the screen?