home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 24 / MacAddict_024_1998_08.iso / Media / Software.dxr / LingoLib_9.ls < prev    next >
Encoding:
Text File  |  1998-06-04  |  408 b   |  12 lines

  1. on pointCursor spriteNum
  2.   set the cursor of sprite spriteNum to [the number of member "pointer", the number of member "pointer.mask"]
  3. end
  4.  
  5. on handCursor spriteNum
  6.   set the cursor of sprite spriteNum to [the number of member "hand", the number of member "hand.mask"]
  7. end
  8.  
  9. on arrowCursor spriteNum
  10.   set the cursor of sprite spriteNum to [the number of member "arrow", the number of member "arrow.mask"]
  11. end
  12.