I have some mouse over effects in my code.
My project is on a touch screen and users navigate by touching buttons.
When a button is touched, the next page comes up and invariably, there is another button under the mouse pointer and the mouse over effects is run. So, they think that that option has been selected for them.
I want to move the mouse to some corner each time a new page comes up.
Is it possible to move the mouse using AS3 code?
Thanks guys!