Constrain mouse to small area on stage?

Does n e 1 hav an idea how i can constrain the movement of the default mouse pointer to a certain area on the stage? Is it possible?

Cheers.:hair:

I don’t think it’s possible to restrain the default pointer. People like to be able to move their mouse on the screen anyway. You’d be able to create a cursor Movie Clip that follows the default x and y of the mouse and restrict that to an area on the stage (hiding the default cursor).
Theres a good tut on this site:
http://www.kirupa.com/developer/flash5/follow.htm

Ok cheers. What i have is a pop up window which i wanted the user to click on much like an alert box, with out being able to click on the other elemets on the stage.

Ill take alook at that tutorial and c if it will do the job.