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

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