home *** CD-ROM | disk | FTP | other *** search
/ Dictionnaire Multimedia Multilingue (Home PC 42) / dictionarvizual.iso / hpc95.exe / hpc95.dxr / 00043.ls < prev    next >
Encoding:
Text File  |  1998-08-06  |  435 b   |  19 lines

  1. on mouseUp
  2.   global exe, nbchar, typeprod
  3.   set nbchar to the number of chars in exe
  4.   set typeprod to exe
  5.   delete char 1 to nbchar - 3 of typeprod
  6.   if typeprod = "exe" then
  7.     open(exe)
  8.     set the mouseDownScript to "continue"
  9.     pause()
  10.   else
  11.     if typeprod <> "exe" then
  12.       LicenceMasterApp()
  13.       put gMasterAppObject(mOpenDocument, exe)
  14.       set the mouseDownScript to "continue"
  15.       pause()
  16.     end if
  17.   end if
  18. end
  19.