Page 1 of 1

Disable mouse when using a controller

Posted: Tue May 08, 2007 1:00 pm
by baoputzi
is there a chance to disable the mouse while using a controller . I made a trackball to move the pano and thus do not want additional movement due to mouse movements.

Posted: Tue May 08, 2007 2:19 pm
by thomas
You can set

Code: Select all

<movieclip>.pano.setLocked(true);
to disable the mouse interaction. (note to myself: Write a API documentation)