Hi,
I'd like to know what is the difference between MouseEvent.CLICK & MouseEvent.MOUSE_DOWN
.
Because when i use MouseEvent.MOUSE_DOWN
for a button to set full-screen
view its doesn't work, instead of this MouseEvent.CLICK
works. So what was the reason.