home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2000 #4 (Alt) / K-CD-2000-04.iso / K-CD.dxr / Internal_119_MultiSetup.ls < prev    next >
Encoding:
Text File  |  2000-01-25  |  246 b   |  15 lines

  1. global ShowWarnings, MustWarn, Syskrav
  2.  
  3. on mouseDown
  4.   puppetSound(3, "Knap")
  5. end
  6.  
  7. on mouseUp
  8.   if ShowWarnings or MustWarn then
  9.     SetFields(Syskrav)
  10.     go("NChicken")
  11.   else
  12.     baRunProgram("Genes\GeneSplicer.exe", "Normal", 0)
  13.   end if
  14. end
  15.