|
||
Mouse wheel event listeners are available only on Windows versions of Flash Player! include %includes/txt_info.rswf doAction [ x: 0 mouseListener: make Object [] mouseListener.onMouseWheel: func[delta target] [ x: x + delta info: rejoin ["x: " x " delta: " delta " target: " target] ] info: "click here and use your mouse wheel" Mouse.addListener(mouseListener) ] ShowFrame end |