home *** CD-ROM | disk | FTP | other *** search
/ Net Power 2000 #2 / NetCD1.iso / NetCD1.exe / NetCD1.dxr / 00093.ls < prev    next >
Encoding:
Text File  |  1999-12-31  |  171 b   |  12 lines

  1. on rightMouseDown
  2.   if the optionDown then
  3.     if the controlDown then
  4.       sprite(19).memberNum = 92
  5.     end if
  6.   end if
  7. end
  8.  
  9. on mouseUp
  10.   sprite(19).memberNum = 91
  11. end
  12.