Disable mouse when using a controller

Specific Q&A about the new Flash export
Locked
baoputzi
Posts: 14
Joined: Tue Sep 19, 2006 10:28 am
Location: Cologne/Germany
Contact:

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.
User avatar
thomas
Chief Gnome
Posts: 2611
Joined: Fri Sep 01, 2006 3:56 pm
Location: Vienna, Austria
Contact:

You can set

Code: Select all

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