Conrad Ayala <[EMAIL PROTECTED]>
> Does anyone know the code number for setting the cursor to a finger?
Hi Conrad,
on getCursorList() ---------------------------------------------------
-- Returns a property list with the format:
--
-- ["cursorName": <cursor number>, ...]
--
-- The following list is in the same order as the built-in cursor
-- list used in Behavior Parameters dialogs.
-- NOTE: Cursor names are not localized.
--------------------------------------------------------------------
cursorList = [:]
cursorList["Arrow"] = -1
cursorList["I-beam"] = 1
cursorList["Crosshair"] = 2
cursorList["Crossbar"] = 3
cursorList["Watch"] = 4
cursorList["Blank"] = 200
cursorList["Help"] = 254
cursorList["Finger"] = 280
cursorList["Hand"] = 260
cursorList["Closed Hand"] = 290
cursorList["No Drop Hand"] = 291
cursorList["Copy Closed Hand"] = 292
cursorList["Pencil"] = 256
cursorList["Eraser"] = 257
cursorList["Select"] = 258
cursorList["Bucket"] = 259
cursorList["Lasso"] = 272
cursorList["Dropper"] = 281
cursorList["Air Brush"] = 301
cursorList["Zoom in"] = 302
cursorList["Zoom out"] = 303
cursorList["Vertical size"] = 284
cursorList["Horizontal size"] = 285
cursorList["Diagonal size"] = 286
return cursorList
end getCursorList
Cheers,
James
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/LUJ/lingo-l.cgi To post messages to the list,
email [EMAIL PROTECTED] (Problems, email [EMAIL PROTECTED])
Lingo-L is for learning and helping with programming Lingo. Thanks!]