LD2nd.visible needs == not = alone.
stage.addEventListener(MouseEvent.MOUSE_MOVE, showLD2);
function showLD2 (e:MouseEvent):void {
if (mouseY <= 344 && workWindow.LD2nd.visible == false ){
workWindow.LD2nd.visible = true;
}
}
|
Results 1 to 20 of 27
Threaded View
Tags for this Thread |
Click Here to Expand Forum to Full Width |