home *** CD-ROM | disk | FTP | other *** search
/ Blender Volume 3 #4 / Blender_3_4.iso / BLENDER / FILES / CCENTRAL.DIR / 00030.ls < prev    next >
Encoding:
Text File  |  1997-01-01  |  243 b   |  12 lines

  1. on mouseUp
  2.   global CurrentSelection
  3.   set sp to the clickOn
  4.   repeat with i = 5 to 7
  5.     if sp = i then
  6.       set CurrentSelection to i
  7.       next repeat
  8.     end if
  9.     set the hilite of member the memberNum of sprite i to 0
  10.   end repeat
  11. end
  12.