home *** CD-ROM | disk | FTP | other *** search
/ Computer Music Interactif 7 / cd.iso / pc / PC / Demos / GroovMak / data1.cab / Program_Executable_Files / Media / Pref.dxr / 00086.ls < prev    next >
Encoding:
Text File  |  1999-09-17  |  389 b   |  17 lines

  1. on mouseDown
  2.   if not (the visible of window "help") then
  3.     repeat while the mouseDown
  4.       set the memberNum of sprite 14 to the number of member "Hcredits"
  5.       updateStage()
  6.     end repeat
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   if not (the visible of window "help") then
  12.     set the memberNum of sprite 14 to the number of member "credits"
  13.     updateStage()
  14.     openWin("credits")
  15.   end if
  16. end
  17.