home *** CD-ROM | disk | FTP | other *** search
/ Amico PC 3 / Amico_PC_3.iso / amicopc / msgdisk.dxr / 00019_Procedi.ls < prev    next >
Encoding:
Text File  |  1996-12-19  |  195 b   |  8 lines

  1. on mouseUp
  2.   global NumeroFloppyDaInstallare, NumeroProgrammaDaInstallare
  3.   cursor(4)
  4.   tell the stage
  5.     InstallaProgramma(NumeroProgrammaDaInstallare, NumeroFloppyDaInstallare)
  6.   end tell
  7. end
  8.