home *** CD-ROM | disk | FTP | other *** search
/ Great Canadian Scientists / GCS_CD.iso / mac / PC / GCSData / prefs_o.dxr / 00004_Difficulty Toggle.ls < prev    next >
Encoding:
Text File  |  1996-09-01  |  312 b   |  13 lines

  1. on mouseUp
  2.   global Difficulty
  3.   repeat with count = 21 to 23
  4.     set the hilite of cast count to 0
  5.   end repeat
  6.   set the hilite of cast the castNum of sprite the clickOn to 1
  7.   repeat with count = 21 to 23
  8.     if the hilite of cast count = 1 then
  9.       set Difficulty to count - 21
  10.     end if
  11.   end repeat
  12. end
  13.