Use setStatus to determine when controls are shown
To set the displayControls parameter of setStatus() to 0 using the setStatus() command: setStatus(0,0,0,0). In this case, the controls are never displayed.
To set the displayControls parameter of setStatus() to 1 using the setStatus() command: setStatus(0,0,0,1). In this case, the controls are displayed when the cursor rolls over the Scene. 1 is the default value.
To set the displayControls parameter of setStatus() to 2 using the setStatus() command: setStatus(0,0,0,2). In this case, the controls are always displayed.