home *** CD-ROM | disk | FTP | other *** search
/ Mac100% 1999 April / MAC100-1999-04.ISO.7z / MAC100-1999-04.ISO / プリティ倶楽部 / DQデモ / FRO / FRO1.dir / 00103_Script_103 < prev    next >
Text File  |  1998-07-31  |  400b  |  12 lines

  1. on CheckMouse
  2.   
  3.   if the mouseCast = the number of cast "JButton1" then
  4.     cursor[the number of cast "gear",  the number of cast "gear mask"]
  5.   else if the mouseCast = the number of cast "EButton1" then
  6.     cursor[the number of cast "gear",  the number of cast "gear mask"]
  7.   else 
  8.     cursor[the number of cast "NOACTION", the number of cast "NOACTION MASK"]
  9.   end if
  10.   
  11. end CheckMouse
  12.