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

  1. on mouseDown
  2.   if the last char in field "fieldUserPath" <> "\" then
  3.     repeat while the mouseDown
  4.       set the memberNum of sprite 10 to the number of member "Hload"
  5.       updateStage()
  6.     end repeat
  7.   end if
  8. end
  9.  
  10. on mouseUp
  11.   openWin("Message")
  12.   tell window "Message"
  13.     go("22")
  14.   end tell
  15. end
  16.