Keeping the mouse cursor moving
Keeping the mouse cursor moving
(OP)
Hey everyone,
I'm working on a program that involves rotating a model based on the movement of the mouse. My problem is that the model stops rotating when the mouse hits the edge of the screen. Is there a way around this?
I was asked not to use drag-to-rotate, and I tried using _mouse.mouseH = 0 to reset the position of the cursor every frame. I wasn't allowed to set that property.
Thanks,
Anthony
I'm working on a program that involves rotating a model based on the movement of the mouse. My problem is that the model stops rotating when the mouse hits the edge of the screen. Is there a way around this?
I was asked not to use drag-to-rotate, and I tried using _mouse.mouseH = 0 to reset the position of the cursor every frame. I wasn't allowed to set that property.
Thanks,
Anthony
RE: Keeping the mouse cursor moving
Kenneth Kawamoto
www.materiaprima.co.uk
RE: Keeping the mouse cursor moving
You can set the mouse position if you use an xtra. Check out the free one here called 'SetMouseLoc'.
http://pros.orange.fr/freextras/index_en.html
This will work in a projector, but not in shockwave.
If you need it to work in shockwave, there are non-free xtras which can do the job, such as this one:
htt
- Ben