Deutsches LiveCode Wiki
Advertisement

Equivalent to the number 1.Syntax:

arrow

Examples:

set the cursor to arrow

Use the arrow constant to set the cursor(property) to an arrow shape.

The following two statements are equivalent:

   set the cursor to arrow
   set the cursor to 1


However, the first is easier to read and understand in LiveCode.

If you use the arrow cursor(property) or other

standard cursors in your application, you must include the cursors when you create your [[standalone application|standalone]]. Make sure the "Cursors" option on the Inclusions section on the General screen of the [[Standalone Application Settings]] window is checked.

See also: cursor (property),

Advertisement