home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 10 / MacAddict_010_1997_06.iso / media / index.Dxr / 00032.ls < prev    next >
Encoding:
Text File  |  1997-03-26  |  723 b   |  23 lines

  1. on startMovie
  2.   set the visible of sprite 16 to 0
  3.   set the visible of sprite 17 to 0
  4.   set the visible of sprite 18 to 0
  5.   set the visible of sprite 19 to 0
  6.   set the visible of sprite 20 to 0
  7.   set the visible of sprite 21 to 0
  8.   set the visible of sprite 22 to 0
  9.   set the visible of sprite 23 to 0
  10.   set the visible of sprite 24 to 0
  11.   set the visible of sprite 25 to 0
  12.   set the visible of sprite 26 to 0
  13.   set the visible of sprite 27 to 0
  14. end
  15.  
  16. on pointCursor spritenum
  17.   set the cursor of sprite spritenum to [the number of member "pointer", the number of member "pointer.mask"]
  18. end
  19.  
  20. on handCursor spritenum
  21.   set the cursor of sprite spritenum to [the number of member "hand", the number of member "hand.mask"]
  22. end
  23.