-- -- All Director cursor codes -- Ken Loge - http://diginoodles.com -- Arrow / Default cursor -1 I-Beam cursor 1 Cross Bar cursor 3 Cross Hair cursor 2 Watch cursor 4 Blank cursor 200 Help cursor 254 Finger cursor 280 Hand cursor 260 Closed Hand cursor 290 No Drop Hand cursor 291 Copy Closed Hand cursor 292 Pencil cursor 256 Eraser cursor 257 Select cursor 258 Bucket cursor 259 Lasso cursor 272 Dropper cursor 281 Air Brush cursor 301 Zoom In cursor 302 Zoom Out cursor 303 Vertical Size cursor 284 Horizontal Size cursor 285 Diagonal Size cursor 286 "V" cursor 300 -------------------------------------------------------------------- -- Below is an example of how cursor changes can be implemented. -- -- Any of the above cursor codes may be substituted. -- -------------------------------------------------------------------- -- change the cursor for visual feedback on mouseEnter me cursor 280 -- switch to finger cursor end on mouseLeave me cursor -1 -- switch to normal arrow cursor end